@atlaskit/badge 19.0.1 → 19.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.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/badge
|
|
2
2
|
|
|
3
|
+
## 19.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e13ee97cc69a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e13ee97cc69a4) -
|
|
8
|
+
Fixed the legacy-appearance fallback for the `dangerBold` Badge appearance to map to `important`
|
|
9
|
+
instead of `removed`. When the `platform-dst-lozenge-tag-badge-visual-uplifts` feature gate is
|
|
10
|
+
off, `dangerBold` now falls back to the same legacy appearance the existing red danger Badge has
|
|
11
|
+
always used, preserving the previous visual look for consumers that haven't migrated yet.
|
|
12
|
+
|
|
3
13
|
## 19.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|