The Wayback Machine - https://web.archive.org/web/20211003120021/https://github.com/freeCodeCamp/freeCodeCamp/commits/main
Skip to content
Permalink
main

Commits on Oct 2, 2021

  1. fix(docs): modified grammar and phrasing in docs and comments (#43682)

    * docs: fixed minor typos in how-to-open-a-pull-request.md
    
    * docs: grammar fixes in FAQ.md
    
    * refactor: streamlined comments in multiple TS files
    
    * fix: linting issues
    import-brain committed Oct 2, 2021
  2. fix(curriculum): Remove outdated video (#43685)

    * Remove outdated video from testing objects for properties challenge
    
    * Remove outdated video from testing objects for properties challenge
    riadh26 committed Oct 2, 2021

Commits on Oct 1, 2021

  1. feat: enable reset in multifile editor (#43617)

    * feat: dispatch resetChallenge action
    
    * fix: copy challengeFiles instead of in-place sort
    
    * fix: handle null updateFile payloads in redux
    
    * refactor: reorganise region initialization
    
    * refactor: pull code into editorDidMount
    
    Then we can rely on the presence of the editor and monaco and don't have
    litter the code with null checks.
    
    * refactor: use better name for editable region init
    
    * refactor: remove unused decoration
    
    * refactor: rename forbidden region init functions
    
    * fix: keep all challengeFiles when resetting
    
    * refactor: remove unused decoration class
    
    * fix: reinitialize editor on reset
    
    * fix: stop adding multiple scroll listeners
    
    Since the challengeFile update on each keystroke extra (unnecessary)
    adding of listeners slowed the editor to a crawl.
    
    * fix: only scroll to editor on mount
    
    Rather than on any edit.
    
    * refactor: remove logs and comments
    
    * fix: rename toSortedArray and fix broken test
    
    * fix: check for null not falsy in updateFile
    
    * fix: only update project features when project
    
    * fix: only reset if editor contents have changed
    
    * feat: focus on editor after reset
    ojeytonwilliams committed Oct 1, 2021
  2. feat: make renovate group all monaco packages (#43652)

    react-monaco-editor depends on specific monaco-editor versions, so this
    makes sure they're all updated in the same renovate PR
    ojeytonwilliams committed Oct 1, 2021
  3. fix(curriculum): Fix a typo in "Problem 141: Investigating progressiv…

    …e numbers, n, which are also square" (#43647)
    masterX89 committed Oct 1, 2021
  4. fix(client): cert rendering temporarily (#43335)

    * fix: require login as step
    
    * fix: cert rendering temporary
    
    * fix: remove keys from other translation files
    
    * fix: cypress test
    
    * chore: shauns suggestions
    
    * fix: remove steps
    
    * fix: use a seperate UseEffect function
    
    * Suggestions from Shaun
    
    Co-authored-by: Shaun Hamilton <[email protected]>
    
    * fix: certification temp rendering
    
    * fix: cert temp rendering hopefully
    
    * fix: button visibility and cert test
    
    * fix: condition
    
    * test: improve claim cert tests
    
    Without npm run seed, retries will be in a different state.
    
    Check the scroll position to (hopefully) catch the weird cert claim bug.
    
    Co-authored-by: Shaun Hamilton <[email protected]>
    Co-authored-by: Oliver Eyton-Williams <[email protected]>
    3 people committed Oct 1, 2021
  5. feat(i18n,curriculum): add Bilibili ids for Chinese (#43564)

    Co-authored-by: Kristofer Koishigawa <[email protected]>
    Co-authored-by: Oliver Eyton-Williams <[email protected]>
    3 people committed Oct 1, 2021

Commits on Sep 30, 2021

  1. fix(curriculum): Remove videoUrl using old image srcs (#43631)

    * fix: replace responsive web dev bitly links
    
    * Revert "fix: replace responsive web dev bitly links"
    
    This reverts commit 3d2bcbe.
    
    * fix: remove video url from html challenges using old image srcs
    dharmin committed Sep 30, 2021
  2. fix(deps): pin dependencies

    renovate-bot authored and renovate committed Sep 30, 2021
Older