Skip to content

Releases: riot/ssr

v9.0.0

30 Jul 21:00
Compare
Choose a tag to compare
  • Discontinued support for node versions older than v18
  • Update dependencies
  • Use prettier to format the source code
  • Use es module syntax exports
  • Update documentation to load .riot components in node

v8.1.2

16 Aug 19:24
Compare
Choose a tag to compare
  • Update peerDependencies to support Riot.js 7

v8.1.1

10 May 18:49
Compare
Choose a tag to compare
  • Use explicitly the file extension in the import statements to improve the deno support

v8.1.0

10 May 18:42
Compare
Choose a tag to compare
  • Fix typescript interface wrong Riot.js import
  • Replace global with globalThis improving the Deno compatibility
  • Add the src folder to the published files on npm
  • Update npm dependencies

v8.0.1

06 May 19:16
Compare
Choose a tag to compare
  • Fix #35
  • Update dependencies

v7.1.4

06 May 19:21
Compare
Choose a tag to compare
  • Update dependencies

v8.0.0

04 Apr 19:43
Compare
Choose a tag to compare

v7.1.1

03 Aug 13:40
Compare
Choose a tag to compare
  • Update: handle asynchronously the dispose method for the async rendering (this improves the @riotjs/route compatibility)

v7.1.0

03 Aug 13:01
Compare
Choose a tag to compare
  • Add the createRenderer method #28
  • Add the domGlobals object to the properties exported

v7.0.0

11 Jul 12:47
Compare
Choose a tag to compare
  • Replace basicHTML with its successor linkedom #27
  • Update the @riotjs/compiler