Skip to content

Tags: ngxpert/cmdk

Tags

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](v2.0.0...v3.0.0) (2024-06-23)

### Features

* ng update @angular/cdk ([855bd8a](855bd8a))
* ng update @angular/cli ([7c0b271](7c0b271))

### BREAKING CHANGES

* Updating angular cdk to 18
* Adding support for Angular version 18

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.0.0...v2.0.0) (2024-04-21)

### chore

* add support for angular v17 ([2b2422c](2b2422c))
* update ngneat overview to v6 ([614bd0c](614bd0c))

### Features

* ng update changes, ngneat overview changes ([cfd241f](cfd241f))

### BREAKING CHANGES

* update ngneat overview to v6
* migrated to angular v17

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 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](#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