Maxime GRIS
60261c018f
Merge pull request #114 from whyboris/update-readme
...
version bump + logo resize
2018-01-24 13:28:52 +01:00
whyboris
3545d16daf
version bump + logo resize
2018-01-20 09:18:39 -05:00
Maxime GRIS
b7cc4057e6
Merge branch 'master' of https://github.com/maximegris/angular-electron
2018-01-12 02:10:42 +01:00
Maxime GRIS
8502712d4b
Merge pull request #105 from StevePorter92/98
...
fix: fixes maximegris/angular-electron#98
2018-01-12 02:10:48 +01:00
Maxime GRIS
b8cf343f0f
migrate Angular to 5.2.0
2018-01-12 02:03:35 +01:00
Maxime GRIS
886dcb97f8
Merge pull request #102 from necraidan/master
...
Correction of a word.
2018-01-12 01:37:08 +01:00
Steve Porter
136344b1cb
fix: fixes maximegris/angular-electron#98
2018-01-10 20:37:46 +00:00
Benjamin Auzanneau
d6655c7ce0
Correction of a word.
2018-01-03 13:45:19 +01:00
Maxime GRIS
5fcfca019d
version 2.4.1
2017-12-14 10:34:50 +01:00
Maxime GRIS
d62960753d
Merge pull request #92 from stalina/master
...
fix/ Manage icons for linux binary generation
2017-12-14 10:32:06 +01:00
Antoine Stalin
ccd060151b
fix/ Manage icons for linux binary generation
...
regarding electron documentation, for linux OS, icons should contain a directory with icons
https://www.electron.build/icons
Images in this directory must contain the size of the icon in their filename
2017-12-11 18:34:33 +01:00
Maxime GRIS
0437b33c36
version 2.4.0
2017-12-08 11:20:38 +01:00
Maxime GRIS
1e6113f71a
merge migration httpclient
2017-12-08 11:19:31 +01:00
Maxime GRIS
facda3726d
add ngx translate
2017-12-04 13:52:57 +01:00
Maxime GRIS
32b56c4080
Merge pull request #88 from LeoMartinDev/master
...
Use HttpClientModule
2017-12-03 09:23:22 +01:00
Léo Martin
5704e2e10b
Use HttpClientModule
...
HttpModule is deprecated
2017-12-03 00:11:47 +01:00
Maxime GRIS
f4bc5b21bc
migrate to Angular 5.0.3
2017-11-28 09:45:11 +01:00
Maxime GRIS
d5e12c00c9
Merge pull request #86 from seopei/update-to-electron-builder
...
Update to electron-builder
2017-11-28 09:06:54 +01:00
Maxime GRIS
8194cc7d03
Merge pull request #85 from rm-code/patch-1
...
Update LICENSE badge
2017-11-28 09:02:45 +01:00
Sebastian Peischl
0e94b5285b
Update to electron-builder
2017-11-24 15:48:56 +01:00
Robert Machmer
fa783aad74
Update LICENSE badge
2017-11-23 12:10:40 +01:00
Maxime GRIS
9552315295
Merge pull request #82 from jansivans/master
...
Brought back scripts defined in webpack.config.js
2017-11-20 16:33:27 +01:00
Yan Ivan Evdokimov
441da3dd0e
Brought back scripts defined in webpack.config.js
2017-11-20 11:45:12 +02:00
Maxime GRIS
064be4cb3c
Move codesponsor
2017-11-19 14:31:04 +01:00
Maxime GRIS
518b66b16c
fix/ webpack template path
2017-11-19 01:08:28 +01:00
Maxime GRIS
d2c253f205
fix/ electron-packager need favicon >= 256x256 on Windows
2017-11-19 00:59:23 +01:00
Maxime GRIS
d1c30ac68e
fix/ refact webpack config (inspired by ng eject Angular 5)
2017-11-19 00:48:36 +01:00
Maxime GRIS
a0caf1e292
fix/ replace aotPlugin in no prod mode
2017-11-18 20:31:02 +01:00
Maxime GRIS
fccef2f338
Version 2.1.0
2017-11-18 20:13:33 +01:00
Maxime GRIS
bd7bed6c17
Mgrate to Angular 5.0.2
2017-11-18 20:13:05 +01:00
Maxime GRIS
bef106e2f6
fix/ Replace AotPlugin to AngularCompilerPlugin
2017-11-18 20:12:41 +01:00
Maxime GRIS
87e695d736
Add codesponsor
2017-11-18 19:20:00 +01:00
Maxime GRIS
0ce70b0a72
Merge pull request #78 from Lazza/master
...
Add support for building a single executable for Windows
2017-11-18 19:14:54 +01:00
Maxime GRIS
b16cf7394d
Update package.json
2017-11-18 19:10:17 +01:00
Andrea Lazzarotto
2be2dae6c3
Add script for winportable
2017-11-13 22:40:38 +01:00
Andrea Lazzarotto
7cfa79030e
Add support for building a Windows self-contained executable
2017-11-13 22:36:09 +01:00
Maxime GRIS
93c694977f
fix/ Update README Angular 5
2017-11-13 14:07:58 +01:00
Maxime GRIS
3a3ffe1893
Migrate to Angular 5
2017-11-13 14:05:58 +01:00
Maxime GRIS
73494b7fe9
License MIT
2017-11-13 14:05:34 +01:00
Maxime GRIS
e5beaa2ba8
Merge pull request #71 from sookcha/master
...
Edit a typo on README
2017-10-31 13:26:44 +01:00
Hoseong Son
956a2bc308
Edit a typo on README
2017-10-29 22:53:01 +09:00
Maxime GRIS
554ef2cf0c
Merge pull request #66 from yannisgu/patch-1
...
Add buffer to externals
2017-10-29 09:57:23 +01:00
Yannis Güdel
7e797f0fb7
Add buffer to externals
...
Add buffer as external library. Else some other buffer libary (browser buffer) will be used, which will break some other libraries (e.g. MySQL).
2017-10-13 21:54:57 +02:00
Maxime GRIS
62ac2446f5
Merge branch 'master' of https://github.com/theo4u/angular-electron
...
# Conflicts:
# package-lock.json
2017-09-26 11:38:51 +02:00
Theophilus Omorebee
41445eb2c3
Fix #55 removed bootstraps.css which for example purpose before.
2017-09-22 17:36:11 +01:00
Maxime GRIS
8c37cc4c7f
feat/ launch electron & webpack in // (npm run start)
2017-09-22 17:08:11 +02:00
Maxime GRIS
412a0a5b62
ref/ Exclude node_modules (tslint)
2017-09-22 17:05:29 +02:00
Maxime GRIS
70879d18c4
version 1.8.1
2017-09-22 14:46:07 +02:00
Maxime GRIS
10d0f870ce
upgrade angular version 4.4.3
2017-09-22 14:43:00 +02:00
Maxime GRIS
4edd98d546
ref/ add package-lock in gitignore
2017-09-22 14:08:07 +02:00