@tracktor/design-system 4.15.0 → 4.16.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 +6 -4
- package/dist/main.cjs +8 -8
- package/dist/main.js +666 -655
- package/dist/src/components/DataDisplay/Kanban/Kanban.d.ts +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# [Releases](https://github.com/Tracktor/design-system/releases)
|
|
2
2
|
|
|
3
|
-
## v4.
|
|
3
|
+
## v4.16.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
#### Kanban
|
|
7
|
-
- Add
|
|
5
|
+
### Feat
|
|
6
|
+
#### Update Kanban component with onClick functionality on subtitles. Improve height card computation functionality. Hide button or text on empty state.
|
|
7
|
+
- Add `onClick` support for subtitles within Kanban cards.
|
|
8
|
+
- Improve automatic height computation for Kanban cards.
|
|
9
|
+
- Hide button or description in empty state when not provided.
|