Skip to content

Journey.js v2.0.2 - New scripts! Removed deprecated methods! Import improvements! Code improvements! Latest

Compare
Choose a tag to compare
@williamtroup williamtroup released this 08 Jul 14:37
· 40 commits to main since this release
47d4810
  • Fixed CDN links pointing to the wrong version.
  • Added a "build-all" script option so that everything (including minimized versions) can be built with one command.
  • Minor CSS layout improvements.
  • Removed deprecated "cancelBubble" usages and replaced them with "stopPropagation()".
  • Rewritten "getStyleValueByName()" to use the modern implementation to get a style.
  • Fixed a type mismatch between the PublicApi structure and the implementation.
  • Improved more type implementations.
  • The "import" public API function will now show the select files dialog if no files are passed.