@westpac/ui 0.57.2 → 0.57.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 +13 -0
- package/dist/component-type.json +1 -1
- package/dist/components/button-group/button-group.component.js +2 -0
- package/dist/components/button-group/components/button-group-button/button-group-button.component.js +2 -2
- package/dist/css/westpac-ui.css +1 -7
- package/dist/css/westpac-ui.min.css +1 -7
- package/package.json +11 -11
- package/src/components/button-group/button-group.component.tsx +9 -1
- package/src/components/button-group/components/button-group-button/button-group-button.component.tsx +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @westpac/ui
|
|
2
2
|
|
|
3
|
+
## 0.57.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4afcd14: updated ButtonGroup to correctly handle an empty string being passed as a value or defaultValue
|
|
8
|
+
|
|
9
|
+
## 0.57.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 925e9f0: package updates
|
|
14
|
+
- 9a1ae57: fixes to focus state/default value for ButtonGroup
|
|
15
|
+
|
|
3
16
|
## 0.57.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|