Skip to content

Releases: alibaba/ice

v1.12.1

15 Dec 02:37
c498fda
Compare
Choose a tag to compare

Improvements

Feat: support generator APIs #3878
Feat: support use name define mpa page name #3906
Fix: remove useless code when app setup as a simple SPA #3867
Feat: log out dev url in webIDE
Feat: support color names in theme file

bug fix

Fix: APP_MODE is undefined in store.ts #3630
Fix: use smart debug in ssr #3877

v1.12.0

03 Dec 09:17
3230ba2
Compare
Choose a tag to compare

Improvements

Feat: support redirect in SSR #3740
Feat: debug mode for runtime plugin #3742
Feat: support rgba colors when config multi-theme #3823

bug fix

Fix: emit error when eslint-loader found lint problems
Fix: plugins compatible with component dev (build-plugin-fusion, build-plugin-load-assets)
Fix: default export of runtime store

v1.11.3

24 Nov 01:58
45d6141
Compare
Choose a tag to compare

Improvements

Fix: do not generate mpa entries when disableRuntime #3850
Feat: support disable auth #3851

v1.11.2

23 Nov 07:58
5d31f72
Compare
Choose a tag to compare

Improvements

Feat: support uniqueName of plugin-icestark #3804
Feat: bulit-in plugin of plugin-ice-auth #3790
Feat: ctx fallback when use SSR #3694
Feat: support wrappers of Layout component #3789
Fix: transform UNICODE in ssr template #3819
Fix: miniapp compile error #3848

v1.11.1

13 Nov 03:46
e29c7c9
Compare
Choose a tag to compare

Improvements

Fix: format path of preset #3813
Fix: compatible with object externals #3815
Fix: set base config ahead #3814

v1.11.0

12 Nov 08:58
5cd39bb
Compare
Choose a tag to compare

Improvements

  • Feat: support umd output of icestark microapp (#3635)
  • Fix: ssr matchedRoute undefined (#3776)
  • Fix: import gloabl.scss ahead (#3763)

V1.10.0

29 Oct 08:29
f646691
Compare
Choose a tag to compare

Improvements

  • feat: add warning when using the createApp API
  • fix: fail to get searchParams in React Component in SSR
  • fix: not generate stores/types.ts when creating custom store
  • fix: appMode is undefined in some cases
  • docs: update router and store docs, add menu config docs

v1.9.9

21 Oct 09:22
62a7f8f
Compare
Choose a tag to compare

Improvements

  • feat: support to get context when call getInitialProps and getInitialData in SSR
  • feat: add getInitialData API for consuming initial data more convenient
  • feat: add smartLoglevel for debugging online and set default log level
  • feat: NoAuthFallBack supports function component
  • feat: prompt node engine version at npm start
  • fix: pageConfig.auth Allow access when auth is an empty array
  • docs: use runApp instead of createApp
  • docs: node env preparation

v1.9.8

14 Oct 07:59
fdf9d4b
Compare
Choose a tag to compare

Improvements

  • fix: js project parse json error #3655

v1.9.7

13 Oct 09:16
7dfae48
Compare
Choose a tag to compare

Improvements

  • feat: support set html in mpa mode #3566
  • feat: support nested store and update store guide #3555
  • fix: app json loader #3600