@stenajs-webui/calendar 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 +7 -7
  2. package/CHANGELOG.md +0 -224
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/calendar",
3
- "version": "18.2.0",
3
+ "version": "18.3.0",
4
4
  "description": "",
5
5
  "author": "mattias800",
6
6
  "license": "MIT",
@@ -26,11 +26,11 @@
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",
32
- "@stenajs-webui/theme": "18.2.0",
33
- "@stenajs-webui/tooltip": "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
+ "@stenajs-webui/theme": "18.3.0",
33
+ "@stenajs-webui/tooltip": "18.3.0",
34
34
  "date-fns": "2.26.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -70,5 +70,5 @@
70
70
  "files": [
71
71
  "dist"
72
72
  ],
73
- "gitHead": "ec490bda7cb6cbdfd4ee06fb76d678fa66e777dd"
73
+ "gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75"
74
74
  }
package/CHANGELOG.md DELETED
@@ -1,224 +0,0 @@
1
- # v18.1.1 (Mon Feb 27 2023)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Format hours and minutes in TimePickerCell with leading zeros [#532](https://github.com/StenaIT/stenajs-webui/pull/532) ([@lindskogen](https://github.com/lindskogen))
6
-
7
- #### Authors: 1
8
-
9
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
10
-
11
- ---
12
-
13
- # v18.0.0 (Mon Feb 13 2023)
14
-
15
- #### 🐛 Bug Fix
16
-
17
- - Actually disable the calendar icon button in DateTextInput [#530](https://github.com/StenaIT/stenajs-webui/pull/530) ([@lindskogen](https://github.com/lindskogen))
18
-
19
- #### Authors: 1
20
-
21
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
22
-
23
- ---
24
-
25
- # v17.30.6 (Tue Jan 24 2023)
26
-
27
- #### 🐛 Bug Fix
28
-
29
- - Use stena icons for year buttons in calendar [#552](https://github.com/StenaIT/stenajs-webui/pull/552) ([@mattias800](https://github.com/mattias800))
30
-
31
- #### Authors: 1
32
-
33
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
34
-
35
- ---
36
-
37
- # v17.30.5 (Tue Jan 24 2023)
38
-
39
- #### 🐛 Bug Fix
40
-
41
- - Show month names in correct locale [#551](https://github.com/StenaIT/stenajs-webui/pull/551) ([@mattias800](https://github.com/mattias800))
42
-
43
- #### Authors: 1
44
-
45
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
46
-
47
- ---
48
-
49
- # v17.30.4 (Tue Jan 24 2023)
50
-
51
- #### 🐛 Bug Fix
52
-
53
- - Fix DateRangeCalendar stories, the dates are now clickable [#550](https://github.com/StenaIT/stenajs-webui/pull/550) ([@mattias800](https://github.com/mattias800))
54
-
55
- #### Authors: 1
56
-
57
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
58
-
59
- ---
60
-
61
- # v17.30.1 (Thu Jan 12 2023)
62
-
63
- #### 🐛 Bug Fix
64
-
65
- - Correct time offset when calendar focuses on date [#543](https://github.com/StenaIT/stenajs-webui/pull/543) ([@Limpaan](https://github.com/Limpaan))
66
-
67
- #### Authors: 1
68
-
69
- - Viktor Lindblom ([@Limpaan](https://github.com/Limpaan))
70
-
71
- ---
72
-
73
- # v17.29.0 (Mon Dec 12 2022)
74
-
75
- #### 🚀 Enhancement
76
-
77
- - Add support for locale in calendar [#541](https://github.com/StenaIT/stenajs-webui/pull/541) ([@mattias800](https://github.com/mattias800))
78
-
79
- #### Authors: 1
80
-
81
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
82
-
83
- ---
84
-
85
- # v17.28.1 (Fri Nov 25 2022)
86
-
87
- #### 🐛 Bug Fix
88
-
89
- - Fix variable used before declaration error [#531](https://github.com/StenaIT/stenajs-webui/pull/531) ([@lindskogen](https://github.com/lindskogen))
90
-
91
- #### Authors: 1
92
-
93
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
94
-
95
- ---
96
-
97
- # v17.13.3 (Tue Aug 30 2022)
98
-
99
- #### 🏠 Internal
100
-
101
- - Upgrade storybook, vite and ts [#502](https://github.com/StenaIT/stenajs-webui/pull/502) ([@lindskogen](https://github.com/lindskogen))
102
-
103
- #### Authors: 1
104
-
105
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
106
-
107
- ---
108
-
109
- # v17.9.0 (Fri Jul 01 2022)
110
-
111
- #### 🏠 Internal
112
-
113
- - Use vite builder for storybook [#477](https://github.com/StenaIT/stenajs-webui/pull/477) ([@lindskogen](https://github.com/lindskogen))
114
-
115
- #### Authors: 1
116
-
117
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
118
-
119
- ---
120
-
121
- # v17.7.0 (Fri Jul 01 2022)
122
-
123
- #### 🚀 Enhancement
124
-
125
- - Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
126
-
127
- #### Authors: 1
128
-
129
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
130
-
131
- ---
132
-
133
- # v17.6.0 (Fri Jul 01 2022)
134
-
135
- #### 🚀 Enhancement
136
-
137
- - 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))
138
-
139
- #### Authors: 3
140
-
141
- - David ([@LordDz](https://github.com/LordDz))
142
- - David Zetterdahl (david.zetterdahl@stenaline.com)
143
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
144
-
145
- ---
146
-
147
- # v17.0.0 (Fri Jun 17 2022)
148
-
149
- #### 💥 Breaking Change
150
-
151
- - Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
152
-
153
- #### 🔩 Dependency Updates
154
-
155
- - Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
156
-
157
- #### Authors: 1
158
-
159
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
160
-
161
- ---
162
-
163
- # v16.0.0 (Wed Jun 15 2022)
164
-
165
- #### 💥 Breaking Change
166
-
167
- - 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))
168
-
169
- #### Authors: 2
170
-
171
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
172
- - Niklas ([@nikteg](https://github.com/nikteg))
173
-
174
- ---
175
-
176
- # v15.7.0 (Tue Jun 14 2022)
177
-
178
- #### 🚀 Enhancement
179
-
180
- - 94903 add disabled state to date components [#464](https://github.com/StenaIT/stenajs-webui/pull/464) (emil.heldring@stenaline.com)
181
-
182
- #### Authors: 1
183
-
184
- - Emil Heldring ([@emilheldring95](https://github.com/emilheldring95))
185
-
186
- ---
187
-
188
- # v15.3.1 (Wed Mar 30 2022)
189
-
190
- #### 🐛 Bug Fix
191
-
192
- - Render only one March month [#444](https://github.com/StenaIT/stenajs-webui/pull/444) ([@lindskogen](https://github.com/lindskogen))
193
-
194
- #### Authors: 1
195
-
196
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
197
-
198
- ---
199
-
200
- # v15.2.1 (Tue Mar 01 2022)
201
-
202
- #### 🐛 Bug Fix
203
-
204
- - Disable calendar widget for https://stenait.github.io/stenajs-webui/?path=/story/calendar-input-datetextinput--disabled (fixes AB#86042) [#438](https://github.com/StenaIT/stenajs-webui/pull/438) ([@lindskogen](https://github.com/lindskogen))
205
-
206
- #### Authors: 1
207
-
208
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
209
-
210
- ---
211
-
212
- # v15.0.1 (Thu Feb 17 2022)
213
-
214
- #### 🐛 Bug Fix
215
-
216
- - Increase width of DateTimeInput [#429](https://github.com/StenaIT/stenajs-webui/pull/429) ([@lindskogen](https://github.com/lindskogen))
217
-
218
- #### ⚠️ Pushed to `master`
219
-
220
- - Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
221
-
222
- #### Authors: 1
223
-
224
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))