Skip to content

Releases: unadlib/reactant

0.10.0

29 Aug 16:22
Compare
Choose a tag to compare

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

28 Aug 06:29
Compare
Choose a tag to compare

Breaking Changes

  • refactor name for string identifier reducers map, use @injectable({ name: 'foo' })class Foo {} instead of class Foo { name = 'foo' } .
  • Change the return result interface of createApp, use container instead of modules.

Bug Fixes

  • fix timer type

0.8.2

23 Aug 16:26
Compare
Choose a tag to compare

Features

  • feat(reactant-share): implement simpleLock

Bug Fixes

  • fix(reactant-share): use common mode in safari

0.8.1

21 Aug 18:53
Compare
Choose a tag to compare

Bug Fixes

  • fix type option invalid in reactant-cli
  • fix template issue about shared app

0.8.0

21 Aug 16:36
Compare
Choose a tag to compare

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, and goForward.
  • reactant-storage
    • remove export localStorage, pls use import storage from 'redux-persist/lib/storage'.
  • reactant-module
    • fix identifier definition issue
  • reactant-cli
    • add --type for a type app.

0.7.1

13 Jul 19:29
Compare
Choose a tag to compare
v0.7.1

fix(template): fix reactant-template about js type

0.7.0

13 Jul 18:58
Compare
Choose a tag to compare
v0.7.0

chore(version): update version to 0.7.0

0.6.6

03 Apr 18:23
Compare
Choose a tag to compare
v0.6.6

chore(version): update version to 0.6.6

0.6.5

01 Apr 15:09
Compare
Choose a tag to compare
v0.6.5

chore(version): update version to 0.6.5

0.6.4

27 Mar 14:48
Compare
Choose a tag to compare
v0.6.4

chore(version): update version to 0.6.4