freeCodeCamp / freeCodeCamp Public
main
Commits on Oct 2, 2021
-
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
-
-
fix(curriculum): Remove outdated video (#43685)
* Remove outdated video from testing objects for properties challenge * Remove outdated video from testing objects for properties challenge
-
-
Commits on Oct 1, 2021
-
-
-
-
-
-
-
-
-
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
-
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
-
chore(deps): update actions/github-script action to v5 (#43648)
Co-authored-by: Renovate Bot <[email protected]>
-
fix(curriculum): Fix a typo in "Problem 141: Investigating progressiv…
…e numbers, n, which are also square" (#43647)
-
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]>
-
feat(i18n,curriculum): add Bilibili ids for Chinese (#43564)
Co-authored-by: Kristofer Koishigawa <[email protected]> Co-authored-by: Oliver Eyton-Williams <[email protected]>
-
-
Commits on Sep 30, 2021
-
-
-
-
-
chore(deps): update dependency ansi-regex to 5.0.1 [security] (#43542)
Co-authored-by: Renovate Bot <[email protected]>
-
chore(deps): update dependency nth-check to 2.0.1 [security] (#43509)
Co-authored-by: Renovate Bot <[email protected]>
-
-
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
-
-
-