Skip to content

Commit

Permalink
staging build 3.0.0-pre.2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Nov 22, 2024
1 parent 771db30 commit 1e60c07
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,5 +1,28 @@
# Changelog

## Version 3.0.0-pre.2023 - November 22, 2024

### ✨ Features & Improvements:
- **PT-188491735:** Boundaries display in case table cells as small representations of the polygon
- **PT-187849414:** Auto-detect boundary data type
- **PT-188491712:** lookupBoundary function
- **PT-188104685:** Browser tab titles show document name
- **PT-188497370:** **Legend colors** can be changed in the layers (for maps) inspector menu

### 🐞 Bug Fixes:
- **PT-188570070:** Minimized components can't be unminimized after importing a v2 document into v3
- **PT-188364161:** Misalignment of **numerical attributes** in **case table**
- **PT-188392104:** **Formulas** don't behave for **case card** view
- **PT-188571448:** Nested Table View in MultiData plugin fails to update when adding new hierarchy levels in CODAP v3 case card view (*Delivered*)
- **PT-188571538:** Lat/long points will not display in Map component when migrating v2 documents to v3 (*Finished*)

### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 184216 bytes | 0.16% |
| index.js | 8592052 bytes | 135.9% |


## Version 3.0.0-pre.2009 - November 15, 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.2009",
"version": "3.0.0-pre.2023",
"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.2023](https://codap3.concord.org/version/3.0.0-pre.2023/) | November 22, 2024 |
| [3.0.0-pre.2009](https://codap3.concord.org/version/3.0.0-pre.2009/) | November 15, 2024 |
| [3.0.0-pre.1976](https://codap3.concord.org/version/3.0.0-pre.1976/) | November 6, 2024 |
| [3.0.0-pre.1963](https://codap3.concord.org/version/3.0.0-pre.1963/) | November 1, 2024 |
Expand Down

0 comments on commit 1e60c07

Please sign in to comment.