Skip to content

v1.0.0-prerelease.2

Compare
Choose a tag to compare

1.0.0-prerelease.2 (2024-02-08)

Bug Fixes

  • a11y: wai aria label for icon component (3bfe2b4)
  • autocomplete label (c7271f0)

Features

IMPORTANT CHANGES:

  • The initial configuration of the library has changed, in particular the iconHref attribute has been replaced with the assetBasePath field

    • for backwards compatibility, changing iconHref: '<my-custom-path>/dist/svg/sprites.svg' to assetBasePath: '<my-custom-path>'
  • If you use an application with modules (not standalone) you now need to import the library with the forRoot method: DesignAngularKitModule.forRoot() (Readme.md updated)

  • The ItComponentsModule module has been incorporated into the DesignAngularKitModule module

    • for backwards compatibility, if you do not want to import all the components into the AppModule see the Hybrid Application section of the README.md

Thanks @carmelotaverniti @AntoninoBonanno