Releases: unadlib/reactant
Releases · unadlib/reactant
0.18.0
Full Changelog: v0.17.0...v0.18.0
0.17.0
Full Changelog: v0.16.0...v0.17.0
0.16.0
v0.15.0
What's Changed
- build(deps): bump plist from 3.0.1 to 3.0.4 by @dependabot in #49
- fix decorator in babel-loader issue by @ZouYouShun in #50
Full Changelog: v0.14.0...v.0.15.0
0.14.0
0.13.1
0.13.0
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
0.11.0
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
toaction
Bug Fixes
- fix lastAction persistent issue
- fix sync state issue of client-server switching