@object-ui/plugin-kanban 4.0.5 → 4.0.6
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 +25 -0
- package/dist/index.js +0 -0
- package/dist/index.umd.cjs +0 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @object-ui/plugin-kanban
|
|
2
2
|
|
|
3
|
+
## 4.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1b6dc64: fix: complete Tailwind v3→v4 migration cleanup
|
|
8
|
+
- Rename deprecated `flex-shrink-0` → `shrink-0` and `flex-grow-N` →
|
|
9
|
+
`grow-N` (Tailwind v4 dropped the long-form aliases). Affects
|
|
10
|
+
data-table, fields/index, FileField, ChatbotEnhanced,
|
|
11
|
+
FloatingChatbotPanel, ProcessDesigner, HistoryPanel, KanbanEnhanced,
|
|
12
|
+
KanbanImpl, plugin-timeline index, FlowDesigner, LayoutRenderer.
|
|
13
|
+
- Replace `theme(spacing.4)` inside arbitrary-value `[calc(...)]` with
|
|
14
|
+
literal `1rem` in sidebar.tsx — `theme()` is deprecated in v4.
|
|
15
|
+
- Remove obsolete v3-escape CSS overrides from index.css and
|
|
16
|
+
sidebar-fixes.css. The component source now uses native v4 stacked
|
|
17
|
+
data variants (`group-data-[state=collapsed]:group-data-[collapsible=icon]:w-(--sidebar-width-icon)`)
|
|
18
|
+
which Tailwind v4 emits correctly without the manual overrides.
|
|
19
|
+
Only the bespoke `.sidebar-menu-button-icon-mode*` rules are kept.
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [925051d]
|
|
22
|
+
- Updated dependencies [1b6dc64]
|
|
23
|
+
- @object-ui/components@4.0.6
|
|
24
|
+
- @object-ui/types@4.0.6
|
|
25
|
+
- @object-ui/core@4.0.6
|
|
26
|
+
- @object-ui/react@4.0.6
|
|
27
|
+
|
|
3
28
|
## 4.0.5
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
Binary file
|
package/dist/index.umd.cjs
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-kanban",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Kanban board plugin for Object UI, powered by dnd-kit",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@dnd-kit/utilities": "^3.2.2",
|
|
30
30
|
"@tanstack/react-virtual": "^3.13.24",
|
|
31
31
|
"lucide-react": "^1.14.0",
|
|
32
|
-
"@object-ui/components": "4.0.
|
|
33
|
-
"@object-ui/core": "4.0.
|
|
34
|
-
"@object-ui/react": "4.0.
|
|
35
|
-
"@object-ui/types": "4.0.
|
|
32
|
+
"@object-ui/components": "4.0.6",
|
|
33
|
+
"@object-ui/core": "4.0.6",
|
|
34
|
+
"@object-ui/react": "4.0.6",
|
|
35
|
+
"@object-ui/types": "4.0.6"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"typescript": "^6.0.3",
|
|
46
46
|
"vite": "^8.0.10",
|
|
47
47
|
"vite-plugin-dts": "^5.0.0",
|
|
48
|
-
"@object-ui/data-objectstack": "4.0.
|
|
48
|
+
"@object-ui/data-objectstack": "4.0.6"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"objectui",
|