@object-ui/plugin-kanban 4.0.6 → 4.0.8

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 CHANGED
@@ -1,5 +1,48 @@
1
1
  # @object-ui/plugin-kanban
2
2
 
3
+ ## 4.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/components@4.0.8
8
+ - @object-ui/react@4.0.8
9
+ - @object-ui/plugin-detail@4.0.8
10
+ - @object-ui/types@4.0.8
11
+ - @object-ui/core@4.0.8
12
+
13
+ ## 4.0.7
14
+
15
+ ### Patch Changes
16
+
17
+ - 7c9b85c: Fix compatibility with the framework's normalized Expression envelope format.
18
+
19
+ `@objectstack/spec` now emits predicate (`visible` / `enabled`) and template
20
+ (`titleFormat`) fields as `{ dialect, source }` envelopes instead of bare
21
+ strings. The previous implementation assumed strings and crashed the record
22
+ detail view (`TypeError: titleFormat.replace is not a function`) and printed
23
+ `Failed to evaluate expression: ${[object Object]}` for every action visibility
24
+ predicate.
25
+ - `@object-ui/core`: `ExpressionEvaluator.evaluate` / `evaluateCondition` now
26
+ unwrap Expression envelopes transparently.
27
+ - `@object-ui/react`: new `toPredicateInput()` helper to safely normalize
28
+ `boolean | string | Expression` predicate inputs into the `${expr}` form
29
+ expected by `useCondition`.
30
+ - `@object-ui/components`: `action-bar`, `action-button`, `action-group`,
31
+ `action-icon`, `action-menu` renderers use `toPredicateInput()` instead of
32
+ template-literal interpolation that produced `${[object Object]}`.
33
+ - `@object-ui/plugin-detail`, `@object-ui/plugin-kanban`,
34
+ `@object-ui/plugin-calendar`, `@object-ui/app-shell`,
35
+ `@object-ui/console`: title-format helpers accept both legacy strings and
36
+ the new `{ source }` envelope.
37
+
38
+ All changes are backward-compatible — legacy bare strings continue to work.
39
+
40
+ - Updated dependencies [7c9b85c]
41
+ - @object-ui/core@4.0.7
42
+ - @object-ui/react@4.0.7
43
+ - @object-ui/components@4.0.7
44
+ - @object-ui/types@4.0.7
45
+
3
46
  ## 4.0.6
4
47
 
5
48
  ### Patch Changes
package/dist/index.js CHANGED
Binary file
Binary file
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectKanban.d.ts","sourceRoot":"","sources":["../../../../src/ObjectKanban.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAKnD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,YAAY,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2GAA2G;IAC3G,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,2FAA2F;IAC3F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;CACrC;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoVpD,CAAA"}
1
+ {"version":3,"file":"ObjectKanban.d.ts","sourceRoot":"","sources":["../../../../src/ObjectKanban.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAKnD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,YAAY,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2GAA2G;IAC3G,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,2FAA2F;IAC3F,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;CACrC;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4XpD,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-kanban",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Kanban board plugin for Object UI, powered by dnd-kit",
@@ -29,10 +29,11 @@
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.6",
33
- "@object-ui/core": "4.0.6",
34
- "@object-ui/react": "4.0.6",
35
- "@object-ui/types": "4.0.6"
32
+ "@object-ui/components": "4.0.8",
33
+ "@object-ui/core": "4.0.8",
34
+ "@object-ui/plugin-detail": "4.0.8",
35
+ "@object-ui/react": "4.0.8",
36
+ "@object-ui/types": "4.0.8"
36
37
  },
37
38
  "peerDependencies": {
38
39
  "react": "^18.0.0 || ^19.0.0",
@@ -43,9 +44,9 @@
43
44
  "@types/react-dom": "19.2.3",
44
45
  "@vitejs/plugin-react": "^6.0.1",
45
46
  "typescript": "^6.0.3",
46
- "vite": "^8.0.10",
47
+ "vite": "^8.0.12",
47
48
  "vite-plugin-dts": "^5.0.0",
48
- "@object-ui/data-objectstack": "4.0.6"
49
+ "@object-ui/data-objectstack": "4.0.8"
49
50
  },
50
51
  "keywords": [
51
52
  "objectui",