Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-dogs-fetch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/cold-maps-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-yaks-clean.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gold-points-reply.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-fans-sip.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/olive-dingos-change.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-readers-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-houses-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-monkeys-bake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-kids-jam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/kas

## 2.2.0

### Minor Changes

- [#3292](https://github.com/Khan/perseus/pull/3292) [`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Ensure that extra keys are considered when determining whether an Expression Widget answer is invalid.

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"author": "Khan Academy",
"license": "MIT",
"version": "2.1.8",
"version": "2.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/keypad-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/keypad-context

## 3.2.38

### Patch Changes

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c)]:
- @khanacademy/perseus-core@23.6.0

## 3.2.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keypad-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus keypad context",
"author": "Khan Academy",
"license": "MIT",
"version": "3.2.37",
"version": "3.2.38",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/kmath/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/kmath

## 2.2.38

### Patch Changes

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c)]:
- @khanacademy/perseus-core@23.6.0

## 2.2.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kmath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Khan Academy's Javascript Numeric Math Utilities",
"author": "Khan Academy",
"license": "MIT",
"version": "2.2.37",
"version": "2.2.38",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/math-input

## 26.4.7

### Patch Changes

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c)]:
- @khanacademy/perseus-core@23.6.0
- @khanacademy/keypad-context@3.2.38

## 26.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/math-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Khan Academy's new expression editor for the mobile web.",
"author": "Khan Academy",
"license": "MIT",
"version": "26.4.6",
"version": "26.4.7",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus-core

## 23.6.0

### Minor Changes

- [#3292](https://github.com/Khan/perseus/pull/3292) [`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Ensure that extra keys are considered when determining whether an Expression Widget answer is invalid.

### Patch Changes

- [#3344](https://github.com/Khan/perseus/pull/3344) [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add feature flags for Interactive Graph phase 2 project

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a)]:
- @khanacademy/kas@2.2.0

## 23.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Shared Perseus infrastructure",
"author": "Khan Academy",
"license": "MIT",
"version": "23.5.0",
"version": "23.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @khanacademy/perseus-editor

## 29.0.0

### Major Changes

- [#3266](https://github.com/Khan/perseus/pull/3266) [`277fedd984`](https://github.com/Khan/perseus/commit/277fedd9849c097f0ec573c65e722403bb74256f) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove deprecated `useNewStyles` prop from `ArticleRenderer`. This prop was deprecated already and completely unused internally. To update to this version, just remove the prop from `<ArticleRenderer>` instances.

* [#3318](https://github.com/Khan/perseus/pull/3318) [`05a19ccc77`](https://github.com/Khan/perseus/commit/05a19ccc77f641e2828bd0d21ec180dda27cbbf8) Thanks [@benchristel](https://github.com/benchristel)! - The `cb` and `silent` parameters of the `EditorPage`'s `onChange` prop have been removed. Consumers of `EditorPage` should remove any usages of these parameters.

### Patch Changes

- [#3344](https://github.com/Khan/perseus/pull/3344) [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add feature flags for Interactive Graph phase 2 project

- Updated dependencies [[`d0f81aedd0`](https://github.com/Khan/perseus/commit/d0f81aedd07e2c520196d70ef193e0e888e97b95), [`277fedd984`](https://github.com/Khan/perseus/commit/277fedd9849c097f0ec573c65e722403bb74256f), [`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c), [`05a19ccc77`](https://github.com/Khan/perseus/commit/05a19ccc77f641e2828bd0d21ec180dda27cbbf8)]:
- @khanacademy/perseus@76.0.0
- @khanacademy/kas@2.2.0
- @khanacademy/perseus-core@23.6.0
- @khanacademy/perseus-score@8.3.0
- @khanacademy/perseus-linter@4.8.6
- @khanacademy/keypad-context@3.2.38
- @khanacademy/kmath@2.2.38
- @khanacademy/math-input@26.4.7

## 28.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus editors",
"author": "Khan Academy",
"license": "MIT",
"version": "28.16.0",
"version": "29.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus-linter

## 4.8.6

### Patch Changes

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c)]:
- @khanacademy/kas@2.2.0
- @khanacademy/perseus-core@23.6.0
- @khanacademy/kmath@2.2.38

## 4.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Linter engine for Perseus",
"author": "Khan Academy",
"license": "MIT",
"version": "4.8.5",
"version": "4.8.6",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus-score/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus-score

## 8.3.0

### Minor Changes

- [#3292](https://github.com/Khan/perseus/pull/3292) [`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Ensure that extra keys are considered when determining whether an Expression Widget answer is invalid.

### Patch Changes

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c)]:
- @khanacademy/kas@2.2.0
- @khanacademy/perseus-core@23.6.0
- @khanacademy/kmath@2.2.38

## 8.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-score/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus score",
"author": "Khan Academy",
"license": "MIT",
"version": "8.2.14",
"version": "8.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @khanacademy/perseus

## 76.0.0

### Major Changes

- [#3266](https://github.com/Khan/perseus/pull/3266) [`277fedd984`](https://github.com/Khan/perseus/commit/277fedd9849c097f0ec573c65e722403bb74256f) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove deprecated `useNewStyles` prop from `ArticleRenderer`. This prop was deprecated already and completely unused internally. To update to this version, just remove the prop from `<ArticleRenderer>` instances.

### Patch Changes

- [#3340](https://github.com/Khan/perseus/pull/3340) [`d0f81aedd0`](https://github.com/Khan/perseus/commit/d0f81aedd07e2c520196d70ef193e0e888e97b95) Thanks [@jonmarkprice](https://github.com/jonmarkprice)! - Fix issue where using the keyboard arrows made clicking to create a point stop working.

* [#3344](https://github.com/Khan/perseus/pull/3344) [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add feature flags for Interactive Graph phase 2 project

- [#3318](https://github.com/Khan/perseus/pull/3318) [`05a19ccc77`](https://github.com/Khan/perseus/commit/05a19ccc77f641e2828bd0d21ec180dda27cbbf8) Thanks [@benchristel](https://github.com/benchristel)! - Use non-readonly type for the `hints` prop of `HintsRenderer`.

- Updated dependencies [[`21c516936a`](https://github.com/Khan/perseus/commit/21c516936a927a1fba1e29c12b54547ad7b5e85a), [`3289699e70`](https://github.com/Khan/perseus/commit/3289699e70f33bb2c27c6b2f6109c678c40e157c)]:
- @khanacademy/kas@2.2.0
- @khanacademy/perseus-core@23.6.0
- @khanacademy/perseus-score@8.3.0
- @khanacademy/perseus-linter@4.8.6
- @khanacademy/keypad-context@3.2.38
- @khanacademy/kmath@2.2.38
- @khanacademy/math-input@26.4.7

## 75.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "75.7.1",
"version": "76.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
Loading