Releases: d3dc/react-flying-saucer
Releases · d3dc/react-flying-saucer
Alpha 35
This release fixes UMD bundling and removes a rollup hack that was unnecessary.
Alpha 33
Removes non-standard syntax. Installs param.macro
by default.
Bundling can watch files with the --watch
flag
Alpha 31
This is the one that compiles everything!
Fixes some packaging fumbles.
Alpha 29
This release fixes lingering issues with upgrading react; any library modules will import react and mothership from the package using react-flying-saucer
. This means a yarn workspace is no longer required.
Alpha 28
This release fixes the @babel/runtime
paths in bundles generated by rollup. This mostly affected mono-repos, like our own.
Alpha 27
Actually resolve files ending with .jsx
Alpha 26
This release adds two more packages - craco-flying-saucer
and bundle-react-flying-saucer
.
craco-flying-saucer
is the base for compiling apps written with our language of "techno babble."
bundle-react-flying-saucer
lets you manage parts of your app as separate packages - and assemble them however you need to. In fact, react-mothership
is now bundled by this script.
As mentioned, you no longer have to include preset-techno-babel
to take advantage of the react features in this framework.
This release and future ones will be seeing more live environment testing. Soon integration tests will start to make their way to this package's unit tests.
v0.0.13
- adds
useNavigator()
- removes Link, Redirect, Switch, Route from Mothership's
provides
and exports them directly instead
- looking into how to better support other platforms/routers
v0.0.5
- moved modular code to
react-mothership