Releases: tinesoft/generator-ngx-library
Releases · tinesoft/generator-ngx-library
v6.2.1
Bug Fixes
- publish: fix typo with option to publish scoped packages on npm (a19f054)
v6.2.0
Bug Fixes
- demo: correct import path for
_variables.scss
in the main styles.scss
(2eb1e27)
- demo: fix demo app tests (remaining
rxjs<6
code) and misplaced karma.conf.js
(b81afd6)
- demo: remove useless dependency on
webpack
(already referenced by CLI) (892c7d2), closes #163
- publishing: add missing npm option to allow publishing scoped packages (42fc79f)
Features
- demo: add button on home page to allow editing demo on
StackBlitz
(8e19a53)
- demo: improve styling and remove useless
include-media
dependency (8866231)
- demo: improve styling and remove useless ìnclude-media` dependency (822413a)
v6.1.0
Bug Fixes
- core: fix installation error due to
del
package not being found (bf1995b)
Features
- options: add separate
deleteExclusions
property in .yo-rc.json
to control which excluded files get deleted or not (2398ad6)
v6.0.0
Bug Fixes
- demo: fix wrong assets url on deployed demo app (744931b)
- jest: exclude jest test files from compilation of demo app (c64f34e)
Features
- core: add
--del-excluded-files
option to allow deleting excluded files found in file system (76b776b)
- dependencies: update most dependencies (rollup, jest, webpack, etc) (a490a3a)
- ng6: add support for Angular & Angular CLI v6 (ed942e0)
BREAKING CHANGES
- ng6: the minimal Node version to run the generator is now 8.x.x (required by some core ng packages like
[email protected]
)
v5.8.0
Bug Fixes
- tslint: fix building issue when project's description exceeds 140 chars (d69807e), closes #154
Features
- packaging: allow packaging of additional files (images, styles,...) (d1df8dc)
- recipe: add recipe about how to build multi-modules libraries (745bd09)
v5.7.1
Bug Fixes
- module: add missing dependency when adding
bazel
module (1dfc011)
- module: add missing dependency when adding
compiler-cli
module (d640864)
v5.7.0
Features
- demo: update demo app to Angular CLI
1.7.3
(68804ba)
- ngModules: add 'bazel' and 'service-worker' modules (for ng5+) (8992724)
- rollup: update rollup to
v0.57.0
for better perfs (ca19b0b)
v5.6.0
Bug Fixes
- core: update github username validation to align with Github validation rules (26b0e6f), closes #144
- jest: correct gulp's test tasks stopping inclusive sequences when using jest (1200ea7)
Features
- demo: update demo app to Angular CLI
1.6.8
, bootstrap 4.0.0
and ng-bootstrap 1.0.0
(4e45707)
- doc: add a 'Troubleshooting' section to documentation (21d3ea3)
- umd: fix external libraries being bundled with main UMD file and improve related docs (f25e037)
v5.5.0
Features
- demo: update demo app to
Angular CLI
1.6.3 (8846d56)
- testing: add support for
jest
testing platform (#136) (f139a29), closes #139
v5.4.0
Features
- demo: update demo app to
Angular CLI 1.6
(eb73b53)
- packaging: update library packaging to support Angular Package Format v5.0 (7a343cc)