Skip to content

Releases: atlassian-labs/react-resource-router

Patch to fix bug where TS types were being exported from the built esm module

11 Jun 05:03
Compare
Choose a tag to compare

This release fixes a bug that was causing plain JS projects using the library to blow up. Types are now exported using the export type keyword.

v0.11.2

08 Jun 06:40
Compare
Choose a tag to compare
  • Add logo and fix badges

Patch to include @babel/plugin-transform-runtime

05 Jun 01:05
Compare
Choose a tag to compare

This patch release ensures that @babel/plugin-transform-runtime is included in the core suite of babel plugins used to build the library. This will prevent errors in environments that do not support async/await natively.