@object-ui/plugin-calendar 4.0.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @object-ui/plugin-calendar
2
2
 
3
+ ## 4.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [89ae109]
8
+ - Updated dependencies [925051d]
9
+ - Updated dependencies [1b6dc64]
10
+ - @object-ui/fields@4.0.6
11
+ - @object-ui/components@4.0.6
12
+ - @object-ui/types@4.0.6
13
+ - @object-ui/core@4.0.6
14
+ - @object-ui/i18n@4.0.6
15
+ - @object-ui/react@4.0.6
16
+ - @object-ui/mobile@4.0.6
17
+
18
+ ## 4.0.5
19
+
20
+ ### Patch Changes
21
+
22
+ - 1dc6061: fix(build): inline dynamic imports in library outputs
23
+
24
+ Library `vite build --lib` outputs were emitting separate code-split chunks
25
+ (`rolldown-runtime-*.js`, `LookupField-*.js`, etc.) when source files used
26
+ `React.lazy()` / dynamic `import()`. When consumer apps re-bundled these
27
+ multi-file dists, the library's per-chunk rolldown-runtime collided with the
28
+ consumer's own runtime, causing "TypeError: i is not a function" at runtime
29
+ when lazy components tried to register themselves (e.g. TextField in
30
+ `@object-ui/fields` after 4.0.4).
31
+
32
+ Adding `output.inlineDynamicImports: true` to all `@object-ui/*` library vite
33
+ configs forces a single `dist/index.js` per package, which lets consumer
34
+ bundlers handle the library as an opaque ESM module without identifier
35
+ mismatches across chunks.
36
+
37
+ Affected packages: components, fields, layout, plugin-aggrid, plugin-ai,
38
+ plugin-calendar, plugin-charts, plugin-chatbot, plugin-dashboard,
39
+ plugin-designer, plugin-detail, plugin-editor, plugin-form, plugin-gantt,
40
+ plugin-grid, plugin-kanban, plugin-list, plugin-map, plugin-markdown,
41
+ plugin-report, plugin-timeline, plugin-view, plugin-workflow.
42
+
43
+ - Updated dependencies [1dc6061]
44
+ - @object-ui/components@4.0.5
45
+ - @object-ui/fields@4.0.5
46
+ - @object-ui/types@4.0.5
47
+ - @object-ui/core@4.0.5
48
+ - @object-ui/i18n@4.0.5
49
+ - @object-ui/react@4.0.5
50
+ - @object-ui/mobile@4.0.5
51
+
3
52
  ## 4.0.4
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-calendar",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "lucide-react": "^1.14.0",
28
- "@object-ui/components": "4.0.4",
29
- "@object-ui/core": "4.0.4",
30
- "@object-ui/fields": "4.0.4",
31
- "@object-ui/i18n": "4.0.4",
32
- "@object-ui/mobile": "4.0.4",
33
- "@object-ui/react": "4.0.4",
34
- "@object-ui/types": "4.0.4"
28
+ "@object-ui/components": "4.0.6",
29
+ "@object-ui/core": "4.0.6",
30
+ "@object-ui/fields": "4.0.6",
31
+ "@object-ui/i18n": "4.0.6",
32
+ "@object-ui/mobile": "4.0.6",
33
+ "@object-ui/react": "4.0.6",
34
+ "@object-ui/types": "4.0.6"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.0.0 || ^19.0.0",
@@ -44,7 +44,7 @@
44
44
  "typescript": "^6.0.3",
45
45
  "vite": "^8.0.10",
46
46
  "vite-plugin-dts": "^5.0.0",
47
- "@object-ui/data-objectstack": "4.0.4"
47
+ "@object-ui/data-objectstack": "4.0.6"
48
48
  },
49
49
  "keywords": [
50
50
  "objectui",