Skip to content

Commit

Permalink
staging build 3.0.0-pre.1762
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Jul 26, 2024
1 parent 2425458 commit 5dd79c2
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
49 changes: 49 additions & 0 deletions v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions v3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v3/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions v3/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 5dd79c2

Please sign in to comment.