Releases: 51ngul4r1ty/atoll-core
Atoll v0.56.0
Atoll v0.55.0
Added auth to api index
Atoll v0.54.2
As a user, I can see a busy indicator when adding a backlog item, so that I know something is in progress - #357
Atoll v0.53.0
These releases notes include 2 releases: 0.52.1 and 0.53.0.
v0.53.0
Fix issue where product backlog item's total parts were not updated when a sprint level backlog item was split to the next sprint - #378
v0.52.0
Fix to client-side validation to prevent a server-side error when trying to split an accepted or released story to the next sprint - #370
Atoll v0.51.1
- Tech story:
As a developer, I can use the latest stable Node v16.14.2, so that the codebase is current
Atoll v0.51.0
Included in this release:
- Story #361: As a user, I can split a 0.25 and 0.5 point story, without it looking weird (see screenshots below)
How it looked before:
Atoll v0.50.1
Content Negotiation for the API Index Endpoint
Atoll v0.48.3
- Fix End of Sprint View Issue (issue #386)
The part of the UI affected by this issue is highlighted in the screenshot below. In the last hours of the sprint it wasn't expanding this correctly. The fix doesn't specifically solve the issue- it will technically expand a different sprint, but that's not as much of an issue. The main problem was that the client was expecting one sprint to be expanded while the server was expecting a different one to be expanded. This change fixes the inconsistency so the user can still expand the sprint they want to view. There's a longer term more involved story that's been added to the backlog to address client & server timezone differences etc.
Atoll v0.48.1
Fixed issue #383:
This error was occurring and preventing a successful login: Error occurred while dispatching success: TypeError: Cannot read properties of undefined (reading 'getTime')