@adstore/templates 2.0.0 → 2.0.5
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.
- package/CHANGELOG.md +41 -0
- package/dist/style.css +246 -207
- package/dist/templates.es.js +359 -228
- package/dist/templates.umd.js +358 -227
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,46 @@
|
|
1
1
|
# @adstore/templates
|
2
2
|
|
3
|
+
## 2.0.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- debb49a: Fix parent extend. Fix legal info scroll (SimpleGift)
|
8
|
+
- 89e63db: Add method for modify state
|
9
|
+
|
10
|
+
## 2.0.4
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- f67824b: Lock usless fuctions
|
15
|
+
- f67824b: Add button animation (SimpleGift)
|
16
|
+
|
17
|
+
## 2.0.3
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- 8251580: Fix matrics for all promos
|
22
|
+
- 4f83f9b: Make parser for SimpleGift. Style fixes for SimpleGift
|
23
|
+
- 75acf6b: Add spacing functional
|
24
|
+
|
25
|
+
## 2.0.2
|
26
|
+
|
27
|
+
### Patch Changes
|
28
|
+
|
29
|
+
- 573bc56: Fix container detect device. Fix load custom font from GoogleFonts
|
30
|
+
- fda304d: Add logo config. Fix size of bonuses. (Complex popup)
|
31
|
+
- 52e29b5: Fix render children (Simple popup)
|
32
|
+
- 64004e9: Fixes for Express popup
|
33
|
+
- 2f4475e: Fix animations (SimpleGift, ComplexGift)
|
34
|
+
- b4fffd7: Make fixes for WideCard
|
35
|
+
- d722719: Fix hidden children after reload
|
36
|
+
|
37
|
+
## 2.0.1
|
38
|
+
|
39
|
+
### Patch Changes
|
40
|
+
|
41
|
+
- febb0f1: Fixed functionality of changing the background color of slides (WideCard template)
|
42
|
+
- 984694e: Fix offer for templates
|
43
|
+
|
3
44
|
## 2.0.0
|
4
45
|
|
5
46
|
### Major Changes
|