@stenajs-webui/tooltip 18.2.0 → 18.3.0
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/package.json +5 -5
- package/CHANGELOG.md +0 -91
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/tooltip",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"deploy": "gh-pages -d example/build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stenajs-webui/core": "18.
|
|
30
|
-
"@stenajs-webui/elements": "18.
|
|
31
|
-
"@stenajs-webui/theme": "18.
|
|
29
|
+
"@stenajs-webui/core": "18.3.0",
|
|
30
|
+
"@stenajs-webui/elements": "18.3.0",
|
|
31
|
+
"@stenajs-webui/theme": "18.3.0",
|
|
32
32
|
"@tippyjs/react": "^4.1.0",
|
|
33
33
|
"classnames": "^2.3.1",
|
|
34
34
|
"tippy.js": "^6.2.6"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"files": [
|
|
56
56
|
"dist"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
|
|
59
59
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
# v18.1.0 (Mon Feb 27 2023)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- Rewrite tooltip using TippyComponent instead of Popover [#537](https://github.com/StenaIT/stenajs-webui/pull/537) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz) [@mattias800](https://github.com/mattias800))
|
|
6
|
-
|
|
7
|
-
#### Authors: 4
|
|
8
|
-
|
|
9
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
10
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
11
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
12
|
-
- Zetterdahl David (david.zetterdahl@stenaline.com)
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
17
|
-
|
|
18
|
-
#### 🚀 Enhancement
|
|
19
|
-
|
|
20
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
21
|
-
|
|
22
|
-
#### Authors: 1
|
|
23
|
-
|
|
24
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
# v17.6.0 (Fri Jul 01 2022)
|
|
29
|
-
|
|
30
|
-
#### 🚀 Enhancement
|
|
31
|
-
|
|
32
|
-
- Use Stena icons instead of Font Awesome icons [#471](https://github.com/StenaIT/stenajs-webui/pull/471) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz) [@lindskogen](https://github.com/lindskogen))
|
|
33
|
-
|
|
34
|
-
#### Authors: 3
|
|
35
|
-
|
|
36
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
37
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
38
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
39
|
-
|
|
40
|
-
---
|
|
41
|
-
|
|
42
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
43
|
-
|
|
44
|
-
#### 💥 Breaking Change
|
|
45
|
-
|
|
46
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
47
|
-
|
|
48
|
-
#### 🔩 Dependency Updates
|
|
49
|
-
|
|
50
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
51
|
-
|
|
52
|
-
#### Authors: 1
|
|
53
|
-
|
|
54
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
# v15.5.8 (Thu May 19 2022)
|
|
59
|
-
|
|
60
|
-
#### 🐛 Bug Fix
|
|
61
|
-
|
|
62
|
-
- Add compatibility with Next.js and vitest [#426](https://github.com/StenaIT/stenajs-webui/pull/426) ([@lindskogen](https://github.com/lindskogen) [@mattias800](https://github.com/mattias800))
|
|
63
|
-
|
|
64
|
-
#### Authors: 2
|
|
65
|
-
|
|
66
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
67
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
# v15.0.3 (Fri Feb 25 2022)
|
|
72
|
-
|
|
73
|
-
#### 🔩 Dependency Updates
|
|
74
|
-
|
|
75
|
-
- Fix missing peer dependencies [#431](https://github.com/StenaIT/stenajs-webui/pull/431) ([@lindskogen](https://github.com/lindskogen))
|
|
76
|
-
|
|
77
|
-
#### Authors: 1
|
|
78
|
-
|
|
79
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
80
|
-
|
|
81
|
-
---
|
|
82
|
-
|
|
83
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
84
|
-
|
|
85
|
-
#### ⚠️ Pushed to `master`
|
|
86
|
-
|
|
87
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
88
|
-
|
|
89
|
-
#### Authors: 1
|
|
90
|
-
|
|
91
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|