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

Releases: scttcper/ngx-trend

3.0.1

02 Dec 22:16
3.0.1
6a5ec29
Compare
Choose a tag to compare

fixes a bug that resulted the build process

3.0.0

01 Dec 21:33
3.0.0
0b92400
Compare
Choose a tag to compare

Breaking:
Requires Angular 5

2.1.4

23 Sep 01:03
Compare
Choose a tag to compare

No longer starts another animation after the first has finished

2.1.3

22 Sep 20:17
Compare
Choose a tag to compare

Fix another bug with the graph displaying for 1ms before starting animation

2.1.2

22 Sep 20:10
Compare
Choose a tag to compare

Fixes animations in safari w/ the web-animations-js polyfill web-animations/web-animations-js#98

2.1.1

18 Sep 07:00
Compare
Choose a tag to compare

moves animation back to ngOnChanges but inside the setTimeout. Passes the line svg path length to the animaiton. Hopefully fixes issues with longer path lengths.

2.1.0

18 Sep 06:32
Compare
Choose a tag to compare

moves animation start to AfterViewInit

2.0.5

07 Sep 16:45
Compare
Choose a tag to compare

fix flash/blink of full graph when using autoDraw
upgrade angular cli

2.0.4

07 Sep 07:45
Compare
Choose a tag to compare

Now renders nothing if !this.data || this.data.length < 2
Added a bunch of tests from react-trend

2.0.0: v2 (#24)

31 Aug 20:16
Compare
Choose a tag to compare

Instead of injecting css into the page to animate the trend it now uses angular's animation library. This requires the BrowserAnimationsModule to be imported in your ngModule