@fluentui/react-message-bar 9.0.0 → 9.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,40 @@
2
2
  "name": "@fluentui/react-message-bar",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 12 Oct 2023 14:52:34 GMT",
5
+ "date": "Wed, 18 Oct 2023 17:47:34 GMT",
6
+ "tag": "@fluentui/react-message-bar_v9.0.1",
7
+ "version": "9.0.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-message-bar",
13
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30",
14
+ "comment": "chore Add bundle size fixture for MessageBar"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-message-bar",
19
+ "comment": "Bump @fluentui/react-button to v9.3.50",
20
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-message-bar",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
26
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-message-bar",
31
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
32
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
6
39
  "tag": "@fluentui/react-message-bar_v9.0.0",
7
40
  "version": "9.0.0",
8
41
  "comments": {
@@ -17,13 +50,13 @@
17
50
  "author": "beachball",
18
51
  "package": "@fluentui/react-message-bar",
19
52
  "comment": "Bump @fluentui/react-button to v9.3.49",
20
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
53
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
21
54
  },
22
55
  {
23
56
  "author": "beachball",
24
57
  "package": "@fluentui/react-message-bar",
25
58
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
26
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
59
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
27
60
  }
28
61
  ]
29
62
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,31 @@
1
1
  # Change Log - @fluentui/react-message-bar
2
2
 
3
- This log was last generated on Thu, 12 Oct 2023 14:52:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Oct 2023 17:47:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.1)
8
+
9
+ Wed, 18 Oct 2023 17:47:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.0..@fluentui/react-message-bar_v9.0.1)
11
+
12
+ ### Patches
13
+
14
+ - chore Add bundle size fixture for MessageBar ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-button to v9.3.50 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
18
+
7
19
  ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.0)
8
20
 
9
- Thu, 12 Oct 2023 14:52:34 GMT
21
+ Thu, 12 Oct 2023 14:55:44 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar-preview_v0.2.1..@fluentui/react-message-bar_v9.0.0)
11
23
 
12
24
  ### Minor changes
13
25
 
14
26
  - feat: Release MessageBar as stable ([PR #29502](https://github.com/microsoft/fluentui/pull/29502) by lingfangao@hotmail.com)
15
- - Bump @fluentui/react-button to v9.3.49 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
16
- - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
27
+ - Bump @fluentui/react-button to v9.3.49 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
28
+ - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
17
29
 
18
30
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar-preview_v0.2.1)
19
31
 
package/README.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @fluentui/react-message-bar
2
2
 
3
- **React Message Bar components for [Fluent UI React](https://react.fluentui.dev/)**
3
+ The MessageBar component communicates important information about the state of the entire application or surface.
4
+ For example, the status of a page, panel, dialog or card. The information shouldn't require someone
5
+ to take immediate action, but should persist until the user performs one of the required actions.
4
6
 
5
- These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
7
+ ```tsx
8
+
9
+ import { MessageBar, MessageBarTitle, MessageBarBody, Button } from '@fluentui/react-components';
10
+ import { DismissRegular } from '@fluentui/react-icons';
11
+
12
+ function Example() {
13
+ return (
14
+ <MessageBar>
15
+ <MessageBarBody>
16
+ <MessageBarTitle>Descriptive title</MessageBarTite>
17
+ This is a message bar
18
+
19
+ <MessageBarActions containerAction={<Button arial-label="dismiss" icon={<DismissReguladr />} />}>
20
+ <Button>Action</Button>
21
+ <Button>Action</Button>
22
+ </MessageBarActions>
23
+ </MessageBarBody>
24
+ </MessageBar>
25
+ )
26
+ }
27
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-message-bar",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "Fluent UI MessageBar component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,6 +13,7 @@
13
13
  "license": "MIT",
14
14
  "scripts": {
15
15
  "build": "just-scripts build",
16
+ "bundle-size": "monosize measure",
16
17
  "clean": "just-scripts clean",
17
18
  "generate-api": "just-scripts generate-api",
18
19
  "lint": "just-scripts lint",
@@ -30,12 +31,12 @@
30
31
  "@fluentui/scripts-tasks": "*"
31
32
  },
32
33
  "dependencies": {
33
- "@fluentui/react-button": "^9.3.49",
34
+ "@fluentui/react-button": "^9.3.50",
34
35
  "@fluentui/react-icons": "^2.0.217",
35
- "@fluentui/react-jsx-runtime": "^9.0.17",
36
+ "@fluentui/react-jsx-runtime": "^9.0.18",
36
37
  "@fluentui/react-shared-contexts": "^9.10.0",
37
38
  "@fluentui/react-theme": "^9.1.14",
38
- "@fluentui/react-utilities": "^9.15.0",
39
+ "@fluentui/react-utilities": "^9.15.1",
39
40
  "@griffel/react": "^1.5.14",
40
41
  "@swc/helpers": "^0.5.1",
41
42
  "react-transition-group": "^4.4.1"