Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.0.0](v0.20.0...v1.0.0) (2024-03-18) ### Bug Fixes * **a11y:** wai aria label for icon component ([3bfe2b4](3bfe2b4)) * add nav mode for language switch ([af2159f](af2159f)) * autocomplete label ([c7271f0](c7271f0)) * **autocomplete:** added ability to show big autocomplete ([9c75948](9c75948)), closes [#302](#302) * **autocomplete:** fixed autocomplete imports ([ccbe840](ccbe840)), closes [#302](#302) * avatar linting ([000238d](000238d)) * **avatar:** fixed router-link missing importation ([0bbb7cb](0bbb7cb)) * card in image carousel ([87f1f90](87f1f90)) * **DateUtils:** fixed countDays function ([5b11cc6](5b11cc6)) * fixed directive compile broken when using @input transform ([1b72e9e](1b72e9e)) * fixed input-group-text on input component when prependText content is dynamic ([19930c5](19930c5)) * fixed tsconfig path for library ([54ae4ef](54ae4ef)) * form validation ([367bdd6](367bdd6)) * input with icons ([4d39007](4d39007)) * merge fix ([4afaede](4afaede)) * **pipes:** fixed the mark-matching-text pipe ([b482ff8](b482ff8)) * **radioButton:** added ability to set the radio name manually ([bbdc97e](bbdc97e)) * release ([48a2fa6](48a2fa6)) * remove not existing directive from avatar ([2d1220c](2d1220c)) * removed unused ItAbstractComponent from header and navbar ([0ebe1e2](0ebe1e2)) * **textarea:** added to set textarea as readonly ([409c411](409c411)) * use button instead of a for avatar dropdown ([3d0d492](3d0d492)) * use fill-opacity to display the sorting arrows correctly ([3516dae](3516dae)) * use library dependencies inside library provide ([4409748](4409748)) ### Features * add label waria on more components ([95d2b9d](95d2b9d)) * add megamenu component ([0da7bee](0da7bee)) * add navbar ([13ad966](13ad966)) * add sidebar component ([cfb85c7](cfb85c7)) * add sorting to table ([0f039f4](0f039f4)) * improve header component ([b2552b9](b2552b9)) * **pipes:** added date-ago pipe ([97b3aed](97b3aed)) * **pipes:** added duration pipe ([6beea0f](6beea0f)) * split autocomple to another component ([082ee93](082ee93)), closes [#302](#302) * upgrade to angular 17 ([072df92](072df92)) * **upgrade-major:** fixed prerelease versioning ([fe3781d](fe3781d)) * **utils:** added date utils ([2b22506](2b22506)) ### Performance Improvements * improved all BooleanInput with angular transform function ([0956e52](0956e52))
- Loading branch information