@object-ui/plugin-detail 0.5.0 → 3.0.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.
@@ -1,18 +1,18 @@
1
1
 
2
- > @object-ui/plugin-detail@0.5.0 build /home/runner/work/objectui/objectui/packages/plugin-detail
2
+ > @object-ui/plugin-detail@3.0.0 build /home/runner/work/objectui/objectui/packages/plugin-detail
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
6
6
  transforming...
7
- ✓ 3554 modules transformed.
7
+ ✓ 3647 modules transformed.
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- [vite:dts] Declaration files built in 21826ms.
12
+ [vite:dts] Declaration files built in 21652ms.
13
13
  
14
- dist/plugin-detail.css  105.20 kB │ gzip: 17.28 kB
15
- dist/index.js 1,708.68 kB │ gzip: 401.70 kB
16
- dist/plugin-detail.css  105.20 kB │ gzip: 17.28 kB
17
- dist/index.umd.cjs 1,233.76 kB │ gzip: 341.09 kB
18
- ✓ built in 1m 6s
14
+ dist/plugin-detail.css  108.99 kB │ gzip: 18.00 kB
15
+ dist/index.js 1,773.52 kB │ gzip: 415.20 kB
16
+ dist/plugin-detail.css  108.99 kB │ gzip: 18.00 kB
17
+ dist/index.umd.cjs 1,275.26 kB │ gzip: 352.72 kB
18
+ ✓ built in 55.41s
package/CHANGELOG.md ADDED
@@ -0,0 +1,35 @@
1
+ # @object-ui/plugin-detail
2
+
3
+ ## 3.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 87979c3: Upgrade to @objectstack v3.0.0 and console bundle optimization
8
+ - Upgraded all @objectstack/\* packages from ^2.0.7 to ^3.0.0
9
+ - Breaking change migrations: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value → .records, PaginatedResult.count → .total, client.meta.getObject() → client.meta.getItem()
10
+ - Console bundle optimization: split monolithic 3.7 MB chunk into 17 granular cacheable chunks (95% main entry reduction)
11
+ - Added gzip + brotli pre-compression via vite-plugin-compression2
12
+ - Lazy MSW loading for build:server (~150 KB gzip saved)
13
+ - Added bundle analysis with rollup-plugin-visualizer
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [87979c3]
18
+ - @object-ui/types@3.0.0
19
+ - @object-ui/core@3.0.0
20
+ - @object-ui/react@3.0.0
21
+ - @object-ui/components@3.0.0
22
+
23
+ ## 2.0.0
24
+
25
+ ### Major Changes
26
+
27
+ - b859617: Release v1.0.0 — unify all package versions to 1.0.0
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [b859617]
32
+ - @object-ui/types@2.0.0
33
+ - @object-ui/core@2.0.0
34
+ - @object-ui/react@2.0.0
35
+ - @object-ui/components@2.0.0