Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Releases: Disane87/ngx-taskboard

v4.0.0

17 Dec 08:25
Compare
Choose a tag to compare

4.0.0 (2020-12-17)

chore

BREAKING CHANGES

  • Angular: Angular 10 Update

v3.0.0

11 May 19:50
Compare
Choose a tag to compare

3.0.0 (2020-05-11)

chore

  • angular: Update to Angular 8 (9858455)
  • Angular: Update Angular 8 - Version bump package.json (c67a7c6)
  • angular update: Angular Update 8 -> 9 (700303f)

BREAKING CHANGES

  • angular update: Angular Update 8 -> 9
  • Angular: Update Angular 8 - Version bump package.json
  • angular: Angular 8 update

v2.0.0

11 May 12:41
Compare
Choose a tag to compare

2.0.0 (2020-05-11)

BREAKING CHANGES

  • Angular 8 update

  • chore(Angular): Update Angular 8 - Version bump package.json

  • Update Angular 8 - Version bump package.json

  • update to nodejs 10

  • fixes ts version

  • fixed ts version

v1.4.0

16 Mar 10:40
Compare
Choose a tag to compare

1.4.0 (2020-03-16)

Features

  • icons: Customize icons and markup (b6bd515)

v1.3.4

04 Mar 16:42
Compare
Choose a tag to compare

1.3.4 (2020-03-04)

Bug Fixes

  • Fixed scrolling bugs and removed console.logs (4335e21), closes #87 #86
  • console.log: removed console.log in ngDoCheck() (497fd5d)
  • sticky-top: Fixed a bug where sticky-top on header not working (c8759a8)
  • template: removed one unused div to prevent bug w/ scrollbar (eae5766)

v1.3.3

04 Mar 15:47
Compare
Choose a tag to compare

1.3.3 (2020-03-04)

Bug Fixes

v1.3.2

31 Oct 11:58
Compare
Choose a tag to compare

1.3.2 (2019-10-31)

Bug Fixes

  • change detection: fixed lint errors (29f9815), closes #82
  • change detection: Optimized change detection with many items (b30370d)
  • error: Error in test fixed (09ce9e5)

v1.3.1

11 Sep 14:51
Compare
Choose a tag to compare

1.3.1 (2019-09-11)

Bug Fixes

  • numeric values, change detection, value in display (ca0bf23), closes #78 #79 #80

v1.3.0

10 Sep 07:29
Compare
Choose a tag to compare

1.3.0 (2019-09-10)

Bug Fixes

Features

  • collapse event: Emits the collapse state when heading is toggled (f62acb4), closes #70
  • scrolling: Fire events when scrolling (26ee3a2)
  • scrolling: Restoring scorll state via @input (6c807d8), closes #71

v1.2.15

04 Sep 19:11
Compare
Choose a tag to compare

1.2.15 (2019-09-04)

Bug Fixes

  • Items with value „null“ were breaking the board (daca6ba), closes #69