@primer-io/primer-js 1.3.0 → 1.4.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 CHANGED
@@ -1,4 +1,28 @@
1
- # @primer-io/primer-js
1
+ # Changelog
2
+
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 768bba3: fixed loading events and abortPaymentCreation
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 93355c6: introduced BACKEND_DRIVEN implementation type
14
+ - 93355c6: filter payment methods in case returnUrl is not included
15
+
16
+ ### Patch Changes
17
+
18
+ - 6b7b3b5: fix: block flow when the page will redirect
19
+ - 3947515: fix: log errors and warnings on production build
20
+ - 960487f: fix CSP errors with dynamic module resolution
21
+
22
+ All notable changes to `@primer-io/primer-js` are documented in this file.
23
+
24
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
25
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2
26
 
3
27
  ## 1.3.0
4
28