@tracktor/design-system 4.11.0 → 4.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -4
- package/dist/main.cjs +12 -12
- package/dist/main.js +1914 -1898
- package/dist/src/components/Inputs/ChipFilter/ChipFilter.d.ts +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# [Releases](https://github.com/Tracktor/design-system/releases)
|
|
2
2
|
|
|
3
|
-
## v4.
|
|
3
|
+
## v4.12.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
####
|
|
7
|
-
-
|
|
5
|
+
### Fix
|
|
6
|
+
#### ChipFilter
|
|
7
|
+
- Add props applyOnSelect for ChipFilter component to control when the filter is applied (on select or on apply button click)
|