Skip to content

v1.18.1

Choose a tag to compare

@caohuilin caohuilin released this 22 Sep 09:06
· 5466 commits to main since this release
bd7cbb2

Features:

  • #1729

    chore: electron ts template use electron.config.js

    chore: electron ts 模版使用electron.config.js配置

  • #1678

    feat: support etag in dev server by default

    feat: 开发环境默认支持 etag 功能

  • #1682

    chore: add assets retry plugin

    chore: 增加资源重试插件

  • #1724

    chore(utils): add RULE.JS_DATA_URI to CHAIN_ID

    chore(utils): CHAIN_ID 增加 RULE.JS_DATA_URI 值

  • #1718

    update electron template dep: @modern-js/plugin-electron

    升级 electron 模版中的 @modern-js/plugin-electron 依赖版本

Bug Fix:

  • #1668

    fix: the compaire-version throw error make the supportModern error

    fix: compaire-version 的抛错导致 supportModern 失败

  • #1735

    fix: tools.devServer type missing some properties

    fix: 修复 tools.devServer 类型定义不完整的问题

  • #1725

    fix(plugin): incorrect createManager type in TS 4.8

    fix(plugin): 修复 createManager 在 TS 4.8 下的类型问题

  • #1738

    fix: dev server config should be optional

    fix: devServer 配置项应该是可选配置的

  • #1720

    fix: invoke next() in dev-middleware directly if only api

    fix: 在 api 服务的情况下,直接调用 next(),不执行 dev-middleware

  • #1715

    fix: fix MApp can not pass props to microapp and fix closure causes loadable invalid

    fix: 修复 MApp 无法传递 props 问题,修复 loadable setstate 闭包问题导致 state 更新异常

  • #1676

    fix: alias should take precedence over package name

    fix: 编译时,别名的优先级应该高于包名

  • #1700

    fix: fix the problem that the response header cannot be redirected when setting in ssr

    fix: 修复在 SSR 中设置响应头却无法重定向的问题

  • #1717

    fix: ssr bundle should not be compiled by ts-node

    fix: ts-node 不应该编译 ssr bundle

  • #1719

    fix: fix dev server type error

    fix: 修复 dev server 中的类型错误

  • #1721

    fix: use output.publicPath(default) as webpack-dev-middleware publicPath

    fix: 使用 output.publicPath 作为 webpack-dev-middleware publicPath