Releases: 51ngul4r1ty/atoll-core
Atoll v0.48.0
This release implements the functionality to fix issue #367 - it isn't really a bug, more of a feature... you've heard that before, right? No seriously... this one is a feature: it's a redirect to login page any time there's a refresh token failure and it also preserves that entry page and restores it as soon as the user is logged in.
Atoll v0.47.0
There have been quite a few releases since v0.41.7 but the release notes weren't published, so the notes for this release will include all the prior releases.
Atoll v0.47.0
This release includes:
- Refactor of all "Backlog Item Rank" entities to use "Product Backlog Item" instead (tech story #293).
- Refactor of all "Backlog Item Planning Panel" UI components to use "Product Planning Panel" related names so that these UI components are now consistent with the "Sprint Planning Panel" naming (tech story #305).
- Updated dependency for dependabot: moment from 2.29.1 to 2.29.2
Atoll v0.46.0
This version was never deployed to production so the work on story #305 was included in Atoll v0.47.0.
Atoll v0.45.0
This version included "Join Unallocated Split Parts" functionality (story #369):
Atoll v0.44.0
This version included the fix for item split text styling:
Before:
After:
Atoll v0.43.0
Implemented fix for issue #332:
Atoll v0.42.5
Fixed "No matching project" issue when viewing the backlog item detail (issue #364).
Atoll v0.42.4
- Implemented tech story #356 (consistent fetcher export types).
- Implemented tech story #365 (consistency with DB alias constants).
Atoll v0.42.3
- Data Parity Tests for a Backlogitems Endpoint (tech story #349).
Atoll v0.42.2
- Address security issues in tech story #342 (updated
tar
for dependabot).
Atoll v0.42.1
- Address security issues in tech story #342 (updated
immer
,url-parse
,ws
,react-dev-utils
for dependabot). - Fixed npm sync command issue (tech story #320).
Atoll v0.42.0
- Added app version header (tech story #338):
Atoll v0.41.7
Implemented story #222 to allow story splitting (in the screenshot below you can see how planned points only include the split story's remaining points = 5, but the accepted total includes the full story points = 13)
Atoll v0.40.9
Fix related to adding new sprints. There were 2 effects of early DateOnly changes:
- Adding new sprint didn't add to end of sprint list.
- Adding another sprint didn't add it after the first.
There was also another issue: the sprint start and end wasn't being correctly calculated.
The issue link: #283
Atoll v0.40.7
Fix for SSL issue: "no pg_hba.conf entry for host "x", user "y", database "z", SSL off"
Atoll v0.36.0
Atoll v0.35.1
Show unplanned points in sprint metrics (totalPoints field has now been added to a sprint).
Atoll v0.34.0
Added "started date", "finished date", "accepted date" and "released date" fields to the backlog item data. See issue link below for screenshots.