@westpac/ui 1.15.2 → 1.18.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,28 @@
1
1
  # @westpac/ui
2
2
 
3
+ ## 1.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6fb2b1c: Added configurable primary and secondary button props to ModalFooter.
8
+ - 998ef2e: Polymorphic rendering capabilities added to the Link component
9
+
10
+ ## 1.17.0
11
+
12
+ ### Minor Changes
13
+
14
+ - d935603: Added polymorphic rendering support for button component
15
+
16
+ ### Patch Changes
17
+
18
+ - 4ea3692: Declare react-dom as a peer dependency.
19
+
20
+ ## 1.16.0
21
+
22
+ ### Minor Changes
23
+
24
+ - b05394a: export PassCodeRef type from PassCode component
25
+
3
26
  ## 1.15.2
4
27
 
5
28
  ### Patch Changes