@object-ui/plugin-calendar 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,21 @@
1
1
 
2
- > @object-ui/plugin-calendar@2.0.0 build /home/runner/work/objectui/objectui/packages/plugin-calendar
2
+ > @object-ui/plugin-calendar@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-calendar
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
6
6
  transforming...
7
- ✓ 13 modules transformed.
7
+ ✓ 26 modules transformed.
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
- src/CalendarView.tsx:434:41 - error TS2304: Cannot find name 'locale'.
11
+ src/ObjectCalendar.stories.tsx:4:43 - error TS2307: Cannot find module '@storybook-config/datasource' or its corresponding type declarations.
12
12
 
13
- 434 {day.toLocaleDateString(locale, { weekday: "short" })}
14
-    ~~~~~~
13
+ 4 import { createStorybookDataSource } from '@storybook-config/datasource';
14
+    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
15
 
16
16
  computing gzip size...
17
- dist/index.js 32.39 kB │ gzip: 8.21 kB
18
- [vite:dts] Declaration files built in 13283ms.
17
+ dist/index.js 38.73 kB │ gzip: 10.08 kB
18
+ [vite:dts] Declaration files built in 15481ms.
19
19
  
20
- dist/index.umd.cjs 21.62 kB │ gzip: 7.20 kB
21
- ✓ built in 14.65s
20
+ dist/index.umd.cjs 26.12 kB │ gzip: 8.86 kB
21
+ ✓ built in 17.18s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @object-ui/plugin-calendar
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/fields@3.0.1
11
+ - @object-ui/types@3.0.1
12
+ - @object-ui/core@3.0.1
13
+ - @object-ui/mobile@3.0.1
14
+
15
+ ## 3.0.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 87979c3: Upgrade to @objectstack v3.0.0 and console bundle optimization
20
+ - Upgraded all @objectstack/\* packages from ^2.0.7 to ^3.0.0
21
+ - Breaking change migrations: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value → .records, PaginatedResult.count → .total, client.meta.getObject() → client.meta.getItem()
22
+ - Console bundle optimization: split monolithic 3.7 MB chunk into 17 granular cacheable chunks (95% main entry reduction)
23
+ - Added gzip + brotli pre-compression via vite-plugin-compression2
24
+ - Lazy MSW loading for build:server (~150 KB gzip saved)
25
+ - Added bundle analysis with rollup-plugin-visualizer
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [87979c3]
30
+ - @object-ui/types@3.0.0
31
+ - @object-ui/core@3.0.0
32
+ - @object-ui/react@3.0.0
33
+ - @object-ui/components@3.0.0
34
+ - @object-ui/fields@3.0.0
35
+ - @object-ui/mobile@3.0.0
36
+
3
37
  ## 2.0.0
4
38
 
5
39
  ### Major Changes