@westpac/ui 0.59.0 → 0.59.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,19 @@
1
1
  # @westpac/ui
2
2
 
3
+ ## 0.59.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d2e9dbb: updates to horizontal positioning for popover on smaller screens
8
+
9
+ ## 0.59.1
10
+
11
+ ### Patch Changes
12
+
13
+ - efa6a23: Added callbacks to compacta and return index for compacta children
14
+ - f36b6d5: Made Button component default to type="button" to avoid issue with components using button in forms
15
+ - e93a3d4: Fixed issue where popover wasn't automatically flipping vertically, also set the default position back to top
16
+
3
17
  ## 0.59.0
4
18
 
5
19
  ### Minor Changes