Skip to content

Releases: italia/design-angular-kit

v1.1.0

18 Jul 20:34
Compare
Choose a tag to compare

1.1.0 (2024-07-18)

Features

  • upgrade angular 18 and bootstrap italia (4cb98e7), closes #361

BREAKING CHANGES

  • support Angular 18

v1.0.3

15 Jul 17:34
Compare
Choose a tag to compare

1.0.3 (2024-07-15)

Bug Fixes

  • button: added default button type (ea19950), closes #355
  • multiple initialization (39fad60)
  • popover: fixed popover container attribute (6327e76), closes #352
  • top on sticky header and add method for close NavBar on mobile (d1df044)

Features

  • add regex for italian plate and set plate validators (be076df)
  • added output event (f29bfd3)
  • timeline: added timeline component (147b8f5)

v1.0.2

08 Apr 17:19
Compare
Choose a tag to compare

1.0.2 (2024-04-08)

Bug Fixes

  • add missing slim title link to header (d147d2a)

v1.0.1

22 Mar 08:44
Compare
Choose a tag to compare

1.0.1 (2024-03-22)

Bug Fixes

  • upgrade bootstrap italia (b765661)

v1.0.0

18 Mar 11:56
Compare
Choose a tag to compare

1.0.0 (2024-03-18)

Bug Fixes

  • a11y: wai aria label for icon component (3bfe2b4)
  • add nav mode for language switch (af2159f)
  • autocomplete label (c7271f0)
  • 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)
  • DateUtils: fixed countDays function (5b11cc6)
  • 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)
  • form validation (367bdd6)
  • 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)
  • release (48a2fa6)
  • 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)
  • use fill-opacity to display the sorting arrows correctly (3516dae)
  • use library dependencies inside library provide (4409748)

Features

  • add label waria on more components (95d2b9d)
  • add megamenu component (0da7bee)
  • add navbar (13ad966)
  • add sidebar component (cfb85c7)
  • 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 to angular 17 (072df92)
  • upgrade-major: fixed prerelease versioning (fe3781d)
  • utils: added date utils (2b22506)

Performance Improvements

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

v1.0.0-prerelease.5

04 Mar 15:27
Compare
Choose a tag to compare

1.0.0-prerelease.5 (2024-03-04)

Bug Fixes

v1.0.0-prerelease.4

04 Mar 15:21
Compare
Choose a tag to compare
v1.0.0-prerelease.4 Pre-release
Pre-release

1.0.0-prerelease.4 (2024-03-04)

Bug Fixes

Features

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)