All Versions
65
Latest Version
Avg Release Cycle
13 days
Latest Release
1229 days ago

Changelog History
Page 1

  • v5.1.1 Changes

    December 06, 2020
  • v5.1.0 Changes

    November 28, 2020
    • โž• Add support for <template> slot tags #2888
    • โž• Add improve debugging support, allowing shortcuts for the use of console methods in expressions: Before {window.console.log('hello')} -> After {console.log('hello')}
    • ๐Ÿ‘Œ Improve rendering performance simplifying the compiler output
  • v5.0.0 Changes

    October 18, 2020

    ๐Ÿš€ 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 }
  • v5.0.0-alpha.3

    September 27, 2020
  • v5.0.0-alpha.2 Changes

    September 27, 2020
    • โšก๏ธ Update the riot-dom bindings library improving the SSR compatibility
  • v5.0.0-alpha.1 Changes

    September 19, 2020
    • Replace the internal domdiff rendering engine with a fork of udomdiff
    • ๐Ÿ‘Œ Improve rendering performance
    • ๐Ÿ‘Œ Improve library size (-1kb)
  • v4.14.0 Changes

    August 31, 2020
    • โž• Add support for optional chaining and null coalescing expressions #2880
    • โž• Add support for Riot.js expression bindings in native web components slots #2877
  • v4.13.6 Changes

    August 30, 2020
    • ๐Ÿ›  Fix #2877 improving the compatibility with native web components
  • v4.13.5 Changes

    August 14, 2020
  • v4.13.4 Changes

    July 18, 2020
    • ๐Ÿ›  Fix #2872
    • โšก๏ธ Update build script (rollup) dependencies