Skip to content

Latest commit

 

History

History
330 lines (152 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

330 lines (152 loc) · 12.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.1.6 (2024-06-03)

7.1.5 (2024-06-03)

Bug Fixes

  • 🐛 add protection for name (449800f)

7.1.4 (2024-06-03)

Bug Fixes

7.1.3 (2024-06-03)

Bug Fixes

7.1.2 (2024-06-03)

Bug Fixes

  • 🐛 change the location (bb1351d)

7.1.1 (2024-06-03)

Bug Fixes

  • 🐛 allow keys with spaces (c2c18b4)
  • svg-generator: add kebab-case transform to type generator (#143) (b17183c)
  • svg-generator: add ts-nocheck and eslint ignore to generated files (#140) (bcceb6e)

7.1.0 (2023-07-24)

Features

Bug Fixes

  • component: add check for falsy values (e711475), closes #130
  • svg-generator: support special file name cases (#137) (f4d26b0)

7.0.0 (2023-05-02)

⚠ BREAKING CHANGES

  • 🧨 min version is ng15

Features

6.3.0 (2023-01-29)

Features

Bug Fixes

  • allow referring to SVG_ICONS_CONFIG before being defined (a3df716), closes #114

6.2.0 (2022-12-28)

Features

  • 🎸 add inline fallback input (9c6cef3)

6.1.1 (2022-12-27)

Bug Fixes

  • 🐛 sizes should be merged (15926d2)

6.1.0 (2022-12-01)

Features

6.0.0 (2022-11-17)

⚠ BREAKING CHANGES

  • 🧨 There is SvgIcons['icons'] interface anymore and we everything is seamless

Features

  • 🎸 simplify the code for stricter typed keys (7de9bd2)

5.0.0 (2022-11-01)

⚠ BREAKING CHANGES

  • lib: Angular peer dependency is now v14.
  • Angular peer dependency is v14
  • Remove SvgIconsModule in favor of standalone API (see docs)
  • Make the keys fully typed
  • Add keys type to the generator
  • Add new preserveAspectRatio input

Features

  • lib: Upgrade to Angular v14 (5d57b73)

4.1.4 (2022-05-09)

Bug Fixes

  • 🐛 only apply size and font size when provided (801fe7b)

4.1.3 (2022-05-08)

Bug Fixes

  • 🐛 ignore undefined size values on init (#91) (b88025d)

4.1.2 (2022-04-24)

Bug Fixes

4.1.1 (2022-04-21)

Bug Fixes

  • 🐛 noShrink when only passing a key (26cc88d)
  • 🐛 schematics should install the latest generator version (4643c4d), closes #81

4.1.0 (2022-03-01)

Features

  • 🎸 svg-generator update ts and svgo (6cb2473)

Bug Fixes

  • 🐛 race between no shrink and other size inputs (#76) (7a6edd5)

4.0.2 (2021-11-29)

Bug Fixes

  • 🐛 Fix schema ID for Angular 13 (b45578d)

4.0.1 (2021-11-20)

Bug Fixes

4.0.0 (2021-11-20)

⚠ BREAKING CHANGES

  • 🧨 The library requires angular v13

Features

3.3.1 (2021-11-20)

3.3.0 (2021-11-10)

Features

Bug Fixes

  • 🐛 icons multi provider (1f8e55c)
  • 🐛 reregister icons in nested forChild module (863e1a5)
  • docs: svgo plugin json (e89abc1), closes #47

3.2.0 (2021-05-18)

Features

  • 🎸 add missing icon support if icon not found in registry (57d861f)

Bug Fixes

  • replace the inject function with injector.get (0cb3882)

3.1.1 (2021-03-21)

Bug Fixes

3.1.0 (2021-02-28)

Features

2.3.1 (2021-02-08)

Bug Fixes

  • 🐛 preserve icon size on key change (d3cc619)

2.3.0 (2021-01-21)

Features

  • use svg-generator instead of svg-to-ts (195d9d8)

Bug Fixes

  • ng-add: remove svgIcons import (4e50c32)
  • rename invalid path 'svg-generator\ /' -> svg-generator (d721f9d)
  • svg-generator path (209c6fc)

2.2.2 (2021-01-19)

Bug Fixes

2.2.1 (2021-01-19)

Bug Fixes

  • ng-add: handling src/assets/svg empty folder (5da88f3)

2.2.0 (2021-01-01)

Features

2.1.2 (2020-12-31)

Bug Fixes

2.1.1 (2020-12-31)

Bug Fixes

2.1.0 (2020-11-16)

Features

  • support server-side rendering (dc60850)

2.0.0 (2020-11-12)

⚠ BREAKING CHANGES

  • An icon is now an object with a name and data keys

Features

1.0.3 (2020-11-12)

Bug Fixes

  • 🐛 fontsize input allow string (7639ee2), closes #8

1.0.2 (2020-11-09)

1.0.1 (2020-11-05)

1.0.0 (2020-06-23)

Features