Skip to content

Releases: Eckhardt-D/paytoday

v0.5.4

16 Jun 06:13
Compare
Choose a tag to compare

Changelog

  • Refactor build to cjs, fixes bug in .mjs environments not detecting type: module
  • Improve initialization flow, replaces existing script to avoid DOMContentLoaded issues
  • Adds routing to Vue example

v0.3.4

10 Jun 06:32
Compare
Choose a tag to compare

Changelog

  • Fixes a bug in HMR type environments, where the script was mounted multiple times (now re-uses if exists).
  • Fixes a type bug where businessId and businessName was required.