Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Version 0.9.1

Latest
Compare
Choose a tag to compare
@Jyrno42 Jyrno42 released this 23 Dec 19:01
· 13 commits to master since this release

This release mostly contains bumped versions of our dependencies. However it also addresses an SSR regression on react 16.4 and above where body classes might not have been applied on initial render.

  • ❗ Modal.Body is now a Functional component
  • Convert most examples to hooks
  • Fix regression on react 16.4 and above where onToggle was not called during serverside render. This might have caused tg-modal-open to not be in body classes until initial render on the client.
  • Fix server side rendering example
  • Added contribution documentation
  • Update various development packages
  • Move websocket-driver out of dependencies
  • Allow node 13 for development and make releases on node 12