Skip to content

Commit b1124ec

Browse files
2.10.0
1 parent a0c6896 commit b1124ec

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased][]
99

10+
## [2.10.0][] - 2021-06-15
11+
1012
### Added
1113

1214
- Adding module configuration support via `forRoot()` method. Now you can add configure your module via `forRoot()`. You can now set the default of `appearance`, `animation`, `theme`, `loadingText`, `count` and/or `items`.E.G.
@@ -443,3 +445,7 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
443445
[2.9.1]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.9.1
444446
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.9.2...HEAD
445447
[2.9.2]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.9.2
448+
449+
450+
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.10.0...HEAD
451+
[2.10.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.10.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-skeleton-loader-demo",
33
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
4-
"version": "2.9.2",
4+
"version": "2.10.0",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",

projects/ngx-skeleton-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-skeleton-loader",
33
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
4-
"version": "2.9.2",
4+
"version": "2.10.0",
55
"peerDependencies": {
66
"@angular/common": ">=8.0.0",
77
"@angular/core": ">=8.0.0"

0 commit comments

Comments
 (0)