@primer-io/primer-js 1.3.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 CHANGED
@@ -1,4 +1,22 @@
1
- # @primer-io/primer-js
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).
2
20
 
3
21
  ## 1.3.0
4
22