Skip to content

Commit

Permalink
Merge pull request #1267 from concord-consortium/v3-release-3.0.0-pre…
Browse files Browse the repository at this point in the history
….1652

staging version 3.0.0-pre.1652
  • Loading branch information
nstclair-cc authored May 17, 2024
2 parents 12118f2 + 183aa42 commit 584aa65
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
33 changes: 26 additions & 7 deletions v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Version 3.0.0-pre.1652 - May 17, 2024

### ✨ Features & Improvements:
- **PT-187458779:** Graph has option to Show/Hide Parent Visibility Toggles
- **PT-187458777:** Graph has option to Display Only Selected Cases
- **PT-186948720:** User can display a standard error bar on a dot plot
- **PT-187573958:** Fix Sampler Plugin

### 🐞 Bug Fixes:
- **PT-187539044:** Dragging categories on axis does not affect the placement of points
- **PT-187392421:** Unable to reorder categories in categorical legend
- **PT-187619346:** Marquee selection broken in newly created graph

### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 171330 bytes | 9.60% |
| index.js | 5356175 bytes | 3.03% |

## Version 3.0.0-pre.1639 - May 10, 2024

### ✨ Features & Improvements:
Expand All @@ -18,8 +37,8 @@
### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 156316 bytes | 8.45% |
| index.js | 5198791 bytes | 2.60% |
| main.css | 169305 bytes | 8.45% |
| index.js | 5307568 bytes | 2.60% |

## Version 3.0.0-pre.1631 - May 3, 2024

Expand All @@ -37,8 +56,8 @@
### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 156316 bytes | -0.17% |
| index.js | 5198791 bytes | 1.09% |
| main.css | 156113 bytes | -0.17% |
| index.js | 5296975 bytes | 1.09% |

## Version 3.0.0-pre.1522 - April 26, 2024

Expand All @@ -64,8 +83,8 @@
### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 156316 bytes | 0.24% |
| index.js | 5198791 bytes | 0.79% |
| main.css | 157690 bytes | 0.24% |
| index.js | 5239861 bytes | 0.79% |

## Version 3.0.0-pre.1521 - April 12, 2024

Expand Down Expand Up @@ -98,7 +117,7 @@
### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 156316 bytes | 6.08% |
| main.css | 157376 bytes | 6.08% |
| index.js | 5198791 bytes | 0.57% |

## Version 3.0.0-pre.1520 - March 28, 2024
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.1639",
"version": "3.0.0-pre.1652",
"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.1652](https://codap3.concord.org/version/3.0.0-pre.1652/) | May 17, 2024 |
| [3.0.0-pre.1639](https://codap3.concord.org/version/3.0.0-pre.1639/) | May 10, 2024 |
| [3.0.0-pre.1631](https://codap3.concord.org/version/3.0.0-pre.1631/) | May 3, 2024 |
| [3.0.0-pre.1522](https://codap3.concord.org/version/3.0.0-pre.1522/) | April 26, 2024 |
Expand Down

0 comments on commit 584aa65

Please sign in to comment.