@fluentui/react-storybook-addon 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-storybook-addon
2
2
 
3
- This log was last generated on Thu, 07 Aug 2025 09:59:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.4.2)
8
+
9
+ Thu, 21 Aug 2025 12:20:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.4.1..@fluentui/react-storybook-addon_v0.4.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.16.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+ - Bump @fluentui/react-button to v9.6.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
+ - Bump @fluentui/react-menu to v9.19.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
17
+ - Bump @fluentui/react-label to v9.3.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
18
+ - Bump @fluentui/react-switch to v9.4.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
19
+ - Bump @fluentui/react-text to v9.6.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
20
+ - Bump @fluentui/react-link to v9.6.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
21
+ - Bump @fluentui/react-provider to v9.22.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
23
+
24
+ ## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.4.1)
25
+
26
+ Wed, 13 Aug 2025 12:49:04 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.4.0..@fluentui/react-storybook-addon_v0.4.1)
28
+
29
+ ### Patches
30
+
31
+ - fix: resolve dissapearing Slot Info message on consecutive page re-renders ([PR #34958](https://github.com/microsoft/fluentui/pull/34958) by martinhochel@microsoft.com)
32
+ - indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
33
+
7
34
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.4.0)
8
35
 
9
- Thu, 07 Aug 2025 09:59:07 GMT
36
+ Thu, 07 Aug 2025 10:03:26 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.3.1..@fluentui/react-storybook-addon_v0.4.0)
11
38
 
12
39
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-storybook-addon",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "fluentui react storybook addon",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,15 +16,15 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-aria": "^9.16.3",
20
- "@fluentui/react-button": "^9.6.4",
21
- "@fluentui/react-menu": "^9.19.4",
22
- "@fluentui/react-label": "^9.3.3",
23
- "@fluentui/react-switch": "^9.4.3",
24
- "@fluentui/react-text": "^9.6.3",
25
- "@fluentui/react-link": "^9.6.3",
26
- "@fluentui/react-provider": "^9.22.3",
27
- "@fluentui/react-utilities": "^9.23.2",
19
+ "@fluentui/react-aria": "^9.16.4",
20
+ "@fluentui/react-button": "^9.6.5",
21
+ "@fluentui/react-menu": "^9.19.5",
22
+ "@fluentui/react-label": "^9.3.4",
23
+ "@fluentui/react-switch": "^9.4.4",
24
+ "@fluentui/react-text": "^9.6.4",
25
+ "@fluentui/react-link": "^9.6.4",
26
+ "@fluentui/react-provider": "^9.22.4",
27
+ "@fluentui/react-utilities": "^9.24.0",
28
28
  "@fluentui/react-theme": "^9.2.0",
29
29
  "@griffel/react": "^1.5.22",
30
30
  "@swc/helpers": "^0.5.1"