@object-ui/plugin-designer 3.3.0 → 3.3.2

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 ADDED
@@ -0,0 +1,172 @@
1
+ # @object-ui/plugin-designer
2
+
3
+ ## 3.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.3.2
8
+ - @object-ui/core@3.3.2
9
+ - @object-ui/i18n@3.3.2
10
+ - @object-ui/react@3.3.2
11
+ - @object-ui/components@3.3.2
12
+ - @object-ui/fields@3.3.2
13
+ - @object-ui/plugin-form@3.3.2
14
+ - @object-ui/plugin-grid@3.3.2
15
+
16
+ ## 3.3.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [b429568]
21
+ - @object-ui/components@3.3.1
22
+ - @object-ui/fields@3.3.1
23
+ - @object-ui/plugin-form@3.3.1
24
+ - @object-ui/plugin-grid@3.3.1
25
+ - @object-ui/types@3.3.1
26
+ - @object-ui/core@3.3.1
27
+ - @object-ui/i18n@3.3.1
28
+ - @object-ui/react@3.3.1
29
+
30
+ ## 3.3.0
31
+
32
+ ### Minor Changes
33
+
34
+ - baaad22: fix changeset
35
+
36
+ ### Patch Changes
37
+
38
+ - @object-ui/types@3.3.0
39
+ - @object-ui/core@3.3.0
40
+ - @object-ui/i18n@3.3.0
41
+ - @object-ui/react@3.3.0
42
+ - @object-ui/components@3.3.0
43
+ - @object-ui/fields@3.3.0
44
+ - @object-ui/plugin-form@3.3.0
45
+ - @object-ui/plugin-grid@3.3.0
46
+
47
+ ## 3.2.0
48
+
49
+ ### Patch Changes
50
+
51
+ - @object-ui/types@3.2.0
52
+ - @object-ui/core@3.2.0
53
+ - @object-ui/i18n@3.2.0
54
+ - @object-ui/react@3.2.0
55
+ - @object-ui/components@3.2.0
56
+ - @object-ui/fields@3.2.0
57
+ - @object-ui/plugin-form@3.2.0
58
+ - @object-ui/plugin-grid@3.2.0
59
+
60
+ ## 3.1.5
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [cfe0596]
65
+ - @object-ui/i18n@3.1.5
66
+ - @object-ui/react@3.1.5
67
+ - @object-ui/components@3.1.5
68
+ - @object-ui/types@3.1.5
69
+ - @object-ui/core@3.1.5
70
+
71
+ ## 3.1.4
72
+
73
+ ### Patch Changes
74
+
75
+ - @object-ui/types@3.1.4
76
+ - @object-ui/core@3.1.4
77
+ - @object-ui/i18n@3.1.4
78
+ - @object-ui/react@3.1.4
79
+ - @object-ui/components@3.1.4
80
+
81
+ ## 3.1.3
82
+
83
+ ### Patch Changes
84
+
85
+ - @object-ui/types@3.1.3
86
+ - @object-ui/core@3.1.3
87
+ - @object-ui/i18n@3.1.3
88
+ - @object-ui/react@3.1.3
89
+ - @object-ui/components@3.1.3
90
+
91
+ ## 3.1.2
92
+
93
+ ### Patch Changes
94
+
95
+ - @object-ui/types@3.1.2
96
+ - @object-ui/core@3.1.2
97
+ - @object-ui/i18n@3.1.2
98
+ - @object-ui/react@3.1.2
99
+ - @object-ui/components@3.1.2
100
+
101
+ ## 3.1.1
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies
106
+ - @object-ui/types@3.1.1
107
+ - @object-ui/components@3.1.1
108
+ - @object-ui/core@3.1.1
109
+ - @object-ui/react@3.1.1
110
+ - @object-ui/i18n@3.1.1
111
+
112
+ ## 3.0.3
113
+
114
+ ### Patch Changes
115
+
116
+ - @object-ui/types@3.0.3
117
+ - @object-ui/core@3.0.3
118
+ - @object-ui/react@3.0.3
119
+ - @object-ui/components@3.0.3
120
+
121
+ ## 3.0.2
122
+
123
+ ### Patch Changes
124
+
125
+ - @object-ui/types@3.0.2
126
+ - @object-ui/core@3.0.2
127
+ - @object-ui/react@3.0.2
128
+ - @object-ui/components@3.0.2
129
+
130
+ ## 3.0.1
131
+
132
+ ### Patch Changes
133
+
134
+ - Updated dependencies [adf2cc0]
135
+ - @object-ui/react@3.0.1
136
+ - @object-ui/components@3.0.1
137
+ - @object-ui/types@3.0.1
138
+ - @object-ui/core@3.0.1
139
+
140
+ ## 3.0.0
141
+
142
+ ### Minor Changes
143
+
144
+ - 87979c3: Upgrade to @objectstack v3.0.0 and console bundle optimization
145
+ - Upgraded all @objectstack/\* packages from ^2.0.7 to ^3.0.0
146
+ - Breaking change migrations: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value → .records, PaginatedResult.count → .total, client.meta.getObject() → client.meta.getItem()
147
+ - Console bundle optimization: split monolithic 3.7 MB chunk into 17 granular cacheable chunks (95% main entry reduction)
148
+ - Added gzip + brotli pre-compression via vite-plugin-compression2
149
+ - Lazy MSW loading for build:server (~150 KB gzip saved)
150
+ - Added bundle analysis with rollup-plugin-visualizer
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies [87979c3]
155
+ - @object-ui/types@3.0.0
156
+ - @object-ui/core@3.0.0
157
+ - @object-ui/react@3.0.0
158
+ - @object-ui/components@3.0.0
159
+
160
+ ## 2.0.0
161
+
162
+ ### Major Changes
163
+
164
+ - b859617: Release v1.0.0 — unify all package versions to 1.0.0
165
+
166
+ ### Patch Changes
167
+
168
+ - Updated dependencies [b859617]
169
+ - @object-ui/types@2.0.0
170
+ - @object-ui/core@2.0.0
171
+ - @object-ui/react@2.0.0
172
+ - @object-ui/components@2.0.0
package/README.md CHANGED
@@ -129,6 +129,26 @@ const { zoom, pan, resetView } = useCanvasPanZoom();
129
129
  import { ConfirmDialog, Minimap, PropertyEditor, VersionHistory } from '@object-ui/plugin-designer';
130
130
  ```
131
131
 
132
+ <!-- release-metadata:v3.3.0 -->
133
+
134
+ ## Compatibility
135
+
136
+ - **React:** 18.x or 19.x
137
+ - **Node.js:** ≥ 18
138
+ - **TypeScript:** ≥ 5.0 (strict mode)
139
+ - **`@objectstack/spec`:** ^3.3.0
140
+ - **`@objectstack/client`:** ^3.3.0
141
+ - **Tailwind CSS:** ≥ 3.4 (for packages with UI)
142
+
143
+ ## Links
144
+
145
+ - 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-designer)
146
+ - 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-designer)
147
+ - 📝 [Changelog](./CHANGELOG.md)
148
+ - 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
149
+ - 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
150
+ - 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
151
+
132
152
  ## License
133
153
 
134
- MIT
154
+ MIT — see [LICENSE](./LICENSE).