@tracktor/design-system 4.15.0 → 4.16.1
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 +5 -4
- package/dist/main.cjs +8 -8
- package/dist/main.js +585 -573
- package/dist/src/components/DataDisplay/Kanban/Kanban.d.ts +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# [Releases](https://github.com/Tracktor/design-system/releases)
|
|
2
2
|
|
|
3
|
-
## v4.
|
|
3
|
+
## v4.16.1
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
#### Kanban
|
|
7
|
-
-
|
|
5
|
+
### Fix
|
|
6
|
+
#### Add key subtitle in Kanban cards & fix Chip Name case sensitivity
|
|
7
|
+
- Fix missing key subtitle in Kanban cards.
|
|
8
|
+
- Remove toLowerCase Chip Name to avoid issues with case sensitivity.
|