Skip to content

Commit

Permalink
Merge pull request #1524 from concord-consortium/3.0.0-pre.1907
Browse files Browse the repository at this point in the history
staging build 3.0.0-pre.1907
  • Loading branch information
nstclair-cc authored Sep 30, 2024
2 parents e84e4a6 + d36024f commit 03c4b35
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
51 changes: 51 additions & 0 deletions v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Changelog

## Version 3.0.0-pre.1907 - September 30, 2024

### ✨ Features & Improvements:
- **PT-184432150:** Case Table Ruler - Rerandomize All
- **PT-181841034:** The **Help** icon allows the user to access help and other information about the project
- **PT-188235437:** CODAP logs user actions to Google Analytics
- **PT-181840383:** The menu bar has a language menu
- **PT-186945890:** Show language menu in CFM bar
- **PT-188276295:** Click in case table "white space" below the table deselects all cases for that dataset
- **PT-187573192:** Attribute labels on graphs and maps display units
- **PT-188274494:** Formulas should work with ``, ``, `` as well as their two-character counterparts
- **PT-188333647:** The **case card** has an inspector menu
- **PT-187799307:** The inspector panel for case tables and case cards shows a **Set Aside Filter Function** choice
- **PT-185628921:** Dots sometimes go beyond the boundaries of the subplots that contain them
- **PT-188243268:** Setup Deployment for StoryQ
- **PT-187738941:** DI Finish SelectionList Requests
- **PT-187738977:** DI Notify LogMessage Requests
- **PT-187738922:** DI Notify DataContext

### 🐞 Bug Fixes:
- **PT-184879587:** Need to restrict all tile/components from being dragged beyond the top border
- **PT-187774818:** Components are slow to reload when resizing
- **PT-188300239:** Fix fresh shared tables
- **PT-188279613:** Fix sharing existing table
- **PT-188300061:** Undo of add numeric attribute to axis is broken
- **PT-188234714:** Parent visibility toggles not working
- **PT-187833691:** Enable Automation Test for Undo/Redo Functionality in Graph with Numeric x-axis and Two Numeric y-Attributes
- **PT-188293477:** When hiding cases, numeric axes should not rescale
- **PT-188305480:** Crash on undo of drag attribute to graph
- **PT-188286129:** Web view inspector menu is missing its icon
- **PT-188286148:** The user should be able to enter a web view url that is missing "https://"
- **PT-188312576:** Date axis not working properly
- **PT-188270437:** Impossible to edit title of graph component with no title
- **PT-188286576:** Selected attributes are not dragging upward
- **PT-188326911:** Fix Importing Datasets
- **PT-188319487:** Crash on closing text component in Four Seals
- **PT-188275873:** Cannot drag any attribute from case card view to the vertical axis, resulting in incorrect graph creation
- **PT-188333898:** Graph points stuck in the top-left corner

### 🛠️ Under the Hood:
- **PT-187950454:** Update pixi.js to v8 (latest version)
- **PT-186784013:** PixiJS graph: periodically dispose unused textures
- **PT-187972789:** Automate Redo Functionality for Case Card in Table View

### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 172492 bytes | 0.80% |
| index.js | 5673100 bytes | -4.0% |


## Version 3.0.0-pre.1869 - September 13, 2024

### ✨ Features & Improvements:
Expand Down
3 changes: 3 additions & 0 deletions v3/cypress/e2e/text.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ context("Text tile", () => {

cy.log("Check update text title with undo/redo")
// Undo title change
cy.wait(100)
toolbar.getUndoTool().click()
cy.wait(100)
c.getComponentTitle(kTextTileTestId).should("have.text", textDefaultTitle)

// Redo title change
toolbar.getRedoTool().should("be.enabled")
toolbar.getRedoTool().click()
cy.wait(100)
c.getComponentTitle(kTextTileTestId).should("have.text", newTextTileName)
})
it("close text tile from close button with undo/redo", () => {
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.1869",
"version": "3.0.0-pre.1907",
"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.1907](https://codap3.concord.org/version/3.0.0-pre.1907/) | September 30, 2024 |
| [3.0.0-pre.1831](https://codap3.concord.org/version/3.0.0-pre.1869/) | September 13, 2024 |
| [3.0.0-pre.1831](https://codap3.concord.org/version/3.0.0-pre.1831/) | August 30, 2024 |
| [3.0.0-pre.1782](https://codap3.concord.org/version/3.0.0-pre.1782/) | August 12, 2024 |
Expand Down

0 comments on commit 03c4b35

Please sign in to comment.