@fluentui/react-badge 0.0.0-nightly-20220302-0405.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 +2968 -0
- package/CHANGELOG.md +1083 -0
- package/LICENSE +15 -0
- package/README.md +5 -0
- package/Spec.md +157 -0
- package/dist/react-badge.d.ts +159 -0
- package/lib/Badge.d.ts +1 -0
- package/lib/Badge.js +2 -0
- package/lib/Badge.js.map +1 -0
- package/lib/CounterBadge.d.ts +1 -0
- package/lib/CounterBadge.js +2 -0
- package/lib/CounterBadge.js.map +1 -0
- package/lib/PresenceBadge.d.ts +1 -0
- package/lib/PresenceBadge.js +2 -0
- package/lib/PresenceBadge.js.map +1 -0
- package/lib/components/Badge/Badge.d.ts +6 -0
- package/lib/components/Badge/Badge.js +15 -0
- package/lib/components/Badge/Badge.js.map +1 -0
- package/lib/components/Badge/Badge.types.d.ts +34 -0
- package/lib/components/Badge/Badge.types.js +2 -0
- package/lib/components/Badge/Badge.types.js.map +1 -0
- package/lib/components/Badge/index.d.ts +5 -0
- package/lib/components/Badge/index.js +5 -0
- package/lib/components/Badge/index.js.map +1 -0
- package/lib/components/Badge/renderBadge.d.ts +2 -0
- package/lib/components/Badge/renderBadge.js +13 -0
- package/lib/components/Badge/renderBadge.js.map +1 -0
- package/lib/components/Badge/useBadge.d.ts +6 -0
- package/lib/components/Badge/useBadge.js +33 -0
- package/lib/components/Badge/useBadge.js.map +1 -0
- package/lib/components/Badge/useBadgeStyles.d.ts +6 -0
- package/lib/components/Badge/useBadgeStyles.js +331 -0
- package/lib/components/Badge/useBadgeStyles.js.map +1 -0
- package/lib/components/CounterBadge/CounterBadge.d.ts +6 -0
- package/lib/components/CounterBadge/CounterBadge.js +15 -0
- package/lib/components/CounterBadge/CounterBadge.js.map +1 -0
- package/lib/components/CounterBadge/CounterBadge.types.d.ts +41 -0
- package/lib/components/CounterBadge/CounterBadge.types.js +2 -0
- package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -0
- package/lib/components/CounterBadge/index.d.ts +4 -0
- package/lib/components/CounterBadge/index.js +5 -0
- package/lib/components/CounterBadge/index.js.map +1 -0
- package/lib/components/CounterBadge/useCounterBadge.d.ts +6 -0
- package/lib/components/CounterBadge/useCounterBadge.js +30 -0
- package/lib/components/CounterBadge/useCounterBadge.js.map +1 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +6 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.js +31 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -0
- package/lib/components/PresenceBadge/PresenceBadge.d.ts +6 -0
- package/lib/components/PresenceBadge/PresenceBadge.js +15 -0
- package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -0
- package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +19 -0
- package/lib/components/PresenceBadge/PresenceBadge.types.js +2 -0
- package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -0
- package/lib/components/PresenceBadge/index.d.ts +4 -0
- package/lib/components/PresenceBadge/index.js +5 -0
- package/lib/components/PresenceBadge/index.js.map +1 -0
- package/lib/components/PresenceBadge/presenceIcons.d.ts +11 -0
- package/lib/components/PresenceBadge/presenceIcons.js +128 -0
- package/lib/components/PresenceBadge/presenceIcons.js.map +1 -0
- package/lib/components/PresenceBadge/usePresenceBadge.d.ts +6 -0
- package/lib/components/PresenceBadge/usePresenceBadge.js +53 -0
- package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +6 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +80 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -0
- package/lib/index.js.map +1 -0
- package/lib/tsdoc-metadata.json +11 -0
- package/lib-commonjs/Badge.d.ts +1 -0
- package/lib-commonjs/Badge.js +10 -0
- package/lib-commonjs/Badge.js.map +1 -0
- package/lib-commonjs/CounterBadge.d.ts +1 -0
- package/lib-commonjs/CounterBadge.js +10 -0
- package/lib-commonjs/CounterBadge.js.map +1 -0
- package/lib-commonjs/PresenceBadge.d.ts +1 -0
- package/lib-commonjs/PresenceBadge.js +10 -0
- package/lib-commonjs/PresenceBadge.js.map +1 -0
- package/lib-commonjs/components/Badge/Badge.d.ts +6 -0
- package/lib-commonjs/components/Badge/Badge.js +26 -0
- package/lib-commonjs/components/Badge/Badge.js.map +1 -0
- package/lib-commonjs/components/Badge/Badge.types.d.ts +34 -0
- package/lib-commonjs/components/Badge/Badge.types.js +6 -0
- package/lib-commonjs/components/Badge/Badge.types.js.map +1 -0
- package/lib-commonjs/components/Badge/index.d.ts +5 -0
- package/lib-commonjs/components/Badge/index.js +16 -0
- package/lib-commonjs/components/Badge/index.js.map +1 -0
- package/lib-commonjs/components/Badge/renderBadge.d.ts +2 -0
- package/lib-commonjs/components/Badge/renderBadge.js +24 -0
- package/lib-commonjs/components/Badge/renderBadge.js.map +1 -0
- package/lib-commonjs/components/Badge/useBadge.d.ts +6 -0
- package/lib-commonjs/components/Badge/useBadge.js +43 -0
- package/lib-commonjs/components/Badge/useBadge.js.map +1 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +6 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.js +342 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +6 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.js +26 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +41 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.js +6 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/index.d.ts +4 -0
- package/lib-commonjs/components/CounterBadge/index.js +16 -0
- package/lib-commonjs/components/CounterBadge/index.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +6 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js +40 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +6 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +42 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +6 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.js +26 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +19 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js +6 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/index.d.ts +4 -0
- package/lib-commonjs/components/PresenceBadge/index.js +16 -0
- package/lib-commonjs/components/PresenceBadge/index.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +11 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js +136 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +6 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +65 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +6 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +91 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -0
- package/lib-commonjs/index.d.ts +5 -0
- package/lib-commonjs/index.js +18 -0
- package/lib-commonjs/index.js.map +1 -0
- package/package.json +64 -0
package/CHANGELOG.md
ADDED
@@ -0,0 +1,1083 @@
|
|
1
|
+
# Change Log - @fluentui/react-badge
|
2
|
+
|
3
|
+
This log was last generated on Wed, 02 Mar 2022 04:14:52 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
<!-- Start content -->
|
6
|
+
|
7
|
+
## [0.0.0-nightly-20220302-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v0.0.0-nightly-20220302-0405.1)
|
8
|
+
|
9
|
+
Wed, 02 Mar 2022 04:14:52 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v0.0.0-nightly-20220302-0405.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/53b1c4f7ec45eabb24152a601ce3341b825b3aec) by email not defined)
|
15
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/53b1c4f7ec45eabb24152a601ce3341b825b3aec) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/53b1c4f7ec45eabb24152a601ce3341b825b3aec) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220302-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/53b1c4f7ec45eabb24152a601ce3341b825b3aec) by beachball)
|
18
|
+
|
19
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
|
20
|
+
|
21
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
|
23
|
+
|
24
|
+
### Changes
|
25
|
+
|
26
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
27
|
+
|
28
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
|
29
|
+
|
30
|
+
Fri, 18 Feb 2022 13:35:28 GMT
|
31
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
|
32
|
+
|
33
|
+
### Changes
|
34
|
+
|
35
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
36
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
37
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
38
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
39
|
+
|
40
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
|
41
|
+
|
42
|
+
Thu, 10 Feb 2022 08:51:40 GMT
|
43
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
|
44
|
+
|
45
|
+
### Changes
|
46
|
+
|
47
|
+
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
48
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
49
|
+
- Refactor and re-organize Badge styles; no visual changes. ([PR #21271](https://github.com/microsoft/fluentui/pull/21271) by behowell@microsoft.com)
|
50
|
+
- Add fontSize styling to icon slot, to automatically size user-provided icons ([PR #21219](https://github.com/microsoft/fluentui/pull/21219) by behowell@microsoft.com)
|
51
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
52
|
+
- update styles to not use CSS shorthands ([PR #20802](https://github.com/microsoft/fluentui/pull/20802) by olfedias@microsoft.com)
|
53
|
+
- fix: use updated tokens for ghost and outline variants ([PR #20893](https://github.com/microsoft/fluentui/pull/20893) by lingfangao@hotmail.com)
|
54
|
+
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
55
|
+
- Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
|
56
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
57
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
58
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
59
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
60
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
61
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
62
|
+
- use Griffel packages ([PR #21437](https://github.com/microsoft/fluentui/pull/21437) by olfedias@microsoft.com)
|
63
|
+
- react-badge: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21038](https://github.com/microsoft/fluentui/pull/21038) by Humberto.Morimoto@microsoft.com)
|
64
|
+
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
65
|
+
- fix: Add uniform padding and modify gaps ([PR #20974](https://github.com/microsoft/fluentui/pull/20974) by lingfangao@hotmail.com)
|
66
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
67
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
68
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
69
|
+
|
70
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
|
71
|
+
|
72
|
+
Thu, 25 Nov 2021 08:34:11 GMT
|
73
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
|
74
|
+
|
75
|
+
### Changes
|
76
|
+
|
77
|
+
- various styling fixes for base Badge component ([PR #20693](https://github.com/microsoft/fluentui/pull/20693) by lingfangao@hotmail.com)
|
78
|
+
- Reduce colour set and align with base badge colours ([PR #20596](https://github.com/microsoft/fluentui/pull/20596) by lingfangao@hotmail.com)
|
79
|
+
- update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
|
80
|
+
- Remove props and return correct presence icons ([PR #20630](https://github.com/microsoft/fluentui/pull/20630) by lingfangao@hotmail.com)
|
81
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
82
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
83
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
84
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
85
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
86
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
87
|
+
|
88
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
|
89
|
+
|
90
|
+
Fri, 12 Nov 2021 13:25:15 GMT
|
91
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
|
92
|
+
|
93
|
+
### Changes
|
94
|
+
|
95
|
+
- export static classes for components ([PR #20453](https://github.com/microsoft/fluentui/pull/20453) by olfedias@microsoft.com)
|
96
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
97
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
98
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
99
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
100
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
101
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
102
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
103
|
+
|
104
|
+
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
|
105
|
+
|
106
|
+
Wed, 27 Oct 2021 12:14:14 GMT
|
107
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
|
108
|
+
|
109
|
+
### Changes
|
110
|
+
|
111
|
+
- Removed duplicate 'Badge' from story names ([PR #20265](https://github.com/microsoft/fluentui/pull/20265) by gcox@microsoft.com)
|
112
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
113
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
114
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
115
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
116
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
117
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
118
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
119
|
+
|
120
|
+
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
|
121
|
+
|
122
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
123
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.92..@fluentui/react-badge_v9.0.0-beta.1)
|
124
|
+
|
125
|
+
### Changes
|
126
|
+
|
127
|
+
- Bump all v9 components to beta prerelease tag ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by lingfangao@hotmail.com)
|
128
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
129
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
130
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
131
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
132
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
133
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1 ([PR #20106](https://github.com/microsoft/fluentui/pull/20106) by beachball)
|
134
|
+
|
135
|
+
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
|
136
|
+
|
137
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
138
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.91..@fluentui/react-badge_v9.0.0-alpha.92)
|
139
|
+
|
140
|
+
### Changes
|
141
|
+
|
142
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
143
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.60 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
144
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
145
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
|
146
|
+
|
147
|
+
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
|
148
|
+
|
149
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
150
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.90..@fluentui/react-badge_v9.0.0-alpha.91)
|
151
|
+
|
152
|
+
### Changes
|
153
|
+
|
154
|
+
- Adds ForwardRefComponent to react-badge components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
155
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
156
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
157
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.59 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
158
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
159
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
160
|
+
|
161
|
+
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
|
162
|
+
|
163
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
164
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.88..@fluentui/react-badge_v9.0.0-alpha.90)
|
165
|
+
|
166
|
+
### Changes
|
167
|
+
|
168
|
+
- Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
|
169
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.76 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
170
|
+
- Bump @fluentui/react-theme to v9.0.0-alpha.26 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
171
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
172
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.58 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
173
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
174
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
175
|
+
|
176
|
+
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
|
177
|
+
|
178
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
179
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.87..@fluentui/react-badge_v9.0.0-alpha.88)
|
180
|
+
|
181
|
+
### Changes
|
182
|
+
|
183
|
+
- Add Storybook Controls to Badge documentation ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by peter@draxler.ml)
|
184
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.74 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
185
|
+
- Bump @fluentui/react-theme to v9.0.0-alpha.24 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
186
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.56 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
187
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
188
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
|
189
|
+
|
190
|
+
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
|
191
|
+
|
192
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
193
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.86..@fluentui/react-badge_v9.0.0-alpha.87)
|
194
|
+
|
195
|
+
### Changes
|
196
|
+
|
197
|
+
- Revert to ObjectShorthandProps for slots to allow correct typing in Avatar ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by lingfangao@hotmail.com)
|
198
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
199
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
200
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.55 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
201
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
202
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
203
|
+
|
204
|
+
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
|
205
|
+
|
206
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
207
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.85..@fluentui/react-badge_v9.0.0-alpha.86)
|
208
|
+
|
209
|
+
### Changes
|
210
|
+
|
211
|
+
- Update BadgeProps for consistency ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by gcox@microsoft.com)
|
212
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
213
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
214
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
215
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
216
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
217
|
+
|
218
|
+
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
|
219
|
+
|
220
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
221
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.84..@fluentui/react-badge_v9.0.0-alpha.85)
|
222
|
+
|
223
|
+
### Changes
|
224
|
+
|
225
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
226
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
227
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
228
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
229
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
|
230
|
+
|
231
|
+
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
|
232
|
+
|
233
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
234
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.83..@fluentui/react-badge_v9.0.0-alpha.84)
|
235
|
+
|
236
|
+
### Changes
|
237
|
+
|
238
|
+
- refactor(Badge): Remove `mergeProps` and migrate to simple slots ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by lingfangao@hotmail.com)
|
239
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
240
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
241
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
242
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
243
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
|
244
|
+
|
245
|
+
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
|
246
|
+
|
247
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
248
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.82..@fluentui/react-badge_v9.0.0-alpha.83)
|
249
|
+
|
250
|
+
### Changes
|
251
|
+
|
252
|
+
- Updating to types over interfaces ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by gcox@microsoft.com)
|
253
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
254
|
+
- Bump @fluentui/react-theme to v9.0.0-alpha.23 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
255
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
256
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
257
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
|
258
|
+
|
259
|
+
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
|
260
|
+
|
261
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
262
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.81..@fluentui/react-badge_v9.0.0-alpha.82)
|
263
|
+
|
264
|
+
### Changes
|
265
|
+
|
266
|
+
- Bump @fluentui/react-badge to v9.0.0-alpha.82 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
|
267
|
+
|
268
|
+
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
|
269
|
+
|
270
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
271
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.80..@fluentui/react-badge_v9.0.0-alpha.81)
|
272
|
+
|
273
|
+
### Changes
|
274
|
+
|
275
|
+
- Bump @fluentui/react-badge to v9.0.0-alpha.81 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
|
276
|
+
|
277
|
+
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
|
278
|
+
|
279
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
280
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.79..@fluentui/react-badge_v9.0.0-alpha.80)
|
281
|
+
|
282
|
+
### Changes
|
283
|
+
|
284
|
+
- Bump @fluentui/react-badge to v9.0.0-alpha.80 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
|
285
|
+
|
286
|
+
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
|
287
|
+
|
288
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
289
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.78..@fluentui/react-badge_v9.0.0-alpha.79)
|
290
|
+
|
291
|
+
### Changes
|
292
|
+
|
293
|
+
- Bump @fluentui/react-badge to v9.0.0-alpha.79 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
|
294
|
+
|
295
|
+
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
|
296
|
+
|
297
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
298
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.77..@fluentui/react-badge_v9.0.0-alpha.78)
|
299
|
+
|
300
|
+
### Changes
|
301
|
+
|
302
|
+
- chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
|
303
|
+
- Bump @fluentui/react-badge to v9.0.0-alpha.78 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
|
304
|
+
|
305
|
+
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
|
306
|
+
|
307
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
308
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.76..@fluentui/react-badge_v9.0.0-alpha.77)
|
309
|
+
|
310
|
+
### Changes
|
311
|
+
|
312
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.45 ([PR #19642](https://github.com/microsoft/fluentui/pull/19642) by behowell@microsoft.com)
|
313
|
+
|
314
|
+
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
|
315
|
+
|
316
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
317
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76)
|
318
|
+
|
319
|
+
### Changes
|
320
|
+
|
321
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.44 ([PR #19640](https://github.com/microsoft/fluentui/pull/19640) by lingfangao@hotmail.com)
|
322
|
+
|
323
|
+
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
|
324
|
+
|
325
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
326
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75)
|
327
|
+
|
328
|
+
### Patches
|
329
|
+
|
330
|
+
- Bump @fluentui/react-conformance to v0.4.5 ([PR #19590](https://github.com/microsoft/fluentui/pull/19590) by olfedias@microsoft.com)
|
331
|
+
|
332
|
+
### Changes
|
333
|
+
|
334
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.43 ([PR #19065](https://github.com/microsoft/fluentui/pull/19065) by olfedias@microsoft.com)
|
335
|
+
|
336
|
+
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
|
337
|
+
|
338
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
339
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.73..@fluentui/react-badge_v9.0.0-alpha.74)
|
340
|
+
|
341
|
+
### Changes
|
342
|
+
|
343
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.43 ([PR #19483](https://github.com/microsoft/fluentui/pull/19483) by bsunderhus@microsoft.com)
|
344
|
+
|
345
|
+
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
|
346
|
+
|
347
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
348
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.72..@fluentui/react-badge_v9.0.0-alpha.73)
|
349
|
+
|
350
|
+
### Changes
|
351
|
+
|
352
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.42 ([PR #19556](https://github.com/microsoft/fluentui/pull/19556) by lingfan.gao@microsoft.com)
|
353
|
+
|
354
|
+
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
|
355
|
+
|
356
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
357
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.71..@fluentui/react-badge_v9.0.0-alpha.72)
|
358
|
+
|
359
|
+
### Changes
|
360
|
+
|
361
|
+
- Updating TypeScript type-only imports/exports to use import/export type syntax. ([PR #19485](https://github.com/microsoft/fluentui/pull/19485) by dzearing@hotmail.com)
|
362
|
+
|
363
|
+
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
|
364
|
+
|
365
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
366
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.70..@fluentui/react-badge_v9.0.0-alpha.71)
|
367
|
+
|
368
|
+
### Changes
|
369
|
+
|
370
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.40 ([PR #19462](https://github.com/microsoft/fluentui/pull/19462) by olfedias@microsoft.com)
|
371
|
+
|
372
|
+
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
|
373
|
+
|
374
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
375
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.69..@fluentui/react-badge_v9.0.0-alpha.70)
|
376
|
+
|
377
|
+
### Changes
|
378
|
+
|
379
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.39 ([PR #19486](https://github.com/microsoft/fluentui/pull/19486) by martinhochel@microsoft.com)
|
380
|
+
|
381
|
+
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
|
382
|
+
|
383
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
384
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.68..@fluentui/react-badge_v9.0.0-alpha.69)
|
385
|
+
|
386
|
+
### Changes
|
387
|
+
|
388
|
+
- Update .npmignore ([PR #19441](https://github.com/microsoft/fluentui/pull/19441) by elcraig@microsoft.com)
|
389
|
+
|
390
|
+
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
|
391
|
+
|
392
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
393
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.67..@fluentui/react-badge_v9.0.0-alpha.68)
|
394
|
+
|
395
|
+
### Changes
|
396
|
+
|
397
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.39 ([PR #19273](https://github.com/microsoft/fluentui/pull/19273) by bsunderhus@microsoft.com)
|
398
|
+
|
399
|
+
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
|
400
|
+
|
401
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
402
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.66..@fluentui/react-badge_v9.0.0-alpha.67)
|
403
|
+
|
404
|
+
### Changes
|
405
|
+
|
406
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32 ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
|
407
|
+
|
408
|
+
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
|
409
|
+
|
410
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
411
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.65..@fluentui/react-badge_v9.0.0-alpha.66)
|
412
|
+
|
413
|
+
### Changes
|
414
|
+
|
415
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.35 ([PR #19256](https://github.com/microsoft/fluentui/pull/19256) by olfedias@microsoft.com)
|
416
|
+
|
417
|
+
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
|
418
|
+
|
419
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
420
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.64..@fluentui/react-badge_v9.0.0-alpha.65)
|
421
|
+
|
422
|
+
### Changes
|
423
|
+
|
424
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.34 ([PR #19281](https://github.com/microsoft/fluentui/pull/19281) by jspurlin@microsoft.com)
|
425
|
+
|
426
|
+
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
|
427
|
+
|
428
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
429
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.63..@fluentui/react-badge_v9.0.0-alpha.64)
|
430
|
+
|
431
|
+
### Patches
|
432
|
+
|
433
|
+
- Bump @fluentui/eslint-plugin to v1.3.3 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
|
434
|
+
- Bump @fluentui/react-conformance to v0.4.4 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
|
435
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
|
436
|
+
|
437
|
+
### Changes
|
438
|
+
|
439
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.33 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
|
440
|
+
|
441
|
+
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
|
442
|
+
|
443
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
444
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.62..@fluentui/react-badge_v9.0.0-alpha.63)
|
445
|
+
|
446
|
+
### Changes
|
447
|
+
|
448
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.36 ([PR #19204](https://github.com/microsoft/fluentui/pull/19204) by lingfan.gao@microsoft.com)
|
449
|
+
|
450
|
+
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
|
451
|
+
|
452
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
453
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.61..@fluentui/react-badge_v9.0.0-alpha.62)
|
454
|
+
|
455
|
+
### Changes
|
456
|
+
|
457
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.31 ([PR #19060](https://github.com/microsoft/fluentui/pull/19060) by miroslav.stastny@microsoft.com)
|
458
|
+
|
459
|
+
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
|
460
|
+
|
461
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
462
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.60..@fluentui/react-badge_v9.0.0-alpha.61)
|
463
|
+
|
464
|
+
### Changes
|
465
|
+
|
466
|
+
- Update theme tokens ([PR #19041](https://github.com/microsoft/fluentui/pull/19041) by miroslav.stastny@microsoft.com)
|
467
|
+
|
468
|
+
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
|
469
|
+
|
470
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
471
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.59..@fluentui/react-badge_v9.0.0-alpha.60)
|
472
|
+
|
473
|
+
### Changes
|
474
|
+
|
475
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.29 ([PR #19038](https://github.com/microsoft/fluentui/pull/19038) by lingfan.gao@microsoft.com)
|
476
|
+
|
477
|
+
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
|
478
|
+
|
479
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
480
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.58..@fluentui/react-badge_v9.0.0-alpha.59)
|
481
|
+
|
482
|
+
### Changes
|
483
|
+
|
484
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.28 ([PR #18998](https://github.com/microsoft/fluentui/pull/18998) by olfedias@microsoft.com)
|
485
|
+
|
486
|
+
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
|
487
|
+
|
488
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
489
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.57..@fluentui/react-badge_v9.0.0-alpha.58)
|
490
|
+
|
491
|
+
### Changes
|
492
|
+
|
493
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.26 ([PR #18973](https://github.com/microsoft/fluentui/pull/18973) by olfedias@microsoft.com)
|
494
|
+
|
495
|
+
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
|
496
|
+
|
497
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
498
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.56..@fluentui/react-badge_v9.0.0-alpha.57)
|
499
|
+
|
500
|
+
### Changes
|
501
|
+
|
502
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.33 ([PR #18861](https://github.com/microsoft/fluentui/pull/18861) by bsunderhus@microsoft.com)
|
503
|
+
|
504
|
+
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
|
505
|
+
|
506
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
507
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.55..@fluentui/react-badge_v9.0.0-alpha.56)
|
508
|
+
|
509
|
+
### Patches
|
510
|
+
|
511
|
+
- Bump @fluentui/react-conformance to v0.4.3 ([PR #18925](https://github.com/microsoft/fluentui/pull/18925) by elcraig@microsoft.com)
|
512
|
+
|
513
|
+
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
|
514
|
+
|
515
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
516
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.54..@fluentui/react-badge_v9.0.0-alpha.55)
|
517
|
+
|
518
|
+
### Changes
|
519
|
+
|
520
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.24 ([PR #18560](https://github.com/microsoft/fluentui/pull/18560) by behowell@microsoft.com)
|
521
|
+
|
522
|
+
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
|
523
|
+
|
524
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
525
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.53..@fluentui/react-badge_v9.0.0-alpha.54)
|
526
|
+
|
527
|
+
### Patches
|
528
|
+
|
529
|
+
- Bump @fluentui/eslint-plugin to v1.3.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
|
530
|
+
- Bump @fluentui/react-conformance to v0.4.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
|
531
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
|
532
|
+
|
533
|
+
### Changes
|
534
|
+
|
535
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.23 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
|
536
|
+
|
537
|
+
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
|
538
|
+
|
539
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
540
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.52..@fluentui/react-badge_v9.0.0-alpha.53)
|
541
|
+
|
542
|
+
### Changes
|
543
|
+
|
544
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.22 ([PR #18816](https://github.com/microsoft/fluentui/pull/18816) by olfedias@microsoft.com)
|
545
|
+
|
546
|
+
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
|
547
|
+
|
548
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
549
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.51..@fluentui/react-badge_v9.0.0-alpha.52)
|
550
|
+
|
551
|
+
### Changes
|
552
|
+
|
553
|
+
- Rename typings and getSlots to have the Compat Suffix ([PR #18796](https://github.com/microsoft/fluentui/pull/18796) by bsunderhus@microsoft.com)
|
554
|
+
|
555
|
+
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
|
556
|
+
|
557
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
558
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.50..@fluentui/react-badge_v9.0.0-alpha.51)
|
559
|
+
|
560
|
+
### Changes
|
561
|
+
|
562
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.20 ([PR #18680](https://github.com/microsoft/fluentui/pull/18680) by olfedias@microsoft.com)
|
563
|
+
|
564
|
+
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
|
565
|
+
|
566
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
567
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.49..@fluentui/react-badge_v9.0.0-alpha.50)
|
568
|
+
|
569
|
+
### Changes
|
570
|
+
|
571
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.19 ([PR #18695](https://github.com/microsoft/fluentui/pull/18695) by tristan.watanabe@gmail.com)
|
572
|
+
|
573
|
+
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
|
574
|
+
|
575
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
576
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.48..@fluentui/react-badge_v9.0.0-alpha.49)
|
577
|
+
|
578
|
+
### Changes
|
579
|
+
|
580
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.18 ([PR #18169](https://github.com/microsoft/fluentui/pull/18169) by olfedias@microsoft.com)
|
581
|
+
|
582
|
+
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
|
583
|
+
|
584
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
585
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.47..@fluentui/react-badge_v9.0.0-alpha.48)
|
586
|
+
|
587
|
+
### Changes
|
588
|
+
|
589
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.17 ([PR #18397](https://github.com/microsoft/fluentui/pull/18397) by olfedias@microsoft.com)
|
590
|
+
|
591
|
+
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
|
592
|
+
|
593
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
594
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.46..@fluentui/react-badge_v9.0.0-alpha.47)
|
595
|
+
|
596
|
+
### Changes
|
597
|
+
|
598
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.29 ([PR #18521](https://github.com/microsoft/fluentui/pull/18521) by behowell@microsoft.com)
|
599
|
+
|
600
|
+
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
|
601
|
+
|
602
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
603
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.45..@fluentui/react-badge_v9.0.0-alpha.46)
|
604
|
+
|
605
|
+
### Patches
|
606
|
+
|
607
|
+
- Bump @fluentui/eslint-plugin to v1.3.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
|
608
|
+
- Bump @fluentui/react-conformance to v0.4.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
|
609
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
|
610
|
+
|
611
|
+
### Changes
|
612
|
+
|
613
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.15 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
|
614
|
+
|
615
|
+
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
|
616
|
+
|
617
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
618
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.44..@fluentui/react-badge_v9.0.0-alpha.45)
|
619
|
+
|
620
|
+
### Changes
|
621
|
+
|
622
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16 ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
|
623
|
+
|
624
|
+
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
|
625
|
+
|
626
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
627
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.43..@fluentui/react-badge_v9.0.0-alpha.44)
|
628
|
+
|
629
|
+
### Changes
|
630
|
+
|
631
|
+
- Use updated theme tokens in component styles ([PR #18321](https://github.com/microsoft/fluentui/pull/18321) by miroslav.stastny@microsoft.com)
|
632
|
+
|
633
|
+
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
|
634
|
+
|
635
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
636
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.42..@fluentui/react-badge_v9.0.0-alpha.43)
|
637
|
+
|
638
|
+
### Changes
|
639
|
+
|
640
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.12 ([PR #18404](https://github.com/microsoft/fluentui/pull/18404) by bsunderhus@microsoft.com)
|
641
|
+
|
642
|
+
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
|
643
|
+
|
644
|
+
Wed, 26 May 2021 07:35:43 GMT
|
645
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.41..@fluentui/react-badge_v9.0.0-alpha.42)
|
646
|
+
|
647
|
+
### Changes
|
648
|
+
|
649
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.25 ([PR #18323](https://github.com/microsoft/fluentui/pull/18323) by lingfan.gao@microsoft.com)
|
650
|
+
|
651
|
+
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
|
652
|
+
|
653
|
+
Fri, 21 May 2021 07:34:54 GMT
|
654
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.40..@fluentui/react-badge_v9.0.0-alpha.41)
|
655
|
+
|
656
|
+
### Changes
|
657
|
+
|
658
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.24 ([PR #18259](https://github.com/microsoft/fluentui/pull/18259) by behowell@microsoft.com)
|
659
|
+
|
660
|
+
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
|
661
|
+
|
662
|
+
Thu, 20 May 2021 07:41:54 GMT
|
663
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.39..@fluentui/react-badge_v9.0.0-alpha.40)
|
664
|
+
|
665
|
+
### Patches
|
666
|
+
|
667
|
+
- Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
|
668
|
+
- Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
|
669
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
|
670
|
+
|
671
|
+
### Changes
|
672
|
+
|
673
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.10 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
|
674
|
+
|
675
|
+
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
|
676
|
+
|
677
|
+
Wed, 19 May 2021 07:34:20 GMT
|
678
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.38..@fluentui/react-badge_v9.0.0-alpha.39)
|
679
|
+
|
680
|
+
### Patches
|
681
|
+
|
682
|
+
- Bump @fluentui/react-conformance to v0.3.1 ([PR #18194](https://github.com/microsoft/fluentui/pull/18194) by martinhochel@microsoft.com)
|
683
|
+
|
684
|
+
### Changes
|
685
|
+
|
686
|
+
- chore: add more Babel plugins ([PR #18037](https://github.com/microsoft/fluentui/pull/18037) by olfedias@microsoft.com)
|
687
|
+
|
688
|
+
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
|
689
|
+
|
690
|
+
Tue, 18 May 2021 07:34:38 GMT
|
691
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.37..@fluentui/react-badge_v9.0.0-alpha.38)
|
692
|
+
|
693
|
+
### Changes
|
694
|
+
|
695
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.8 ([PR #18171](https://github.com/microsoft/fluentui/pull/18171) by olfedias@microsoft.com)
|
696
|
+
|
697
|
+
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
|
698
|
+
|
699
|
+
Thu, 13 May 2021 07:36:55 GMT
|
700
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.36..@fluentui/react-badge_v9.0.0-alpha.37)
|
701
|
+
|
702
|
+
### Changes
|
703
|
+
|
704
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.7 ([PR #18039](https://github.com/microsoft/fluentui/pull/18039) by olfedias@microsoft.com)
|
705
|
+
|
706
|
+
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
|
707
|
+
|
708
|
+
Wed, 12 May 2021 07:36:20 GMT
|
709
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.35..@fluentui/react-badge_v9.0.0-alpha.36)
|
710
|
+
|
711
|
+
### Changes
|
712
|
+
|
713
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.6 ([PR #18097](https://github.com/microsoft/fluentui/pull/18097) by olfedias@microsoft.com)
|
714
|
+
|
715
|
+
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
|
716
|
+
|
717
|
+
Mon, 10 May 2021 07:36:07 GMT
|
718
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.34..@fluentui/react-badge_v9.0.0-alpha.35)
|
719
|
+
|
720
|
+
### Changes
|
721
|
+
|
722
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.5 ([PR #18095](https://github.com/microsoft/fluentui/pull/18095) by olfedias@microsoft.com)
|
723
|
+
|
724
|
+
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
|
725
|
+
|
726
|
+
Wed, 05 May 2021 07:36:50 GMT
|
727
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.33..@fluentui/react-badge_v9.0.0-alpha.34)
|
728
|
+
|
729
|
+
### Changes
|
730
|
+
|
731
|
+
- transform styles with Babel plugin ([PR #16534](https://github.com/microsoft/fluentui/pull/16534) by olfedias@microsoft.com)
|
732
|
+
|
733
|
+
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
|
734
|
+
|
735
|
+
Mon, 03 May 2021 07:45:19 GMT
|
736
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.32..@fluentui/react-badge_v9.0.0-alpha.33)
|
737
|
+
|
738
|
+
### Changes
|
739
|
+
|
740
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.21 ([PR #18005](https://github.com/microsoft/fluentui/pull/18005) by lingfan.gao@microsoft.com)
|
741
|
+
|
742
|
+
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
|
743
|
+
|
744
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
745
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.31..@fluentui/react-badge_v9.0.0-alpha.32)
|
746
|
+
|
747
|
+
### Patches
|
748
|
+
|
749
|
+
- Bump @fluentui/eslint-plugin to v1.2.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
|
750
|
+
- Bump @fluentui/react-conformance to v0.3.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
|
751
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
|
752
|
+
|
753
|
+
### Changes
|
754
|
+
|
755
|
+
- Upgrade to typescript 4.1.5 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
|
756
|
+
|
757
|
+
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
|
758
|
+
|
759
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
760
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.30..@fluentui/react-badge_v9.0.0-alpha.31)
|
761
|
+
|
762
|
+
### Changes
|
763
|
+
|
764
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5 ([PR #17922](https://github.com/microsoft/fluentui/pull/17922) by bsunderhus@microsoft.com)
|
765
|
+
|
766
|
+
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
|
767
|
+
|
768
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
769
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.29..@fluentui/react-badge_v9.0.0-alpha.30)
|
770
|
+
|
771
|
+
### Changes
|
772
|
+
|
773
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4 ([PR #17936](https://github.com/microsoft/fluentui/pull/17936) by bsunderhus@microsoft.com)
|
774
|
+
|
775
|
+
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
|
776
|
+
|
777
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
778
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.28..@fluentui/react-badge_v9.0.0-alpha.29)
|
779
|
+
|
780
|
+
### Patches
|
781
|
+
|
782
|
+
- Bump @fluentui/eslint-plugin to v1.1.1 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
|
783
|
+
- Bump @fluentui/react-conformance to v0.2.6 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
|
784
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
|
785
|
+
|
786
|
+
### Changes
|
787
|
+
|
788
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.3 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
|
789
|
+
|
790
|
+
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
|
791
|
+
|
792
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
793
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.27..@fluentui/react-badge_v9.0.0-alpha.28)
|
794
|
+
|
795
|
+
### Changes
|
796
|
+
|
797
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2 ([PR #17826](https://github.com/microsoft/fluentui/pull/17826) by bsunderhus@microsoft.com)
|
798
|
+
|
799
|
+
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
|
800
|
+
|
801
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
802
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.26..@fluentui/react-badge_v9.0.0-alpha.27)
|
803
|
+
|
804
|
+
### Changes
|
805
|
+
|
806
|
+
- Rename ax() to mergeClasses() ([PR #17875](https://github.com/microsoft/fluentui/pull/17875) by miroslav.stastny@microsoft.com)
|
807
|
+
|
808
|
+
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
|
809
|
+
|
810
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
811
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.25..@fluentui/react-badge_v9.0.0-alpha.26)
|
812
|
+
|
813
|
+
### Changes
|
814
|
+
|
815
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.23 ([PR #17855](https://github.com/microsoft/fluentui/pull/17855) by lingfan.gao@microsoft.com)
|
816
|
+
|
817
|
+
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
|
818
|
+
|
819
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
820
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.24..@fluentui/react-badge_v9.0.0-alpha.25)
|
821
|
+
|
822
|
+
### Changes
|
823
|
+
|
824
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.22 ([PR #17840](https://github.com/microsoft/fluentui/pull/17840) by bsunderhus@microsoft.com)
|
825
|
+
|
826
|
+
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
|
827
|
+
|
828
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
829
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.23..@fluentui/react-badge_v9.0.0-alpha.24)
|
830
|
+
|
831
|
+
### Changes
|
832
|
+
|
833
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.21 ([PR #17707](https://github.com/microsoft/fluentui/pull/17707) by bsunderhus@microsoft.com)
|
834
|
+
|
835
|
+
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
|
836
|
+
|
837
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
838
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.22..@fluentui/react-badge_v9.0.0-alpha.23)
|
839
|
+
|
840
|
+
### Changes
|
841
|
+
|
842
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.20 ([PR #17670](https://github.com/microsoft/fluentui/pull/17670) by olfedias@microsoft.com)
|
843
|
+
|
844
|
+
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
|
845
|
+
|
846
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
847
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.21..@fluentui/react-badge_v9.0.0-alpha.22)
|
848
|
+
|
849
|
+
### Changes
|
850
|
+
|
851
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.19 ([PR #17713](https://github.com/microsoft/fluentui/pull/17713) by olfedias@microsoft.com)
|
852
|
+
|
853
|
+
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
|
854
|
+
|
855
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
856
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.20..@fluentui/react-badge_v9.0.0-alpha.21)
|
857
|
+
|
858
|
+
### Changes
|
859
|
+
|
860
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.18 ([PR #17651](https://github.com/microsoft/fluentui/pull/17651) by bsunderhus@microsoft.com)
|
861
|
+
|
862
|
+
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
|
863
|
+
|
864
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
865
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.19..@fluentui/react-badge_v9.0.0-alpha.20)
|
866
|
+
|
867
|
+
### Patches
|
868
|
+
|
869
|
+
- Bump @fluentui/eslint-plugin to v1.1.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
|
870
|
+
- Bump @fluentui/react-conformance to v0.2.5 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
|
871
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
|
872
|
+
|
873
|
+
### Changes
|
874
|
+
|
875
|
+
- mergeProps was updated to improve type checking; use compat layer until type errors can be fixed ([PR #17508](https://github.com/microsoft/fluentui/pull/17508) by behowell@microsoft.com)
|
876
|
+
|
877
|
+
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
|
878
|
+
|
879
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
880
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.18..@fluentui/react-badge_v9.0.0-alpha.19)
|
881
|
+
|
882
|
+
### Changes
|
883
|
+
|
884
|
+
- chore: restore "sideEffects" to enable treeshaking ([PR #17584](https://github.com/microsoft/fluentui/pull/17584) by olfedias@microsoft.com)
|
885
|
+
|
886
|
+
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
|
887
|
+
|
888
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
889
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.17..@fluentui/react-badge_v9.0.0-alpha.18)
|
890
|
+
|
891
|
+
### Changes
|
892
|
+
|
893
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.12 ([PR #17524](https://github.com/microsoft/fluentui/pull/17524) by lingfan.gao@microsoft.com)
|
894
|
+
|
895
|
+
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
|
896
|
+
|
897
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
898
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.16..@fluentui/react-badge_v9.0.0-alpha.17)
|
899
|
+
|
900
|
+
### Changes
|
901
|
+
|
902
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.14 ([PR #17539](https://github.com/microsoft/fluentui/pull/17539) by olfedias@microsoft.com)
|
903
|
+
|
904
|
+
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
|
905
|
+
|
906
|
+
Wed, 24 Mar 2021 07:32:21 GMT
|
907
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.15..@fluentui/react-badge_v9.0.0-alpha.16)
|
908
|
+
|
909
|
+
### Changes
|
910
|
+
|
911
|
+
- react-badge - Updates styles from makeStylesCompat to makeStyle ([PR #17513](https://github.com/microsoft/fluentui/pull/17513) by bsunderhus@microsoft.com)
|
912
|
+
|
913
|
+
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
|
914
|
+
|
915
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
916
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.14..@fluentui/react-badge_v9.0.0-alpha.15)
|
917
|
+
|
918
|
+
### Changes
|
919
|
+
|
920
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.10 ([PR #17339](https://github.com/microsoft/fluentui/pull/17339) by lingfan.gao@microsoft.com)
|
921
|
+
|
922
|
+
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
|
923
|
+
|
924
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
925
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.13..@fluentui/react-badge_v9.0.0-alpha.14)
|
926
|
+
|
927
|
+
### Changes
|
928
|
+
|
929
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.9 ([PR #17387](https://github.com/microsoft/fluentui/pull/17387) by lingfan.gao@microsoft.com)
|
930
|
+
|
931
|
+
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
|
932
|
+
|
933
|
+
Wed, 17 Mar 2021 18:08:23 GMT
|
934
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.12..@fluentui/react-badge_v9.0.0-alpha.13)
|
935
|
+
|
936
|
+
### Changes
|
937
|
+
|
938
|
+
- feat(Badge): add presence badge ([PR #17297](https://github.com/microsoft/fluentui/pull/17297) by junioassuncaocharles@gmail.com)
|
939
|
+
|
940
|
+
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
|
941
|
+
|
942
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
943
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.11..@fluentui/react-badge_v9.0.0-alpha.12)
|
944
|
+
|
945
|
+
### Changes
|
946
|
+
|
947
|
+
- Badge - Updates styles from makeStylesCompat to makeStyles ([PR #17416](https://github.com/microsoft/fluentui/pull/17416) by bsunderhus@microsoft.com)
|
948
|
+
- CounterBadge - Updates styles from makeStylesCompat to makeStyles (#17416) ([PR #17435](https://github.com/microsoft/fluentui/pull/17435) by bsunderhus@microsoft.com)
|
949
|
+
|
950
|
+
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
|
951
|
+
|
952
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
953
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.10..@fluentui/react-badge_v9.0.0-alpha.11)
|
954
|
+
|
955
|
+
### Patches
|
956
|
+
|
957
|
+
- Bump @fluentui/react-conformance to v0.2.4 ([PR #17418](https://github.com/microsoft/fluentui/pull/17418) by elcraig@microsoft.com)
|
958
|
+
|
959
|
+
### Changes
|
960
|
+
|
961
|
+
- feat(Badge): add counter badge ([PR #17272](https://github.com/microsoft/fluentui/pull/17272) by junioassuncaocharles@gmail.com)
|
962
|
+
|
963
|
+
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
|
964
|
+
|
965
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
966
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.9..@fluentui/react-badge_v9.0.0-alpha.10)
|
967
|
+
|
968
|
+
### Changes
|
969
|
+
|
970
|
+
- Remove set-version references ([PR #17381](https://github.com/microsoft/fluentui/pull/17381) by elcraig@microsoft.com)
|
971
|
+
|
972
|
+
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
|
973
|
+
|
974
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
975
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
|
976
|
+
|
977
|
+
### Patches
|
978
|
+
|
979
|
+
- Bump @fluentui/react-conformance to v0.2.3 ([PR #17161](https://github.com/microsoft/fluentui/pull/17161) by martinhochel@microsoft.com)
|
980
|
+
|
981
|
+
### Changes
|
982
|
+
|
983
|
+
- Change makeStyles to makeStylesCompat ([PR #17354](https://github.com/microsoft/fluentui/pull/17354) by bsunderhus@microsoft.com)
|
984
|
+
|
985
|
+
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
|
986
|
+
|
987
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
988
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)
|
989
|
+
|
990
|
+
### Changes
|
991
|
+
|
992
|
+
- Remove theme-provider dep ([PR #17341](https://github.com/microsoft/fluentui/pull/17341) by lingfan.gao@microsoft.com)
|
993
|
+
|
994
|
+
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
|
995
|
+
|
996
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
997
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.6..@fluentui/react-badge_v9.0.0-alpha.7)
|
998
|
+
|
999
|
+
### Changes
|
1000
|
+
|
1001
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.6 ([PR #17273](https://github.com/microsoft/fluentui/pull/17273) by lingfan.gao@microsoft.com)
|
1002
|
+
|
1003
|
+
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
|
1004
|
+
|
1005
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
1006
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.5..@fluentui/react-badge_v9.0.0-alpha.6)
|
1007
|
+
|
1008
|
+
### Changes
|
1009
|
+
|
1010
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.5 ([PR #17246](https://github.com/microsoft/fluentui/pull/17246) by elcraig@microsoft.com)
|
1011
|
+
|
1012
|
+
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
|
1013
|
+
|
1014
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
1015
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.4..@fluentui/react-badge_v9.0.0-alpha.5)
|
1016
|
+
|
1017
|
+
### Changes
|
1018
|
+
|
1019
|
+
- Bump @fluentui/react-theme to v9.0.0-alpha.4 ([PR #17131](https://github.com/microsoft/fluentui/pull/17131) by behowell@microsoft.com)
|
1020
|
+
|
1021
|
+
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
|
1022
|
+
|
1023
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
1024
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.3..@fluentui/react-badge_v9.0.0-alpha.4)
|
1025
|
+
|
1026
|
+
### Patches
|
1027
|
+
|
1028
|
+
- Bump @fluentui/eslint-plugin to v1.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
|
1029
|
+
- Bump @fluentui/react-conformance to v0.2.2 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
|
1030
|
+
- Bump @fluentui/scripts to v1.0.0 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
|
1031
|
+
- Bump @fluentui/set-version to v8.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
|
1032
|
+
|
1033
|
+
### Changes
|
1034
|
+
|
1035
|
+
- Update references to major-bumped packages ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
|
1036
|
+
|
1037
|
+
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
|
1038
|
+
|
1039
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
1040
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.2..@fluentui/react-badge_v9.0.0-alpha.3)
|
1041
|
+
|
1042
|
+
### Changes
|
1043
|
+
|
1044
|
+
- Bump @fluentui/react-theme to v9.0.0-alpha.2 ([PR #17085](https://github.com/microsoft/fluentui/pull/17085) by humbertomakotomorimoto@gmail.com)
|
1045
|
+
|
1046
|
+
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
|
1047
|
+
|
1048
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1049
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.1..@fluentui/react-badge_v9.0.0-alpha.2)
|
1050
|
+
|
1051
|
+
### Patches
|
1052
|
+
|
1053
|
+
- Bump @fluentui/react-conformance to v0.2.1 ([PR #17118](https://github.com/microsoft/fluentui/pull/17118) by altinokd@microsoft.com)
|
1054
|
+
|
1055
|
+
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
|
1056
|
+
|
1057
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1058
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
|
1059
|
+
|
1060
|
+
### Changes
|
1061
|
+
|
1062
|
+
- feat(Badge): update Badge API ([PR #17087](https://github.com/microsoft/fluentui/pull/17087) by junioassuncaocharles@gmail.com)
|
1063
|
+
- bump version to v9 ([PR #17093](https://github.com/microsoft/fluentui/pull/17093) by olfedias@microsoft.com)
|
1064
|
+
- feat(Badge): move spec ([PR #16644](https://github.com/microsoft/fluentui/pull/16644) by junioassuncaocharles@gmail.com)
|
1065
|
+
- remove dependency on react-hooks ([PR #17094](https://github.com/microsoft/fluentui/pull/17094) by olfedias@microsoft.com)
|
1066
|
+
|
1067
|
+
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v0.2.0)
|
1068
|
+
|
1069
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
1070
|
+
|
1071
|
+
### Minor changes
|
1072
|
+
|
1073
|
+
- Initial Implementation of Badge ([PR #16868](https://github.com/microsoft/fluentui/pull/16868) by junioassuncaocharles@gmail.com)
|
1074
|
+
|
1075
|
+
### Patches
|
1076
|
+
|
1077
|
+
- Bump @fluentui/react-make-styles to v0.2.8 ([PR #17061](https://github.com/microsoft/fluentui/pull/17061) by elcraig@microsoft.com)
|
1078
|
+
- Bump @fluentui/react-theme to v0.3.3 ([PR #17061](https://github.com/microsoft/fluentui/pull/17061) by elcraig@microsoft.com)
|
1079
|
+
|
1080
|
+
### Changes
|
1081
|
+
|
1082
|
+
- Bump @fluentui/react-theme-provider to v1.0.0-beta.27 ([PR #17061](https://github.com/microsoft/fluentui/pull/17061) by elcraig@microsoft.com)
|
1083
|
+
- Bump @fluentui/react-hooks to v8.0.0-beta.15 ([PR #17061](https://github.com/microsoft/fluentui/pull/17061) by elcraig@microsoft.com)
|