Releases: unadlib/reactant
Releases · unadlib/reactant
v0.10.1
0.10.0
Features
- Support ServiceWorker Type in reactant-share.
- PortDetector add
syncToClients&onRehydrateAPIs in reactant-share. - reactant-cli support init
service-workertemplate.
Breaking Changes
- rename
@proxifyto@proxyin reactant-share.
Bug Fixes
- fix storage sync up issue
- fix init rehydration issue
- fix router issue
- fix some typo
0.9.0
Breaking Changes
- refactor
namefor string identifier reducers map, use@injectable({ name: 'foo' })class Foo {}instead ofclass Foo { name = 'foo' }. - Change the return result interface of
createApp, usecontainerinstead ofmodules.
Bug Fixes
- fix timer type
0.8.2
0.8.1
0.8.0
Features
- reactant-share
- implement shared app project model.
- support shared tab, shared worker, browser extension, and more.
- support iframe/detached window.
- dev mode checking minimized patches
- minimized modules collection
- graceful degradation:
shared-worker->shared-tab->common-app
- reactant-router
- fix some issues.
- add API
push,replace,go,goBack, andgoForward.
- reactant-storage
- remove export
localStorage, pls use import storage from 'redux-persist/lib/storage'.
- remove export
- reactant-module
- fix identifier definition issue
- reactant-cli
- add
--typefor a type app.
- add