Skip to content

Commit

Permalink
chore(release): 1.0.0-prerelease.1 🎉 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-prerelease.1](v0.20.0...v1.0.0-prerelease.1) (2024-01-25)

### Bug Fixes

* **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))
* 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))
* 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))
* 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))

### Features

* add navbar ([13ad966](13ad966))
* 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-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
semantic-release-bot committed Jan 25, 2024
1 parent 85a7f78 commit 2f44b79
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# [1.0.0-prerelease.1](https://github.com/italia/design-angular-kit/compare/v0.20.0...v1.0.0-prerelease.1) (2024-01-25)


### Bug Fixes

* **autocomplete:** added ability to show big autocomplete ([9c75948](https://github.com/italia/design-angular-kit/commit/9c75948985a35787c9eafb2f5e6e3a69397ce112)), closes [#302](https://github.com/italia/design-angular-kit/issues/302)
* **autocomplete:** fixed autocomplete imports ([ccbe840](https://github.com/italia/design-angular-kit/commit/ccbe84023c10ac11d358e3e8e470c54760089a39)), closes [#302](https://github.com/italia/design-angular-kit/issues/302)
* avatar linting ([000238d](https://github.com/italia/design-angular-kit/commit/000238d1a2f472c137c352605dabde4854479199))
* **avatar:** fixed router-link missing importation ([0bbb7cb](https://github.com/italia/design-angular-kit/commit/0bbb7cb23df12920ded6b4b01db6a0a88872daa7))
* card in image carousel ([87f1f90](https://github.com/italia/design-angular-kit/commit/87f1f900d8be8d17b7e2597ce3ea8f7cb221e18a))
* fixed directive compile broken when using @Input transform ([1b72e9e](https://github.com/italia/design-angular-kit/commit/1b72e9ef7c7fbe04120d0dac8a474ba6467588d9))
* fixed input-group-text on input component when prependText content is dynamic ([19930c5](https://github.com/italia/design-angular-kit/commit/19930c513570271433d6d28981b1624893348fda))
* fixed tsconfig path for library ([54ae4ef](https://github.com/italia/design-angular-kit/commit/54ae4ef546e4e3d7cd5e513df85eaaf0ab72028d))
* input with icons ([4d39007](https://github.com/italia/design-angular-kit/commit/4d39007a894bd5f4f6be78fbfa604d5094e1ebe1))
* merge fix ([4afaede](https://github.com/italia/design-angular-kit/commit/4afaede72cf893f29ddc6ec1b8922e14d9cd4c46))
* **pipes:** fixed the mark-matching-text pipe ([b482ff8](https://github.com/italia/design-angular-kit/commit/b482ff874e7ca666a6fa32a420ed433bb4d2619f))
* **radioButton:** added ability to set the radio name manually ([bbdc97e](https://github.com/italia/design-angular-kit/commit/bbdc97e8d4759350bf5191c79e9a41cf563b2dfe))
* remove not existing directive from avatar ([2d1220c](https://github.com/italia/design-angular-kit/commit/2d1220cea71a07949e35b8256d9216d1b679dc3f))
* removed unused ItAbstractComponent from header and navbar ([0ebe1e2](https://github.com/italia/design-angular-kit/commit/0ebe1e2b39d152ab6ce3c65b94bcc4db782d5f42))
* **textarea:** added to set textarea as readonly ([409c411](https://github.com/italia/design-angular-kit/commit/409c4117621740076f4015186f7771ff069212ca))
* use button instead of a for avatar dropdown ([3d0d492](https://github.com/italia/design-angular-kit/commit/3d0d492b96985ea4412d9a348d2abcaed32c1601))


### Features

* add navbar ([13ad966](https://github.com/italia/design-angular-kit/commit/13ad9661f89f5e5f09fe49d95cebc2329a8e8271))
* add sorting to table ([0f039f4](https://github.com/italia/design-angular-kit/commit/0f039f48b201f340884bf34958d6ccf1e1160610))
* improve header component ([b2552b9](https://github.com/italia/design-angular-kit/commit/b2552b91d4751202092e99f217300fa45e522e73))
* **pipes:** added date-ago pipe ([97b3aed](https://github.com/italia/design-angular-kit/commit/97b3aed79e9e344eb6fc04e7f4f9cbfcf3c2a8be))
* **pipes:** added duration pipe ([6beea0f](https://github.com/italia/design-angular-kit/commit/6beea0fdf1e52852deca3bd78a28c5f6f99a3e02))
* split autocomple to another component ([082ee93](https://github.com/italia/design-angular-kit/commit/082ee935559762788058618ac438afded4fe018f)), closes [#302](https://github.com/italia/design-angular-kit/issues/302)
* **upgrade-major:** fixed prerelease versioning ([fe3781d](https://github.com/italia/design-angular-kit/commit/fe3781d615510ee1977259e399667dfb70b9865e))
* **utils:** added date utils ([2b22506](https://github.com/italia/design-angular-kit/commit/2b225067924fe91a31f5d6126cbdf518b3bd7609))


### Performance Improvements

* improved all BooleanInput with angular transform function ([0956e52](https://github.com/italia/design-angular-kit/commit/0956e5299ce60aa482d44d846017325ec8402385))

# [1.0.0-23](https://github.com/italia/design-angular-kit/compare/v1.0.0-22...v1.0.0-23) (2024-01-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-angular-kit-bundle",
"description": "Un toolkit Angular conforme alle linee guida di design per i servizi web della PA",
"author": "Presidenza del Consiglio dei Ministri",
"version": "1.0.0-23",
"version": "1.0.0-prerelease.1",
"license": "BSD-3-Clause",
"keywords": [
"angular",
Expand Down

1 comment on commit 2f44b79

@vercel
Copy link

@vercel vercel bot commented on 2f44b79 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.