Releases: push-based/ngx-fast-svg
Releases · push-based/ngx-fast-svg
ngx-fast-lib-18.1.0
ngx-fast-lib-18.0.2
ngx-fast-lib-18.0.1
ngx-fast-lib-18.0.0
ngx-fast-lib-0.5.1
ngx-fast-lib-0.5.0
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)