Skip to content

Releases: cipchk/ngx-countdown

17.1.0

21 Nov 13:44
Compare
Choose a tag to compare

BREAKING CHANGE:

  • Use provideCountdown instead of CountdownGlobalConfig

17.0.0

09 Nov 03:50
efba9e6
Compare
Choose a tag to compare
  • Bump angular to 17

15.0.0

02 Jan 07:54
e7e49b2
Compare
Choose a tag to compare
  • Bump angular to 15

14.0.0

24 Jun 07:00
9ccfad3
Compare
Choose a tag to compare
  • Bump angular to 14.0.0
  • Support standalone

13.0.0

28 Dec 07:13
49cdad7
Compare
Choose a tag to compare
chore: bump angular from 12.x to 13 (#110)

10.0.2

10 Nov 11:19
Compare
Choose a tag to compare

fix: fix done value is 0 of fractional seconds (#86)

8.0.0

31 Aug 10:20
555688d
Compare
Choose a tag to compare

8.0.0 is a breaking change version, refactors the countdown component.

Replace template with the format time accepted patterns, can be using angular time format or other libaries time format (like this: date-fns), default using angular date-time format, you can refer to accepted patterns via angualr.io.

For more details please refer to Document, and if you have any upgrade question please submit the tickets in the issues.

Thank you for your support of ngx-countdown.

3.1.0

29 Sep 18:39
Compare
Choose a tag to compare
  • build: used ng-packagr bundle lib, #20 #21
  • fix must be reflow when is finished, #14 #22

3.0.1

08 May 02:38
Compare
Choose a tag to compare
  • Support Angular6

2.1.0

05 Apr 12:50
Compare
Choose a tag to compare
  • BREAKING CHANGES Remove all style config that className size of Config
  • Add test cases