All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.0 (2018-11-28)
- fix path mapping (#384) (7cda2a9)
- fix test config (#307) (ec34eca)
- build: fix config to avoid build-time errors (#304) (860144c), closes #279
- update core module (#405) (df4fa2c)
- package: update angulartics2 to version 6.1.0 (#417) (10644e0)
- update dependant items (perfect-scrollbar, nguniversal, webpack) (#381) (3050c13)
- update server module (#338) (4f46147)
- use loadsh/fp extend method (#390) (6fe74ec)
- add base component handling unsubscription from observables (#380) (8b2584d)
- add flex layout server module (#339) (6f015c7)
- add schematics (#378) (cd36977)
- update env settings for store-devtools (#585) (e44f1ad)
- update framework and data tables (#570) (5abc1c8)
- upgrade to angular 7 (#507) (d829173)
5.0.0 (2018-01-24)
- add lettable operators for @ngrx/effects (#300) (18537f7)
- fix angulartics2 (#302) (b5cce17)
- fix perfect-scrollbar directive (#277) (c9724de)
5.0.0 (2018-01-08)
- package: update debug to version 3.1.0 (#164) (f3c66ba)
- package: update morgan to version 1.9.0 (#166) (026ba6d)
- package: update ngx-perfect-scrollbar to version 4.8.4 (#187) (4a65d60), closes #163
- use tilde version for uglifyjs-webpack-plugin (#193) (a824bea)
1.3.0 (2017-10-13)
1.2.0 (2017-09-15)
1.1.0 (2017-09-14)
- add Github button to the header (#116) (896d26a), closes #117
- use Angular Material components (#103) (b3f2bfd), closes #53
- use ngx-perfect-scrollbar (#107) (7e17300), closes #106
- use stylelint-config-standard (#105) (238e3cb), closes #104
- bootstrapping using the
app.browser.module
instead ofapp.module
(#51) (53927f2) - disable
uglifyjs
for prod mode (3259fac), closes #11 - fix AoT compilation (8e52128), closes #39 #29
- fix handling assets (3d6ebb9), closes #14 #36 #38
- fix uglifyjs minification (#74) (2f25f21), closes #73
- fix warnings related to
jasmine-marbles
(#94) (3252920), closes #91 - handle SCSS files importing resources (eee2a22), closes #21
- production build not working (3dc4635), closes #11
- rollback to `@ngx-universal-express-engine) (fa62d11), closes #48
- use correct cache dirs (7da2dd4), closes #12
- add client framework (#70) (6a50aac), closes #52 #69
- add colors to HMR stats (23b6bf4)
- add compodoc (#97) (bd7e005), closes #96
- add HMR support (db22c44), closes #2
- enable
prod
mode for AoT builds (ebbcc54), closes #54 - provide e2e tests (#93) (8d3d3a5), closes #92
- switch to offical express engine (#31) (c736b3e)
- use
[@ngx-universal](https://github.com/ngx-universal)/translate-loader
(afbe5e5) - use
angular-webpack-config
(b154fcc) - use
ngx-cache
(3756298), closes #5 - use HardSource plugin with DllBundle (#86) (16eca4d), closes #79 #85
- use official express-engine (#87) (aa5d4ca), closes #80
- run tests with jest (#78) (1a30f7a), closes #77