Skip to content

v2.1.23

Latest
Compare
Choose a tag to compare
@frncesc frncesc released this 20 Oct 18:32

Improvements

  • Upgraded dependencies
  • Add the dist folder to the webpack dev server static directory.

Bug fixes

  • Corrected an NPM warning in package.json
  • Corrected error parsing undefined mediaBag attribute in JSON files.
  • Always encode text-based data URLs.
  • Removed unnecessary files from /build, affecting the NPM package.
  • NODE: Use globalThis instead of global (legacy in NodeJS 22) if available.
  • NODE: Avoid overwrite global.navigator and other new global objects in NodeJS 22.
  • Moved xmldom and jsdom to Dependencies in package.json (they are no longer devDependencies)