@primer-io/primer-js 1.2.0 → 1.4.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 +30 -1
- package/dist/custom-elements.json +1092 -428
- package/dist/jsx/index.d.ts +79 -16
- package/dist/primer-loader.d.ts +146 -12
- package/dist/primer-loader.js +15 -15
- package/dist/vscode.html-custom-data.json +43 -5
- package/dist/web-types.json +126 -31
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 93355c6: introduced BACKEND_DRIVEN implementation type
|
|
8
|
+
- 93355c6: filter payment methods in case returnUrl is not included
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 6b7b3b5: fix: block flow when the page will redirect
|
|
13
|
+
- 3947515: fix: log errors and warnings on production build
|
|
14
|
+
- 960487f: fix CSP errors with dynamic module resolution
|
|
15
|
+
|
|
16
|
+
All notable changes to `@primer-io/primer-js` are documented in this file.
|
|
17
|
+
|
|
18
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
19
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
20
|
+
|
|
21
|
+
## 1.3.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 55fbe25: feat: add adyen_mbway payment method
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- a41f832: fix: rendering of certain APM buttons
|
|
30
|
+
- 8a4f27d: fix: cardholder name not reacting to sdk options updates
|
|
2
31
|
|
|
3
32
|
## 1.2.0
|
|
4
33
|
|