Releases: raxjs/rax-app
Releases · raxjs/rax-app
v3.3.7
v3.3.4
- Feat: MPA support global css. (alibaba/ice#4051)
- Feat: set spm in app.json.(#591)
- Chore: enhance ssr.(#590 alibaba/ice#4044)
- Chore: do not delete
build/wechat-miniprogrm
at the start of the build.(#596) - Fix: runApp first params types.(alibaba/ice#4050)
v3.3.3
v3.2.5
v3.2.2
v3.2.0
Feat: config store runtime automatically. (alibaba/ice#3932)
Feat: support config hydrate in rax-app. (alibaba/ice#3918 #548)
Feat: support set webpackLoaders and webpackPlugins through build.json.(alibaba/ice#3938)
Feat: support build without src/document/index.tsx
. (#546)
Feat: support cloud IDE.(#542)
Feat: miniapp subPackage.
Chore: compileDependencies
default value is []
. (#548)
Chore: TerserPlugin will remove unused code. (#548)
Fix: kraken mpa error.(#541)
v3.1.3
v3.1.0
- Feat: support build pha app.(#507)
- Feat: support use
--dev-targets
specified build targets in development.(#508) - Feat: support http request mock.(#506)
- Fix: emit error when eslint-loader found lint problems.(alibaba/ice#3860)
- Fix: types and
APP_MODE
export.(alibaba/ice#3863 alibaba/ice#3886) - Fix:
withPageLifeCycle
makescomponentWillUnmount
invalid andrunApp({ app: { onShareAppMessage() {} } })
is invalid.(alibaba/ice#3880 alibaba/ice#3890)
v3.0.9
- Feat: support CSS Modules.(#488)
- Refactor: change mpa entry to
.rax
temp dir.(alibaba/ice#3825) - Fix: user couldn't custom
outputDir
.(#494) - Feat: support config
sourceMap
andminify
when dev mode.(alibaba/ice#3825
raxjs/miniapp) - Feat: support dashed page name.(alibaba/ice#3824)
- Fix: duplicated taskname when both ali and wechat are compiled.(#487)
- Fix: compact react plugin targets is undefined.(#490)