Skip to content

v3.0.6

Compare
Choose a tag to compare
@ClarkXia ClarkXia released this 12 Jan 08:17
· 639 commits to master since this release
8ef7703
  • Feat: support import.meta.target, import.meta.renderer and import.meta.env.* #5700
  • Feat: enhance memory router and support configure routes.injectInitialEntry #5800

Enable routes.injectInitialEntry when deploy memory router app by assets:

import { defineConfig } from '@ice/app';

export default defineConfig(() => ({
  splitChunks: false,
  routes: {
    injectInitialEntry: true,
  },
}));
  • Feat: support jsx runtime in rax compat mode #5803
  • Fix: pageConfig do not work when added to a new route file #5659
  • Fix: rebuild server entry when document changed #5795
  • Fix: remove ast node of ObjectProperties when disable ssg for document render #5785
  • Fix: error occur when disable SSR and SSG #5719
  • Fix(plugin-icestark): modify basename when render as a child app #5810