Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Heat.js v4.2.1 - ES2000 support! Improved GUIDs! Fixes!

Choose a tag to compare

@william-troup william-troup released this 02 Sep 14:19
· 25 commits to main since this release
6385986

General Improvements:

  • Moved from ES2016 to ES2020.
  • Improved the event assignments, which are now single lines.
  • The GUIDs generated now used the "crypto.randomUUID()" instead of the custom-built one (this is now RFC4122-compliant).
  • Removed string concatenation usages, and replaced with string templates.

Fixes:

  • Fixed a fault that caused the title bar buttons to appear in different sizes (if the default font is unavailable).
  • Fixed a fault that prevented the multiple spaces used in type names from being replaced with underscores.