@primer-io/primer-js 1.9.0 → 1.9.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6535f9e: The selected vaulted payment method will clear once the shopper starts filling out the card form
8
+
9
+ With a custom layout that renders `primer-vault-manager` and the card form side by side, selecting a vaulted card left it selected indefinitely, even after the shopper moved on to fill in a different card. The only way to de-select it in this case would had been to click on it again. Merchants routing a single external submit button by vault selection state (`primer:vault-submit` vs `primer:card-submit`) would end up submitting the stale vaulted method instead of the card just filled in. The vaulted selection is now cleared as soon as the shopper interacts with any card form field.
10
+
11
+ - c854ad9: Fixes the vault manager's payment-method selector rows picking up the merchant-controlled `--primer-radius-button` token.
12
+ - 557dd5e: Fixes several vaulted-card CVV recapture bugs in `primer-vault-manager`: the CVV validation error no longer flashes when switching between stored cards, the CVV row no longer collapses an already-selected card when clicked near its edge, and the error message no longer shifts the layout of cards below it when it appears.
13
+
3
14
  ## 1.9.0
4
15
 
5
16
  ### Minor Changes