Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bigcommerce/checkout-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: actblue/checkout-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ts/custom-checkout-confirmation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 34 files changed
  • 1 contributor

Commits on Apr 2, 2024

  1. Copy the full SHA
    aa5361e View commit details
Showing with 2,430 additions and 24 deletions.
  1. +1 −0 .node-version
  2. +2,396 −0 CHANGELOG.md
  3. +1 −1 bower.json
  4. +1 −1 dist/375-00cce737.js.map
  5. +1 −1 dist/608-6573dede.js.map
  6. +0 −1 dist/auto-loader-1.462.0.js.map
  7. +3 −3 dist/{auto-loader-1.462.0.js → auto-loader-1.462.1.js}
  8. 0 dist/{auto-loader-1.462.0.js.LICENSE.txt → auto-loader-1.462.1.js.LICENSE.txt}
  9. +1 −0 dist/auto-loader-1.462.1.js.map
  10. +3 −3 dist/auto-loader.js
  11. +3 −3 dist/{loader-1.462.0.js → loader-1.462.1.js}
  12. 0 dist/{loader-1.462.0.js.LICENSE.txt → loader-1.462.1.js.LICENSE.txt}
  13. +1 −1 dist/{loader-1.462.0.js.map → loader-1.462.1.js.map}
  14. +3 −3 dist/loader.js
  15. +1 −1 dist/manifest.json
  16. 0 dist/{translations-da-1.462.0.js → translations-da-1.462.1.js}
  17. 0 dist/{translations-de-1.462.0.js → translations-de-1.462.1.js}
  18. 0 dist/{translations-es-1.462.0.js → translations-es-1.462.1.js}
  19. 0 dist/{translations-es-419-1.462.0.js → translations-es-419-1.462.1.js}
  20. 0 dist/{translations-es-ar-1.462.0.js → translations-es-ar-1.462.1.js}
  21. 0 dist/{translations-es-cl-1.462.0.js → translations-es-cl-1.462.1.js}
  22. 0 dist/{translations-es-co-1.462.0.js → translations-es-co-1.462.1.js}
  23. 0 dist/{translations-es-mx-1.462.0.js → translations-es-mx-1.462.1.js}
  24. 0 dist/{translations-es-pe-1.462.0.js → translations-es-pe-1.462.1.js}
  25. 0 dist/{translations-fr-1.462.0.js → translations-fr-1.462.1.js}
  26. 0 dist/{translations-it-1.462.0.js → translations-it-1.462.1.js}
  27. 0 dist/{translations-nl-1.462.0.js → translations-nl-1.462.1.js}
  28. 0 dist/{translations-no-1.462.0.js → translations-no-1.462.1.js}
  29. 0 dist/{translations-pt-1.462.0.js → translations-pt-1.462.1.js}
  30. 0 dist/{translations-pt-br-1.462.0.js → translations-pt-br-1.462.1.js}
  31. 0 dist/{translations-sv-1.462.0.js → translations-sv-1.462.1.js}
  32. +3 −3 package-lock.json
  33. +2 −2 package.json
  34. +10 −1 packages/core/src/app/auto-loader.ts
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.17.1
Loading