diff --git a/v3/CHANGELOG.md b/v3/CHANGELOG.md index 31373d409a..cf7466306b 100644 --- a/v3/CHANGELOG.md +++ b/v3/CHANGELOG.md @@ -1,5 +1,54 @@ # Changelog +## Version 3.0.0-pre.1762 - July 24, 2024 + +### ✨ Features & Improvements: +- **PT-181846592:** Each table in a case table has its own **input row** +- **PT-187967544:** Case table: enter key should advance to next row +- **PT-187810613:** The user can create a new attribute using a command in the case table's **ruler** menu +- **PT-187881303:** An ICI url parameter allows the user to display an "informal confidence interval" on a box plot. +- **PT-181909481:** Selection of points in graphs and maps +- **PT-187799270:** There is a full set of date-time functions +- **PT-187965959:** **DateTime** Date Support in Case Table +- **PT-188007822:** Add `number` formula to CODAP v3, support dates +- **PT-187932225:** Drag and drop modals +- **PT-187950451:** Update to mathjs 12.4.3 (or latest v12 version) +- **PT-187797451:** DI Get and Update InteractiveFrame Requests +- **PT-187737794:** DI Notify ItemSearch ItemOrder +- **PT-187994058:** DI create/update component caseTable horizontalScrollOffset +- **PT-187738935:** DI Get CaseFormulaSearch +- **PT-187985989:** DI Update interactiveFrame preventTopLevelReorg +- **PT-187792879:** Plugin component shows version number in titlebar + +### 🐞 Bug Fixes: +- **PT-187931119:** Changed parent case values are not immediately displayed in tables +- **PT-187931309:** Creating a new collection does not result in a reorder of the child collection +- **PT-187931070:** Table doesn't update immediately in response to notify itemSearch itemOrder API requests +- **PT-187948687:** MST warning on undo create case table +- **PT-187949749:** Redo of component creation results in invisible components +- **PT-187951353:** In case table, `useRows.handleRowsChange` is called twice after editing cell and pressing enter +- **PT-184879695:** Initial click on case table row isn't selecting the case unless the case table already has focus +- **PT-187735631:** Missing connecting lines in case table after hiding last attribute in collection +- **PT-187808979:** The dialog box for entering a URL for a web page should be very close in appearance to that of V2 +- **PT-187127871:** Undo fails to restore deleted cases after insertion +- **PT-187944324:** Redo of changing case table to card results fails +- **PT-187949333:** Index Ordering Issue When Creating Hierarchy and Flattening the Table +- **PT-187693749:** Collapsed rows selection in case table is broken +- **PT-187597588:** Undo functionality fails after delete cases from inspector menu +- **PT-187444682:** Index is sticking when flattening table in Coasters +- **PT-187548205:** Deleting the last attribute of the ungrouped collection does not result in the ungrouped collection being removed +- **PT-187967231:** Undo fails after dragging State to child collection in Roller Coasters +- **PT-187986400:** Clicking on collapsed group brings up index menu +- **PT-187237814:** Undo attribute description change results in incorrect attribute header tooltip +- **PT-187423850:** Fix title of component in Four Seals Example document +- **PT-188009575:** Formula Engine Doesn't Recognize >= and <= + +### Asset Sizes +| File | Size | % Increase from Previous Release | +|-----------|---------------|----------------------------------| +| main.css | 175606 bytes | 0.77% | +| index.js | 5460271 bytes | 1.69% | + ## Version 3.0.0-pre.1731 - July 12, 2024 ### ✨ Features & Improvements: diff --git a/v3/package-lock.json b/v3/package-lock.json index a6f2724230..ab86da2275 100644 --- a/v3/package-lock.json +++ b/v3/package-lock.json @@ -1,12 +1,12 @@ { "name": "codap3", - "version": "3.0.0-pre.1731", + "version": "3.0.0-pre.1762", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codap3", - "version": "3.0.0-pre.1731", + "version": "3.0.0-pre.1762", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/v3/package.json b/v3/package.json index 57154beb46..52eddb0fd3 100644 --- a/v3/package.json +++ b/v3/package.json @@ -1,6 +1,6 @@ { "name": "codap3", - "version": "3.0.0-pre.1731", + "version": "3.0.0-pre.1762", "description": "Common Online Data Analysis Platform v3", "main": "index.js", "browser": { diff --git a/v3/versions.md b/v3/versions.md index ab6bfcceb9..0e517e9114 100644 --- a/v3/versions.md +++ b/v3/versions.md @@ -5,6 +5,7 @@ ### Versions | Version | Release Date | |-----------------|-----------------------| +| [3.0.0-pre.1762](https://codap3.concord.org/version/3.0.0-pre.1762/) | July 26, 2024 | | [3.0.0-pre.1731](https://codap3.concord.org/version/3.0.0-pre.1731/) | July 12, 2024 | | [3.0.0-pre.1696](https://codap3.concord.org/version/3.0.0-pre.1696/) | June 14, 2024 | | [3.0.0-pre.1671](https://codap3.concord.org/version/3.0.0-pre.1671/) | May 31, 2024 |