@object-ui/layout 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,21 +1,30 @@
1
1
 
2
- > @object-ui/layout@2.0.0 build /home/runner/work/objectui/objectui/packages/layout
2
+ > @object-ui/layout@3.0.1 build /home/runner/work/objectui/objectui/packages/layout
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
6
6
  transforming...
7
- ✓ 15 modules transformed.
7
+ ✓ 16 modules transformed.
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
+ src/stories/AppShell.stories.tsx:3:54 - error TS2307: Cannot find module '@object-ui/layout' or its corresponding type declarations.
12
+
13
+ 3 import { AppShell, PageHeader, ResponsiveGrid } from '@object-ui/layout';
14
+    ~~~~~~~~~~~~~~~~~~~
15
+ src/stories/ResponsiveGrid.stories.tsx:3:32 - error TS2307: Cannot find module '@object-ui/layout' or its corresponding type declarations.
16
+
17
+ 3 import { ResponsiveGrid } from '@object-ui/layout';
18
+    ~~~~~~~~~~~~~~~~~~~
19
+
11
20
  computing gzip size...
12
- dist/index.js 14.99 kB │ gzip: 4.61 kB
13
- [vite:dts] Declaration files built in 21839ms.
21
+ dist/index.js 16.79 kB │ gzip: 5.11 kB
22
+ [vite:dts] Declaration files built in 27441ms.
14
23
  
15
24
  No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
16
25
  No name was provided for external module "react" in "output.globals" – guessing "require$$0".
17
26
  No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
18
27
  No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
19
28
  No name was provided for external module "react-router-dom" in "output.globals" – guessing "reactRouterDom".
20
- dist/index.umd.cjs 10.67 kB │ gzip: 4.12 kB
21
- ✓ built in 23.26s
29
+ dist/index.umd.cjs 12.10 kB │ gzip: 4.58 kB
30
+ ✓ built in 29.98s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @object-ui/layout
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
+
13
+ ## 3.0.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 87979c3: Upgrade to @objectstack v3.0.0 and console bundle optimization
18
+ - Upgraded all @objectstack/\* packages from ^2.0.7 to ^3.0.0
19
+ - Breaking change migrations: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value → .records, PaginatedResult.count → .total, client.meta.getObject() → client.meta.getItem()
20
+ - Console bundle optimization: split monolithic 3.7 MB chunk into 17 granular cacheable chunks (95% main entry reduction)
21
+ - Added gzip + brotli pre-compression via vite-plugin-compression2
22
+ - Lazy MSW loading for build:server (~150 KB gzip saved)
23
+ - Added bundle analysis with rollup-plugin-visualizer
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [87979c3]
28
+ - @object-ui/types@3.0.0
29
+ - @object-ui/core@3.0.0
30
+ - @object-ui/react@3.0.0
31
+ - @object-ui/components@3.0.0
32
+
3
33
  ## 2.0.0
4
34
 
5
35
  ### Major Changes