Releases: topheman/react-fiber-experiments
Releases · topheman/react-fiber-experiments
v0.7.0
v0.7.0 (2018-10-26)
Now using [email protected]
Still building react-cache
and scheduler
from React sources.
Installing react
and react-dom
from npm using the 16.7.0-alpha.0
version.
That way:
- we still can do suspense / data fetching using
react-cache
- we'll also be able to start using hooks! 🤟
Chores
- *: removing hot reloading (ddc51a22)
- react: now using [email protected] (356b3a5a)
New Features
- Home: mention React version (ca23a588)
Diff: v0.6.0...v0.7.0
v0.6.0
v0.6.0 (2018-10-26)
Check the demo at https://react-fiber-experiments.surge.sh/
[email protected] introduced a few changes in the Suspense APIs 1e1db6b :
- To generate custom build, now, use:
yarn build dom-client,core,react-cache,scheduler --type=NODE
<Placeholder delayMs />
renamed to<Suspense maxDuration />
(facebook/react@8af6728 , facebook/react@d75c69e )- react-cache
- Add "unstable_" prefix -
createResource
becomesunstable_createResource
facebook/react@915e4ea - Remove
cache
as argument toread
facebook/react#13865
- Add "unstable_" prefix -
Chores
- material-ui: update to last version (15cae373)
- travis: remove video recording of cypress test suits on CI (23324800)
New Features
- *: add explanations about cache management (af589cbf)
Refactors
- suspense: APIs changes on [email protected] (1e1db6bd)
Diff: v0.5.2...v0.6.0
v0.5.2
v0.5.1
v0.5.1 (2018-10-01)
Upgrade react packages based on facebook/react@ce96e2dRefactors
- react: simple-cache-provider renamed to react-cache - upgrade react deps (6b0ba853)
Diff: v0.5.0...v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.3.0 (2018-09-25)
Same CI/CD workflow as on the topheman/npm-registry-browser project.
Full explanation of how to implement this kind of CI/CD workflow on this blog post
Chores
- *: setup continuous deployment (e4188106)
Diff: v0.2.0...v0.3.0
v0.2.0
v0.2.0 (2018-09-25)
Main feature: Setup cypress + widely e2e testing features - more infos in README.
📺Watch here a video of the tests running!
See the whole PR : #1
Chores
- cypress:
Documentation Changes
Tests
- suspense: prepare e2e tests for suspense features (28f2640a)
- Slider: add tests on network and placeholder sliders (41ac0bec)
Diff: v0.1.0...v0.2.0