Skip to content

Releases: italia/design-angular-kit

v1.0.0-prerelease.3

12 Feb 14:07
Compare
Choose a tag to compare

1.0.0-prerelease.3 (2024-02-12)

Bug Fixes

  • add nav mode for language switch (af2159f)
  • use fill-opacity to display the sorting arrows correctly (3516dae)

Thanks @smeligrana @AntoninoBonanno @SalvoDiblasi

v1.0.0-prerelease.2

08 Feb 14:59
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

v1.0.0-prerelease.1

25 Jan 09:18
Compare
Choose a tag to compare

1.0.0-prerelease.1 (2024-01-25)

Bug Fixes

  • autocomplete: added ability to show big autocomplete (9c75948), closes #302
  • autocomplete: fixed autocomplete imports (ccbe840), closes #302
  • avatar linting (000238d)
  • avatar: fixed router-link missing importation (0bbb7cb)
  • card in image carousel (87f1f90)
  • fixed directive compile broken when using Input transform (1b72e9e)
  • fixed input-group-text on input component when prependText content is dynamic (19930c5)
  • fixed tsconfig path for library (54ae4ef)
  • input with icons (4d39007)
  • merge fix (4afaede)
  • pipes: fixed the mark-matching-text pipe (b482ff8)
  • radioButton: added ability to set the radio name manually (bbdc97e)
  • remove not existing directive from avatar (2d1220c)
  • removed unused ItAbstractComponent from header and navbar (0ebe1e2)
  • textarea: added to set textarea as readonly (409c411)
  • use button instead of a for avatar dropdown (3d0d492)

Features

  • add navbar (13ad966)
  • add sorting to table (0f039f4)
  • improve header component (b2552b9)
  • pipes: added date-ago pipe (97b3aed)
  • pipes: added duration pipe (6beea0f)
  • split autocomple to another component (082ee93), closes #302
  • upgrade-major: fixed prerelease versioning (fe3781d)
  • utils: added date utils (2b22506)

Performance Improvements

  • improved all BooleanInput with angular transform function (0956e52)

v1.0.0-23

09 Jan 09:48
Compare
Choose a tag to compare

1.0.0-23 (2024-01-09)

Bug Fixes

  • checkbox click fired twice (6cf4b7f)

Features

v1.0.0-22

13 Dec 20:03
Compare
Choose a tag to compare

1.0.0-22 (2023-12-13)

Bug Fixes

  • align buttons during validation (e9dbd11)
  • input label (77bdeea)
  • numeric inputs (a7b5a4f)
  • restore symbol for currency and percentage (5d7682c)

Features

v1.0.0-21

07 Dec 15:53
Compare
Choose a tag to compare

1.0.0-21 (2023-12-07)

Bug Fixes

  • included in Bootstrap Italia

v1.0.0-20

30 Nov 14:55
Compare
Choose a tag to compare

1.0.0-20 (2023-11-30)

Bug Fixes

  • form input label (2180ab5)
  • input number editable when disabled (364fac6)

Thanks to @antenucci96 @icolumbro-asf @AntoninoBonanno @smeligrana

v1.0.0-19

04 Oct 15:12
Compare
Choose a tag to compare

1.0.0-19 (2023-10-04)

Bug Fixes

  • add input param to LanguageSwitcherComponent (bdb24e2)

Features

Thanks @AntoninoBonanno @stepobiz

v1.0.0-18

14 Jul 12:47
Compare
Choose a tag to compare

1.0.0-18 (2023-07-14)

Bug Fixes

  • build (7604e36)
  • build and range on firefox (50cb1e1)
  • duplicate image upload on upload file list component (41a12f2)
  • input max min controls (698adfd)
  • set value on checkbox and forms generic types (571f9b7)
  • website docs not found (de5c8c7)

Features

  • add range component (ee0170c)
  • added iban validator (24e58ad)
  • added the possibility to insert a default option and to insert the options directly from html in the select component (7c77572)
  • update dependencies (8b40b0d)

v1.0.0-17

12 Jun 08:07
Compare
Choose a tag to compare

1.0.0-17 (2023-06-12)

Bug Fixes

  • dependencies vulnerability (9a8f791)
  • invalid message for abstract form components (34054f5)
  • link class changes (e284f6b)
  • merge and form component change detection update (dca43b9)
  • test for standalone components (7d438ec)
  • use default lang for translate service (d55262b)

Features

  • added autocomplete attribute on input and password input (56a8427)
  • added invalid form feedback on select component (64eaf85)
  • convert components to standalone (af3fdf1)
  • disable the buttons in the steppers component (aa3f3ab)
  • removed required forroot importation to use default configuration (e1a5a02)
  • render dropdown as link (2d50b57)
  • standalone components import separation (cbba4c0)
  • upgrade angular and bootstrap italia version (2c9feae)