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.2.0

27 Apr 09:22
a577907
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: provide useSearchParams、withSearchParams apis, support to parse URL search parameters #261
  • feat: add webpackHotDevClient when command is start #262
  • feat: add eslint detection in development environment
  • feat: detect page is export default #271
  • feat: support register provider with mpa #283
  • fix: interceptor config is optional #284
  • fix: not generate routes when MPA #267
  • fix: set webpack name and loglevel #289
  • fix: add react-router-dom types #282
  • refactor: plugin types optimization and better TS support #285

v1.1.9

23 Apr 08:58
b62582c
Compare
Choose a tag to compare

Improvements

  • fix: file path formats on Windows (#270)
  • fix: compatible single file page (#275)

v1.1.8

21 Apr 07:23
9520a33
Compare
Choose a tag to compare

Improvements

  • fix: compatible page name case sensitive #258

v1.1.7

20 Apr 13:29
9520a33
Compare
Choose a tag to compare

Improvements

  • fix: Pass parameters to component #256

v1.1.6

20 Apr 06:23
c29a088
Compare
Choose a tag to compare

Enhancement

  • feat: support Error boundaries catch JavaScript errors and display a fallback UI #233
  • feat: support dynamic import and lazy store #236
  • feat: support service solutions,better and more standardized definition of data services #230
  • feat: automatic registration Provider optimization, no longer dependent on component name #120
  • fix: fix store error when using lazy #201
  • fix: debug port for child process (#243)

v1.1.5

08 Apr 11:04
605ba87
Compare
Choose a tag to compare

Improvements

  • fix: pass history params to icestark router (#224)
  • fix: transform core-js path added by preset-env (#225)

v1.1.4

07 Apr 15:24
91ef16c
Compare
Choose a tag to compare

Improvements

  • feat: upgrade icestore to 1.3.0 (#208)
  • feat: export history instance (#196)
  • feat: support for using lazy in any file (#207)
  • fix: memo request (#218)
  • fix: suspense fallback (#195)
  • fix: strip dashed of test command argv (#206)
  • fix: get app_mode from global (#209)

v1.1.3

30 Mar 09:14
45cf3c4
Compare
Choose a tag to compare

Improvements

  • feat: support for global use of requests (#161)
  • feat: fallback to csr when ssr error (#179)
  • support setting APP_MODE at runtime (#189)
  • fix: pass location params to StaticRouter (#176)
  • fix: define process.env.APP_MODE in ssr (#181)
  • fix: lock core-js version (#184)

v1.1.2

24 Mar 09:35
Compare
Choose a tag to compare

v1.1.1

24 Mar 08:20
Compare
Choose a tag to compare

Improvements

  • fix: mock is not effective when use ssr #145
  • fix: delete require cache of server bundle #146
  • fix: pending request until ssr server is ready #150
  • fix: add dependency of fs-extra
  • chore: optimize ssr log #143
  • chore: optimize request type #151