@westpac/ui 1.9.0 → 1.10.0

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,23 @@
1
1
  # @westpac/ui
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6866a0c: Select component edited so when caret icon clicked the dropdown does open
8
+
9
+ ## 1.9.1
10
+
11
+ ### Patch Changes
12
+
13
+ - fe5dc2c: Fix Alert text wrapping below the `xsl` breakpoint
14
+
15
+ The Alert `base` slot only applied `flex` at the `xsl` breakpoint and above, so
16
+ on smaller viewports the icon and body were not laid out as flex items and the
17
+ text wrapped incorrectly. The `flex` layout is now applied at all breakpoints.
18
+
19
+ No consumer action is required. The fix is applied automatically on upgrade.
20
+
3
21
  ## 1.9.0
4
22
 
5
23
  ### Minor Changes