Skip to content

Releases: alibaba/ice

v1.7.1

17 Aug 03:21
3bbcf38
Compare
Choose a tag to compare

Improvements

  • fix: Lock packages version f0891dc

v1.7.0

10 Aug 08:48
3bbcf38
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: Support WeChat and Alibaba Mini Program development (#3344)
  • feat: New Mini Program material source
  • feat: Support webpack DllPlugin to speed up your build (#3360)
  • feat: support esbuild (#3362)
  • fix: function as parameter in useRequest (#3389)
  • fix: escape the beginning $ in jest moduleNameMapper (#3367)

v1.6.3

09 Jul 08:16
1a16f70
Compare
Choose a tag to compare

Improvements

  • fix: sync cli options with docs (#3321)
  • fix: file change not handled on windows (#3327)
  • fix: compatible model is empty (#3325)
  • fix: upgrade @ahooksjs/use-request (#3324)
  • fix: statement error (#3333)
  • refactor: change module.ts to runtime.ts (#3323)

v1.6.2

02 Jul 06:03
75f5501
Compare
Choose a tag to compare

Improvements

  • feat: support TypeScript type checker on a separate process (#3314)
  • fix: compatible with functional plugin (#3312)

v1.6.1

30 Jun 03:38
b987b09
Compare
Choose a tag to compare

Improvements

  • feat:default compile some dependencies to support IE11(#3305
  • feat:support --mpa-entry to specify the startup page (#3299)
  • feat:support MPA entry file is app.jsx (#3303)
  • fix:auth template types (#3295)
  • fix:fix error of calling plugin-auth when using lazy (#3307)

v1.6.0

22 Jun 08:43
61af22e
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: support prerender (#3252)
  • feat: compatibility index entry (#3279)
  • feat: addIceAppConfigAppTypes api (#3291)
  • fix: fix compile deps path in windows (#3289)
  • docs: add build-jsx-plus-plugin (#3281)

v1.5.0

08 Jun 06:54
dd1787b
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: enhance useRequest, support Debounce/Throttle/Concurrent/Dependent Request/etc (#3243)
  • feat: disable stats output (#3238)
  • feat: optimize html-webpack-plugin output log (#3242)
  • fix: Suspense fallback not working in icestark application (#3256)
  • fix: ignore dot file (#3248)
  • fix: authorized by default (#3263)

v1.4.2

02 Jun 06:07
caed352
Compare
Choose a tag to compare

Improvements

  • fix: add template dir and optimize docs #3254

v1.4.0

25 May 08:57
2ff7a2e
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: allow creating multi request instances (#3216)
  • feat: add build-plugin-ice-auth & simple permission solution (#3215)
  • feat: add experimental react-refresh support (#3201)
  • feat: support --disable-assets parameter in development mode (#3201)
  • refactor: store getInitialStates deprecated (#3222)
  • refactor: export history instance (#3220)
  • fix: return request data (#3212)
  • fix: define webpackPluginImport in plugin-react-app (#3209)
  • fix: config sourceMap with camel case (#3211)

v1.3.0

14 May 09:11
405f1c2
Compare
Choose a tag to compare

Enhancement 🚀 🚀 🚀

  • feat: support promise function with useRequest #3188
  • feat: elegant ProgressBar for Webpack #3187
  • feat: support route wrappers #3189
  • fix: compatible with the index page 88656e0
  • fix: create history when render root app 48d8da0
  • fix: upgrade react-dev-utils #3190