@stenajs-webui/select 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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/select",
3
- "version": "18.2.0",
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.2.0",
30
- "@stenajs-webui/elements": "18.2.0",
31
- "@stenajs-webui/forms": "18.2.0",
29
+ "@stenajs-webui/core": "18.3.0",
30
+ "@stenajs-webui/elements": "18.3.0",
31
+ "@stenajs-webui/forms": "18.3.0",
32
32
  "react-select": "^5.2.1"
33
33
  },
34
34
  "peerDependencies": {
@@ -61,5 +61,5 @@
61
61
  "files": [
62
62
  "dist"
63
63
  ],
64
- "gitHead": "ec490bda7cb6cbdfd4ee06fb76d678fa66e777dd"
64
+ "gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
65
65
  }
package/CHANGELOG.md DELETED
@@ -1,151 +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
- #### Authors: 2
8
-
9
- - [@PaulineAnnBar](https://github.com/PaulineAnnBar)
10
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
11
-
12
- ---
13
-
14
- # v17.30.2 (Tue Jan 17 2023)
15
-
16
- #### 🐛 Bug Fix
17
-
18
- - Add OverflowingMultiSelect component [#547](https://github.com/StenaIT/stenajs-webui/pull/547) ([@lindskogen](https://github.com/lindskogen))
19
-
20
- #### Authors: 1
21
-
22
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
23
-
24
- ---
25
-
26
- # v17.13.3 (Tue Aug 30 2022)
27
-
28
- #### 🏠 Internal
29
-
30
- - Upgrade storybook, vite and ts [#502](https://github.com/StenaIT/stenajs-webui/pull/502) ([@lindskogen](https://github.com/lindskogen))
31
-
32
- #### Authors: 1
33
-
34
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
35
-
36
- ---
37
-
38
- # v17.12.1 (Mon Aug 22 2022)
39
-
40
- #### 🐛 Bug Fix
41
-
42
- - Bring back lost font family to Select group heading [#488](https://github.com/StenaIT/stenajs-webui/pull/488) ([@juiceit](https://github.com/juiceit))
43
-
44
- #### Authors: 1
45
-
46
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
47
-
48
- ---
49
-
50
- # v17.10.0 (Tue Jul 12 2022)
51
-
52
- #### 🚀 Enhancement
53
-
54
- - Use overline style in select group header [#480](https://github.com/StenaIT/stenajs-webui/pull/480) ([@lindskogen](https://github.com/lindskogen))
55
-
56
- #### Authors: 1
57
-
58
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
59
-
60
- ---
61
-
62
- # v17.7.0 (Fri Jul 01 2022)
63
-
64
- #### 🚀 Enhancement
65
-
66
- - Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
67
-
68
- #### Authors: 1
69
-
70
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
71
-
72
- ---
73
-
74
- # v17.6.0 (Fri Jul 01 2022)
75
-
76
- #### 🚀 Enhancement
77
-
78
- - 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))
79
-
80
- #### Authors: 3
81
-
82
- - David ([@LordDz](https://github.com/LordDz))
83
- - David Zetterdahl (david.zetterdahl@stenaline.com)
84
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
85
-
86
- ---
87
-
88
- # v17.1.0 (Wed Jun 22 2022)
89
-
90
- #### 🚀 Enhancement
91
-
92
- - Add generics to ChipMultiSelect and GroupedChipMultiSelect [#465](https://github.com/StenaIT/stenajs-webui/pull/465) ([@nikteg](https://github.com/nikteg) [@juiceit](https://github.com/juiceit) [@lindskogen](https://github.com/lindskogen))
93
-
94
- #### Authors: 3
95
-
96
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
97
- - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
98
- - Niklas ([@nikteg](https://github.com/nikteg))
99
-
100
- ---
101
-
102
- # v17.0.0 (Fri Jun 17 2022)
103
-
104
- #### 💥 Breaking Change
105
-
106
- - Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
107
-
108
- #### 🔩 Dependency Updates
109
-
110
- - Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
111
-
112
- #### Authors: 1
113
-
114
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
115
-
116
- ---
117
-
118
- # v16.0.0 (Wed Jun 15 2022)
119
-
120
- #### 💥 Breaking Change
121
-
122
- - Add variant to Select and date inputs [#463](https://github.com/StenaIT/stenajs-webui/pull/463) ([@nikteg](https://github.com/nikteg) [@lindskogen](https://github.com/lindskogen))
123
-
124
- #### Authors: 2
125
-
126
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
127
- - Niklas ([@nikteg](https://github.com/nikteg))
128
-
129
- ---
130
-
131
- # v15.0.3 (Fri Feb 25 2022)
132
-
133
- #### 🐛 Bug Fix
134
-
135
- - Fix select typings and styling regression [#433](https://github.com/StenaIT/stenajs-webui/pull/433) ([@lindskogen](https://github.com/lindskogen))
136
-
137
- #### Authors: 1
138
-
139
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
140
-
141
- ---
142
-
143
- # v15.0.1 (Thu Feb 17 2022)
144
-
145
- #### ⚠️ Pushed to `master`
146
-
147
- - Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
148
-
149
- #### Authors: 1
150
-
151
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))