@primer-io/primer-js 0.14.0 → 0.15.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 +16 -0
- package/dist/custom-elements.json +933 -882
- package/dist/jsx/index.d.ts +45 -45
- package/dist/primer-loader.d.ts +27 -0
- package/dist/primer-loader.js +11 -11
- package/dist/vscode.html-custom-data.json +19 -19
- package/dist/web-types.json +51 -51
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 0.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- dd840dc: feat: add onBinDataAvailable callback and use new endpoint
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- dd840dc: feat: new bin-data endpoint and events
|
|
12
|
+
|
|
13
|
+
## 0.14.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 31cdacd: fix: do not run required actions on failed payments
|
|
18
|
+
|
|
3
19
|
## 0.14.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|