-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de5c2d7
commit 9dfc473
Showing
4 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2023-08-05) | ||
|
||
|
||
### Features | ||
|
||
* @umijs/max electron demo ([650544c](https://github.com/liangskyli/umi-electron/commit/650544cdd694929170a96da0d2ca65dbcf78435b)) | ||
* generate script support @umijs/max, remove routerMode config ([fef28af](https://github.com/liangskyli/umi-electron/commit/fef28afaacc806f8c0d1513960052bca55628007)) | ||
* remove IElectronConfig type and electron min package 22.0.0 ([bb6e1f5](https://github.com/liangskyli/umi-electron/commit/bb6e1f521e27dcc2097eb84c459b992c38fa79ee)) | ||
* umi electron init ([64b5c6a](https://github.com/liangskyli/umi-electron/commit/64b5c6a761665414459f32004c4025e41e99cc43)) | ||
* umi electron support routerMode config for hash or memory ([e4f1378](https://github.com/liangskyli/umi-electron/commit/e4f13789b32e338ae04fb7c7d37881b281839e7b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.1.0 (2023-08-05) | ||
|
||
|
||
### Features | ||
|
||
* generate script support @umijs/max, remove routerMode config ([fef28af](https://github.com/liangskyli/umi-electron/commit/fef28afaacc806f8c0d1513960052bca55628007)) | ||
* remove IElectronConfig type and electron min package 22.0.0 ([bb6e1f5](https://github.com/liangskyli/umi-electron/commit/bb6e1f521e27dcc2097eb84c459b992c38fa79ee)) | ||
* umi electron init ([64b5c6a](https://github.com/liangskyli/umi-electron/commit/64b5c6a761665414459f32004c4025e41e99cc43)) | ||
* umi electron support routerMode config for hash or memory ([e4f1378](https://github.com/liangskyli/umi-electron/commit/e4f13789b32e338ae04fb7c7d37881b281839e7b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liangskyli/umijs-plugin-electron", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Umi plugin for electron", | ||
"author": "liangsky <[email protected]>", | ||
"homepage": "https://github.com/liangskyli/umi-electron#readme", | ||
|