Commit graph

79 commits

Author SHA1 Message Date
tibing
0beef0b8a9 chore(build): switch to bootstrap 4 alpha 4
fix #270
2016-10-19 20:16:07 +03:00
tibing
260710b1ad chore(build): angular 2 webpack starter kit changes have been applied 2016-10-19 20:16:07 +03:00
Michael De Abreu
c6a9d67a83 feat(electron): complete electron integration
* chore(package): update webpack to beta.22

Lastest version before breaking changes.

* feat(electron): Complete Electron integration.

New task to build targeting Electron:

    "build:electron": Alias for build:electron.full
    "prebuild:electron.full": "npm run clean:electron",
    "build:electron.full": "npm run build:electron.renderer && npm run build:electron.main",
    "postbuild:electron.full": "npm run electron:start",

    "build:electron.renderer": Webpack aplication with production properties and targeting electron-renderer
    "build:electron.main": Webpack main Electron with production properties and targeting electron

    "electron:start": "electron build"
2016-10-12 15:59:51 +03:00
nixa
3ddd6f9e9b fix(build): pin webpack version 2016-09-20 12:02:05 +03:00
kbrandwijk
5cb7e13477 feat(electron): add rudimentary support for electron (#230)
* Added devdependency for electron

* Added rudimentary electron wrapper

* Merge typo
2016-09-20 12:02:05 +03:00
nixa
714ffe741a chore(build): update angular to 2.0 2016-09-19 18:51:45 +03:00
nixa
04a57b7b98 chore(build): dependencies and config updates 2016-09-19 16:51:05 +03:00
nixa
1ba236a067 chore(version): bump version to 0.6.0 2016-09-19 14:33:34 +03:00
nixa
3ff5c51f1a feat(rc6): update to rc6 2016-09-19 14:30:30 +03:00
nixa
7ed50245bd Merge remote-tracking branch 'origin/master' 2016-09-01 19:46:49 +03:00
Geoffrey Roguelon
c29547396d fix(font-awesome-loader): fix an issue about the font-awesome-sass-loader. (#206) 2016-09-01 19:46:36 +03:00
nixa
aa5badbc96 fix(ng2-bootstrap): update components accordingly 2016-09-01 19:39:40 +03:00
nixa
8a6baf283c fix(ckeditor): pin working version 2016-09-01 19:22:14 +03:00
nixa
c25faf89cd fix(travis): fix typescript 2.0.2 issue 2016-08-31 18:40:12 +03:00
nixa
78729344b1 chore(0.5.0): angular rc5 update 2016-08-30 14:34:54 +03:00
nixa
98097f5e27 chore(r5): dependencies update, couple of fixes 2016-08-30 14:34:53 +03:00
nixa
5b7c132eac feat(rc5): update to angular rc.5
- NgaModule - module wrapper for all ng2-admin custom features
- Ng Module per page
- async components load
- menu moved (again) to a separate file (as now each module has its own route file)
- no need to import Ba* directives into the pages which have NgaModule in the import statement
2016-08-30 14:34:53 +03:00
nixa
aa1a81c583 fix(bootstrap loader): fix #193 by pinning bootstrap-loader version 2016-08-29 16:04:09 +03:00
nixa
1a5479fb8c chore(version): bump version to 0.4.4 2016-08-29 10:42:14 +03:00
nixa
0fa223e986 Merge branch 'master' into development 2016-08-23 14:41:28 +03:00
nixa
5b4d1ed035 0.4.3 2016-08-23 14:28:50 +03:00
nixa
bfab17bd43 fix(table): remove search field 2016-08-23 14:11:25 +03:00
nixa
8b93999ba9 feat(smart table): preparing a demo 2016-08-22 20:15:26 +03:00
nixa
5bc3448a3c Merge branch 'development' into develop/ng2-smart-table-int 2016-08-22 19:48:46 +03:00
nixa
5aea53a1aa feat(smarttable): table setup 2016-08-19 10:23:34 +03:00
Geoffrey Roguelon
a30c41a11d Replace bower packages by NPM packages.
In the issue akveo/ng2-admin#162, search should be made to be sure of non regression.
2016-08-18 12:45:44 -05:00
nixa
78602432e4 feat(smart-table): update ng2-smart-table 2016-08-11 10:47:08 +03:00
nixa
120ffe7d13 feat(smart-table): install ng2-smart-table 2016-08-10 17:23:18 +03:00
nixa
ab3785c8f4 chore(version): bump version to 0.4.2 2016-07-28 16:09:26 +03:00
nixa
d9084037e7 chore(version): bump version to 0.4.1 2016-07-28 14:52:42 +03:00
nixa
e7fca6d4ed chore(dependencies): update dependencies, move to @types, some refactoring as per AngularClass/angular2-webpack-starter project 2016-07-28 13:38:22 +03:00
nixa
7d0ff2ef96 fix(ng2-uploader): fix version issue #113 2016-07-28 11:34:01 +03:00
nixa
08fac421dd chore(version): bump version to 0.4.0 2016-07-12 16:31:38 +03:00
nixa
a46c259318 fix(merge): merge tree view component 2016-07-12 12:15:25 +03:00
nixa
85a9f86186 Merge branch 'Tibing-dev-tree-view' into develop/tree
Conflicts:
	config/webpack.common.js
	package.json
	src/app/app.menu.ts
	src/app/pages/pages.component.ts
2016-07-12 12:09:19 +03:00
nixa
660aa8a4b6 Merge branch 'develop/router'
Conflicts:
	src/platform/browser/directives.ts
	src/platform/browser/providers.ts
2016-07-12 10:37:24 +03:00
nixa
86a648374d fix(forms): update ng2-bootstrap 2016-07-12 10:34:32 +03:00
tibing
8a75aa0d63 Merge branch 'master' of https://github.com/akveo/ng2-admin into dev-tree-view 2016-07-08 13:22:10 +03:00
nixa
5b66c255ad Merge branch 'master' into develop/router
Conflicts:
	package.json
2016-07-08 13:16:37 +03:00
nixa
ffae8cd248 feat(forms): update forms to latest version 2016-07-08 13:10:36 +03:00
David Francis
1b2073ffd1 Add forms module to package.json 2016-07-07 22:01:59 -04:00
Ronny Roos
31efdaa1f1 Added RC4 and beta router
Merge branch 'master' of https://github.com/akveo/ng2-admin
2016-07-07 13:54:13 +03:00
nixa
9d539d93f8 Merge remote-tracking branch 'origin/master' 2016-07-04 18:06:34 +03:00
tibing
d799adeee4 fix(ckeditor): fix Cannot read property exception 2016-07-04 18:01:53 +03:00
tibing
070cec726e feat(app\components): create tree view component 2016-07-04 17:07:51 +03:00
nixa
e72467a00d Merge branch 'develop/uploader'
Conflicts:
	package.json
2016-07-01 15:30:32 +03:00
nixa
d730430884 feat(uploader): new picture uploader component 2016-07-01 11:25:01 +03:00
tibing
dbbac18846 feat(app\pages): add editor page and ckeditor 2016-06-30 17:18:43 +03:00
nixa
9af0e22650 chore(version): update version to 0.3.0 2016-06-29 12:16:06 +03:00
nixa
9312084fa4 chore(angular): update angular to rc3 2016-06-29 12:11:33 +03:00