Skip to content

Releases: d3dc/react-flying-saucer

Alpha 35

06 May 10:13
Compare
Choose a tag to compare
Alpha 35 Pre-release
Pre-release

This release fixes UMD bundling and removes a rollup hack that was unnecessary.

Alpha 33

14 Apr 03:01
Compare
Choose a tag to compare
Alpha 33 Pre-release
Pre-release

Removes non-standard syntax. Installs param.macro by default.

Bundling can watch files with the --watch flag

Alpha 31

21 Mar 07:16
Compare
Choose a tag to compare
Alpha 31 Pre-release
Pre-release

This is the one that compiles everything!

Fixes some packaging fumbles.

Alpha 29

21 Mar 06:29
Compare
Choose a tag to compare
Alpha 29 Pre-release
Pre-release

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

17 Mar 00:07
Compare
Choose a tag to compare
Alpha 28 Pre-release
Pre-release

This release fixes the @babel/runtime paths in bundles generated by rollup. This mostly affected mono-repos, like our own.

Alpha 27

15 Mar 04:29
Compare
Choose a tag to compare
Alpha 27 Pre-release
Pre-release

Actually resolve files ending with .jsx

Alpha 26

15 Mar 03:38
Compare
Choose a tag to compare
Alpha 26 Pre-release
Pre-release

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

20 Dec 07:15
Compare
Choose a tag to compare
  • 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

05 Dec 15:37
Compare
Choose a tag to compare
  • moved modular code to react-mothership