Skip to content

Releases: 51ngul4r1ty/atoll-core

Atoll v0.56.0

03 May 03:25
3c06491
Compare
Choose a tag to compare
Atoll v0.56.0 Pre-release
Pre-release

BEFORE

image

AFTER

image

Atoll v0.55.0

03 May 03:24
3c06491
Compare
Choose a tag to compare
Atoll v0.55.0 Pre-release
Pre-release

Added auth to api index

Atoll v0.54.2

25 Apr 01:48
b1853c0
Compare
Choose a tag to compare
Atoll v0.54.2 Pre-release
Pre-release

As a user, I can see a busy indicator when adding a backlog item, so that I know something is in progress - #357

image

Atoll v0.53.0

23 Apr 03:51
2b5efc8
Compare
Choose a tag to compare
Atoll v0.53.0 Pre-release
Pre-release

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

20 Apr 12:54
7862c52
Compare
Choose a tag to compare
Atoll v0.51.1 Pre-release
Pre-release
  • 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

20 Apr 03:54
74deb8d
Compare
Choose a tag to compare
Atoll v0.51.0 Pre-release
Pre-release

Included in this release:

  1. Story #361: As a user, I can split a 0.25 and 0.5 point story, without it looking weird (see screenshots below)

image

How it looked before:

image

Atoll v0.50.1

19 Apr 14:22
74eb4b0
Compare
Choose a tag to compare
Atoll v0.50.1 Pre-release
Pre-release
  • Updated from Node v12 to Node v16.
  • Ensured that null coalescing operator (??) can be used.
  • Changed title from "Backlog Item View" to include ID for backlog item.

image

Content Negotiation for the API Index Endpoint

14 Apr 01:54
fa362c4
Compare
Choose a tag to compare

Atoll v0.48.3

13 Apr 14:32
fa362c4
Compare
Choose a tag to compare
Atoll v0.48.3 Pre-release
Pre-release
  • 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.

image

Atoll v0.48.1

13 Apr 02:12
ff01e3a
Compare
Choose a tag to compare
Atoll v0.48.1 Pre-release
Pre-release

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')