Skip to content

Latest commit

 

History

History
104 lines (43 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

104 lines (43 loc) · 3.78 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.4.0 (2024-08-30)

Features

  • support node module for node: prefix (d179fd6)

0.4.0-beta.0 (2024-08-28)

⚠ BREAKING CHANGES

  • upgrade dependencies,node to v18,pnpm to v9

Features

  • add type commonjs in package.json, vite use await import (438fb4e)

Miscellaneous Chores

  • upgrade dependencies,node to v18,pnpm to v9 (bf96668)

0.3.1 (2024-01-23)

Bug Fixes

  • generator tsconfig.json paths @/common/* in windows (36c5d19)

0.3.0 (2023-09-30)

Features

  • add mainEntry config (c377976)
  • preload and common file support hrm (83f6df3)

Bug Fixes

  • preload tsconfig.json replace commonRelativePath error path, remove filterText fn (822151a)
  • preloadEntry config not merge, replace cover (173fa68)

0.2.0 (2023-09-16)

Features

  • darwin platform close window use hide window, main window extract independent file (1eae633)

Bug Fixes

  • main,reload template add independent tsconfig.json (158de03)

0.1.2 (2023-09-03)

Bug Fixes

  • peerDependencies electron version (d1ff766)

0.1.1 (2023-08-05)

Features

Bug Fixes

  • publish add template folder (2796fa8)

0.1.0 (2023-08-05)

Features

  • @umijs/max electron demo (650544c)
  • generate script support @umijs/max, remove routerMode config (fef28af)
  • remove IElectronConfig type and electron min package 22.0.0 (bb6e1f5)
  • umi electron init (64b5c6a)
  • umi electron support routerMode config for hash or memory (e4f1378)