Skip to content

Commit

Permalink
Merge branch 'main' into catjohnson/fix-complete-unlimited-polygons
Browse files Browse the repository at this point in the history
  • Loading branch information
catandthemachines committed Dec 11, 2024
2 parents 0a986b1 + 335615b commit 75bc211
Show file tree
Hide file tree
Showing 62 changed files with 156 additions and 8,168 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-kangaroos-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/perseus": patch
---

Make all types in `perseus-types.ts` originate from it (no longer import Mafs types)
5 changes: 0 additions & 5 deletions .changeset/poor-numbers-reflect.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/selfish-laws-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/perseus": patch
---

[Dropdown] Change logic for aria-label
11 changes: 0 additions & 11 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ with a short description and the main Perseus data type it accepts.
article, but the scoring is not available outside of the renderer.
</td>
</tr>
<tr>
<td><code>MultiItemRenderer</code></td>
<td> <code>{ _multi: any }</code></td>
<td>
The `MultiItemRenderer` is a more advanced renderer. It accepts an
object representing a tree of `PerseusRenderer` objects. A `Shape`
object defines the structure of the tree and you must provide a
"callback" object of the same structure which defines how and where
to render each `PerseusRenderer` that appears in the tree.
</td>
</tr>
<tr>
<td><code>Renderer</code></td>
<td><code>PerseusRenderer</code></td>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,6 @@
},
"nyc": {
"report-dir": "coverage/cypress/"
}
},
"dependencies": {}
}
20 changes: 20 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @khanacademy/perseus-editor

## 16.0.0

### Major Changes

- [#1955](https://github.com/Khan/perseus/pull/1955) [`e7b4db0bf`](https://github.com/Khan/perseus/commit/e7b4db0bf193241a36508804dd6e58c729f0a3db) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove support for MultiRenderer

### Patch Changes

- Updated dependencies [[`e7b4db0bf`](https://github.com/Khan/perseus/commit/e7b4db0bf193241a36508804dd6e58c729f0a3db)]:
- @khanacademy/perseus@47.0.0

## 15.1.4

### Patch Changes

- [#1976](https://github.com/Khan/perseus/pull/1976) [`2ad163b5e`](https://github.com/Khan/perseus/commit/2ad163b5ea20d40fb9f0edf30e03cd54ecf9bf31) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figures Aria] Update the auto-generated text to spell out commas

- Updated dependencies [[`e22a931d9`](https://github.com/Khan/perseus/commit/e22a931d987291258b66f2c80db3536970a4555d)]:
- @khanacademy/perseus@46.0.1

## 15.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "15.1.3",
"version": "16.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.6",
"@khanacademy/perseus": "^46.0.0",
"@khanacademy/perseus": "^47.0.0",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/pure-markdown": "^0.3.13",
"mafs": "^0.19.0"
Expand Down
Loading

0 comments on commit 75bc211

Please sign in to comment.