Releases: unadlib/reactant
Releases · unadlib/reactant
0.10.0
Features
- Support ServiceWorker Type in reactant-share.
- PortDetector add
syncToClients
&onRehydrate
APIs in reactant-share. - reactant-cli support init
service-worker
template.
Breaking Changes
- rename
@proxify
to@proxy
in 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
name
for string identifier reducers map, use@injectable({ name: 'foo' })class Foo {}
instead ofclass Foo { name = 'foo' }
. - Change the return result interface of
createApp
, usecontainer
instead 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
--type
for a type app.
- add