Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Releases: ice-lab/icejs

v1.1.0

20 Mar 16:07
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: support ssr (#117)
  • feat: support axios aliases (#129)
  • feat: support update apps in layout (#126)
  • fix: wrapper route component with suspense (#112)
  • fix: keep classnames and fnames when minifying (#119)
  • fix: compatible with pages folder (#124)
  • fix: config entry is not effective (#134)

v1.0.16

17 Mar 04:03
Compare
Choose a tag to compare

Improvements

fix: wrapper route component with suspense (#112)
fix:keep classnames and fnames when minifying (#119)

v1.0.15

12 Mar 14:35
65b8048
Compare
Choose a tag to compare

Improvements

feat:support types of icestark #102
feat:automatic release workflow #89
fix:component lazy error on passing undefined #96
fix:upgrade icestore version #90
fix:alias path #88

v1.0.13

06 Mar 15:37
Compare
Choose a tag to compare

Enhancement

  • Support multi-page application (MPA)
  • Support dynamic registration store provider
  • Fix code splitting routers with React Lazy

v1.0.11

25 Feb 13:35
Compare
Choose a tag to compare

Enhancement

  • Support disable built-in store management

v1.0.7

21 Feb 02:03
Compare
Choose a tag to compare

Fixed

  • Fix chalk error in create-ice

v1.0.6

20 Feb 07:02
Compare
Choose a tag to compare

Improvements

  • Remove useApp
  • Refactor logger and AddProvider config
  • Add simple scaffold

v1.0.5

18 Feb 15:57
Compare
Choose a tag to compare

Improvements

  • Remove usePage hooks
  • Refactor plugin config,support file configuration and better TypeScript types

v1.0.4

17 Feb 15:30
Compare
Choose a tag to compare

Enhancement

  • Use [email protected] version,It allows you to define a model using Hooks and immutable states.
  • Support Hooks API and better TypeScript types.