layerpro 0.6.85 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,4 +9,8 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
9
9
  liberapay: passariello
10
10
  issuehunt: passariello
11
11
  otechie: # Replace with a single Otechie username
12
- custom: ["https://dario.passariello.ca", "https://www.paypal.me/dariopassariello", "https://www.indiegogo.com/individuals/28513718"]
12
+ custom:
13
+ [
14
+ "https://dario.passariello.ca",
15
+ "https://www.indiegogo.com/individuals/28513718",
16
+ ]
@@ -1,11 +1,16 @@
1
1
  # Changelog
2
2
 
3
- ## v0.6.85 / 2024-08-06
3
+ ## v0.7.1 / 2024-08-07
4
4
 
5
5
  - NPM update [Dario Passariello](https://github.com/passariello) ()
6
+ - Added support for timer
6
7
 
7
8
  ## Previous
8
9
 
10
+ ## v0.6.* / 2024-08-06
11
+
12
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
13
+
9
14
  ## v0.2.0 / 2024-01-06
10
15
 
11
16
  - NPM update [Dario Passariello](https://github.com/passariello) ()
package/.github/README.md CHANGED
@@ -110,6 +110,7 @@ layerpro.popup.open({
110
110
  minHeight: Number | Percentance,
111
111
  fadeIn: 0, // Milliseconds
112
112
  fadeOut: 0 // Milliseconds
113
+ timer: 0 // Milliseconds
113
114
  });
114
115
  ```
115
116
 
package/FUNDING.yml CHANGED
@@ -9,4 +9,8 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
9
9
  liberapay: passariello
10
10
  issuehunt: passariello
11
11
  otechie: # Replace with a single Otechie username
12
- custom: ["https://dario.passariello.ca", "https://www.paypal.me/dariopassariello", "https://www.indiegogo.com/individuals/28513718"]
12
+ custom:
13
+ [
14
+ "https://dario.passariello.ca",
15
+ "https://www.indiegogo.com/individuals/28513718",
16
+ ]
package/HISTORY.md CHANGED
@@ -1,11 +1,16 @@
1
1
  # Changelog
2
2
 
3
- ## v0.6.85 / 2024-08-06
3
+ ## v0.7.1 / 2024-08-07
4
4
 
5
5
  - NPM update [Dario Passariello](https://github.com/passariello) ()
6
+ - Added support for timer
6
7
 
7
8
  ## Previous
8
9
 
10
+ ## v0.6.* / 2024-08-06
11
+
12
+ - NPM update [Dario Passariello](https://github.com/passariello) ()
13
+
9
14
  ## v0.2.0 / 2024-01-06
10
15
 
11
16
  - NPM update [Dario Passariello](https://github.com/passariello) ()
package/README.md CHANGED
@@ -110,6 +110,7 @@ layerpro.popup.open({
110
110
  minHeight: Number | Percentance,
111
111
  fadeIn: 0, // Milliseconds
112
112
  fadeOut: 0 // Milliseconds
113
+ timer: 0 // Milliseconds
113
114
  });
114
115
  ```
115
116