Commit graph

91 commits

Author SHA1 Message Date
Alexander Zhukov
386f8bbf74 fix(dependencies): update webpack to 2.2.0 2017-01-18 19:12:14 +03:00
ESadouski
d76f1bcd21 fix(PostCSS ) - added postcss config file 2017-01-13 10:55:20 +03:00
ESadouski
bb3cdedd77 fix(postcss) - fixed postcss config 2017-01-12 00:16:11 +03:00
AlbertXingZhang
02a1cdbe9e chore(package): add type definitions for jQuery and its plugins (#400) 2016-12-20 11:41:52 +03:00
ESadouski
ca89355e96 fix(bug): temporary fix for ng2-bootstrap modals (#493) 2016-11-30 23:27:45 +03:00
ESadouski
0838696218 chore(version): bump version to 0.8 (angular 2.2.3) (#476)
* chore(version): bump version to 0.8 (angular 2.2.3)

* chore(version): fixed steps for update
2016-11-28 19:38:37 +03:00
ESadouski
20b1beafd7 chore(package): update angular to 2.2.3 (#471)
* chore(package): update angular to 2.2.1

* chore(package): update angular to 2.2.3
2016-11-25 16:15:59 +03:00
ESadouski
49a100d34c #466 ckeditor not showing (#467)
* fix(logo): hover color of logo is changed

* fix(ckeditor): fixed path to ckeditor cdn
2016-11-24 11:32:11 +03:00
ESadouski
3516e404fa fix(tslint): fix #248 disable one-line rule and add property force to lint command (#439) 2016-11-18 18:28:07 +03:00
Dmitry Nehaychik
2108067aab fix(dependencies): fix #426 #423, tslint config update 2016-11-15 11:54:01 +03:00
Dmitry Nehaychik
3a30eacaf3 chore(package): update angular to 2.1.1, ng2-smart table 0.3.2 2016-10-21 14:29:57 +03:00
Dmitry Nehaychik
0b2ceded29 chore(package): update angular to 2.1.0, webpack to 2.1.0-beta.25, other dependencies accordingly 2016-10-21 14:29:57 +03:00
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