Skip to content

Commit

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

Version 3.0.0-pre.1342 - October 2, 2023
  • Loading branch information
tejal-shah authored Oct 2, 2023
2 parents a58596c + 4cfd456 commit 243b224
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Version 3.0.0-pre.1342 - October 2, 2023

### Features/Improvements
- Import formulas from CODAP V2 documents [#186002016](https://www.pivotaltracker.com/story/show/186002016)
- Add support of formulas referencing attributes with special characters (e.g. whitespace, starting with numbers, unicode) [#186033178](https://www.pivotaltracker.com/story/show/186033178)
- Attribute formulas evaluate count() function [#186033205](https://www.pivotaltracker.com/story/show/186033205)
- Attribute formulas evaluate if() function [#186040933](https://www.pivotaltracker.com/story/show/186040933)
- Update formulas when attribute is moved between collections [#186040941](https://www.pivotaltracker.com/story/show/186040941)
- Some attribute formulas can be recursive (e.g. prev()) [#186050666](https://www.pivotaltracker.com/story/show/186050666)
- Handle and render formula syntax error [#186052466](https://www.pivotaltracker.com/story/show/186052466)
- `caseIndex` evaluated correctly in attribute formulas [#185896734](https://www.pivotaltracker.com/story/show/185896734)
- Formulas can evaluate nested `prev` calls (e.g. prev(fib, 1) + prev(prev(fib, 1), 1)) [#186090743](https://www.pivotaltracker.com/story/show/186090743)
- Formulas can evaluate nested `next` calls [#186115784](https://www.pivotaltracker.com/story/show/186115784)
- Case table hiding/showing/moving attributes should be undoable [#186138435](https://www.pivotaltracker.com/story/show/186138435)
- Copy formula when moving attribute between parent and child case tables [#186019564](https://www.pivotaltracker.com/story/show/186019564)
- Attribute formulas evaluate simple arithmetic functions (abs, round, etc.) [#185745409](https://www.pivotaltracker.com/story/show/185745409)

### Bug Fixes
- Auto-scroll bugs when dragging attribute from table [#186117412](https://www.pivotaltracker.com/story/show/186117412)

### Asset Sizes
| File | Size | % Increase from Previous Release |
|-----------|---------------|----------------------------------|
| main.css | 69080 bytes | 1.89% |
| index.js | 3369297 bytes | 0.38% |

## Version 3.0.0-pre.1331 - September 26, 2023

### 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.1331",
"version": "3.0.0-pre.1342",
"description": "Common Online Data Analysis Platform v3",
"main": "index.js",
"browserslist": "> 0.2%, last 5 versions, Firefox ESR, not dead, not ie > 0",
Expand Down

0 comments on commit 243b224

Please sign in to comment.