Skip to content

Releases: push-based/ngx-fast-svg

ngx-fast-lib-18.0.0

21 Nov 15:55
Compare
Choose a tag to compare

18.0.0 (2023-11-21)

Bug Fixes

  • update @jscutlery/semver config (cb90661)

Features

BREAKING CHANGES

  • Minimum required @angular/core version is now ^17.0.0

ngx-fast-lib-0.5.1

21 Nov 14:18
Compare
Choose a tag to compare

0.5.1 (2023-11-21)

Bug Fixes

  • update configs for v17 (9254064)
  • upgrade dependencies for angular v17 compatibility (2668d5a)

ngx-fast-lib-0.5.0

20 Sep 19:25
Compare
Choose a tag to compare

0.5.0 (2023-09-20)

Features

  • deprecate FastSvgModule in favor of provideFastSVG provider function (fe7cf06)
  • make SvgLoadStrategyImpl a simple class and extend from SvgLoadStrategy for better typechecking (73a1b89)
  • make SvgOptionsToken provided in root with default value (db1474a)
  • make SvgRegistry provided in root, use inject function instead of @Inject and @optional decorators, initialize SvgLoadStrategyImpl as the default strategy, update old subscribe pattern (7421906)
  • simplify provideFastSVG by removing classes that are provided in root by default (0f88208)

ngx-fast-lib-0.4.1

30 Aug 11:56
Compare
Choose a tag to compare

0.4.1 (2023-08-30)

Bug Fixes

  • convert provider function to not use makeEnvironmentProviders (656eac3)

ngx-fast-lib-0.4.0

18 Jul 20:43
Compare
Choose a tag to compare

0.4.0 (2023-07-18)

Features

ngx-fast-lib-0.3.1

27 May 22:57
Compare
Choose a tag to compare

0.3.1 (2023-05-27)

ngx-fast-lib-0.3.0

29 Apr 03:02
Compare
Choose a tag to compare

0.3.0 (2023-04-29)

Features

  • modernise fast svg library by using inject, standalone and provide function (319f45d)

ngx-fast-lib-0.2.5

17 Apr 22:22
Compare
Choose a tag to compare

0.2.5 (2023-04-17)

ngx-fast-lib-0.2.3

09 Jan 12:23
Compare
Choose a tag to compare

0.2.3 (2023-01-09)

ngx-fast-lib-0.2.1

02 Dec 16:32
Compare
Choose a tag to compare

0.2.1 (2022-12-02)

Bug Fixes