Skip to content

Commit c3199ea

Browse files
committed
Version bump - v.7.1.2
1 parent 9cd5f8a commit c3199ea

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v7.1.2
2+
* Reduce the package's size - [bundlephobia](https://bundlephobia.com/[email protected])
3+
* Remove internal events that are only used in demo app
4+
15
# v7.1.1
26
* Republish the package - Cannot find the ngx-ui-loader on NPM
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ See [API - NgxUiLoaderService](#api_ngxuiloaderservice) for more details.
236236
* `NgxUiLoaderService.getLoader([loaderId])` Return a specified loader. If no loaderId given, it will return master loader (if exist).
237237
* `NgxUiLoaderService.getLoaders()` Return the all of loaders.
238238
* `NgxUiLoaderService.getStatus()` Deprecated - will be remove in version 8.x.x.
239-
* `NgxUiLoaderService.stopAll()` Stops all foreground and background loaders.
239+
* `NgxUiLoaderService.stopAll()` Stops all foreground and background loadings/spinners of master loader.
240240

241241
<a name="attributes_of_ngxuiloadercomponent"></a>
242242

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,6 +1,6 @@
11
{
22
"name": "ngx-ui-loader-app",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/ngx-ui-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-ui-loader",
33
"description": "An all-in-one and fully customizable loader/spinner for Angular 5, 6 and 7+ applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.",
4-
"version": "7.1.1",
4+
"version": "7.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/t-ho/ngx-ui-loader.git"

0 commit comments

Comments
 (0)