Skip to content

v1.7.1

Compare
Choose a tag to compare
@icio icio released this 01 Jun 12:33
· 32 commits to v1 since this release

New Features

  • RavelinJS is only designed to be run in a browser, so it will error if you attempt to initialise it in an environment like node or deno where window is not defined. However, we now support importing the library without erroring during SSR, for example. #332

Dev Work

  • We've upgraded node to the latest LTS v18, and many of the other test packages to their latest versions. This won't have changed the final product, though.