Skip to content

Commit

Permalink
Merge pull request #1399 from concord-consortium/3.0.0-pre.1782
Browse files Browse the repository at this point in the history
3.0.0 pre.1782
  • Loading branch information
nstclair-cc authored Aug 12, 2024
2 parents 709d5b2 + f520817 commit 8d9fe36
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
27 changes: 27 additions & 0 deletions v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## Version 3.0.0-pre.1782 - August 12, 2024

### ✨ Features & Improvements:
- **PT-181846581:** Case table rows of multiple children can be collapsed
- **PT-181846596:** Each collection in a case table has its own header where its name and number of cases are shown
- **PT-181840926:** The **Text** icon causes a new text component to appear.
- **PT-188095789:** Auto-focus newly created text component
- **PT-181889964:** Attribute menu **Delete Formula (Keeping Values)**
- **PT-188009741:** DI Collection Labels
- **PT-187738952:** DI Get Component Requests
- **PT-182089941:** CODAP logs user actions to the CC log server
- **PT-188095695:** Formulas are not getting evaluated on restore

### 🐞 Bug Fixes:
- **PT-187833677:** Crash on undo of adding multiple-y attribute to graph
- **PT-187452500:** Drop target highlights show on top of other tiles during attribute drags
- **PT-187949371:** Bug: Case table can auto-scroll vertically on attribute drag
- **PT-188045173:** Input Row doesn't work in Collaborative plugin
- **PT-188050066:** Collaborative: Sharing Existing Tables
- **PT-188066180:** "Failure to fetch" plugin info with network issues

### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 179710 bytes | 2.33% |
| index.js | 5879153 bytes | 7.67% |

## Version 3.0.0-pre.1762 - July 24, 2024

### ✨ Features & Improvements:
Expand Down
2 changes: 1 addition & 1 deletion v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To deploy a production release:
3. Create a new entry in `versions.md` with the new version and release date
4. Create a new entry in `CHANGELOG.md` with a description of the new version
5. Create `v3-release-<version>` branch and stage versions.md, package.json and package-lock.json
6. Run `npm run release-notes 3.0.0-pre.<new-version>` in the `dev-templates/scripts` repo. You may need to export your PT token first.
6. Run `npm run release-notes 3.0.0-pre.<new-version>` in the `dev-templates/scripts` repo. You may need to export your PT token first. In the `scripts` folder, `export PT_TOKEN=your_PT_token`
7. Run `npm run build`
8. Copy asset size markdown table from previous release and change sizes to match new sizes in `dist`. In the Terminal from the `v3` folder, the command is `ls -la dist/assets`
9. Stage CHANGELOG.md, Commit changes, push to GitHub, create PR and merge
Expand Down
5 changes: 3 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.1762",
"version": "3.0.0-pre.1782",
"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.1782](https://codap3.concord.org/version/3.0.0-pre.1782/) | August 12, 2024 |
| [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 |
Expand Down

0 comments on commit 8d9fe36

Please sign in to comment.