@primer-io/primer-js 1.1.1 → 1.3.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
  # @primer-io/primer-js
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 55fbe25: feat: add adyen_mbway payment method
8
+
9
+ ### Patch Changes
10
+
11
+ - a41f832: fix: rendering of certain APM buttons
12
+ - 8a4f27d: fix: cardholder name not reacting to sdk options updates
13
+
14
+ ## 1.2.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 73f6fa6: fix: filter vaulted cards by orderedAllowedCardNetworks
19
+
20
+ ### Patch Changes
21
+
22
+ - aa1e210: fix: google pay disabled not working on safari
23
+ - 6f3d548: fix: a single card network icon on the card number input should not be interactive (accessibility)
24
+ - 0d5e21f: fix: propagate options on the hosted inputs
25
+
3
26
  ## 1.1.1
4
27
 
5
28
  ### Patch Changes