From 060fbe18f6b57fe11b10159ff8b82863493563a1 Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:25:37 -0500 Subject: [PATCH] Version Packages (#1918) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/perseus@43.1.0 ### Minor Changes - [#1898](https://github.com/Khan/perseus/pull/1898) [`3a9b5921b`](https://github.com/Khan/perseus/commit/3a9b5921bff7ae038f59ecb6817babd2b21df0bb) Thanks [@Myranae](https://github.com/Myranae)! - Introduces a validation function for the dropdown widget (extracted from dropdown scoring function). - [#1862](https://github.com/Khan/perseus/pull/1862) [`451de899f`](https://github.com/Khan/perseus/commit/451de899fd3d40bf415cb2318048e90fb1e6670f) Thanks [@Myranae](https://github.com/Myranae)! - Split out validation function for the `categorizer` widget. This can be used to check if the user selected an answer for every row, confirming the question is ready to be scored. - [#1882](https://github.com/Khan/perseus/pull/1882) [`40d2ebb75`](https://github.com/Khan/perseus/commit/40d2ebb75fdadfb361330236e0fb9e54a32d0fc2) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduces a validation function for the numeric-input widget (extracted from numeric-input scoring function). - [#1899](https://github.com/Khan/perseus/pull/1899) [`2437ce61b`](https://github.com/Khan/perseus/commit/2437ce61bae1aef2db28e89956aa73463ada16cc) Thanks [@Myranae](https://github.com/Myranae)! - Introduces a validation function for the plotter widget (extracted from the scoring function). - [#1869](https://github.com/Khan/perseus/pull/1869) [`f43edd42c`](https://github.com/Khan/perseus/commit/f43edd42ccfacd1500d2f73ccb0d3f8dce777173) Thanks [@Myranae](https://github.com/Myranae)! - Split out validation function for the `orderer` widget. This can be used to check if the user has ordered at least one option, confirming the question is ready to be scored. - [#1902](https://github.com/Khan/perseus/pull/1902) [`0cec7628c`](https://github.com/Khan/perseus/commit/0cec7628c4a061f14b126fd1e3dab6df45fc0178) Thanks [@Myranae](https://github.com/Myranae)! - Introduces a validation function for the radio widget (extracted from the scoring function), though not all validation logic can be extracted. - [#1876](https://github.com/Khan/perseus/pull/1876) [`0bd4270ad`](https://github.com/Khan/perseus/commit/0bd4270ade576bec1ac0c86b251f972a2c354056) Thanks [@Myranae](https://github.com/Myranae)! - Split out validation function for the `sorter` widget. This can be used to check if the user has made any changes to the sorting order, confirming whether or not the question can be scored. ### Patch Changes - [#1907](https://github.com/Khan/perseus/pull/1907) [`3dbca965a`](https://github.com/Khan/perseus/commit/3dbca965a2bbaa2d980c1cc4c439469157e0bd33) Thanks [@benchristel](https://github.com/benchristel)! - Internal: add and pass regression tests for `PerseusItem` parser. - [#1915](https://github.com/Khan/perseus/pull/1915) [`ee09e9fc0`](https://github.com/Khan/perseus/commit/ee09e9fc0ad5eb65340d0f1cbe240741ebfcd3c3) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove use of findDOMNode in number-input component - [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions - [#1919](https://github.com/Khan/perseus/pull/1919) [`64ea2ee86`](https://github.com/Khan/perseus/commit/64ea2ee86264a20f1d0e34968831945fea8ed36b) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove usage of findDOMNode in text-input component - [#1906](https://github.com/Khan/perseus/pull/1906) [`799ffe4a5`](https://github.com/Khan/perseus/commit/799ffe4a50e3e3bc435d0ef96388c1e8fae2167d) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - update moveable point component and use control point method to have optional params - [#1895](https://github.com/Khan/perseus/pull/1895) [`841551a65`](https://github.com/Khan/perseus/commit/841551a65732a276266690ddaaa51a3810398d03) Thanks [@benchristel](https://github.com/benchristel)! - Internal: remove unused fields from `answerArea` when parsing `PerseusItem`s. - [#1921](https://github.com/Khan/perseus/pull/1921) [`8ec06f444`](https://github.com/Khan/perseus/commit/8ec06f444d8f4559eda5c3dbf189e5183b1c5b42) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Inline widget version into Expression widget parser. - [#1914](https://github.com/Khan/perseus/pull/1914) [`3e98b7cd3`](https://github.com/Khan/perseus/commit/3e98b7cd300052eeacbe9fcdbd312091c678107b) Thanks [@handeyeco](https://github.com/handeyeco)! - Add tests for propUpgrades functions (and remove underscore usage) - [#1908](https://github.com/Khan/perseus/pull/1908) [`7f2866cf4`](https://github.com/Khan/perseus/commit/7f2866cf401aa4fc7a3b2b15d8cdc247a953e9f8) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Migrate expression widget options to the latest version in parseAndTypecheckPerseusItem (not yet used in production). - Updated dependencies \[[`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034)]: - @khanacademy/kas@0.4.2 - @khanacademy/simple-markdown@0.13.6 - @khanacademy/pure-markdown@0.3.13 ## @khanacademy/kas@0.4.2 ### Patch Changes - [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions ## @khanacademy/perseus-editor@15.0.2 ### Patch Changes - [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions - [#1863](https://github.com/Khan/perseus/pull/1863) [`584153588`](https://github.com/Khan/perseus/commit/584153588be04c6deb7b5d76ed2b258d0f75a3e1) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Switch two corner usages of deprecated @khanacademy/wonder-blocks-spacing to @khanacademy/wonder-blocks-tokens - Updated dependencies \[[`3dbca965a`](https://github.com/Khan/perseus/commit/3dbca965a2bbaa2d980c1cc4c439469157e0bd33), [`ee09e9fc0`](https://github.com/Khan/perseus/commit/ee09e9fc0ad5eb65340d0f1cbe240741ebfcd3c3), [`3a9b5921b`](https://github.com/Khan/perseus/commit/3a9b5921bff7ae038f59ecb6817babd2b21df0bb), [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034), [`64ea2ee86`](https://github.com/Khan/perseus/commit/64ea2ee86264a20f1d0e34968831945fea8ed36b), [`451de899f`](https://github.com/Khan/perseus/commit/451de899fd3d40bf415cb2318048e90fb1e6670f), [`40d2ebb75`](https://github.com/Khan/perseus/commit/40d2ebb75fdadfb361330236e0fb9e54a32d0fc2), [`799ffe4a5`](https://github.com/Khan/perseus/commit/799ffe4a50e3e3bc435d0ef96388c1e8fae2167d), [`2437ce61b`](https://github.com/Khan/perseus/commit/2437ce61bae1aef2db28e89956aa73463ada16cc), [`841551a65`](https://github.com/Khan/perseus/commit/841551a65732a276266690ddaaa51a3810398d03), [`8ec06f444`](https://github.com/Khan/perseus/commit/8ec06f444d8f4559eda5c3dbf189e5183b1c5b42), [`f43edd42c`](https://github.com/Khan/perseus/commit/f43edd42ccfacd1500d2f73ccb0d3f8dce777173), [`0cec7628c`](https://github.com/Khan/perseus/commit/0cec7628c4a061f14b126fd1e3dab6df45fc0178), [`0bd4270ad`](https://github.com/Khan/perseus/commit/0bd4270ade576bec1ac0c86b251f972a2c354056), [`3e98b7cd3`](https://github.com/Khan/perseus/commit/3e98b7cd300052eeacbe9fcdbd312091c678107b), [`7f2866cf4`](https://github.com/Khan/perseus/commit/7f2866cf401aa4fc7a3b2b15d8cdc247a953e9f8)]: - @khanacademy/perseus@43.1.0 - @khanacademy/kas@0.4.2 - @khanacademy/pure-markdown@0.3.13 ## @khanacademy/pure-markdown@0.3.13 ### Patch Changes - Updated dependencies \[[`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034)]: - @khanacademy/simple-markdown@0.13.6 ## @khanacademy/simple-markdown@0.13.6 ### Patch Changes - [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions ## @khanacademy/perseus-dev-ui@4.0.1 ### Patch Changes - Updated dependencies \[[`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034)]: - @khanacademy/kas@0.4.2 - @khanacademy/simple-markdown@0.13.6 - @khanacademy/pure-markdown@0.3.13 Author: khan-actions-bot Reviewers: jeremywiebe Required Reviewers: Approved By: jeremywiebe Checks: ✅ Cypress (ubuntu-latest, 20.x), ⏭️ Publish npm snapshot, ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: https://github.com/Khan/perseus/pull/1918 --- .changeset/chilled-turtles-drive.md | 5 ---- .changeset/chilly-carrots-wink.md | 5 ---- .changeset/famous-horses-grab.md | 5 ---- .changeset/few-jokes-travel.md | 8 ----- .changeset/giant-tables-impress.md | 5 ---- .changeset/green-ghosts-burn.md | 5 ---- .changeset/honest-avocados-accept.md | 5 ---- .changeset/lazy-geckos-suffer.md | 5 ---- .changeset/mighty-rules-talk.md | 5 ---- .changeset/nice-fans-swim.md | 5 ---- .changeset/rotten-peaches-move.md | 5 ---- .changeset/seven-owls-explain.md | 5 ---- .changeset/sharp-radios-burn.md | 5 ---- .changeset/spotty-moles-reply.md | 5 ---- .changeset/sweet-trainers-drop.md | 5 ---- .changeset/two-feet-care.md | 5 ---- .changeset/yellow-ducks-march.md | 5 ---- dev/CHANGELOG.md | 9 ++++++ dev/package.json | 8 ++--- packages/kas/CHANGELOG.md | 6 ++++ packages/kas/package.json | 2 +- packages/perseus-editor/CHANGELOG.md | 13 ++++++++ packages/perseus-editor/package.json | 8 ++--- packages/perseus-linter/package.json | 2 +- packages/perseus/CHANGELOG.md | 43 +++++++++++++++++++++++++++ packages/perseus/package.json | 8 ++--- packages/pure-markdown/CHANGELOG.md | 7 +++++ packages/pure-markdown/package.json | 4 +-- packages/simple-markdown/CHANGELOG.md | 6 ++++ packages/simple-markdown/package.json | 2 +- 30 files changed, 101 insertions(+), 105 deletions(-) delete mode 100644 .changeset/chilled-turtles-drive.md delete mode 100644 .changeset/chilly-carrots-wink.md delete mode 100644 .changeset/famous-horses-grab.md delete mode 100644 .changeset/few-jokes-travel.md delete mode 100644 .changeset/giant-tables-impress.md delete mode 100644 .changeset/green-ghosts-burn.md delete mode 100644 .changeset/honest-avocados-accept.md delete mode 100644 .changeset/lazy-geckos-suffer.md delete mode 100644 .changeset/mighty-rules-talk.md delete mode 100644 .changeset/nice-fans-swim.md delete mode 100644 .changeset/rotten-peaches-move.md delete mode 100644 .changeset/seven-owls-explain.md delete mode 100644 .changeset/sharp-radios-burn.md delete mode 100644 .changeset/spotty-moles-reply.md delete mode 100644 .changeset/sweet-trainers-drop.md delete mode 100644 .changeset/two-feet-care.md delete mode 100644 .changeset/yellow-ducks-march.md diff --git a/.changeset/chilled-turtles-drive.md b/.changeset/chilled-turtles-drive.md deleted file mode 100644 index 5eb3519556..0000000000 --- a/.changeset/chilled-turtles-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Internal: add and pass regression tests for `PerseusItem` parser. diff --git a/.changeset/chilly-carrots-wink.md b/.changeset/chilly-carrots-wink.md deleted file mode 100644 index eb31515686..0000000000 --- a/.changeset/chilly-carrots-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Remove use of findDOMNode in number-input component diff --git a/.changeset/famous-horses-grab.md b/.changeset/famous-horses-grab.md deleted file mode 100644 index 827d88abf1..0000000000 --- a/.changeset/famous-horses-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Introduces a validation function for the dropdown widget (extracted from dropdown scoring function). diff --git a/.changeset/few-jokes-travel.md b/.changeset/few-jokes-travel.md deleted file mode 100644 index b4a57f6823..0000000000 --- a/.changeset/few-jokes-travel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@khanacademy/kas": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch -"@khanacademy/simple-markdown": patch ---- - -Fix some file-wide error suppressions diff --git a/.changeset/giant-tables-impress.md b/.changeset/giant-tables-impress.md deleted file mode 100644 index 32f5de4204..0000000000 --- a/.changeset/giant-tables-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Remove usage of findDOMNode in text-input component diff --git a/.changeset/green-ghosts-burn.md b/.changeset/green-ghosts-burn.md deleted file mode 100644 index 58af29901b..0000000000 --- a/.changeset/green-ghosts-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Split out validation function for the `categorizer` widget. This can be used to check if the user selected an answer for every row, confirming the question is ready to be scored. diff --git a/.changeset/honest-avocados-accept.md b/.changeset/honest-avocados-accept.md deleted file mode 100644 index 4d7d3129cf..0000000000 --- a/.changeset/honest-avocados-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Introduces a validation function for the numeric-input widget (extracted from numeric-input scoring function). diff --git a/.changeset/lazy-geckos-suffer.md b/.changeset/lazy-geckos-suffer.md deleted file mode 100644 index 9b5853b83f..0000000000 --- a/.changeset/lazy-geckos-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -update moveable point component and use control point method to have optional params diff --git a/.changeset/mighty-rules-talk.md b/.changeset/mighty-rules-talk.md deleted file mode 100644 index 7946251c38..0000000000 --- a/.changeset/mighty-rules-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -Switch two corner usages of deprecated @khanacademy/wonder-blocks-spacing to @khanacademy/wonder-blocks-tokens diff --git a/.changeset/nice-fans-swim.md b/.changeset/nice-fans-swim.md deleted file mode 100644 index 04c7fe08ce..0000000000 --- a/.changeset/nice-fans-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Introduces a validation function for the plotter widget (extracted from the scoring function). diff --git a/.changeset/rotten-peaches-move.md b/.changeset/rotten-peaches-move.md deleted file mode 100644 index 695cab47de..0000000000 --- a/.changeset/rotten-peaches-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Internal: remove unused fields from `answerArea` when parsing `PerseusItem`s. diff --git a/.changeset/seven-owls-explain.md b/.changeset/seven-owls-explain.md deleted file mode 100644 index 6e1d852646..0000000000 --- a/.changeset/seven-owls-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Internal: Inline widget version into Expression widget parser. diff --git a/.changeset/sharp-radios-burn.md b/.changeset/sharp-radios-burn.md deleted file mode 100644 index 8517ff1850..0000000000 --- a/.changeset/sharp-radios-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Split out validation function for the `orderer` widget. This can be used to check if the user has ordered at least one option, confirming the question is ready to be scored. diff --git a/.changeset/spotty-moles-reply.md b/.changeset/spotty-moles-reply.md deleted file mode 100644 index 8ab9761a4d..0000000000 --- a/.changeset/spotty-moles-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Introduces a validation function for the radio widget (extracted from the scoring function), though not all validation logic can be extracted. diff --git a/.changeset/sweet-trainers-drop.md b/.changeset/sweet-trainers-drop.md deleted file mode 100644 index 9291f281b2..0000000000 --- a/.changeset/sweet-trainers-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Split out validation function for the `sorter` widget. This can be used to check if the user has made any changes to the sorting order, confirming whether or not the question can be scored. diff --git a/.changeset/two-feet-care.md b/.changeset/two-feet-care.md deleted file mode 100644 index 3a774776ad..0000000000 --- a/.changeset/two-feet-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Add tests for propUpgrades functions (and remove underscore usage) diff --git a/.changeset/yellow-ducks-march.md b/.changeset/yellow-ducks-march.md deleted file mode 100644 index 6346118468..0000000000 --- a/.changeset/yellow-ducks-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Internal: Migrate expression widget options to the latest version in parseAndTypecheckPerseusItem (not yet used in production). diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index b5b34f4701..81e0a3d67c 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/perseus-dev-ui +## 4.0.1 + +### Patch Changes + +- Updated dependencies [[`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034)]: + - @khanacademy/kas@0.4.2 + - @khanacademy/simple-markdown@0.13.6 + - @khanacademy/pure-markdown@0.3.13 + ## 4.0.0 ### Major Changes diff --git a/dev/package.json b/dev/package.json index a7417e90f0..05c73b0c24 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "4.0.0", + "version": "4.0.1", "private": true, "repository": { "type": "git", @@ -14,13 +14,13 @@ "dev": "vite" }, "dependencies": { - "@khanacademy/kas": "^0.4.1", + "@khanacademy/kas": "^0.4.2", "@khanacademy/kmath": "^0.1.16", "@khanacademy/math-input": "^21.1.5", "@khanacademy/perseus-core": "1.5.3", "@khanacademy/perseus-linter": "^1.2.4", - "@khanacademy/pure-markdown": "^0.3.12", - "@khanacademy/simple-markdown": "^0.13.5", + "@khanacademy/pure-markdown": "^0.3.13", + "@khanacademy/simple-markdown": "^0.13.6", "@khanacademy/wonder-blocks-banner": "3.1.7", "@khanacademy/wonder-blocks-icon": "4.1.3", "@khanacademy/wonder-blocks-icon-button": "5.3.4", diff --git a/packages/kas/CHANGELOG.md b/packages/kas/CHANGELOG.md index 6760f07994..2510c98ba5 100644 --- a/packages/kas/CHANGELOG.md +++ b/packages/kas/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/kas +## 0.4.2 + +### Patch Changes + +- [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions + ## 0.4.1 ### Patch Changes diff --git a/packages/kas/package.json b/packages/kas/package.json index 0dc1d24065..238809566c 100644 --- a/packages/kas/package.json +++ b/packages/kas/package.json @@ -3,7 +3,7 @@ "description": "A lightweight JavaScript CAS for comparing expressions and equations.", "author": "Khan Academy", "license": "MIT", - "version": "0.4.1", + "version": "0.4.2", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 3628400ded..a1670ad017 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-editor +## 15.0.2 + +### Patch Changes + +- [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions + +* [#1863](https://github.com/Khan/perseus/pull/1863) [`584153588`](https://github.com/Khan/perseus/commit/584153588be04c6deb7b5d76ed2b258d0f75a3e1) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Switch two corner usages of deprecated @khanacademy/wonder-blocks-spacing to @khanacademy/wonder-blocks-tokens + +* Updated dependencies [[`3dbca965a`](https://github.com/Khan/perseus/commit/3dbca965a2bbaa2d980c1cc4c439469157e0bd33), [`ee09e9fc0`](https://github.com/Khan/perseus/commit/ee09e9fc0ad5eb65340d0f1cbe240741ebfcd3c3), [`3a9b5921b`](https://github.com/Khan/perseus/commit/3a9b5921bff7ae038f59ecb6817babd2b21df0bb), [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034), [`64ea2ee86`](https://github.com/Khan/perseus/commit/64ea2ee86264a20f1d0e34968831945fea8ed36b), [`451de899f`](https://github.com/Khan/perseus/commit/451de899fd3d40bf415cb2318048e90fb1e6670f), [`40d2ebb75`](https://github.com/Khan/perseus/commit/40d2ebb75fdadfb361330236e0fb9e54a32d0fc2), [`799ffe4a5`](https://github.com/Khan/perseus/commit/799ffe4a50e3e3bc435d0ef96388c1e8fae2167d), [`2437ce61b`](https://github.com/Khan/perseus/commit/2437ce61bae1aef2db28e89956aa73463ada16cc), [`841551a65`](https://github.com/Khan/perseus/commit/841551a65732a276266690ddaaa51a3810398d03), [`8ec06f444`](https://github.com/Khan/perseus/commit/8ec06f444d8f4559eda5c3dbf189e5183b1c5b42), [`f43edd42c`](https://github.com/Khan/perseus/commit/f43edd42ccfacd1500d2f73ccb0d3f8dce777173), [`0cec7628c`](https://github.com/Khan/perseus/commit/0cec7628c4a061f14b126fd1e3dab6df45fc0178), [`0bd4270ad`](https://github.com/Khan/perseus/commit/0bd4270ade576bec1ac0c86b251f972a2c354056), [`3e98b7cd3`](https://github.com/Khan/perseus/commit/3e98b7cd300052eeacbe9fcdbd312091c678107b), [`7f2866cf4`](https://github.com/Khan/perseus/commit/7f2866cf401aa4fc7a3b2b15d8cdc247a953e9f8)]: + - @khanacademy/perseus@43.1.0 + - @khanacademy/kas@0.4.2 + - @khanacademy/pure-markdown@0.3.13 + ## 15.0.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 5a8f23f580..462c4c5304 100644 --- a/packages/perseus-editor/package.json +++ b/packages/perseus-editor/package.json @@ -3,7 +3,7 @@ "description": "Perseus editors", "author": "Khan Academy", "license": "MIT", - "version": "15.0.1", + "version": "15.0.2", "publishConfig": { "access": "public" }, @@ -34,13 +34,13 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/kas": "^0.4.1", + "@khanacademy/kas": "^0.4.2", "@khanacademy/keypad-context": "^1.0.4", "@khanacademy/kmath": "^0.1.16", "@khanacademy/math-input": "^21.1.5", - "@khanacademy/perseus": "^43.0.1", + "@khanacademy/perseus": "^43.1.0", "@khanacademy/perseus-core": "1.5.3", - "@khanacademy/pure-markdown": "^0.3.12", + "@khanacademy/pure-markdown": "^0.3.13", "mafs": "^0.19.0" }, "devDependencies": { diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 19125e667f..0db263a939 100644 --- a/packages/perseus-linter/package.json +++ b/packages/perseus-linter/package.json @@ -28,7 +28,7 @@ "@khanacademy/perseus-core": "1.5.3" }, "devDependencies": { - "@khanacademy/pure-markdown": "^0.3.12", + "@khanacademy/pure-markdown": "^0.3.13", "prop-types": "15.6.1" }, "peerDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 217c033daf..f415910501 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,48 @@ # @khanacademy/perseus +## 43.1.0 + +### Minor Changes + +- [#1898](https://github.com/Khan/perseus/pull/1898) [`3a9b5921b`](https://github.com/Khan/perseus/commit/3a9b5921bff7ae038f59ecb6817babd2b21df0bb) Thanks [@Myranae](https://github.com/Myranae)! - Introduces a validation function for the dropdown widget (extracted from dropdown scoring function). + +* [#1862](https://github.com/Khan/perseus/pull/1862) [`451de899f`](https://github.com/Khan/perseus/commit/451de899fd3d40bf415cb2318048e90fb1e6670f) Thanks [@Myranae](https://github.com/Myranae)! - Split out validation function for the `categorizer` widget. This can be used to check if the user selected an answer for every row, confirming the question is ready to be scored. + +- [#1882](https://github.com/Khan/perseus/pull/1882) [`40d2ebb75`](https://github.com/Khan/perseus/commit/40d2ebb75fdadfb361330236e0fb9e54a32d0fc2) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduces a validation function for the numeric-input widget (extracted from numeric-input scoring function). + +* [#1899](https://github.com/Khan/perseus/pull/1899) [`2437ce61b`](https://github.com/Khan/perseus/commit/2437ce61bae1aef2db28e89956aa73463ada16cc) Thanks [@Myranae](https://github.com/Myranae)! - Introduces a validation function for the plotter widget (extracted from the scoring function). + +- [#1869](https://github.com/Khan/perseus/pull/1869) [`f43edd42c`](https://github.com/Khan/perseus/commit/f43edd42ccfacd1500d2f73ccb0d3f8dce777173) Thanks [@Myranae](https://github.com/Myranae)! - Split out validation function for the `orderer` widget. This can be used to check if the user has ordered at least one option, confirming the question is ready to be scored. + +* [#1902](https://github.com/Khan/perseus/pull/1902) [`0cec7628c`](https://github.com/Khan/perseus/commit/0cec7628c4a061f14b126fd1e3dab6df45fc0178) Thanks [@Myranae](https://github.com/Myranae)! - Introduces a validation function for the radio widget (extracted from the scoring function), though not all validation logic can be extracted. + +- [#1876](https://github.com/Khan/perseus/pull/1876) [`0bd4270ad`](https://github.com/Khan/perseus/commit/0bd4270ade576bec1ac0c86b251f972a2c354056) Thanks [@Myranae](https://github.com/Myranae)! - Split out validation function for the `sorter` widget. This can be used to check if the user has made any changes to the sorting order, confirming whether or not the question can be scored. + +### Patch Changes + +- [#1907](https://github.com/Khan/perseus/pull/1907) [`3dbca965a`](https://github.com/Khan/perseus/commit/3dbca965a2bbaa2d980c1cc4c439469157e0bd33) Thanks [@benchristel](https://github.com/benchristel)! - Internal: add and pass regression tests for `PerseusItem` parser. + +* [#1915](https://github.com/Khan/perseus/pull/1915) [`ee09e9fc0`](https://github.com/Khan/perseus/commit/ee09e9fc0ad5eb65340d0f1cbe240741ebfcd3c3) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove use of findDOMNode in number-input component + +- [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions + +* [#1919](https://github.com/Khan/perseus/pull/1919) [`64ea2ee86`](https://github.com/Khan/perseus/commit/64ea2ee86264a20f1d0e34968831945fea8ed36b) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove usage of findDOMNode in text-input component + +- [#1906](https://github.com/Khan/perseus/pull/1906) [`799ffe4a5`](https://github.com/Khan/perseus/commit/799ffe4a50e3e3bc435d0ef96388c1e8fae2167d) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - update moveable point component and use control point method to have optional params + +* [#1895](https://github.com/Khan/perseus/pull/1895) [`841551a65`](https://github.com/Khan/perseus/commit/841551a65732a276266690ddaaa51a3810398d03) Thanks [@benchristel](https://github.com/benchristel)! - Internal: remove unused fields from `answerArea` when parsing `PerseusItem`s. + +- [#1921](https://github.com/Khan/perseus/pull/1921) [`8ec06f444`](https://github.com/Khan/perseus/commit/8ec06f444d8f4559eda5c3dbf189e5183b1c5b42) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Inline widget version into Expression widget parser. + +* [#1914](https://github.com/Khan/perseus/pull/1914) [`3e98b7cd3`](https://github.com/Khan/perseus/commit/3e98b7cd300052eeacbe9fcdbd312091c678107b) Thanks [@handeyeco](https://github.com/handeyeco)! - Add tests for propUpgrades functions (and remove underscore usage) + +- [#1908](https://github.com/Khan/perseus/pull/1908) [`7f2866cf4`](https://github.com/Khan/perseus/commit/7f2866cf401aa4fc7a3b2b15d8cdc247a953e9f8) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Migrate expression widget options to the latest version in parseAndTypecheckPerseusItem (not yet used in production). + +- Updated dependencies [[`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034)]: + - @khanacademy/kas@0.4.2 + - @khanacademy/simple-markdown@0.13.6 + - @khanacademy/pure-markdown@0.3.13 + ## 43.0.1 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index f27c775958..d3f46647b0 100644 --- a/packages/perseus/package.json +++ b/packages/perseus/package.json @@ -3,7 +3,7 @@ "description": "Core Perseus API (includes renderers and widgets)", "author": "Khan Academy", "license": "MIT", - "version": "43.0.1", + "version": "43.1.0", "publishConfig": { "access": "public" }, @@ -40,14 +40,14 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/kas": "^0.4.1", + "@khanacademy/kas": "^0.4.2", "@khanacademy/keypad-context": "^1.0.4", "@khanacademy/kmath": "^0.1.16", "@khanacademy/math-input": "^21.1.5", "@khanacademy/perseus-core": "1.5.3", "@khanacademy/perseus-linter": "^1.2.4", - "@khanacademy/pure-markdown": "^0.3.12", - "@khanacademy/simple-markdown": "^0.13.5", + "@khanacademy/pure-markdown": "^0.3.13", + "@khanacademy/simple-markdown": "^0.13.6", "@types/classnames": "2.2.0", "@use-gesture/react": "^10.2.27", "mafs": "0.19.0", diff --git a/packages/pure-markdown/CHANGELOG.md b/packages/pure-markdown/CHANGELOG.md index 944960fb3e..7983af68d3 100644 --- a/packages/pure-markdown/CHANGELOG.md +++ b/packages/pure-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/pure-markdown +## 0.3.13 + +### Patch Changes + +- Updated dependencies [[`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034)]: + - @khanacademy/simple-markdown@0.13.6 + ## 0.3.12 ### Patch Changes diff --git a/packages/pure-markdown/package.json b/packages/pure-markdown/package.json index 05ff0d30db..c33fa41a6c 100644 --- a/packages/pure-markdown/package.json +++ b/packages/pure-markdown/package.json @@ -3,7 +3,7 @@ "description": "SimpleMarkdown instance with non-react Perseus rules", "author": "Khan Academy", "license": "MIT", - "version": "0.3.12", + "version": "0.3.13", "publishConfig": { "access": "public" }, @@ -26,7 +26,7 @@ }, "dependencies": { "@khanacademy/perseus-core": "1.5.3", - "@khanacademy/simple-markdown": "^0.13.5" + "@khanacademy/simple-markdown": "^0.13.6" }, "devDependencies": {}, "peerDependencies": {}, diff --git a/packages/simple-markdown/CHANGELOG.md b/packages/simple-markdown/CHANGELOG.md index 7ed1ee74f4..b5a2e8106d 100644 --- a/packages/simple-markdown/CHANGELOG.md +++ b/packages/simple-markdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/simple-markdown +## 0.13.6 + +### Patch Changes + +- [#1920](https://github.com/Khan/perseus/pull/1920) [`88ba71bef`](https://github.com/Khan/perseus/commit/88ba71bef0cdd75fa0c8b467dcea2cccc637d034) Thanks [@handeyeco](https://github.com/handeyeco)! - Fix some file-wide error suppressions + ## 0.13.5 ### Patch Changes diff --git a/packages/simple-markdown/package.json b/packages/simple-markdown/package.json index 586b43555c..7bd62e6c71 100644 --- a/packages/simple-markdown/package.json +++ b/packages/simple-markdown/package.json @@ -3,7 +3,7 @@ "description": "Javascript markdown parsing, made simple", "author": "Khan Academy", "license": "MIT", - "version": "0.13.5", + "version": "0.13.6", "publishConfig": { "access": "public" },