Skip to content

Releases: unadlib/reactant

0.18.0

16 May 18:20
Compare
Choose a tag to compare

Full Changelog: v0.17.0...v0.18.0

0.17.0

16 May 18:04
Compare
Choose a tag to compare

Full Changelog: v0.16.0...v0.17.0

0.16.0

11 May 18:44
Compare
Choose a tag to compare

What's Changed

  • fix(reacant-share): fix portDetector onClient & onServer issue and fix port issue by @unadlib in #53
  • fix(export): fix router export issue
  • refactor(reactant-module): remove defaultProps API

Full Changelog: v.0.15.0...v0.16.0

v0.15.0

12 Apr 11:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v.0.15.0

0.14.0

22 Feb 18:30
Compare
Choose a tag to compare

Breaking Changes

  • reactant-share: remove support for browser extension.

0.13.1

08 Oct 14:55
Compare
Choose a tag to compare

Features

  • Add watch option about multiple and isEqual

0.13.0

02 Oct 06:25
5c2241e
Compare
Choose a tag to compare

Features

  • Implement mockPairTransport() for testing
  • Implement fork() for server port

Breaking Changes

  • Refactor syncFullState() with force sync in PortDetector
  • Refactor spawn() with transport options

Bug Fixes

  • fix some type
  • add some unit testing
  • update reactant/reactant-share templates

0.12.0

21 Sep 08:18
Compare
Choose a tag to compare

Breaking Changes

  • refactor(reactant-share): refactor proxy mechanism with the actor model (#40)
  • refactor(reactant-module): rename spawnMiddleware to applyMiddleware

Bug Fixes

  • fix(reactant-share): fix simpleLock issue
  • fix(reactant-template): fix import issue

0.11.0

17 Sep 19:05
Compare
Choose a tag to compare

Features

  • Implement reactant-ssr(next.js) for server-side rendering
  • Add performance checking in dev mode

Breaking Changes

  • change dispatch() API for pure reducer
  • change lastAction module getter lastAction to action

Bug Fixes

  • fix lastAction persistent issue
  • fix sync state issue of client-server switching

v0.10.1

05 Sep 10:57
Compare
Choose a tag to compare

Features

  • export useLock API.

Breaking Changes

  • PortDetector remove syncToClients API in reactant-share.

Bug Fixes

  • fix some type
  • fix storage check isTempIdentifier
  • strict checkPatches about object type
  • fix createSharedApp type