riot v5.0.0 Release Notes

Release Date: 2020-10-18 // over 3 years ago
  • ๐Ÿš€ This release is completely backward compatible, make sure to update the @riotjs/[email protected] along with [email protected]. All the Riot.js echosystem tools should keep working as expected without needing major release updates.

    ๐Ÿ”„ Changelog

    • Replace the internal domdiff rendering engine with a fork of udomdiff
    • ๐Ÿ‘Œ Improve rendering performance
    • ๐Ÿ‘Œ Improve library size (-1kb)
    • ๐Ÿ‘Œ Improve Riot.js is side-effect free. Supports ES2015 exports also, hence fully tree-shakeable
    • ๐Ÿ’ฅ Fix #2878 browser globals in expressions are available only as window properties breaking change
      old { location.href } new { window.location.href }