@object-ui/plugin-kanban 4.6.0 → 4.7.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 +18 -0
- package/dist/index.js +0 -0
- package/dist/index.umd.cjs +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @object-ui/plugin-kanban
|
|
2
2
|
|
|
3
|
+
## 4.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 186fb2b: Mobile UI optimization: declutter list & kanban on small screens.
|
|
8
|
+
- **ListView toolbar** now auto-collapses HideFields / Group / Color / Density into a single settings gear at `<sm` breakpoints, even when `compactToolbar` is not enabled. Desktop behavior unchanged.
|
|
9
|
+
- **Kanban board** replaces the verbose "← Swipe to navigate →" caption with a compact dot indicator that tracks which column is currently snapped into view. Hidden when there is only one column.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- @object-ui/types@4.7.0
|
|
14
|
+
- @object-ui/core@4.7.0
|
|
15
|
+
- @object-ui/i18n@4.7.0
|
|
16
|
+
- @object-ui/react@4.7.0
|
|
17
|
+
- @object-ui/components@4.7.0
|
|
18
|
+
- @object-ui/fields@4.7.0
|
|
19
|
+
- @object-ui/plugin-detail@4.7.0
|
|
20
|
+
|
|
3
21
|
## 4.6.0
|
|
4
22
|
|
|
5
23
|
### 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.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Kanban board plugin for Object UI, powered by dnd-kit",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"@dnd-kit/utilities": "^3.2.2",
|
|
30
30
|
"@tanstack/react-virtual": "^3.13.24",
|
|
31
31
|
"lucide-react": "^1.16.0",
|
|
32
|
-
"@object-ui/components": "4.
|
|
33
|
-
"@object-ui/core": "4.
|
|
34
|
-
"@object-ui/fields": "4.
|
|
35
|
-
"@object-ui/i18n": "4.
|
|
36
|
-
"@object-ui/plugin-detail": "4.
|
|
37
|
-
"@object-ui/react": "4.
|
|
38
|
-
"@object-ui/types": "4.
|
|
32
|
+
"@object-ui/components": "4.7.0",
|
|
33
|
+
"@object-ui/core": "4.7.0",
|
|
34
|
+
"@object-ui/fields": "4.7.0",
|
|
35
|
+
"@object-ui/i18n": "4.7.0",
|
|
36
|
+
"@object-ui/plugin-detail": "4.7.0",
|
|
37
|
+
"@object-ui/react": "4.7.0",
|
|
38
|
+
"@object-ui/types": "4.7.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typescript": "^6.0.3",
|
|
49
49
|
"vite": "^8.0.13",
|
|
50
50
|
"vite-plugin-dts": "^5.0.0",
|
|
51
|
-
"@object-ui/data-objectstack": "4.
|
|
51
|
+
"@object-ui/data-objectstack": "4.7.0"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
54
|
"objectui",
|