@primer-io/primer-js 0.8.1 → 0.9.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 +12 -0
- package/dist/custom-elements.json +1037 -925
- package/dist/jsx/index.d.ts +8 -8
- package/dist/primer-loader.d.ts +306 -136
- package/dist/primer-loader.js +4 -4
- package/dist/vscode.html-custom-data.json +7 -7
- package/dist/web-types.json +18 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 0.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 25e2cc5: Headless Vault and bug fixes
|
|
8
|
+
|
|
9
|
+
## 0.8.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 51f6174: fix: find slotted accordion toggle by slot name - show other payment methods component - and dispatch vault:selection-change event for the vault submit button
|
|
14
|
+
|
|
3
15
|
## 0.8.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|