@primer-io/primer-js 1.9.1 → 1.9.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 +8 -0
- package/dist/custom-elements.json +59 -45
- package/dist/primer-loader.d.ts +2 -0
- package/dist/primer-loader.js +10 -10
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6817753: Vault manager payment-method rows now use a native radio input for selection, improving keyboard and screen-reader support, with refreshed selected/CVV row styling.
|
|
8
|
+
- 6817753: Fixes the vault manager's CVV error message misaligning the "Input the card CVV" row and overlapping the CVV input.
|
|
9
|
+
- 6817753: Fixes vaulted card network names with underscores (e.g. "CARTES_BANCAIRES") displaying unformatted in `<primer-vault-manager>` instead of as a proper name (e.g. "Cartes Bancaires").
|
|
10
|
+
|
|
3
11
|
## 1.9.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|