Skip to content

ngx-fast-lib-0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 19:25
· 100 commits to main since this release

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)