Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-02-29)

### Bug Fixes

* **command.component:** re-listen to keymanager changes when items change ([f89136a](f89136a)), closes [#4](#4)
* fix ng-add schematics for standalone app ([036e9ac](036e9ac))

### Documentation

* add versions ([ab16198](ab16198)), closes [#7](https://github.com/ngxpert/cmdk/issues/7)

### Features

* access content children ([1c29f3e](1c29f3e))
* add classes in host for group, list and separator ([393fc34](393fc34))
* add loader ([21abc42](21abc42))
* add loop in cmdk-list and improve docs ([1b8c977](1b8c977))
* change item component to directive ([e6b26ca](e6b26ca))
* directives behavior and options configuration ([a167295](a167295))
* examples and remove usage of ng-template ([6c84743](6c84743))
* first commit ([78d4843](78d4843))
* group, list and item components ([9de269e](9de269e))
* handle display through lib css ([10b59c3](10b59c3))
* handle dynamic value and item changes ([050badc](050badc))
* handle group and item renderring dynamically based on search ([5fab515](5fab515))
* handle majority of functinalities from commans component ([8df63da](8df63da))
* initial files ([803a759](803a759))
* lib dependencies, disabled items ([1030b05](1030b05))
* remove styles ([7958784](7958784))
* repo change ([9f499c0](9f499c0))
* scroll active item into view ([39ccf37](39ccf37))
* use angular/cdk key manager ([4b97449](4b97449))
* use ng-template with @ngneat/overview ([beec82e](beec82e))

### BREAKING CHANGES

* Supports Angular 16
  • Loading branch information
semantic-release-bot committed Feb 29, 2024
1 parent f7b6933 commit 80d539f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 1.0.0 (2024-02-29)


### Bug Fixes

* **command.component:** re-listen to keymanager changes when items change ([f89136a](https://github.com/ngxpert/cmdk/commit/f89136a1206cd6741e4ef6c8945a0cf0735eb4c5)), closes [#4](https://github.com/ngxpert/cmdk/issues/4)
* fix ng-add schematics for standalone app ([036e9ac](https://github.com/ngxpert/cmdk/commit/036e9ac0f157759a57370bc98f43972e8ec49364))


### Documentation

* add versions ([ab16198](https://github.com/ngxpert/cmdk/commit/ab16198b6a49dca48aaff27df93aae5d8eeb56c6)), closes [#7](https://github.com/ngxpert/cmdk/issues/7)


### Features

* access content children ([1c29f3e](https://github.com/ngxpert/cmdk/commit/1c29f3e1fbb6a20bab0bd185572dd33ef40b87ce))
* add classes in host for group, list and separator ([393fc34](https://github.com/ngxpert/cmdk/commit/393fc34af6a000850460cd928031e4fd75f6621f))
* add loader ([21abc42](https://github.com/ngxpert/cmdk/commit/21abc42dd42f1d8eaa07fef086d03c739196089c))
* add loop in cmdk-list and improve docs ([1b8c977](https://github.com/ngxpert/cmdk/commit/1b8c977b8f3c7bb1d26b66520dad21e1077980e4))
* change item component to directive ([e6b26ca](https://github.com/ngxpert/cmdk/commit/e6b26ca66a96d40b20ba82f5c130d96cdcfbcf27))
* directives behavior and options configuration ([a167295](https://github.com/ngxpert/cmdk/commit/a167295dcc19561a6b6f048a98279877bc1ad28d))
* examples and remove usage of ng-template ([6c84743](https://github.com/ngxpert/cmdk/commit/6c84743bf7931ea4cdc171ac370c4b62365d0347))
* first commit ([78d4843](https://github.com/ngxpert/cmdk/commit/78d48431e3bed79fa1acbd917dcd29362641bc3c))
* group, list and item components ([9de269e](https://github.com/ngxpert/cmdk/commit/9de269eee414ffafaa2185558cc68eaa1977afa1))
* handle display through lib css ([10b59c3](https://github.com/ngxpert/cmdk/commit/10b59c3b34756acba7afdcf43188891f2f773334))
* handle dynamic value and item changes ([050badc](https://github.com/ngxpert/cmdk/commit/050badc58dd1ba4a6dbf0cfa72cdaafbdb46023b))
* handle group and item renderring dynamically based on search ([5fab515](https://github.com/ngxpert/cmdk/commit/5fab51582d7223e256e463c7ab464c4a29dbc6e9))
* handle majority of functinalities from commans component ([8df63da](https://github.com/ngxpert/cmdk/commit/8df63dab616eb6c5b09acefcbf696055379154b8))
* initial files ([803a759](https://github.com/ngxpert/cmdk/commit/803a75902a757ca478ac6dde7e71d0b50f44bcf5))
* lib dependencies, disabled items ([1030b05](https://github.com/ngxpert/cmdk/commit/1030b0593c89a4f9a8d1ff78b4348952f379225f))
* remove styles ([7958784](https://github.com/ngxpert/cmdk/commit/79587847d4f323a110f6093e3c795ee29b80e190))
* repo change ([9f499c0](https://github.com/ngxpert/cmdk/commit/9f499c0c54c8e9e1ee88fa60afdbee1f8740a9e4))
* scroll active item into view ([39ccf37](https://github.com/ngxpert/cmdk/commit/39ccf375300f1adb1791efca81ec41526073682c))
* use angular/cdk key manager ([4b97449](https://github.com/ngxpert/cmdk/commit/4b97449e181746f6d9de64719e734be6965de199))
* use ng-template with @ngneat/overview ([beec82e](https://github.com/ngxpert/cmdk/commit/beec82e9c4d753b9fd8c72d14ffb18ebb23feea3))


### BREAKING CHANGES

* Supports Angular 16

0 comments on commit 80d539f

Please sign in to comment.