@object-ui/plugin-list 2.0.0 → 3.0.1

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-list@2.0.0 build /home/runner/work/objectui/objectui/packages/plugin-list
2
+ > @object-ui/plugin-list@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-list
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
6
6
  transforming...
7
- ✓ 3622 modules transformed.
7
+ ✓ 3659 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 22506ms.
12
+ [vite:dts] Declaration files built in 14168ms.
13
13
  
14
- dist/plugin-list.css  108.46 kB │ gzip: 17.76 kB
15
- dist/index.js 1,777.44 kB │ gzip: 415.88 kB
16
- dist/plugin-list.css  108.46 kB │ gzip: 17.76 kB
17
- dist/index.umd.cjs 1,277.06 kB │ gzip: 353.19 kB
18
- ✓ built in 1m 5s
14
+ dist/plugin-list.css  110.42 kB │ gzip: 18.12 kB
15
+ dist/index.js 1,786.50 kB │ gzip: 418.55 kB
16
+ dist/plugin-list.css  110.42 kB │ gzip: 18.12 kB
17
+ dist/index.umd.cjs 1,283.35 kB │ gzip: 355.38 kB
18
+ ✓ built in 49.28s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @object-ui/plugin-list
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [adf2cc0]
8
+ - @object-ui/react@3.0.1
9
+ - @object-ui/components@3.0.1
10
+ - @object-ui/types@3.0.1
11
+ - @object-ui/core@3.0.1
12
+ - @object-ui/mobile@3.0.1
13
+
14
+ ## 3.0.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 87979c3: Upgrade to @objectstack v3.0.0 and console bundle optimization
19
+ - Upgraded all @objectstack/\* packages from ^2.0.7 to ^3.0.0
20
+ - Breaking change migrations: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value → .records, PaginatedResult.count → .total, client.meta.getObject() → client.meta.getItem()
21
+ - Console bundle optimization: split monolithic 3.7 MB chunk into 17 granular cacheable chunks (95% main entry reduction)
22
+ - Added gzip + brotli pre-compression via vite-plugin-compression2
23
+ - Lazy MSW loading for build:server (~150 KB gzip saved)
24
+ - Added bundle analysis with rollup-plugin-visualizer
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [87979c3]
29
+ - @object-ui/types@3.0.0
30
+ - @object-ui/core@3.0.0
31
+ - @object-ui/react@3.0.0
32
+ - @object-ui/components@3.0.0
33
+ - @object-ui/mobile@3.0.0
34
+
3
35
  ## 2.0.0
4
36
 
5
37
  ### Major Changes