@westpac/ui 0.59.0 → 0.59.1

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