Skip to content

Commit bb726cf

Browse files
chore: version packages (#1029)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d469e9 commit bb726cf

14 files changed

Lines changed: 82 additions & 45 deletions

File tree

.changeset/calm-pigs-smile.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/green-cycles-perform.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/doenetml-iframe/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @doenet/doenetml
22

3+
## 0.7.16
4+
5+
### Patch Changes
6+
7+
- bbd2c4f: Fix `sort` and `shuffle` sugar handling when type information is missing or invalid, and improve diagnostics for mixed string/component children.
8+
- Fall back to `math` (with warning diagnostics) when `type` is invalid.
9+
- When `type` is omitted, do not apply sugar; instead, if a string child exists, emit warnings telling authors to specify a `type` attribute.
10+
- Ignore string children in mixed-content cases with explicit warning diagnostics.
11+
- Add test coverage for the fallback and diagnostics behavior.
12+
13+
- 84e3472: Introduce a new `avoidScientificNotation` number-display attribute and ensure
14+
number-display settings are applied consistently across worker and viewer
15+
rendering.
16+
- Add `avoidScientificNotation` support to core number/math formatting behavior in the worker.
17+
- Apply number-display parameters consistently through related formatted outputs (including line/function/point/vector/angle/piecewise/ODE displays).
18+
- Wire number-display formatting through graph controls worker payloads and viewer parsing/model logic so display settings are respected end-to-end.
19+
- Update generated schema output so inherited number-display attributes are available consistently.
20+
- Add worker and viewer test coverage for the new/updated display behavior.
21+
322
## 0.7.15
423

524
### Patch Changes

packages/doenetml-iframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@doenet/doenetml-iframe",
33
"type": "module",
44
"description": "A renderer for DoenetML contained in an iframe",
5-
"version": "0.7.15",
5+
"version": "0.7.16",
66
"license": "AGPL-3.0-or-later",
77
"homepage": "https://github.com/Doenet/DoenetML#readme",
88
"private": true,

packages/doenetml/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @doenet/doenetml
22

3+
## 0.7.16
4+
5+
### Patch Changes
6+
7+
- bbd2c4f: Fix `sort` and `shuffle` sugar handling when type information is missing or invalid, and improve diagnostics for mixed string/component children.
8+
- Fall back to `math` (with warning diagnostics) when `type` is invalid.
9+
- When `type` is omitted, do not apply sugar; instead, if a string child exists, emit warnings telling authors to specify a `type` attribute.
10+
- Ignore string children in mixed-content cases with explicit warning diagnostics.
11+
- Add test coverage for the fallback and diagnostics behavior.
12+
13+
- 84e3472: Introduce a new `avoidScientificNotation` number-display attribute and ensure
14+
number-display settings are applied consistently across worker and viewer
15+
rendering.
16+
- Add `avoidScientificNotation` support to core number/math formatting behavior in the worker.
17+
- Apply number-display parameters consistently through related formatted outputs (including line/function/point/vector/angle/piecewise/ODE displays).
18+
- Wire number-display formatting through graph controls worker payloads and viewer parsing/model logic so display settings are respected end-to-end.
19+
- Update generated schema output so inherited number-display attributes are available consistently.
20+
- Add worker and viewer test coverage for the new/updated display behavior.
21+
322
## 0.7.15
423

524
### Patch Changes

packages/doenetml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@doenet/doenetml",
33
"type": "module",
44
"description": "Semantic markup for building interactive web activities",
5-
"version": "0.7.15",
5+
"version": "0.7.16",
66
"license": "AGPL-3.0-or-later",
77
"homepage": "https://github.com/Doenet/DoenetML#readme",
88
"private": true,

packages/standalone/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @doenet/doenetml
22

3+
## 0.7.16
4+
5+
### Patch Changes
6+
7+
- bbd2c4f: Fix `sort` and `shuffle` sugar handling when type information is missing or invalid, and improve diagnostics for mixed string/component children.
8+
- Fall back to `math` (with warning diagnostics) when `type` is invalid.
9+
- When `type` is omitted, do not apply sugar; instead, if a string child exists, emit warnings telling authors to specify a `type` attribute.
10+
- Ignore string children in mixed-content cases with explicit warning diagnostics.
11+
- Add test coverage for the fallback and diagnostics behavior.
12+
13+
- 84e3472: Introduce a new `avoidScientificNotation` number-display attribute and ensure
14+
number-display settings are applied consistently across worker and viewer
15+
rendering.
16+
- Add `avoidScientificNotation` support to core number/math formatting behavior in the worker.
17+
- Apply number-display parameters consistently through related formatted outputs (including line/function/point/vector/angle/piecewise/ODE displays).
18+
- Wire number-display formatting through graph controls worker payloads and viewer parsing/model logic so display settings are respected end-to-end.
19+
- Update generated schema output so inherited number-display attributes are available consistently.
20+
- Add worker and viewer test coverage for the new/updated display behavior.
21+
322
## 0.7.15
423

524
### Patch Changes

packages/standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@doenet/standalone",
33
"type": "module",
44
"description": "Standalone renderer for DoenetML suitable for being included in a web page",
5-
"version": "0.7.15",
5+
"version": "0.7.16",
66
"license": "AGPL-3.0-or-later",
77
"homepage": "https://github.com/Doenet/DoenetML#readme",
88
"private": true,

packages/v06-to-v07/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @doenet/v06-to-v07
22

3+
## 0.7.16
4+
35
## 0.7.15
46

57
## 0.7.14

packages/v06-to-v07/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@doenet/v06-to-v07",
33
"type": "module",
44
"description": "Convert DoenetML v0.6 syntax to v0.7 syntax",
5-
"version": "0.7.15",
5+
"version": "0.7.16",
66
"license": "AGPL-3.0-or-later",
77
"homepage": "https://github.com/Doenet/DoenetML#readme",
88
"private": true,

0 commit comments

Comments
 (0)