@primer-io/primer-js 1.5.1 → 1.6.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,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d4db2fc: Adds recovery of an in-flight MANUAL approval payment attempt after an SDK re-init (browser refresh / tab reload).
8
+ - 236afa8: refactor(primer-js,sdk-core): remove legacy headless support
9
+
10
+ ### Patch Changes
11
+
12
+ - cd0fdaa: simplify native payment method buttons and improve disabled state
13
+ - 87b3cc9: feat(sdk-core,primer-js): add qrcode apms
14
+
3
15
  ## 1.5.1
4
16
 
5
17
  ### Patch Changes