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

Releases: ice-lab/icejs

v1.1.0

Choose a tag to compare

@chenbin92 chenbin92 released this 20 Mar 16:07

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

Choose a tag to compare

@chenbin92 chenbin92 released this 17 Mar 04:03

Improvements

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

v1.0.15

Choose a tag to compare

@chenbin92 chenbin92 released this 12 Mar 14:35
65b8048

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

Choose a tag to compare

@chenbin92 chenbin92 released this 06 Mar 15:37

Enhancement

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

v1.0.11

Choose a tag to compare

@chenbin92 chenbin92 released this 25 Feb 13:35

Enhancement

  • Support disable built-in store management

v1.0.7

Choose a tag to compare

@chenbin92 chenbin92 released this 21 Feb 02:03

Fixed

  • Fix chalk error in create-ice

v1.0.6

Choose a tag to compare

@chenbin92 chenbin92 released this 20 Feb 07:02

Improvements

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

v1.0.5

Choose a tag to compare

@chenbin92 chenbin92 released this 18 Feb 15:57

Improvements

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

v1.0.4

Choose a tag to compare

@chenbin92 chenbin92 released this 17 Feb 15:30

Enhancement

  • Use icestore@1.0.0 version,It allows you to define a model using Hooks and immutable states.
  • Support Hooks API and better TypeScript types.