Releases: alibaba/ice
Releases · alibaba/ice
v1.12.1
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
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
v1.11.2
v1.11.1
v1.11.0
V1.10.0
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
Improvements
- feat: support to get context when call
getInitialProps
andgetInitialData
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 whenauth
is an empty array - docs: use
runApp
instead ofcreateApp
- docs: node env preparation