We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028f2b6 commit 3a61b13Copy full SHA for 3a61b13
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to Semantic Versioning.
6
7
+## 1.2.0 - 2020-12-05
8
+
9
+- Add option to specify custom overlay z-index.
10
+- Add option to specify custom spinner z-index.
11
12
## 1.1.0 - 2020-12-02
13
14
- Add option to adjust the spinner position for X axis and Y axis.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "js-loading-overlay",
3
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Easy and beautiful way to display loading overlay in your application.",
"keywords": [
"loading overlay",
0 commit comments