Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
JhonatanMedeiros committed May 24, 2020
2 parents b59c016 + f651a42 commit 6725a28
Show file tree
Hide file tree
Showing 5 changed files with 1,036 additions and 33 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 1.0.0 (2020-05-24)


### Bug Fixes

* **build:** change path build ([e93921d](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/e93921d4d5222e64782702051c2b90a548224db3))


### Features

* **changelog:** create script ([5e5d38e](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/5e5d38ebd99beb2a2ef7f17ba610c2543f763cac))
* **data-table:** create componente data table ([4ab12bf](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/4ab12bfc8184fecc80f31f060d93b34112c5ac81))
* **electron:** add electron to project ([0616953](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/06169533120ba419a8850d606a94210a4d043c82))
* **menu:** create class MainNenu ([3f7f564](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/3f7f56401c855286ae49a9f0a2777dbf2d6459ec))
* **menu-item:** add menu item setAlwaysOnTop ([dbe21bd](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/dbe21bd58e6e006e31c0ce8c8ef35978b2d17a81))
* **modal-form:** create modal and renamend files ([e1f80e9](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/e1f80e91d946aff5c42b10730de0172f7a784086))
* change app name and add icon ([b59c016](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/b59c016b2659f92f129b2c26d44bac16572af541))
* **modal-form-app:** add form validation ([1a6b215](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/1a6b2153fa89889affaf7e6e0f2c0ab56a5e3022))
* **pagination:** add pagination component ([b6eff39](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/b6eff395637492306dfaa282e2f41cb894fdd626))
* **store:** create store ([a2a0239](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/a2a02390aa4d2abb246c6de537bb6344866e4613))
* **tsconfig:** update paths and throwError ([8360704](https://github.com/JhonatanMedeiros/webview-angular-electron/commit/83607045f669db28bd853eca52b1f6245432b12c))




2 changes: 1 addition & 1 deletion main-process/main-window/main-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class MainWindow {

} else {
this.browserWindow.loadURL(url.format({
pathname: path.join(__dirname, 'dist/webview-angular-electron/index.html'),
pathname: path.join(__dirname, '/../../dist/webview-angular-electron/index.html'),
protocol: 'file:',
slashes: true
}));
Expand Down
Loading

0 comments on commit 6725a28

Please sign in to comment.