|
| 1 | +#### Beta 2 |
| 2 | +##### Features |
| 3 | +- #44 update to angular 5 beta |
| 4 | +- #45 update to bootstrap 4 beta 1 |
| 5 | + |
| 6 | + |
1 | 7 | #### Beta 1 |
2 | 8 | ##### Features |
3 | 9 | - #41 Add autodll-webpack-plugin instead of the other plugin |
|
8 | 14 | - #22 write project documentation |
9 | 15 | - #21 add docs + example for typedocs |
10 | 16 |
|
| 17 | + |
11 | 18 | #### Alpha 21 |
12 | 19 | - Angular 4.3 and other dependencies updated |
13 | 20 | - Example of a real rest call to Github from a service using the new Angular's HttpClient #38 |
|
16 | 23 | - initial impl of 'add docs + example for typedocs' #21 |
17 | 24 | - fix again e2e testing error (@types/jasmine downgraded) #32 |
18 | 25 |
|
| 26 | + |
19 | 27 | #### Alpha 20 |
20 | 28 | - ngrx-store #24 |
21 | 29 | - fixed deprecated templates preventing page render #35 (thanks to @joshuaharrison) |
|
28 | 36 | - ng-bootstrap alpha 25 |
29 | 37 | - enabled all imports in polyfills to support older browsers |
30 | 38 |
|
| 39 | + |
31 | 40 | #### Alpha 19 |
32 | 41 | - full refactoring based on [Angular Style Guide](https://angular.io/styleguide), finally with CoreModule and SharedModule following all best practices |
33 | 42 |
|
| 43 | + |
34 | 44 | #### Alpha 18 |
35 | 45 | - update to codelyzer 3 |
36 | 46 | - update to tslint 5 |
|
39 | 49 | - temporary fix for e2e test (issue #32) but I'm waiting for a real solution |
40 | 50 | - fix IE performance issue with debug mode (issue #34) |
41 | 51 |
|
| 52 | + |
42 | 53 | #### Alpha 17 |
43 | 54 | - angular 4.0.0 |
44 | 55 | - project renamed to "angular-webpack-skeleton" |
45 | 56 |
|
| 57 | + |
46 | 58 | #### Alpha 16 |
47 | 59 | - angular 4 rc 5 (no rc.6 because it's broken) |
48 | 60 |
|
| 61 | + |
49 | 62 | #### Alpha 15 |
50 | 63 | - angular 4 rc 2 |
51 | 64 | - Webpack DLL plugin |
52 | 65 |
|
| 66 | + |
53 | 67 | #### Alpha 14 |
54 | 68 | - font-awesome fixed |
55 | 69 |
|
| 70 | + |
56 | 71 | #### Alpha 13 |
57 | 72 | - big refactoring to both app and admin single page applications |
58 | 73 |
|
| 74 | + |
59 | 75 | #### Alpha 12 |
60 | 76 | - Fix for AppVeyor and Windows |
61 | 77 | - 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) |
62 | 78 |
|
| 79 | + |
63 | 80 | #### Alpha 11 |
64 | 81 | - MIT license :) |
65 | 82 |
|
| 83 | + |
66 | 84 | #### Alpha 10 |
67 | 85 | - typescript 2.2 |
68 | 86 | - big refactoring |
69 | 87 | - some fixes related to both css and scss webpack's loaders |
70 | 88 | - fix for e2e tests (issue #12) |
71 | 89 |
|
| 90 | + |
72 | 91 | #### Alpha 9 |
73 | 92 | - typescript 2.1 |
74 | 93 | - awesome-typescript-loader 3.0.0 beta |
75 | 94 |
|
| 95 | + |
76 | 96 | #### Alpha 8 |
77 | 97 | - improve npm scripts names #15 |
78 | 98 | - remove ./node_modules/.bin from npm scripts #13 |
79 | 99 |
|
| 100 | + |
80 | 101 | #### Alpha 7 |
81 | 102 | - AOT + Lazy Loading together (thanks to `ng-router-loader`) |
82 | 103 |
|
| 104 | + |
83 | 105 | #### Alpha 6 |
84 | 106 | - AOT #9 |
85 | 107 |
|
| 108 | + |
86 | 109 | #### Alpha 5 |
87 | 110 | - HMR |
88 | 111 | - Lazy Loading |
|
0 commit comments