@stenajs-webui/forms 18.1.2 → 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 -129
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/forms",
|
|
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/tooltip": "18.
|
|
29
|
+
"@stenajs-webui/core": "18.3.0",
|
|
30
|
+
"@stenajs-webui/elements": "18.3.0",
|
|
31
|
+
"@stenajs-webui/tooltip": "18.3.0",
|
|
32
32
|
"classnames": "^2.3.1",
|
|
33
33
|
"date-fns": "2.26.0"
|
|
34
34
|
},
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|
|
76
76
|
],
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
|
|
78
78
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
# v18.0.0 (Mon Feb 13 2023)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- changing color for disabled UI elements [#556](https://github.com/StenaIT/stenajs-webui/pull/556) ([@PaulineAnnBar](https://github.com/PaulineAnnBar) [@lindskogen](https://github.com/lindskogen))
|
|
6
|
-
|
|
7
|
-
#### 🐛 Bug Fix
|
|
8
|
-
|
|
9
|
-
- Change focus to focus-visible for form elements [#533](https://github.com/StenaIT/stenajs-webui/pull/533) ([@lindskogen](https://github.com/lindskogen))
|
|
10
|
-
- Set TextInputIcon type to button (fixes AB#105906) [#544](https://github.com/StenaIT/stenajs-webui/pull/544) ([@lindskogen](https://github.com/lindskogen))
|
|
11
|
-
|
|
12
|
-
#### Authors: 2
|
|
13
|
-
|
|
14
|
-
- [@PaulineAnnBar](https://github.com/PaulineAnnBar)
|
|
15
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
# v17.29.0 (Mon Dec 12 2022)
|
|
20
|
-
|
|
21
|
-
#### 🐛 Bug Fix
|
|
22
|
-
|
|
23
|
-
- Remove --lhds-color-purple-* [#538](https://github.com/StenaIT/stenajs-webui/pull/538) ([@LordDz](https://github.com/LordDz))
|
|
24
|
-
|
|
25
|
-
#### Authors: 1
|
|
26
|
-
|
|
27
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
# v17.25.0 (Wed Oct 26 2022)
|
|
32
|
-
|
|
33
|
-
#### 🚀 Enhancement
|
|
34
|
-
|
|
35
|
-
- Add `CopyToClipboardButton` which can copy specified text to clipboard [#522](https://github.com/StenaIT/stenajs-webui/pull/522) ([@mattias800](https://github.com/mattias800))
|
|
36
|
-
|
|
37
|
-
#### Authors: 1
|
|
38
|
-
|
|
39
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
# v17.9.0 (Fri Jul 01 2022)
|
|
44
|
-
|
|
45
|
-
#### 🏠 Internal
|
|
46
|
-
|
|
47
|
-
- Use vite builder for storybook [#477](https://github.com/StenaIT/stenajs-webui/pull/477) ([@lindskogen](https://github.com/lindskogen))
|
|
48
|
-
|
|
49
|
-
#### Authors: 1
|
|
50
|
-
|
|
51
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
56
|
-
|
|
57
|
-
#### 🚀 Enhancement
|
|
58
|
-
|
|
59
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
60
|
-
|
|
61
|
-
#### Authors: 1
|
|
62
|
-
|
|
63
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
# v17.6.0 (Fri Jul 01 2022)
|
|
68
|
-
|
|
69
|
-
#### 🚀 Enhancement
|
|
70
|
-
|
|
71
|
-
- 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))
|
|
72
|
-
|
|
73
|
-
#### Authors: 3
|
|
74
|
-
|
|
75
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
76
|
-
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
77
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
78
|
-
|
|
79
|
-
---
|
|
80
|
-
|
|
81
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
82
|
-
|
|
83
|
-
#### 💥 Breaking Change
|
|
84
|
-
|
|
85
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
86
|
-
|
|
87
|
-
#### 🔩 Dependency Updates
|
|
88
|
-
|
|
89
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
90
|
-
|
|
91
|
-
#### Authors: 1
|
|
92
|
-
|
|
93
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
|
-
# v16.1.0 (Fri Jun 17 2022)
|
|
98
|
-
|
|
99
|
-
#### 🚀 Enhancement
|
|
100
|
-
|
|
101
|
-
- Accessible font-sizes using `rem` instead of `px` [#458](https://github.com/StenaIT/stenajs-webui/pull/458) ([@mattias800](https://github.com/mattias800))
|
|
102
|
-
|
|
103
|
-
#### Authors: 1
|
|
104
|
-
|
|
105
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
106
|
-
|
|
107
|
-
---
|
|
108
|
-
|
|
109
|
-
# v15.7.0 (Tue Jun 14 2022)
|
|
110
|
-
|
|
111
|
-
#### 🚀 Enhancement
|
|
112
|
-
|
|
113
|
-
- 94903 add disabled state to date components [#464](https://github.com/StenaIT/stenajs-webui/pull/464) (emil.heldring@stenaline.com)
|
|
114
|
-
|
|
115
|
-
#### Authors: 1
|
|
116
|
-
|
|
117
|
-
- Emil Heldring ([@emilheldring95](https://github.com/emilheldring95))
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
122
|
-
|
|
123
|
-
#### ⚠️ Pushed to `master`
|
|
124
|
-
|
|
125
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
126
|
-
|
|
127
|
-
#### Authors: 1
|
|
128
|
-
|
|
129
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|