@primer-io/primer-js 1.0.9 → 1.1.1
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 +1790 -3677
- package/dist/jsx/index.d.ts +110 -170
- package/dist/primer-loader.d.ts +301 -522
- package/dist/primer-loader.js +46 -12
- package/dist/vscode.html-custom-data.json +47 -119
- package/dist/web-types.json +133 -375
- package/package.json +1 -1
- package/src/controllers/reactive-state/README.md +0 -210
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 1.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a8d5d66: cleanup inputs on teardown
|
|
8
|
+
|
|
9
|
+
## 1.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 492949b: feat: add klarna and adyen klarna to sdk core
|
|
14
|
+
- 5339c4a: refactor: simplify context, initialization and apm button abstractions
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- b85a0d8: fix(sdk-core): set 3ds method timeout to 13s matching v2
|
|
19
|
+
- 22252c1: fix(sdk-utils/poll): return response only if complete on timeouts
|
|
20
|
+
|
|
3
21
|
## 1.0.9
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|