Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 35d5586

Browse files
committed
beta 2
1 parent a9f06a3 commit 35d5586

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### Beta 2
2+
##### Features
3+
- #44 update to angular 5 beta
4+
- #45 update to bootstrap 4 beta 1
5+
6+
17
#### Beta 1
28
##### Features
39
- #41 Add autodll-webpack-plugin instead of the other plugin
@@ -8,6 +14,7 @@
814
- #22 write project documentation
915
- #21 add docs + example for typedocs
1016

17+
1118
#### Alpha 21
1219
- Angular 4.3 and other dependencies updated
1320
- Example of a real rest call to Github from a service using the new Angular's HttpClient #38
@@ -16,6 +23,7 @@
1623
- initial impl of 'add docs + example for typedocs' #21
1724
- fix again e2e testing error (@types/jasmine downgraded) #32
1825

26+
1927
#### Alpha 20
2028
- ngrx-store #24
2129
- fixed deprecated templates preventing page render #35 (thanks to @joshuaharrison)
@@ -28,9 +36,11 @@
2836
- ng-bootstrap alpha 25
2937
- enabled all imports in polyfills to support older browsers
3038

39+
3140
#### Alpha 19
3241
- full refactoring based on [Angular Style Guide](https://angular.io/styleguide), finally with CoreModule and SharedModule following all best practices
3342

43+
3444
#### Alpha 18
3545
- update to codelyzer 3
3646
- update to tslint 5
@@ -39,50 +49,63 @@
3949
- temporary fix for e2e test (issue #32) but I'm waiting for a real solution
4050
- fix IE performance issue with debug mode (issue #34)
4151

52+
4253
#### Alpha 17
4354
- angular 4.0.0
4455
- project renamed to "angular-webpack-skeleton"
4556

57+
4658
#### Alpha 16
4759
- angular 4 rc 5 (no rc.6 because it's broken)
4860

61+
4962
#### Alpha 15
5063
- angular 4 rc 2
5164
- Webpack DLL plugin
5265

66+
5367
#### Alpha 14
5468
- font-awesome fixed
5569

70+
5671
#### Alpha 13
5772
- big refactoring to both app and admin single page applications
5873

74+
5975
#### Alpha 12
6076
- Fix for AppVeyor and Windows
6177
- Bootstrap 4 customizations thanks to bootstrap-loader. In fact, I'm overriding bootstrap colors with different hex colors. The same technique is valid for all variables into [_variables.scss](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss)
6278

79+
6380
#### Alpha 11
6481
- MIT license :)
6582

83+
6684
#### Alpha 10
6785
- typescript 2.2
6886
- big refactoring
6987
- some fixes related to both css and scss webpack's loaders
7088
- fix for e2e tests (issue #12)
7189

90+
7291
#### Alpha 9
7392
- typescript 2.1
7493
- awesome-typescript-loader 3.0.0 beta
7594

95+
7696
#### Alpha 8
7797
- improve npm scripts names #15
7898
- remove ./node_modules/.bin from npm scripts #13
7999

100+
80101
#### Alpha 7
81102
- AOT + Lazy Loading together (thanks to `ng-router-loader`)
82103

104+
83105
#### Alpha 6
84106
- AOT #9
85107

108+
86109
#### Alpha 5
87110
- HMR
88111
- Lazy Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<br>
44

55
# angular-webpack-skeleton
6-
A simple skeleton project with Angular 4, Webpack 3 and Bootstrap 4 alpha ready to use.
6+
A simple skeleton project with Angular 4, Webpack 3 and Bootstrap 4 beta ready to use.
77

88
You can fork or clone this repository and build your project on it.
99
I suggest to add this repo as git remote to your repository to be able to update your project with newer releases of this project.
@@ -14,7 +14,7 @@ I suggest to add this repo as git remote to your repository to be able to update
1414
- [Ahead of Time (AOT)](https://angular.io/guide/aot-compiler)
1515
- [Lazy loading](https://angular.io/guide/ngmodule#lazy-loading-modules-with-the-router)
1616
- The new [HttpClient](https://angular.io/guide/http#httpclient) of Angular >= 4.3
17-
- [Bootstrap 4](https://v4-alpha.getbootstrap.com/), [ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap), [bootstrap-loader](https://github.com/shakacode/bootstrap-loader)
17+
- [Bootstrap 4](http://getbootstrap.com/), [ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap), [bootstrap-loader](https://github.com/shakacode/bootstrap-loader)
1818
- [Font-awesome](http://fontawesome.io/)
1919
- [jQuery](https://jquery.com/)
2020
- Reactive storage
@@ -47,6 +47,7 @@ I suggest to add this repo as git remote to your repository to be able to update
4747

4848

4949
## News
50+
- *08/11/2017* - Beta 1 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
5051
- *08/10/2017* - Beta 1 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
5152
- *07/27/2017* - Alpha 21 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)
5253
- *05/20/2017* - Alpha 20 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases)

0 commit comments

Comments
 (0)