braid-design-system 32.12.2 → 32.12.4
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,20 @@
|
|
|
1
1
|
# braid-design-system
|
|
2
2
|
|
|
3
|
+
## 32.12.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- **TextLink, TextLinkButton:** Ensure consistent underline thickness on weak links ([#1380](https://github.com/seek-oss/braid-design-system/pull/1380))
|
|
8
|
+
|
|
9
|
+
A subtle bug affecting weak links was resulting in a change in underline thickness on hover.
|
|
10
|
+
This bug has been fixed such that weak links now always have the same underline thickness regardless of hover state.
|
|
11
|
+
|
|
12
|
+
## 32.12.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Fix an arbitrary code execution [vulnerability](https://github.com/seek-oss/braid-design-system/security/dependabot/25) ([#1377](https://github.com/seek-oss/braid-design-system/pull/1377))
|
|
17
|
+
|
|
3
18
|
## 32.12.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|