@primer-io/primer-js 0.14.1 → 1.0.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 +21 -0
- package/dist/custom-elements.json +517 -635
- package/dist/jsx/index.d.ts +21 -21
- package/dist/primer-loader.d.ts +102 -154
- package/dist/primer-loader.js +11 -11
- package/dist/vscode.html-custom-data.json +14 -14
- package/dist/web-types.json +53 -53
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 586ab8b: change public API - refactor events
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 0cab566: feat: expose payment selection events
|
|
12
|
+
- 411547b: fix: add missing event types
|
|
13
|
+
|
|
14
|
+
## 0.15.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- dd840dc: feat: add onBinDataAvailable callback and use new endpoint
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- dd840dc: feat: new bin-data endpoint and events
|
|
23
|
+
|
|
3
24
|
## 0.14.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|