Skip to content

Releases: 51ngul4r1ty/atoll-core

See atoll-mono repo for further releases

25 Jan 23:48
1c4646c
Compare
Choose a tag to compare

This repo is no longer the "home" for the Atoll project. Instead, you should look at the atoll-mono repo.

Atoll v0.63.1

22 Sep 13:35
370d249
Compare
Choose a tag to compare
Atoll v0.63.1 Pre-release
Pre-release

Updated dependencies to make dependabot happy- including dependency cruiser. While doing this the configs were updated and added to @atoll/shared. Some invalid dependencies were also found and fixed - specifically the DateInput component.

Atoll v0.63.0

21 Sep 14:19
Compare
Choose a tag to compare
Atoll v0.63.0 Pre-release
Pre-release

This release includes adding an "error boundary" component to make client-side errors more visible to the user as well as all the dependabot security updates (in both @atoll/shared library and @atoll/core).

Atoll v0.62.5

18 Sep 20:42
cf19e5b
Compare
Choose a tag to compare
Atoll v0.62.5 Pre-release
Pre-release

Fixed mobile UI drag & drop issue for product backlog item ranking: #438

Atoll v0.62.4

18 Sep 12:16
03af2f8
Compare
Choose a tag to compare
Atoll v0.62.4 Pre-release
Pre-release
  1. Fix for issue #429
  2. Fix for issue #434

Atoll v0.62.0

16 Sep 03:16
ab476a7
Compare
Choose a tag to compare
Atoll v0.62.0 Pre-release
Pre-release
  1. Includes the ability to switch projects (#420). The new status bar at the bottom of the page shows the current project and exposes the ability to also switch projects as shown in the screenshot below.
  2. Also includes fix for this issue (last day of sprint it was showing sprint complete) - #430
  3. This release also builds on this story: #425

image

Atoll v0.61.0

30 Aug 03:21
0ed5a53
Compare
Choose a tag to compare
Atoll v0.61.0 Pre-release
Pre-release
  1. Fixed position top and bottom panels.
  2. Project name is shown on bottom panel.

image

Atoll v0.60.1

29 Aug 13:41
79587d1
Compare
Choose a tag to compare
Atoll v0.60.1 Pre-release
Pre-release

This release fixes the backlog item detail view error that occurred when an external ID was not supplied for a backlog item.

Atoll v0.60.0

13 May 19:34
bd068dc
Compare
Choose a tag to compare
Atoll v0.60.0 Pre-release
Pre-release

The last few releases have been focused on extending the REST API to support the VS Code extension (using full HATEOAS capability).

Support VS Code Extension basic capabilities:

  1. Connect to Atoll server.
  2. Re-connect to Atoll server (with persisted refresh token).
  3. Choose story to work on from current sprint.
  4. Mark story in progress.

Atoll v0.57.0

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

Added HATEOAS links for use by VS Code extension:

image

Renamed some URIs for consistency:

image

image