@primer-io/primer-js 1.1.0 → 1.2.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 +18 -0
- package/dist/custom-elements.json +287 -287
- package/dist/jsx/index.d.ts +16 -16
- package/dist/primer-loader.js +12 -12
- package/dist/vscode.html-custom-data.json +17 -17
- package/dist/web-types.json +37 -37
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 73f6fa6: fix: filter vaulted cards by orderedAllowedCardNetworks
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- aa1e210: fix: google pay disabled not working on safari
|
|
12
|
+
- 6f3d548: fix: a single card network icon on the card number input should not be interactive (accessibility)
|
|
13
|
+
- 0d5e21f: fix: propagate options on the hosted inputs
|
|
14
|
+
|
|
15
|
+
## 1.1.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- a8d5d66: cleanup inputs on teardown
|
|
20
|
+
|
|
3
21
|
## 1.1.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|