Skip to content

Releases: topheman/react-fiber-experiments

v0.7.0

26 Oct 20:15
Compare
Choose a tag to compare

v0.7.0 (2018-10-26)

Now using react@16.7.0-alpha.0

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 react@16.7.0-alpha.0 (356b3a5a)
New Features
  • Home: mention React version (ca23a588)

Diff: v0.6.0...v0.7.0

v0.6.0

26 Oct 08:25
Compare
Choose a tag to compare

v0.6.0 (2018-10-26)

Check the demo at https://react-fiber-experiments.surge.sh/

react@16.6.0 introduced a few changes in the Suspense APIs 1e1db6b :

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 react@16.6.0 (1e1db6bd)

Diff: v0.5.2...v0.6.0

v0.5.2

08 Oct 15:12
Compare
Choose a tag to compare

v0.5.2 (2018-10-08)

New Features

Diff: v0.5.1...v0.5.2

v0.5.1

01 Oct 17:11
Compare
Choose a tag to compare

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: v0.5.0...v0.5.1

v0.5.0

28 Sep 06:40
Compare
Choose a tag to compare

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: v0.4.0...v0.5.0

v0.4.0

27 Sep 10:50
Compare
Choose a tag to compare

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: v0.3.0...v0.4.0

v0.3.0

25 Sep 18:16
Compare
Choose a tag to compare

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

25 Sep 15:22
Compare
Choose a tag to compare

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: v0.1.0...v0.2.0

v0.1.0

22 Sep 09:17
Compare
Choose a tag to compare

v0.1.0 (2018-09-22)

First public version