React Fiber Experiments Versions Save

Discover the latest features of React fiber like "Suspense"

v0.7.0

5 years ago

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
New Features
  • Home: mention React version (ca23a588)

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.6.0...v0.7.0

v0.6.0

5 years ago

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 https://github.com/topheman/react-fiber-experiments/commit/1e1db6bd0e6d097c828f973eb1dd8d6acd933d56 :

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

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.5.2...v0.6.0

v0.5.2

5 years ago

v0.5.2 (2018-10-08)

New Features

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.5.1...v0.5.2

v0.5.1

5 years ago

v0.5.1 (2018-10-01)

Upgrade react packages based on facebook/react@ce96e2d
Refactors
  • react: simple-cache-provider renamed to react-cache - upgrade react deps (6b0ba853)

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.5.0...v0.5.1

v0.5.0

5 years ago

v0.5.0 (2018-09-28)

Chores
  • husky: upgrade husky v0.14.3 -> v1.0.1 (068091af)
  • npm: upgrade outdated modules (555a5b8f)
  • react: upgrade react modules (c5dc6f6c)
Bug Fixes
  • babel: reset babel-loader cache to prevent preval returning stale infos (e4f50692)

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.4.0...v0.5.0

v0.4.0

5 years ago

v0.4.0 (2018-09-27)

Chores
  • npm: remove deploy npm task (33ad1a25)
Documentation Changes
  • README: add link to e2e tests recording (f49f583d)
New Features
  • About: add infos about generated react-modules (4f9e9687)

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.3.0...v0.4.0

v0.3.0

5 years ago

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: https://github.com/topheman/react-fiber-experiments/compare/v0.2.0...v0.3.0

v0.2.0

5 years ago

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
Documentation Changes
  • README:
    • add travis/cypress badges (f2e30fa6)
    • add links - sw-yx/fresh-async-react (397ddcf3)
Tests
  • suspense: prepare e2e tests for suspense features (28f2640a)
  • Slider: add tests on network and placeholder sliders (41ac0bec)

Diff: https://github.com/topheman/react-fiber-experiments/compare/v0.1.0...v0.2.0

v0.1.0

5 years ago

v0.1.0 (2018-09-22)

First public version