Skip to content

Commit

Permalink
staging build 3.0.0-pre.2068
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Dec 24, 2024
1 parent 2a73471 commit a1a4741
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
23 changes: 23 additions & 0 deletions v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.2058",
"version": "3.0.0-pre.2068",
"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.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 |
Expand Down

0 comments on commit a1a4741

Please sign in to comment.