@fluentui/react-message-bar 9.0.0 → 9.0.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.
- package/CHANGELOG.json +51 -3
- package/CHANGELOG.md +25 -4
- package/README.md +24 -2
- package/package.json +5 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,55 @@
|
|
|
2
2
|
"name": "@fluentui/react-message-bar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 23 Oct 2023 09:48:56 GMT",
|
|
6
|
+
"tag": "@fluentui/react-message-bar_v9.0.2",
|
|
7
|
+
"version": "9.0.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-message-bar",
|
|
13
|
+
"comment": "Bump @fluentui/react-button to v9.3.51",
|
|
14
|
+
"commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 18 Oct 2023 17:54:04 GMT",
|
|
21
|
+
"tag": "@fluentui/react-message-bar_v9.0.1",
|
|
22
|
+
"version": "9.0.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "lingfangao@hotmail.com",
|
|
27
|
+
"package": "@fluentui/react-message-bar",
|
|
28
|
+
"commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30",
|
|
29
|
+
"comment": "chore Add bundle size fixture for MessageBar"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui/react-message-bar",
|
|
34
|
+
"comment": "Bump @fluentui/react-button to v9.3.50",
|
|
35
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui/react-message-bar",
|
|
40
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
|
|
41
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui/react-message-bar",
|
|
46
|
+
"comment": "Bump @fluentui/react-utilities to v9.15.1",
|
|
47
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Thu, 12 Oct 2023 14:55:44 GMT",
|
|
6
54
|
"tag": "@fluentui/react-message-bar_v9.0.0",
|
|
7
55
|
"version": "9.0.0",
|
|
8
56
|
"comments": {
|
|
@@ -17,13 +65,13 @@
|
|
|
17
65
|
"author": "beachball",
|
|
18
66
|
"package": "@fluentui/react-message-bar",
|
|
19
67
|
"comment": "Bump @fluentui/react-button to v9.3.49",
|
|
20
|
-
"commit": "
|
|
68
|
+
"commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
|
|
21
69
|
},
|
|
22
70
|
{
|
|
23
71
|
"author": "beachball",
|
|
24
72
|
"package": "@fluentui/react-message-bar",
|
|
25
73
|
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
|
|
26
|
-
"commit": "
|
|
74
|
+
"commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
|
|
27
75
|
}
|
|
28
76
|
]
|
|
29
77
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,40 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-message-bar
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 23 Oct 2023 09:48:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.2)
|
|
8
|
+
|
|
9
|
+
Mon, 23 Oct 2023 09:48:56 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.1..@fluentui/react-message-bar_v9.0.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-button to v9.3.51 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.1)
|
|
17
|
+
|
|
18
|
+
Wed, 18 Oct 2023 17:54:04 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.0.0..@fluentui/react-message-bar_v9.0.1)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- chore Add bundle size fixture for MessageBar ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by lingfangao@hotmail.com)
|
|
24
|
+
- Bump @fluentui/react-button to v9.3.50 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
25
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
26
|
+
- Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
|
|
27
|
+
|
|
7
28
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.0.0)
|
|
8
29
|
|
|
9
|
-
Thu, 12 Oct 2023 14:
|
|
30
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar-preview_v0.2.1..@fluentui/react-message-bar_v9.0.0)
|
|
11
32
|
|
|
12
33
|
### Minor changes
|
|
13
34
|
|
|
14
35
|
- 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 #
|
|
16
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #
|
|
36
|
+
- Bump @fluentui/react-button to v9.3.49 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
|
|
37
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
|
|
17
38
|
|
|
18
39
|
## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar-preview_v0.2.1)
|
|
19
40
|
|
package/README.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @fluentui/react-message-bar
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "9.0.2",
|
|
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.
|
|
34
|
+
"@fluentui/react-button": "^9.3.51",
|
|
34
35
|
"@fluentui/react-icons": "^2.0.217",
|
|
35
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
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.
|
|
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"
|