diff --git a/v3/CHANGELOG.md b/v3/CHANGELOG.md index 0335c6fc2..c247dd27f 100644 --- a/v3/CHANGELOG.md +++ b/v3/CHANGELOG.md @@ -1,4 +1,27 @@ # Changelog + +## Version 3.0.0-pre.2068 - December 23, 2024 + +### ✨ Features & Improvements: +- **PT-188673066:** Case card supports color value editing even when attribute is not typed as 'color' +- **PT-188616842:** Export Case Card and Case Table in v2 format. +- **PT-188616792:** Export WebView in v2 format. +- **PT-188616810:** Export GameView in v2 format +- **PT-188616852:** Export Slider in v2 format +- **PT-188651857:** A plugin can get and update any top level graph feature +- **PT-181846570:** Rows of the case table can be resized by clicking and dragging on the bottom of a row's index cell. + +### 🐞 Bug Fixes: +- **PT-188590950:** Graph: crash on axis switch from categorical parent attribute to date child attribute +- **PT-188713991:** Hierarchical DataSets exported from v3 do not import into v2 correctly +- **PT-188719111:** Lookup functions should match user-set title + +### Asset Sizes +| File | Size | % Increase from Previous Release | +|-----------|---------------|----------------------------------| +| main.css | 186170 bytes | 0.03% | +| index.js | 6359249 bytes | 0.01% | + ## Version 3.0.0-pre.2058 - December 13, 2024 ### ✨ Features & Improvements: diff --git a/v3/package-lock.json b/v3/package-lock.json index bc97fcd1c..2d17ea169 100644 --- a/v3/package-lock.json +++ b/v3/package-lock.json @@ -1,12 +1,12 @@ { "name": "codap3", - "version": "3.0.0-pre.2058", + "version": "3.0.0-pre.2068", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codap3", - "version": "3.0.0-pre.2058", + "version": "3.0.0-pre.2068", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/v3/package.json b/v3/package.json index c694f2bf6..50930c4d1 100644 --- a/v3/package.json +++ b/v3/package.json @@ -1,6 +1,6 @@ { "name": "codap3", - "version": "3.0.0-pre.2058", + "version": "3.0.0-pre.2068", "description": "Common Online Data Analysis Platform v3", "main": "index.js", "browser": { diff --git a/v3/versions.md b/v3/versions.md index 2d5769896..a8ce91a9b 100644 --- a/v3/versions.md +++ b/v3/versions.md @@ -5,6 +5,7 @@ ### Versions | Version | Release Date | |-----------------|-----------------------| +| [3.0.0-pre.2058](https://codap3.concord.org/version/3.0.0-pre.2068/) | December 23, 2024 | | [3.0.0-pre.2058](https://codap3.concord.org/version/3.0.0-pre.2058/) | December 13, 2024 | | [3.0.0-pre.2046](https://codap3.concord.org/version/3.0.0-pre.2046/) | December 6, 2024 | | [3.0.0-pre.2023](https://codap3.concord.org/version/3.0.0-pre.2023/) | November 22, 2024 |