@getflip/swirl-components-angular 0.0.0-new-shell-20231128130729
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 +3502 -0
- package/README.md +4 -0
- package/angular.json +38 -0
- package/package.json +29 -0
- package/projects/component-library/ng-package.json +7 -0
- package/projects/component-library/package.json +11 -0
- package/projects/component-library/src/lib/component-library.module.ts +23 -0
- package/projects/component-library/src/public-api.ts +9 -0
- package/projects/component-library/tsconfig.lib.json +12 -0
- package/projects/component-library/tsconfig.lib.prod.json +10 -0
- package/projects/component-library/tsconfig.spec.json +10 -0
- package/tsconfig.json +32 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,3502 @@
|
|
|
1
|
+
# @getflip/swirl-components-angular
|
|
2
|
+
|
|
3
|
+
## 0.0.0-new-shell-20231128130728
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#467](https://github.com/getflip/swirl/pull/467)
|
|
8
|
+
[`4c4bf801`](https://github.com/getflip/swirl/commit/4c4bf80125713973444849b58e2eefa6c45d6d4d)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "DockLeft" icon component
|
|
10
|
+
|
|
11
|
+
* [#467](https://github.com/getflip/swirl/pull/467)
|
|
12
|
+
[`9f2e7017`](https://github.com/getflip/swirl/commit/9f2e7017eafd46540c2de6030f4e4a5f8b0c5c91)
|
|
13
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Implement new swirl-shell-layout
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
[[`4c4bf801`](https://github.com/getflip/swirl/commit/4c4bf80125713973444849b58e2eefa6c45d6d4d),
|
|
19
|
+
[`9f2e7017`](https://github.com/getflip/swirl/commit/9f2e7017eafd46540c2de6030f4e4a5f8b0c5c91)]:
|
|
20
|
+
- @getflip/swirl-components@0.0.0-new-shell-20231128130728
|
|
21
|
+
|
|
22
|
+
## 0.115.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [`601957a1`](https://github.com/getflip/swirl/commit/601957a1cbdc500d17a0a0c4dc087bf4eaf56d40)
|
|
27
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adapt swirl-theme-provider for
|
|
28
|
+
new v4 branding APIs
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`601957a1`](https://github.com/getflip/swirl/commit/601957a1cbdc500d17a0a0c4dc087bf4eaf56d40)]:
|
|
34
|
+
- @getflip/swirl-components@0.115.0
|
|
35
|
+
|
|
36
|
+
## 0.114.0
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- [`f12a2a99`](https://github.com/getflip/swirl/commit/f12a2a99515ec43f1b62d36afa80ef685fcd09ce)
|
|
41
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "height" prop to swirl-stack
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies
|
|
46
|
+
[[`f12a2a99`](https://github.com/getflip/swirl/commit/f12a2a99515ec43f1b62d36afa80ef685fcd09ce)]:
|
|
47
|
+
- @getflip/swirl-components@0.114.0
|
|
48
|
+
|
|
49
|
+
## 0.113.1
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- [`7b309a4b`](https://github.com/getflip/swirl/commit/7b309a4b644b1a0ba96404cf441a06df7c65030a)
|
|
54
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list-item
|
|
55
|
+
button type
|
|
56
|
+
|
|
57
|
+
- Updated dependencies
|
|
58
|
+
[[`7b309a4b`](https://github.com/getflip/swirl/commit/7b309a4b644b1a0ba96404cf441a06df7c65030a)]:
|
|
59
|
+
- @getflip/swirl-components@0.113.1
|
|
60
|
+
|
|
61
|
+
## 0.113.0
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- [`0304a9fa`](https://github.com/getflip/swirl/commit/0304a9fae317496318cba0c88af14e1b6d5dea70)
|
|
66
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add support for contenteditable
|
|
67
|
+
to swirl-form-control
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- Updated dependencies
|
|
72
|
+
[[`0304a9fa`](https://github.com/getflip/swirl/commit/0304a9fae317496318cba0c88af14e1b6d5dea70)]:
|
|
73
|
+
- @getflip/swirl-components@0.113.0
|
|
74
|
+
|
|
75
|
+
## 0.112.1
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- [`ad3cb092`](https://github.com/getflip/swirl/commit/ad3cb09289ff81e521f78a68ca3aeab11bf2beda)
|
|
80
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Minor style tweak
|
|
81
|
+
|
|
82
|
+
- Updated dependencies
|
|
83
|
+
[[`ad3cb092`](https://github.com/getflip/swirl/commit/ad3cb09289ff81e521f78a68ca3aeab11bf2beda)]:
|
|
84
|
+
- @getflip/swirl-components@0.112.1
|
|
85
|
+
|
|
86
|
+
## 0.112.0
|
|
87
|
+
|
|
88
|
+
### Minor Changes
|
|
89
|
+
|
|
90
|
+
- [`f1e9654c`](https://github.com/getflip/swirl/commit/f1e9654c09404582d19f8e2730cf25183db05a4b)
|
|
91
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hideAppBar" prop to
|
|
92
|
+
swirl-app-layout
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- Updated dependencies
|
|
97
|
+
[[`f1e9654c`](https://github.com/getflip/swirl/commit/f1e9654c09404582d19f8e2730cf25183db05a4b)]:
|
|
98
|
+
- @getflip/swirl-components@0.112.0
|
|
99
|
+
|
|
100
|
+
## 0.111.1
|
|
101
|
+
|
|
102
|
+
### Patch Changes
|
|
103
|
+
|
|
104
|
+
- [#459](https://github.com/getflip/swirl/pull/459)
|
|
105
|
+
[`6ba96480`](https://github.com/getflip/swirl/commit/6ba96480a865c9427b7d6170f5e421422d8d0e38)
|
|
106
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix timezone issue of
|
|
107
|
+
swirl-date-picker/swirl-date-input
|
|
108
|
+
|
|
109
|
+
- Updated dependencies
|
|
110
|
+
[[`6ba96480`](https://github.com/getflip/swirl/commit/6ba96480a865c9427b7d6170f5e421422d8d0e38)]:
|
|
111
|
+
- @getflip/swirl-components@0.111.1
|
|
112
|
+
|
|
113
|
+
## 0.111.0
|
|
114
|
+
|
|
115
|
+
### Minor Changes
|
|
116
|
+
|
|
117
|
+
- [`3a3165b5`](https://github.com/getflip/swirl/commit/3a3165b5302b9b3fe2f8123d7ef161cdc3f49772)
|
|
118
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "icon" slot to swirl-button
|
|
119
|
+
|
|
120
|
+
* [`36583ddb`](https://github.com/getflip/swirl/commit/36583ddb8b19f0fb84cbe7678f7cb60c5c902d88)
|
|
121
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "2xs" size to swirl-avatar
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies
|
|
126
|
+
[[`3a3165b5`](https://github.com/getflip/swirl/commit/3a3165b5302b9b3fe2f8123d7ef161cdc3f49772),
|
|
127
|
+
[`36583ddb`](https://github.com/getflip/swirl/commit/36583ddb8b19f0fb84cbe7678f7cb60c5c902d88)]:
|
|
128
|
+
- @getflip/swirl-components@0.111.0
|
|
129
|
+
|
|
130
|
+
## 0.110.0
|
|
131
|
+
|
|
132
|
+
### Minor Changes
|
|
133
|
+
|
|
134
|
+
- [`dc953b36`](https://github.com/getflip/swirl/commit/dc953b36c0ec9110456c97fcb2004a4a316d6c96)
|
|
135
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-label" prop to
|
|
136
|
+
swirl-switch
|
|
137
|
+
|
|
138
|
+
### Patch Changes
|
|
139
|
+
|
|
140
|
+
- Updated dependencies
|
|
141
|
+
[[`dc953b36`](https://github.com/getflip/swirl/commit/dc953b36c0ec9110456c97fcb2004a4a316d6c96)]:
|
|
142
|
+
- @getflip/swirl-components@0.110.0
|
|
143
|
+
|
|
144
|
+
## 0.109.1
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- [`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6)
|
|
149
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-console-layout heading
|
|
150
|
+
levels when no appName is set
|
|
151
|
+
|
|
152
|
+
- Updated dependencies
|
|
153
|
+
[[`1a92500e`](https://github.com/getflip/swirl/commit/1a92500ed52a88ab37dda096aee854aa42883fe6)]:
|
|
154
|
+
- @getflip/swirl-components@0.109.1
|
|
155
|
+
|
|
156
|
+
## 0.109.0
|
|
157
|
+
|
|
158
|
+
### Minor Changes
|
|
159
|
+
|
|
160
|
+
- [`16bb2f9e`](https://github.com/getflip/swirl/commit/16bb2f9e8fa1347635d13d6c891436b3e6f40307)
|
|
161
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-aria-labelledby prop to
|
|
162
|
+
swirl-car
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- Updated dependencies
|
|
167
|
+
[[`16bb2f9e`](https://github.com/getflip/swirl/commit/16bb2f9e8fa1347635d13d6c891436b3e6f40307)]:
|
|
168
|
+
- @getflip/swirl-components@0.109.0
|
|
169
|
+
|
|
170
|
+
## 0.108.1
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- [`6fdbca87`](https://github.com/getflip/swirl/commit/6fdbca87aef2e67007f152f2fb0d4bc6041eb547)
|
|
175
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-tooltip positioning
|
|
176
|
+
inside modals
|
|
177
|
+
|
|
178
|
+
- Updated dependencies
|
|
179
|
+
[[`6fdbca87`](https://github.com/getflip/swirl/commit/6fdbca87aef2e67007f152f2fb0d4bc6041eb547)]:
|
|
180
|
+
- @getflip/swirl-components@0.108.1
|
|
181
|
+
|
|
182
|
+
## 0.108.0
|
|
183
|
+
|
|
184
|
+
### Minor Changes
|
|
185
|
+
|
|
186
|
+
- [#450](https://github.com/getflip/swirl/pull/450)
|
|
187
|
+
[`89726d7e`](https://github.com/getflip/swirl/commit/89726d7e2ae84f496799737ac518d634fcbeba1a)
|
|
188
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "returnFocusToTrigger" prop
|
|
189
|
+
to swirl-popover
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- [`9da58803`](https://github.com/getflip/swirl/commit/9da58803572ad79b55186c5cb5d0b481f86e74ca)
|
|
194
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove debug output
|
|
195
|
+
|
|
196
|
+
* [#451](https://github.com/getflip/swirl/pull/451)
|
|
197
|
+
[`8d4ce24e`](https://github.com/getflip/swirl/commit/8d4ce24ea2e89cc77265a5a3f8fc1416a88a11bc)
|
|
198
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Replace JS text balancing of
|
|
199
|
+
swirl-heading with native css text wrap
|
|
200
|
+
|
|
201
|
+
* Updated dependencies
|
|
202
|
+
[[`9da58803`](https://github.com/getflip/swirl/commit/9da58803572ad79b55186c5cb5d0b481f86e74ca),
|
|
203
|
+
[`89726d7e`](https://github.com/getflip/swirl/commit/89726d7e2ae84f496799737ac518d634fcbeba1a),
|
|
204
|
+
[`8d4ce24e`](https://github.com/getflip/swirl/commit/8d4ce24ea2e89cc77265a5a3f8fc1416a88a11bc)]:
|
|
205
|
+
- @getflip/swirl-components@0.108.0
|
|
206
|
+
|
|
207
|
+
## 0.107.0
|
|
208
|
+
|
|
209
|
+
### Minor Changes
|
|
210
|
+
|
|
211
|
+
- [#447](https://github.com/getflip/swirl/pull/447)
|
|
212
|
+
[`3fd861f6`](https://github.com/getflip/swirl/commit/3fd861f6c1869839281e91543d9528815c584c20)
|
|
213
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Fixed losing focus
|
|
214
|
+
in `swirl-popover` in WKWebView.
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- Updated dependencies
|
|
219
|
+
[[`3fd861f6`](https://github.com/getflip/swirl/commit/3fd861f6c1869839281e91543d9528815c584c20)]:
|
|
220
|
+
- @getflip/swirl-components@0.107.0
|
|
221
|
+
|
|
222
|
+
## 0.106.0
|
|
223
|
+
|
|
224
|
+
### Minor Changes
|
|
225
|
+
|
|
226
|
+
- [#444](https://github.com/getflip/swirl/pull/444)
|
|
227
|
+
[`a8548166`](https://github.com/getflip/swirl/commit/a85481661ed894fee70478cf64f0af46e4302bb1)
|
|
228
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add optional tooltip to
|
|
229
|
+
swirl-description-list-item
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- Updated dependencies
|
|
234
|
+
[[`a8548166`](https://github.com/getflip/swirl/commit/a85481661ed894fee70478cf64f0af46e4302bb1)]:
|
|
235
|
+
- @getflip/swirl-components@0.106.0
|
|
236
|
+
|
|
237
|
+
## 0.105.1
|
|
238
|
+
|
|
239
|
+
### Patch Changes
|
|
240
|
+
|
|
241
|
+
- [`571fae98`](https://github.com/getflip/swirl/commit/571fae9848df0732e52bac3f78ed8de45b2c8d92)
|
|
242
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix display of dynamically added
|
|
243
|
+
custom app bar back button
|
|
244
|
+
|
|
245
|
+
- Updated dependencies
|
|
246
|
+
[[`571fae98`](https://github.com/getflip/swirl/commit/571fae9848df0732e52bac3f78ed8de45b2c8d92)]:
|
|
247
|
+
- @getflip/swirl-components@0.105.1
|
|
248
|
+
|
|
249
|
+
## 0.105.0
|
|
250
|
+
|
|
251
|
+
### Minor Changes
|
|
252
|
+
|
|
253
|
+
- [`a26c4758`](https://github.com/getflip/swirl/commit/a26c4758de54cece2dc984fd16cd961169d21671)
|
|
254
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "custom-app-bar-back-button"
|
|
255
|
+
slot to swirl-app-layout
|
|
256
|
+
|
|
257
|
+
### Patch Changes
|
|
258
|
+
|
|
259
|
+
- Updated dependencies
|
|
260
|
+
[[`a26c4758`](https://github.com/getflip/swirl/commit/a26c4758de54cece2dc984fd16cd961169d21671)]:
|
|
261
|
+
- @getflip/swirl-components@0.105.0
|
|
262
|
+
|
|
263
|
+
## 0.104.2
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- [`f1375c45`](https://github.com/getflip/swirl/commit/f1375c45dce1d6263fb72e0354290fd1988ef154)
|
|
268
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-emoji asset paths
|
|
269
|
+
|
|
270
|
+
- Updated dependencies
|
|
271
|
+
[[`f1375c45`](https://github.com/getflip/swirl/commit/f1375c45dce1d6263fb72e0354290fd1988ef154)]:
|
|
272
|
+
- @getflip/swirl-components@0.104.2
|
|
273
|
+
|
|
274
|
+
## 0.104.1
|
|
275
|
+
|
|
276
|
+
### Patch Changes
|
|
277
|
+
|
|
278
|
+
- [`87d04c01`](https://github.com/getflip/swirl/commit/87d04c01cf78eb584d8a5c012504594e4d0bf168)
|
|
279
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Make swirl-inline-error message
|
|
280
|
+
respect line breaks
|
|
281
|
+
|
|
282
|
+
- Updated dependencies
|
|
283
|
+
[[`87d04c01`](https://github.com/getflip/swirl/commit/87d04c01cf78eb584d8a5c012504594e4d0bf168)]:
|
|
284
|
+
- @getflip/swirl-components@0.104.1
|
|
285
|
+
|
|
286
|
+
## 0.104.0
|
|
287
|
+
|
|
288
|
+
### Minor Changes
|
|
289
|
+
|
|
290
|
+
- [`fc722d3e`](https://github.com/getflip/swirl/commit/fc722d3e33b3f34289581eaef29cd890889d60e7)
|
|
291
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "discover" icon
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- Updated dependencies
|
|
296
|
+
[[`fc722d3e`](https://github.com/getflip/swirl/commit/fc722d3e33b3f34289581eaef29cd890889d60e7)]:
|
|
297
|
+
- @getflip/swirl-components@0.104.0
|
|
298
|
+
|
|
299
|
+
## 0.103.1
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- [`7f895c41`](https://github.com/getflip/swirl/commit/7f895c41b59010bc3b299158223daebd2be334b9)
|
|
304
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Correctly hide custom header of
|
|
305
|
+
swirl-modal if empty
|
|
306
|
+
|
|
307
|
+
- Updated dependencies
|
|
308
|
+
[[`7f895c41`](https://github.com/getflip/swirl/commit/7f895c41b59010bc3b299158223daebd2be334b9)]:
|
|
309
|
+
- @getflip/swirl-components@0.103.1
|
|
310
|
+
|
|
311
|
+
## 0.103.0
|
|
312
|
+
|
|
313
|
+
### Minor Changes
|
|
314
|
+
|
|
315
|
+
- [`e3848897`](https://github.com/getflip/swirl/commit/e384889772c7ebe3dd054cf426e93d10a50ab682)
|
|
316
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "tools" slot to
|
|
317
|
+
swirl-description-list-item
|
|
318
|
+
|
|
319
|
+
### Patch Changes
|
|
320
|
+
|
|
321
|
+
- Updated dependencies
|
|
322
|
+
[[`e3848897`](https://github.com/getflip/swirl/commit/e384889772c7ebe3dd054cf426e93d10a50ab682)]:
|
|
323
|
+
- @getflip/swirl-components@0.103.0
|
|
324
|
+
|
|
325
|
+
## 0.102.1
|
|
326
|
+
|
|
327
|
+
### Patch Changes
|
|
328
|
+
|
|
329
|
+
- [`0e2aa150`](https://github.com/getflip/swirl/commit/0e2aa150c6cec823b4b50fdc7255281c430e4c6d)
|
|
330
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-modal header padding
|
|
331
|
+
|
|
332
|
+
- Updated dependencies
|
|
333
|
+
[[`0e2aa150`](https://github.com/getflip/swirl/commit/0e2aa150c6cec823b4b50fdc7255281c430e4c6d)]:
|
|
334
|
+
- @getflip/swirl-components@0.102.1
|
|
335
|
+
|
|
336
|
+
## 0.102.0
|
|
337
|
+
|
|
338
|
+
### Minor Changes
|
|
339
|
+
|
|
340
|
+
- [`138bf768`](https://github.com/getflip/swirl/commit/138bf768a14aecaf342f91588166b28f9300b693)
|
|
341
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "text-align" and
|
|
342
|
+
"swirl-aria-current" prop to swirl-button
|
|
343
|
+
|
|
344
|
+
* [`f6069b63`](https://github.com/getflip/swirl/commit/f6069b63e401bdbdc73c0d07d2352c879e378bac)
|
|
345
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow to control swirl-box
|
|
346
|
+
borders separately
|
|
347
|
+
|
|
348
|
+
### Patch Changes
|
|
349
|
+
|
|
350
|
+
- Updated dependencies
|
|
351
|
+
[[`138bf768`](https://github.com/getflip/swirl/commit/138bf768a14aecaf342f91588166b28f9300b693),
|
|
352
|
+
[`f6069b63`](https://github.com/getflip/swirl/commit/f6069b63e401bdbdc73c0d07d2352c879e378bac)]:
|
|
353
|
+
- @getflip/swirl-components@0.102.0
|
|
354
|
+
|
|
355
|
+
## 0.101.6
|
|
356
|
+
|
|
357
|
+
### Patch Changes
|
|
358
|
+
|
|
359
|
+
- [`016b09da`](https://github.com/getflip/swirl/commit/016b09da53b88c25e5cbf59772c5d93da0047360)
|
|
360
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-app-layout styles
|
|
361
|
+
|
|
362
|
+
- Updated dependencies
|
|
363
|
+
[[`016b09da`](https://github.com/getflip/swirl/commit/016b09da53b88c25e5cbf59772c5d93da0047360)]:
|
|
364
|
+
- @getflip/swirl-components@0.101.6
|
|
365
|
+
|
|
366
|
+
## 0.101.5
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- [`be883790`](https://github.com/getflip/swirl/commit/be883790ceb3f24ff5f7aa6136b27156602bcb87)
|
|
371
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-app-layout padding
|
|
372
|
+
|
|
373
|
+
- Updated dependencies
|
|
374
|
+
[[`be883790`](https://github.com/getflip/swirl/commit/be883790ceb3f24ff5f7aa6136b27156602bcb87)]:
|
|
375
|
+
- @getflip/swirl-components@0.101.5
|
|
376
|
+
|
|
377
|
+
## 0.101.4
|
|
378
|
+
|
|
379
|
+
### Patch Changes
|
|
380
|
+
|
|
381
|
+
- [`cdb91035`](https://github.com/getflip/swirl/commit/cdb91035869359fc210959f3f5e877baf789f1c2)
|
|
382
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-app-layout styling
|
|
383
|
+
|
|
384
|
+
- Updated dependencies
|
|
385
|
+
[[`cdb91035`](https://github.com/getflip/swirl/commit/cdb91035869359fc210959f3f5e877baf789f1c2)]:
|
|
386
|
+
- @getflip/swirl-components@0.101.4
|
|
387
|
+
|
|
388
|
+
## 0.101.3
|
|
389
|
+
|
|
390
|
+
### Patch Changes
|
|
391
|
+
|
|
392
|
+
- [`90a76301`](https://github.com/getflip/swirl/commit/90a763013c9f3b923a4e77b9ac7553d89e0dbd7b)
|
|
393
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-accordion-item toggle
|
|
394
|
+
color when used inside swirl-modal
|
|
395
|
+
|
|
396
|
+
- Updated dependencies
|
|
397
|
+
[[`90a76301`](https://github.com/getflip/swirl/commit/90a763013c9f3b923a4e77b9ac7553d89e0dbd7b)]:
|
|
398
|
+
- @getflip/swirl-components@0.101.3
|
|
399
|
+
|
|
400
|
+
## 0.101.2
|
|
401
|
+
|
|
402
|
+
### Patch Changes
|
|
403
|
+
|
|
404
|
+
- [`3b57dde1`](https://github.com/getflip/swirl/commit/3b57dde1ab0ef60ecb59c320c996b3506b29b811)
|
|
405
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-card background color
|
|
406
|
+
when used inside swirl-modal
|
|
407
|
+
|
|
408
|
+
- Updated dependencies
|
|
409
|
+
[[`3b57dde1`](https://github.com/getflip/swirl/commit/3b57dde1ab0ef60ecb59c320c996b3506b29b811)]:
|
|
410
|
+
- @getflip/swirl-components@0.101.2
|
|
411
|
+
|
|
412
|
+
## 0.101.1
|
|
413
|
+
|
|
414
|
+
### Patch Changes
|
|
415
|
+
|
|
416
|
+
- [`8353578d`](https://github.com/getflip/swirl/commit/8353578dd81650addea2bf0b1b79f62e42c51cf9)
|
|
417
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a focus trap issue of
|
|
418
|
+
swirl-modal
|
|
419
|
+
|
|
420
|
+
- Updated dependencies
|
|
421
|
+
[[`8353578d`](https://github.com/getflip/swirl/commit/8353578dd81650addea2bf0b1b79f62e42c51cf9)]:
|
|
422
|
+
- @getflip/swirl-components@0.101.1
|
|
423
|
+
|
|
424
|
+
## 0.101.0
|
|
425
|
+
|
|
426
|
+
### Minor Changes
|
|
427
|
+
|
|
428
|
+
- [#415](https://github.com/getflip/swirl/pull/415)
|
|
429
|
+
[`82761f4d`](https://github.com/getflip/swirl/commit/82761f4d25e20ab1c9228a2ec2a842169d783da3)
|
|
430
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "tool" slot and
|
|
431
|
+
"tool-position" prop to swirl-avatar; deprecate "badge" and "badge-position"
|
|
432
|
+
props"
|
|
433
|
+
|
|
434
|
+
### Patch Changes
|
|
435
|
+
|
|
436
|
+
- Updated dependencies
|
|
437
|
+
[[`82761f4d`](https://github.com/getflip/swirl/commit/82761f4d25e20ab1c9228a2ec2a842169d783da3)]:
|
|
438
|
+
- @getflip/swirl-components@0.101.0
|
|
439
|
+
|
|
440
|
+
## 0.100.3
|
|
441
|
+
|
|
442
|
+
### Patch Changes
|
|
443
|
+
|
|
444
|
+
- [`e1078098`](https://github.com/getflip/swirl/commit/e1078098905830c3ed6577f969593e2484af78e3)
|
|
445
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a swirl-accordion border
|
|
446
|
+
issue
|
|
447
|
+
|
|
448
|
+
- Updated dependencies
|
|
449
|
+
[[`e1078098`](https://github.com/getflip/swirl/commit/e1078098905830c3ed6577f969593e2484af78e3)]:
|
|
450
|
+
- @getflip/swirl-components@0.100.3
|
|
451
|
+
|
|
452
|
+
## 0.100.2
|
|
453
|
+
|
|
454
|
+
### Patch Changes
|
|
455
|
+
|
|
456
|
+
- [`e152417b`](https://github.com/getflip/swirl/commit/e152417bb4ff440a0cc515a4dc7eaae89e43baf6)
|
|
457
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-accordion-item border
|
|
458
|
+
display
|
|
459
|
+
|
|
460
|
+
- Updated dependencies
|
|
461
|
+
[[`e152417b`](https://github.com/getflip/swirl/commit/e152417bb4ff440a0cc515a4dc7eaae89e43baf6)]:
|
|
462
|
+
- @getflip/swirl-components@0.100.2
|
|
463
|
+
|
|
464
|
+
## 0.100.1
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- [`852d9b2e`](https://github.com/getflip/swirl/commit/852d9b2e1008c662f690d6e42107e4e62c51b303)
|
|
469
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list drag&drop
|
|
470
|
+
|
|
471
|
+
- Updated dependencies
|
|
472
|
+
[[`852d9b2e`](https://github.com/getflip/swirl/commit/852d9b2e1008c662f690d6e42107e4e62c51b303)]:
|
|
473
|
+
- @getflip/swirl-components@0.100.1
|
|
474
|
+
|
|
475
|
+
## 0.100.0
|
|
476
|
+
|
|
477
|
+
### Minor Changes
|
|
478
|
+
|
|
479
|
+
- [#407](https://github.com/getflip/swirl/pull/407)
|
|
480
|
+
[`8b84ef94`](https://github.com/getflip/swirl/commit/8b84ef94ac94701bc93dcff97b79a32773175608)
|
|
481
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add color picker to
|
|
482
|
+
swirl-color-input
|
|
483
|
+
|
|
484
|
+
* [`86bc87e7`](https://github.com/getflip/swirl/commit/86bc87e77569829d0ec84540a7ffa47e278d51d7)
|
|
485
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "expandedItemChange" event to
|
|
486
|
+
swirl-accordion
|
|
487
|
+
|
|
488
|
+
### Patch Changes
|
|
489
|
+
|
|
490
|
+
- Updated dependencies
|
|
491
|
+
[[`8b84ef94`](https://github.com/getflip/swirl/commit/8b84ef94ac94701bc93dcff97b79a32773175608),
|
|
492
|
+
[`86bc87e7`](https://github.com/getflip/swirl/commit/86bc87e77569829d0ec84540a7ffa47e278d51d7)]:
|
|
493
|
+
- @getflip/swirl-components@0.100.0
|
|
494
|
+
|
|
495
|
+
## 0.99.0
|
|
496
|
+
|
|
497
|
+
### Minor Changes
|
|
498
|
+
|
|
499
|
+
- [`4e297efa`](https://github.com/getflip/swirl/commit/4e297efa331f4bca7c359c6ed65077712e0d04e3)
|
|
500
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "expandItem" and
|
|
501
|
+
"collapseItem" methods to swirl-accordion
|
|
502
|
+
|
|
503
|
+
### Patch Changes
|
|
504
|
+
|
|
505
|
+
- Updated dependencies
|
|
506
|
+
[[`4e297efa`](https://github.com/getflip/swirl/commit/4e297efa331f4bca7c359c6ed65077712e0d04e3)]:
|
|
507
|
+
- @getflip/swirl-components@0.99.0
|
|
508
|
+
|
|
509
|
+
## 0.98.1
|
|
510
|
+
|
|
511
|
+
### Patch Changes
|
|
512
|
+
|
|
513
|
+
- [`4837a480`](https://github.com/getflip/swirl/commit/4837a480e7f7a313a483c8c536c50d7d637a0b57)
|
|
514
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix incorrect swirl-file-uploader
|
|
515
|
+
label id
|
|
516
|
+
|
|
517
|
+
- Updated dependencies
|
|
518
|
+
[[`4837a480`](https://github.com/getflip/swirl/commit/4837a480e7f7a313a483c8c536c50d7d637a0b57)]:
|
|
519
|
+
- @getflip/swirl-components@0.98.1
|
|
520
|
+
|
|
521
|
+
## 0.98.0
|
|
522
|
+
|
|
523
|
+
### Minor Changes
|
|
524
|
+
|
|
525
|
+
- [#402](https://github.com/getflip/swirl/pull/402)
|
|
526
|
+
[`074c3d0f`](https://github.com/getflip/swirl/commit/074c3d0f86449320b21d09264d81de6f07d22d5d)
|
|
527
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-color-input component
|
|
528
|
+
|
|
529
|
+
* [#401](https://github.com/getflip/swirl/pull/401)
|
|
530
|
+
[`4d803670`](https://github.com/getflip/swirl/commit/4d8036700263890a874b51647c46aef79d9721c9)
|
|
531
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-accordion and
|
|
532
|
+
swirl-accordion-item components
|
|
533
|
+
|
|
534
|
+
### Patch Changes
|
|
535
|
+
|
|
536
|
+
- Updated dependencies
|
|
537
|
+
[[`074c3d0f`](https://github.com/getflip/swirl/commit/074c3d0f86449320b21d09264d81de6f07d22d5d),
|
|
538
|
+
[`4d803670`](https://github.com/getflip/swirl/commit/4d8036700263890a874b51647c46aef79d9721c9)]:
|
|
539
|
+
- @getflip/swirl-components@0.98.0
|
|
540
|
+
|
|
541
|
+
## 0.97.1
|
|
542
|
+
|
|
543
|
+
### Patch Changes
|
|
544
|
+
|
|
545
|
+
- [`bd30ffd1`](https://github.com/getflip/swirl/commit/bd30ffd11aa2f6bb13d2666d8ab5ffa9cc943c4a)
|
|
546
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue of swirl-modal content
|
|
547
|
+
height
|
|
548
|
+
|
|
549
|
+
- Updated dependencies
|
|
550
|
+
[[`bd30ffd1`](https://github.com/getflip/swirl/commit/bd30ffd11aa2f6bb13d2666d8ab5ffa9cc943c4a)]:
|
|
551
|
+
- @getflip/swirl-components@0.97.1
|
|
552
|
+
|
|
553
|
+
## 0.97.0
|
|
554
|
+
|
|
555
|
+
### Minor Changes
|
|
556
|
+
|
|
557
|
+
- [`7bbdbf09`](https://github.com/getflip/swirl/commit/7bbdbf091abaac4c99a80c54bdfb7547a66dc5c6)
|
|
558
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add props controlling the
|
|
559
|
+
swirl-file-uploader button
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
- Updated dependencies
|
|
564
|
+
[[`7bbdbf09`](https://github.com/getflip/swirl/commit/7bbdbf091abaac4c99a80c54bdfb7547a66dc5c6)]:
|
|
565
|
+
- @getflip/swirl-components@0.97.0
|
|
566
|
+
|
|
567
|
+
## 0.96.2
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- [`64804527`](https://github.com/getflip/swirl/commit/648045276083af5bee31550811773cbf9d034712)
|
|
572
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select search spinner
|
|
573
|
+
positioning
|
|
574
|
+
|
|
575
|
+
- Updated dependencies
|
|
576
|
+
[[`64804527`](https://github.com/getflip/swirl/commit/648045276083af5bee31550811773cbf9d034712)]:
|
|
577
|
+
- @getflip/swirl-components@0.96.2
|
|
578
|
+
|
|
579
|
+
## 0.96.1
|
|
580
|
+
|
|
581
|
+
### Patch Changes
|
|
582
|
+
|
|
583
|
+
- [`06c65a47`](https://github.com/getflip/swirl/commit/06c65a47ee9ad2ae72b6da9d8d88d2de50114829)
|
|
584
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix update issue caused by
|
|
585
|
+
dynamically rendered swirl-option-list items
|
|
586
|
+
|
|
587
|
+
- Updated dependencies
|
|
588
|
+
[[`06c65a47`](https://github.com/getflip/swirl/commit/06c65a47ee9ad2ae72b6da9d8d88d2de50114829)]:
|
|
589
|
+
- @getflip/swirl-components@0.96.1
|
|
590
|
+
|
|
591
|
+
## 0.96.0
|
|
592
|
+
|
|
593
|
+
### Minor Changes
|
|
594
|
+
|
|
595
|
+
- [#394](https://github.com/getflip/swirl/pull/394)
|
|
596
|
+
[`92ebda07`](https://github.com/getflip/swirl/commit/92ebda07f1e656ad1a0b2f69411ab87cd939b7c9)
|
|
597
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add optional search input to
|
|
598
|
+
swirl-select
|
|
599
|
+
|
|
600
|
+
### Patch Changes
|
|
601
|
+
|
|
602
|
+
- Updated dependencies
|
|
603
|
+
[[`92ebda07`](https://github.com/getflip/swirl/commit/92ebda07f1e656ad1a0b2f69411ab87cd939b7c9)]:
|
|
604
|
+
- @getflip/swirl-components@0.96.0
|
|
605
|
+
|
|
606
|
+
## 0.95.2
|
|
607
|
+
|
|
608
|
+
### Patch Changes
|
|
609
|
+
|
|
610
|
+
- [#392](https://github.com/getflip/swirl/pull/392)
|
|
611
|
+
[`c10e8bff`](https://github.com/getflip/swirl/commit/c10e8bffd3cce7dc906d39df77c94bc9d91421b8)
|
|
612
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Clear swirl-autocomplete search
|
|
613
|
+
after item was selected in multi select variant
|
|
614
|
+
|
|
615
|
+
* [#391](https://github.com/getflip/swirl/pull/391)
|
|
616
|
+
[`880b45cb`](https://github.com/getflip/swirl/commit/880b45cbc8bdc1461c5dec3b57898a0d19853e39)
|
|
617
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix various issue with component
|
|
618
|
+
keyboard controls
|
|
619
|
+
|
|
620
|
+
* Updated dependencies
|
|
621
|
+
[[`c10e8bff`](https://github.com/getflip/swirl/commit/c10e8bffd3cce7dc906d39df77c94bc9d91421b8),
|
|
622
|
+
[`880b45cb`](https://github.com/getflip/swirl/commit/880b45cbc8bdc1461c5dec3b57898a0d19853e39)]:
|
|
623
|
+
- @getflip/swirl-components@0.95.2
|
|
624
|
+
|
|
625
|
+
## 0.95.1
|
|
626
|
+
|
|
627
|
+
### Patch Changes
|
|
628
|
+
|
|
629
|
+
- [`9b63e4f4`](https://github.com/getflip/swirl/commit/9b63e4f40e25e6d8329ef3c1022c8ede2661c1a7)
|
|
630
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent primary modal content
|
|
631
|
+
from displacing secondary content
|
|
632
|
+
|
|
633
|
+
- Updated dependencies
|
|
634
|
+
[[`9b63e4f4`](https://github.com/getflip/swirl/commit/9b63e4f40e25e6d8329ef3c1022c8ede2661c1a7)]:
|
|
635
|
+
- @getflip/swirl-components@0.95.1
|
|
636
|
+
|
|
637
|
+
## 0.95.0
|
|
638
|
+
|
|
639
|
+
### Minor Changes
|
|
640
|
+
|
|
641
|
+
- [#388](https://github.com/getflip/swirl/pull/388)
|
|
642
|
+
[`9f7f3e83`](https://github.com/getflip/swirl/commit/9f7f3e83dcb20904cc422bbe6b742de6dc72a11e)
|
|
643
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-switch styling;
|
|
644
|
+
remove size prop
|
|
645
|
+
|
|
646
|
+
* [`af6c1409`](https://github.com/getflip/swirl/commit/af6c1409e95e5d21312651d50babc42ec7dc3d13)
|
|
647
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "height" prop to swirl-modal
|
|
648
|
+
|
|
649
|
+
- [#387](https://github.com/getflip/swirl/pull/387)
|
|
650
|
+
[`a6826827`](https://github.com/getflip/swirl/commit/a68268275d0d56d4ba7c7dbb2778b9f841c5b21b)
|
|
651
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-dialog styling
|
|
652
|
+
|
|
653
|
+
### Patch Changes
|
|
654
|
+
|
|
655
|
+
- Updated dependencies
|
|
656
|
+
[[`9f7f3e83`](https://github.com/getflip/swirl/commit/9f7f3e83dcb20904cc422bbe6b742de6dc72a11e),
|
|
657
|
+
[`af6c1409`](https://github.com/getflip/swirl/commit/af6c1409e95e5d21312651d50babc42ec7dc3d13),
|
|
658
|
+
[`a6826827`](https://github.com/getflip/swirl/commit/a68268275d0d56d4ba7c7dbb2778b9f841c5b21b)]:
|
|
659
|
+
- @getflip/swirl-components@0.95.0
|
|
660
|
+
|
|
661
|
+
## 0.94.1
|
|
662
|
+
|
|
663
|
+
### Patch Changes
|
|
664
|
+
|
|
665
|
+
- [`4b29fde8`](https://github.com/getflip/swirl/commit/4b29fde8ef5daab13c6be149b98bb78cb096eb26)
|
|
666
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix value update issue of
|
|
667
|
+
swirl-text-input
|
|
668
|
+
|
|
669
|
+
- Updated dependencies
|
|
670
|
+
[[`4b29fde8`](https://github.com/getflip/swirl/commit/4b29fde8ef5daab13c6be149b98bb78cb096eb26)]:
|
|
671
|
+
- @getflip/swirl-components@0.94.1
|
|
672
|
+
|
|
673
|
+
## 0.94.0
|
|
674
|
+
|
|
675
|
+
### Minor Changes
|
|
676
|
+
|
|
677
|
+
- [`c74db482`](https://github.com/getflip/swirl/commit/c74db48246bf8ec9754f89eef6880fdbb8b80b82)
|
|
678
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Align versions with
|
|
679
|
+
swirl-components package
|
|
680
|
+
|
|
681
|
+
## 0.93.0
|
|
682
|
+
|
|
683
|
+
### Minor Changes
|
|
684
|
+
|
|
685
|
+
- [`c5405a64`](https://github.com/getflip/swirl/commit/c5405a6422a6d78f031936b3484791d656940ee3)
|
|
686
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Align version numbers with
|
|
687
|
+
swirl-components package
|
|
688
|
+
|
|
689
|
+
## 0.92.1
|
|
690
|
+
|
|
691
|
+
### Patch Changes
|
|
692
|
+
|
|
693
|
+
- [`4846aa42`](https://github.com/getflip/swirl/commit/4846aa42ca1f217889ac41e81ee8d69df1ae439a)
|
|
694
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix value update issue of
|
|
695
|
+
swirl-form-control
|
|
696
|
+
|
|
697
|
+
- Updated dependencies
|
|
698
|
+
[[`4846aa42`](https://github.com/getflip/swirl/commit/4846aa42ca1f217889ac41e81ee8d69df1ae439a),
|
|
699
|
+
[`12b83d54`](https://github.com/getflip/swirl/commit/12b83d54b591c7748a9c27018e8946df16303e59)]:
|
|
700
|
+
- @getflip/swirl-components@0.94.0
|
|
701
|
+
|
|
702
|
+
## 0.92.0
|
|
703
|
+
|
|
704
|
+
### Minor Changes
|
|
705
|
+
|
|
706
|
+
- [`2d91a2b0`](https://github.com/getflip/swirl/commit/2d91a2b018d9414abb9e2e292c59ecb68640aa7d)
|
|
707
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "truncate-direction" prop to
|
|
708
|
+
swirl-text
|
|
709
|
+
|
|
710
|
+
### Patch Changes
|
|
711
|
+
|
|
712
|
+
- Updated dependencies
|
|
713
|
+
[[`2d91a2b0`](https://github.com/getflip/swirl/commit/2d91a2b018d9414abb9e2e292c59ecb68640aa7d)]:
|
|
714
|
+
- @getflip/swirl-components@0.93.0
|
|
715
|
+
|
|
716
|
+
## 0.91.2
|
|
717
|
+
|
|
718
|
+
### Patch Changes
|
|
719
|
+
|
|
720
|
+
- [`bb0ea755`](https://github.com/getflip/swirl/commit/bb0ea7551a42b56cb6d64ae9bedb1837ca4122ad)
|
|
721
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-empty-state styling
|
|
722
|
+
|
|
723
|
+
- Updated dependencies
|
|
724
|
+
[[`bb0ea755`](https://github.com/getflip/swirl/commit/bb0ea7551a42b56cb6d64ae9bedb1837ca4122ad)]:
|
|
725
|
+
- @getflip/swirl-components@0.92.2
|
|
726
|
+
|
|
727
|
+
## 0.91.1
|
|
728
|
+
|
|
729
|
+
### Patch Changes
|
|
730
|
+
|
|
731
|
+
- [`a7097ddd`](https://github.com/getflip/swirl/commit/a7097ddda6fabd4a8030c1dca15fe786898075c9)
|
|
732
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Minor style adjustments
|
|
733
|
+
|
|
734
|
+
- Updated dependencies
|
|
735
|
+
[[`a7097ddd`](https://github.com/getflip/swirl/commit/a7097ddda6fabd4a8030c1dca15fe786898075c9)]:
|
|
736
|
+
- @getflip/swirl-components@0.92.1
|
|
737
|
+
|
|
738
|
+
## 0.91.0
|
|
739
|
+
|
|
740
|
+
### Minor Changes
|
|
741
|
+
|
|
742
|
+
- [`979a8b0a`](https://github.com/getflip/swirl/commit/979a8b0ad0338845fd0b5a8d178142c8f959a727)
|
|
743
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "overflow" prop to swirl-card
|
|
744
|
+
|
|
745
|
+
### Patch Changes
|
|
746
|
+
|
|
747
|
+
- Updated dependencies
|
|
748
|
+
[[`979a8b0a`](https://github.com/getflip/swirl/commit/979a8b0ad0338845fd0b5a8d178142c8f959a727)]:
|
|
749
|
+
- @getflip/swirl-components@0.92.0
|
|
750
|
+
|
|
751
|
+
## 0.90.0
|
|
752
|
+
|
|
753
|
+
### Minor Changes
|
|
754
|
+
|
|
755
|
+
- [`22dae240`](https://github.com/getflip/swirl/commit/22dae2406d2c1e20794df917935d9eadcdb63e55)
|
|
756
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "secondary-content" slot to
|
|
757
|
+
swirl-modal
|
|
758
|
+
|
|
759
|
+
* [`51d05d9c`](https://github.com/getflip/swirl/commit/51d05d9cb0476b012d62bc7717ab3acac234274d)
|
|
760
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "default-subdued" intent to
|
|
761
|
+
swirl-card
|
|
762
|
+
|
|
763
|
+
### Patch Changes
|
|
764
|
+
|
|
765
|
+
- Updated dependencies
|
|
766
|
+
[[`22dae240`](https://github.com/getflip/swirl/commit/22dae2406d2c1e20794df917935d9eadcdb63e55),
|
|
767
|
+
[`51d05d9c`](https://github.com/getflip/swirl/commit/51d05d9cb0476b012d62bc7717ab3acac234274d)]:
|
|
768
|
+
- @getflip/swirl-components@0.91.0
|
|
769
|
+
|
|
770
|
+
## 0.89.0
|
|
771
|
+
|
|
772
|
+
### Minor Changes
|
|
773
|
+
|
|
774
|
+
- [#375](https://github.com/getflip/swirl/pull/375)
|
|
775
|
+
[`5586652b`](https://github.com/getflip/swirl/commit/5586652bec2315b8182fdd13f6670890ebeffc7c)
|
|
776
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Add SwirlToolbar
|
|
777
|
+
component
|
|
778
|
+
|
|
779
|
+
### Patch Changes
|
|
780
|
+
|
|
781
|
+
- Updated dependencies
|
|
782
|
+
[[`5586652b`](https://github.com/getflip/swirl/commit/5586652bec2315b8182fdd13f6670890ebeffc7c)]:
|
|
783
|
+
- @getflip/swirl-components@0.90.0
|
|
784
|
+
|
|
785
|
+
## 0.88.0
|
|
786
|
+
|
|
787
|
+
### Minor Changes
|
|
788
|
+
|
|
789
|
+
- [#371](https://github.com/getflip/swirl/pull/371)
|
|
790
|
+
[`fec62233`](https://github.com/getflip/swirl/commit/fec6223355a6f6b0b63ea1400c579e42691da204)
|
|
791
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "card" variant to
|
|
792
|
+
swirl-checkbox and swirl-radio
|
|
793
|
+
|
|
794
|
+
* [#374](https://github.com/getflip/swirl/pull/374)
|
|
795
|
+
[`75b7ba4a`](https://github.com/getflip/swirl/commit/75b7ba4a8fac2b4055e2d21e6600bd1333c5130b)
|
|
796
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Add "maxWidth" prop
|
|
797
|
+
to swirl-description-list-item
|
|
798
|
+
|
|
799
|
+
- [#374](https://github.com/getflip/swirl/pull/374)
|
|
800
|
+
[`75b7ba4a`](https://github.com/getflip/swirl/commit/75b7ba4a8fac2b4055e2d21e6600bd1333c5130b)
|
|
801
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Add prop "pressed"
|
|
802
|
+
to swirl-chip
|
|
803
|
+
|
|
804
|
+
### Patch Changes
|
|
805
|
+
|
|
806
|
+
- Updated dependencies
|
|
807
|
+
[[`fec62233`](https://github.com/getflip/swirl/commit/fec6223355a6f6b0b63ea1400c579e42691da204),
|
|
808
|
+
[`75b7ba4a`](https://github.com/getflip/swirl/commit/75b7ba4a8fac2b4055e2d21e6600bd1333c5130b),
|
|
809
|
+
[`75b7ba4a`](https://github.com/getflip/swirl/commit/75b7ba4a8fac2b4055e2d21e6600bd1333c5130b)]:
|
|
810
|
+
- @getflip/swirl-components@0.89.0
|
|
811
|
+
|
|
812
|
+
## 0.87.1
|
|
813
|
+
|
|
814
|
+
### Patch Changes
|
|
815
|
+
|
|
816
|
+
- [`5913c292`](https://github.com/getflip/swirl/commit/5913c292b9aabc83deec546c0c9e4cd79d169b6e)
|
|
817
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-description-list
|
|
818
|
+
semantics
|
|
819
|
+
|
|
820
|
+
- Updated dependencies
|
|
821
|
+
[[`5913c292`](https://github.com/getflip/swirl/commit/5913c292b9aabc83deec546c0c9e4cd79d169b6e)]:
|
|
822
|
+
- @getflip/swirl-components@0.88.1
|
|
823
|
+
|
|
824
|
+
## 0.87.0
|
|
825
|
+
|
|
826
|
+
### Minor Changes
|
|
827
|
+
|
|
828
|
+
- [#367](https://github.com/getflip/swirl/pull/367)
|
|
829
|
+
[`8e577bec`](https://github.com/getflip/swirl/commit/8e577bec507cbf60b8a317d8778751403ad85693)
|
|
830
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "pressed" prop to
|
|
831
|
+
swirl-button to enable toggle buttons
|
|
832
|
+
|
|
833
|
+
* [#369](https://github.com/getflip/swirl/pull/369)
|
|
834
|
+
[`5fc6c92a`](https://github.com/getflip/swirl/commit/5fc6c92aa46393a172de11fa693e46c7a55f1446)
|
|
835
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add prefix slot to
|
|
836
|
+
swirl-form-control
|
|
837
|
+
|
|
838
|
+
### Patch Changes
|
|
839
|
+
|
|
840
|
+
- [`f1fae3bb`](https://github.com/getflip/swirl/commit/f1fae3bb6c1193bed0e56cf41a4e76dda934c9f9)
|
|
841
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list IDs
|
|
842
|
+
|
|
843
|
+
- Updated dependencies
|
|
844
|
+
[[`f1fae3bb`](https://github.com/getflip/swirl/commit/f1fae3bb6c1193bed0e56cf41a4e76dda934c9f9),
|
|
845
|
+
[`8e577bec`](https://github.com/getflip/swirl/commit/8e577bec507cbf60b8a317d8778751403ad85693),
|
|
846
|
+
[`5fc6c92a`](https://github.com/getflip/swirl/commit/5fc6c92aa46393a172de11fa693e46c7a55f1446)]:
|
|
847
|
+
- @getflip/swirl-components@0.88.0
|
|
848
|
+
|
|
849
|
+
## 0.86.5
|
|
850
|
+
|
|
851
|
+
### Patch Changes
|
|
852
|
+
|
|
853
|
+
- [`f8ed5afd`](https://github.com/getflip/swirl/commit/f8ed5afd1eff954bbc3fc68ae9bd3c9f00b58bfc)
|
|
854
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Let swirl-text-input use full
|
|
855
|
+
width when used without a suffix
|
|
856
|
+
|
|
857
|
+
- Updated dependencies
|
|
858
|
+
[[`f8ed5afd`](https://github.com/getflip/swirl/commit/f8ed5afd1eff954bbc3fc68ae9bd3c9f00b58bfc)]:
|
|
859
|
+
- @getflip/swirl-components@0.87.5
|
|
860
|
+
|
|
861
|
+
## 0.86.4
|
|
862
|
+
|
|
863
|
+
### Patch Changes
|
|
864
|
+
|
|
865
|
+
- [`83bb0b97`](https://github.com/getflip/swirl/commit/83bb0b9748ea84ed7b6635da936bfe75d5f161e5)
|
|
866
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue closing the
|
|
867
|
+
swirl-autocomplete suggestions
|
|
868
|
+
|
|
869
|
+
- Updated dependencies
|
|
870
|
+
[[`83bb0b97`](https://github.com/getflip/swirl/commit/83bb0b9748ea84ed7b6635da936bfe75d5f161e5)]:
|
|
871
|
+
- @getflip/swirl-components@0.87.4
|
|
872
|
+
|
|
873
|
+
## 0.86.3
|
|
874
|
+
|
|
875
|
+
### Patch Changes
|
|
876
|
+
|
|
877
|
+
- [`1c6cb1d9`](https://github.com/getflip/swirl/commit/1c6cb1d91daf726142f1d445a7a3e755d01cd333)
|
|
878
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swil-option-list focus and
|
|
879
|
+
drag and drop issues
|
|
880
|
+
|
|
881
|
+
- Updated dependencies
|
|
882
|
+
[[`1c6cb1d9`](https://github.com/getflip/swirl/commit/1c6cb1d91daf726142f1d445a7a3e755d01cd333)]:
|
|
883
|
+
- @getflip/swirl-components@0.87.3
|
|
884
|
+
|
|
885
|
+
## 0.86.2
|
|
886
|
+
|
|
887
|
+
### Patch Changes
|
|
888
|
+
|
|
889
|
+
- [`c6032d45`](https://github.com/getflip/swirl/commit/c6032d45cda2e0ff7fcedf0537095e2a2fdd207b)
|
|
890
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-button "form" prop
|
|
891
|
+
|
|
892
|
+
- Updated dependencies
|
|
893
|
+
[[`c6032d45`](https://github.com/getflip/swirl/commit/c6032d45cda2e0ff7fcedf0537095e2a2fdd207b)]:
|
|
894
|
+
- @getflip/swirl-components@0.87.2
|
|
895
|
+
|
|
896
|
+
## 0.86.1
|
|
897
|
+
|
|
898
|
+
### Patch Changes
|
|
899
|
+
|
|
900
|
+
- [`0356bfb5`](https://github.com/getflip/swirl/commit/0356bfb5211483880a0f2b83e0a0b5a6e068fd67)
|
|
901
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Limit swirl-autocomplete listbox
|
|
902
|
+
height
|
|
903
|
+
|
|
904
|
+
- Updated dependencies
|
|
905
|
+
[[`0356bfb5`](https://github.com/getflip/swirl/commit/0356bfb5211483880a0f2b83e0a0b5a6e068fd67)]:
|
|
906
|
+
- @getflip/swirl-components@0.87.1
|
|
907
|
+
|
|
908
|
+
## 0.86.0
|
|
909
|
+
|
|
910
|
+
### Minor Changes
|
|
911
|
+
|
|
912
|
+
- [#359](https://github.com/getflip/swirl/pull/359)
|
|
913
|
+
[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
|
|
914
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add multi select support to
|
|
915
|
+
swirl-autocomplete
|
|
916
|
+
|
|
917
|
+
* [#359](https://github.com/getflip/swirl/pull/359)
|
|
918
|
+
[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
|
|
919
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Change
|
|
920
|
+
swirl-autocomplete value type to SwirlAutocompleteSuggestion or
|
|
921
|
+
SwirlAutocompleteSuggestion[]
|
|
922
|
+
|
|
923
|
+
### Patch Changes
|
|
924
|
+
|
|
925
|
+
- [#359](https://github.com/getflip/swirl/pull/359)
|
|
926
|
+
[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
|
|
927
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select keyboard
|
|
928
|
+
controls
|
|
929
|
+
|
|
930
|
+
- Updated dependencies
|
|
931
|
+
[[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85),
|
|
932
|
+
[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85),
|
|
933
|
+
[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)]:
|
|
934
|
+
- @getflip/swirl-components@0.87.0
|
|
935
|
+
|
|
936
|
+
## 0.85.0
|
|
937
|
+
|
|
938
|
+
### Minor Changes
|
|
939
|
+
|
|
940
|
+
- [#354](https://github.com/getflip/swirl/pull/354)
|
|
941
|
+
[`f2f16f17`](https://github.com/getflip/swirl/commit/f2f16f17411b04e24f27a3af278ff1990cde2335)
|
|
942
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow icons inside swirl-tab-bar
|
|
943
|
+
tabs
|
|
944
|
+
|
|
945
|
+
* [#356](https://github.com/getflip/swirl/pull/356)
|
|
946
|
+
[`c4d7775d`](https://github.com/getflip/swirl/commit/c4d7775dd6097d28c66f4d2f976967461fc8f387)
|
|
947
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-emoji component(s)
|
|
948
|
+
|
|
949
|
+
- [#357](https://github.com/getflip/swirl/pull/357)
|
|
950
|
+
[`d1da5f48`](https://github.com/getflip/swirl/commit/d1da5f48f9f2670273b0de3f6be8958091872afe)
|
|
951
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "badges" slot to
|
|
952
|
+
swirl-resource-list-item
|
|
953
|
+
|
|
954
|
+
### Patch Changes
|
|
955
|
+
|
|
956
|
+
- Updated dependencies
|
|
957
|
+
[[`f2f16f17`](https://github.com/getflip/swirl/commit/f2f16f17411b04e24f27a3af278ff1990cde2335),
|
|
958
|
+
[`c4d7775d`](https://github.com/getflip/swirl/commit/c4d7775dd6097d28c66f4d2f976967461fc8f387),
|
|
959
|
+
[`d1da5f48`](https://github.com/getflip/swirl/commit/d1da5f48f9f2670273b0de3f6be8958091872afe)]:
|
|
960
|
+
- @getflip/swirl-components@0.86.0
|
|
961
|
+
|
|
962
|
+
## 0.84.1
|
|
963
|
+
|
|
964
|
+
### Patch Changes
|
|
965
|
+
|
|
966
|
+
- [`bcc109e3`](https://github.com/getflip/swirl/commit/bcc109e331b3f2199d83dfb7d0fe97640894e39b)
|
|
967
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent swirl-tag text overflow
|
|
968
|
+
|
|
969
|
+
- Updated dependencies
|
|
970
|
+
[[`bcc109e3`](https://github.com/getflip/swirl/commit/bcc109e331b3f2199d83dfb7d0fe97640894e39b)]:
|
|
971
|
+
- @getflip/swirl-components@0.85.1
|
|
972
|
+
|
|
973
|
+
## 0.84.0
|
|
974
|
+
|
|
975
|
+
### Minor Changes
|
|
976
|
+
|
|
977
|
+
- [`de974d10`](https://github.com/getflip/swirl/commit/de974d1005c5edc7a0b39cd344e617e2236b6705)
|
|
978
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "remove" event to
|
|
979
|
+
swirl-thumbnail
|
|
980
|
+
|
|
981
|
+
### Patch Changes
|
|
982
|
+
|
|
983
|
+
- Updated dependencies
|
|
984
|
+
[[`de974d10`](https://github.com/getflip/swirl/commit/de974d1005c5edc7a0b39cd344e617e2236b6705)]:
|
|
985
|
+
- @getflip/swirl-components@0.85.0
|
|
986
|
+
|
|
987
|
+
## 0.83.1
|
|
988
|
+
|
|
989
|
+
### Patch Changes
|
|
990
|
+
|
|
991
|
+
- [`10f73f45`](https://github.com/getflip/swirl/commit/10f73f458dc3472770049613da649f9f116c48a9)
|
|
992
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-tooltip positioning
|
|
993
|
+
inside table cells
|
|
994
|
+
|
|
995
|
+
- Updated dependencies
|
|
996
|
+
[[`10f73f45`](https://github.com/getflip/swirl/commit/10f73f458dc3472770049613da649f9f116c48a9)]:
|
|
997
|
+
- @getflip/swirl-components@0.84.1
|
|
998
|
+
|
|
999
|
+
## 0.83.0
|
|
1000
|
+
|
|
1001
|
+
### Minor Changes
|
|
1002
|
+
|
|
1003
|
+
- [`8a987423`](https://github.com/getflip/swirl/commit/8a9874231ad7ecdf8531a6987372414b49071ba6)
|
|
1004
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "invalidInput" event to
|
|
1005
|
+
swirl-date-input
|
|
1006
|
+
|
|
1007
|
+
### Patch Changes
|
|
1008
|
+
|
|
1009
|
+
- [`219e6031`](https://github.com/getflip/swirl/commit/219e6031ff100229c4292609a79fefeaa2c270f4)
|
|
1010
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue of
|
|
1011
|
+
swirl-form-control sometimes not loosing focus state correctly
|
|
1012
|
+
|
|
1013
|
+
- Updated dependencies
|
|
1014
|
+
[[`219e6031`](https://github.com/getflip/swirl/commit/219e6031ff100229c4292609a79fefeaa2c270f4),
|
|
1015
|
+
[`8a987423`](https://github.com/getflip/swirl/commit/8a9874231ad7ecdf8531a6987372414b49071ba6)]:
|
|
1016
|
+
- @getflip/swirl-components@0.84.0
|
|
1017
|
+
|
|
1018
|
+
## 0.82.0
|
|
1019
|
+
|
|
1020
|
+
### Minor Changes
|
|
1021
|
+
|
|
1022
|
+
- [`a06de82`](https://github.com/getflip/swirl/commit/a06de82565fea5ef94931b73d13783e919cc3985)
|
|
1023
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-menu" prop to
|
|
1024
|
+
swirl-lightbox
|
|
1025
|
+
|
|
1026
|
+
### Patch Changes
|
|
1027
|
+
|
|
1028
|
+
- Updated dependencies
|
|
1029
|
+
[[`a06de82`](https://github.com/getflip/swirl/commit/a06de82565fea5ef94931b73d13783e919cc3985)]:
|
|
1030
|
+
- @getflip/swirl-components@0.83.0
|
|
1031
|
+
|
|
1032
|
+
## 0.81.0
|
|
1033
|
+
|
|
1034
|
+
### Minor Changes
|
|
1035
|
+
|
|
1036
|
+
- [`691509d`](https://github.com/getflip/swirl/commit/691509db9437542083a854a37fc7c4ec1868109b)
|
|
1037
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "closable" prop to
|
|
1038
|
+
swirl-modal
|
|
1039
|
+
|
|
1040
|
+
### Patch Changes
|
|
1041
|
+
|
|
1042
|
+
- Updated dependencies
|
|
1043
|
+
[[`827353e`](https://github.com/getflip/swirl/commit/827353ea1bd4c7b159be0d750bca3040f0b02b66),
|
|
1044
|
+
[`691509d`](https://github.com/getflip/swirl/commit/691509db9437542083a854a37fc7c4ec1868109b)]:
|
|
1045
|
+
- @getflip/swirl-components@0.82.0
|
|
1046
|
+
|
|
1047
|
+
## 0.80.4
|
|
1048
|
+
|
|
1049
|
+
### Patch Changes
|
|
1050
|
+
|
|
1051
|
+
- [`e57991b`](https://github.com/getflip/swirl/commit/e57991b7efa94b74761c4b26ac55b799e806bfbc)
|
|
1052
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix autofocus of input components
|
|
1053
|
+
|
|
1054
|
+
- Updated dependencies
|
|
1055
|
+
[[`e57991b`](https://github.com/getflip/swirl/commit/e57991b7efa94b74761c4b26ac55b799e806bfbc)]:
|
|
1056
|
+
- @getflip/swirl-components@0.81.4
|
|
1057
|
+
|
|
1058
|
+
## 0.80.3
|
|
1059
|
+
|
|
1060
|
+
### Patch Changes
|
|
1061
|
+
|
|
1062
|
+
- [`15a3833`](https://github.com/getflip/swirl/commit/15a383398782e66146e132749361ec9299a6835b)
|
|
1063
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select height in
|
|
1064
|
+
multi-select mode
|
|
1065
|
+
|
|
1066
|
+
- Updated dependencies
|
|
1067
|
+
[[`15a3833`](https://github.com/getflip/swirl/commit/15a383398782e66146e132749361ec9299a6835b)]:
|
|
1068
|
+
- @getflip/swirl-components@0.81.3
|
|
1069
|
+
|
|
1070
|
+
## 0.80.2
|
|
1071
|
+
|
|
1072
|
+
### Patch Changes
|
|
1073
|
+
|
|
1074
|
+
- [`52551a2`](https://github.com/getflip/swirl/commit/52551a2702b4600f518cca15e4454a057bb165f6)
|
|
1075
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue with overflowing
|
|
1076
|
+
text of swirl-description-list-item
|
|
1077
|
+
|
|
1078
|
+
- Updated dependencies
|
|
1079
|
+
[[`52551a2`](https://github.com/getflip/swirl/commit/52551a2702b4600f518cca15e4454a057bb165f6)]:
|
|
1080
|
+
- @getflip/swirl-components@0.81.2
|
|
1081
|
+
|
|
1082
|
+
## 0.80.1
|
|
1083
|
+
|
|
1084
|
+
### Patch Changes
|
|
1085
|
+
|
|
1086
|
+
- [`5a61147`](https://github.com/getflip/swirl/commit/5a611478ec5dd6dada267c940c157d10069cdb5d)
|
|
1087
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a swirl-lightbox issue not
|
|
1088
|
+
displaying its slides
|
|
1089
|
+
|
|
1090
|
+
- Updated dependencies
|
|
1091
|
+
[[`5a61147`](https://github.com/getflip/swirl/commit/5a611478ec5dd6dada267c940c157d10069cdb5d)]:
|
|
1092
|
+
- @getflip/swirl-components@0.81.1
|
|
1093
|
+
|
|
1094
|
+
## 0.80.0
|
|
1095
|
+
|
|
1096
|
+
### Minor Changes
|
|
1097
|
+
|
|
1098
|
+
- [#340](https://github.com/getflip/swirl/pull/340)
|
|
1099
|
+
[`a1bf914`](https://github.com/getflip/swirl/commit/a1bf9147f008489a214c9dac8e3a65f6eb7d1fe3)
|
|
1100
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add max-height prop to
|
|
1101
|
+
swirl-modal
|
|
1102
|
+
|
|
1103
|
+
* [#338](https://github.com/getflip/swirl/pull/338)
|
|
1104
|
+
[`558bba0`](https://github.com/getflip/swirl/commit/558bba06f1109c6d5825bd12682d704ec3481540)
|
|
1105
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "size" prop to swirl-chip
|
|
1106
|
+
|
|
1107
|
+
- [#339](https://github.com/getflip/swirl/pull/339)
|
|
1108
|
+
[`b643ca2`](https://github.com/getflip/swirl/commit/b643ca25a8a6d690501c51894f83c88b455fc1e9)
|
|
1109
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add icons
|
|
1110
|
+
|
|
1111
|
+
* [#342](https://github.com/getflip/swirl/pull/342)
|
|
1112
|
+
[`5ee4d71`](https://github.com/getflip/swirl/commit/5ee4d71a138e58cf0bd78ce7e9d4451bb3be0bff)
|
|
1113
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add remove button, timestamp and
|
|
1114
|
+
size "xl" to swirl-thumbnail.
|
|
1115
|
+
|
|
1116
|
+
- [`84c9481`](https://github.com/getflip/swirl/commit/84c9481d4f0f79dabe8db4c6db2836f466d806e7)
|
|
1117
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add intent "strong" for ghost and
|
|
1118
|
+
plain swirl-button
|
|
1119
|
+
|
|
1120
|
+
* [#338](https://github.com/getflip/swirl/pull/338)
|
|
1121
|
+
[`558bba0`](https://github.com/getflip/swirl/commit/558bba06f1109c6d5825bd12682d704ec3481540)
|
|
1122
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "progress" and "icon-color"
|
|
1123
|
+
props to swirl-chip
|
|
1124
|
+
|
|
1125
|
+
### Patch Changes
|
|
1126
|
+
|
|
1127
|
+
- Updated dependencies
|
|
1128
|
+
[[`a1bf914`](https://github.com/getflip/swirl/commit/a1bf9147f008489a214c9dac8e3a65f6eb7d1fe3),
|
|
1129
|
+
[`558bba0`](https://github.com/getflip/swirl/commit/558bba06f1109c6d5825bd12682d704ec3481540),
|
|
1130
|
+
[`b643ca2`](https://github.com/getflip/swirl/commit/b643ca25a8a6d690501c51894f83c88b455fc1e9),
|
|
1131
|
+
[`5ee4d71`](https://github.com/getflip/swirl/commit/5ee4d71a138e58cf0bd78ce7e9d4451bb3be0bff),
|
|
1132
|
+
[`84c9481`](https://github.com/getflip/swirl/commit/84c9481d4f0f79dabe8db4c6db2836f466d806e7),
|
|
1133
|
+
[`558bba0`](https://github.com/getflip/swirl/commit/558bba06f1109c6d5825bd12682d704ec3481540)]:
|
|
1134
|
+
- @getflip/swirl-components@0.81.0
|
|
1135
|
+
|
|
1136
|
+
## 0.79.0
|
|
1137
|
+
|
|
1138
|
+
### Minor Changes
|
|
1139
|
+
|
|
1140
|
+
- [`2e8b78d`](https://github.com/getflip/swirl/commit/2e8b78d4903765be4917f49ca72c794157888a3d)
|
|
1141
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Re-add "popover-id" prop to
|
|
1142
|
+
swirl-popover
|
|
1143
|
+
|
|
1144
|
+
### Patch Changes
|
|
1145
|
+
|
|
1146
|
+
- Updated dependencies
|
|
1147
|
+
[[`2e8b78d`](https://github.com/getflip/swirl/commit/2e8b78d4903765be4917f49ca72c794157888a3d)]:
|
|
1148
|
+
- @getflip/swirl-components@0.80.0
|
|
1149
|
+
|
|
1150
|
+
## 0.78.0
|
|
1151
|
+
|
|
1152
|
+
### Minor Changes
|
|
1153
|
+
|
|
1154
|
+
- [#335](https://github.com/getflip/swirl/pull/335)
|
|
1155
|
+
[`bb0117d`](https://github.com/getflip/swirl/commit/bb0117d6105736046997d4b84f4c7274835f5a3b)
|
|
1156
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Deprecate "menu-trigger" of
|
|
1157
|
+
swirl-resource-list-item and replace with a "control" slot.
|
|
1158
|
+
|
|
1159
|
+
* [#335](https://github.com/getflip/swirl/pull/335)
|
|
1160
|
+
[`bb0117d`](https://github.com/getflip/swirl/commit/bb0117d6105736046997d4b84f4c7274835f5a3b)
|
|
1161
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-popover-trigger
|
|
1162
|
+
component; deprecate "trigger" prop of swirl-popover
|
|
1163
|
+
|
|
1164
|
+
### Patch Changes
|
|
1165
|
+
|
|
1166
|
+
- Updated dependencies
|
|
1167
|
+
[[`bb0117d`](https://github.com/getflip/swirl/commit/bb0117d6105736046997d4b84f4c7274835f5a3b),
|
|
1168
|
+
[`bb0117d`](https://github.com/getflip/swirl/commit/bb0117d6105736046997d4b84f4c7274835f5a3b)]:
|
|
1169
|
+
- @getflip/swirl-components@0.79.0
|
|
1170
|
+
|
|
1171
|
+
## 0.77.1
|
|
1172
|
+
|
|
1173
|
+
### Patch Changes
|
|
1174
|
+
|
|
1175
|
+
- Updated dependencies []:
|
|
1176
|
+
- @getflip/swirl-components@0.78.1
|
|
1177
|
+
|
|
1178
|
+
## 0.77.0
|
|
1179
|
+
|
|
1180
|
+
### Minor Changes
|
|
1181
|
+
|
|
1182
|
+
- [`ecf808a0`](https://github.com/getflip/swirl/commit/ecf808a08aceeb3968a4e18c31a39a1ae2cba9fa)
|
|
1183
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "border-radius" prop and
|
|
1184
|
+
remove button to swirl-chip.
|
|
1185
|
+
|
|
1186
|
+
### Patch Changes
|
|
1187
|
+
|
|
1188
|
+
- Updated dependencies
|
|
1189
|
+
[[`ecf808a0`](https://github.com/getflip/swirl/commit/ecf808a08aceeb3968a4e18c31a39a1ae2cba9fa)]:
|
|
1190
|
+
- @getflip/swirl-components@0.78.0
|
|
1191
|
+
|
|
1192
|
+
## 0.76.0
|
|
1193
|
+
|
|
1194
|
+
### Minor Changes
|
|
1195
|
+
|
|
1196
|
+
- [#321](https://github.com/getflip/swirl/pull/321)
|
|
1197
|
+
[`8304483`](https://github.com/getflip/swirl/commit/83044839e5c6e6c82fe88e59725c3035e07ff3ad)
|
|
1198
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Update design tokens
|
|
1199
|
+
|
|
1200
|
+
### Patch Changes
|
|
1201
|
+
|
|
1202
|
+
- Updated dependencies
|
|
1203
|
+
[[`8304483`](https://github.com/getflip/swirl/commit/83044839e5c6e6c82fe88e59725c3035e07ff3ad)]:
|
|
1204
|
+
- @getflip/swirl-components@0.77.0
|
|
1205
|
+
|
|
1206
|
+
## 0.75.0
|
|
1207
|
+
|
|
1208
|
+
### Minor Changes
|
|
1209
|
+
|
|
1210
|
+
- [`63d76c9`](https://github.com/getflip/swirl/commit/63d76c9febe96e616727b16bbfb84a3a8ef3bf3c)
|
|
1211
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add icon prop to
|
|
1212
|
+
swirl-image-grid-item
|
|
1213
|
+
|
|
1214
|
+
### Patch Changes
|
|
1215
|
+
|
|
1216
|
+
- Updated dependencies
|
|
1217
|
+
[[`63d76c9`](https://github.com/getflip/swirl/commit/63d76c9febe96e616727b16bbfb84a3a8ef3bf3c)]:
|
|
1218
|
+
- @getflip/swirl-components@0.76.0
|
|
1219
|
+
|
|
1220
|
+
## 0.74.0
|
|
1221
|
+
|
|
1222
|
+
### Minor Changes
|
|
1223
|
+
|
|
1224
|
+
- [`9d8fba3`](https://github.com/getflip/swirl/commit/9d8fba3008f017a3d4cfc7fc4e49ff50e3c0bf53)
|
|
1225
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add neutral badge color
|
|
1226
|
+
|
|
1227
|
+
* [`2d21f72`](https://github.com/getflip/swirl/commit/2d21f723b1654a2ab27279d81de36f7b2ca83db8)
|
|
1228
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "header-tools" slot to
|
|
1229
|
+
SwirlModal
|
|
1230
|
+
|
|
1231
|
+
### Patch Changes
|
|
1232
|
+
|
|
1233
|
+
- Updated dependencies
|
|
1234
|
+
[[`9d8fba3`](https://github.com/getflip/swirl/commit/9d8fba3008f017a3d4cfc7fc4e49ff50e3c0bf53),
|
|
1235
|
+
[`2d21f72`](https://github.com/getflip/swirl/commit/2d21f723b1654a2ab27279d81de36f7b2ca83db8)]:
|
|
1236
|
+
- @getflip/swirl-components@0.75.0
|
|
1237
|
+
|
|
1238
|
+
## 0.73.2
|
|
1239
|
+
|
|
1240
|
+
### Patch Changes
|
|
1241
|
+
|
|
1242
|
+
- [`6d6db79`](https://github.com/getflip/swirl/commit/6d6db79d92640146c1f2960b5abf54b79b5400d1)
|
|
1243
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-avatar image stretch
|
|
1244
|
+
|
|
1245
|
+
- Updated dependencies
|
|
1246
|
+
[[`6d6db79`](https://github.com/getflip/swirl/commit/6d6db79d92640146c1f2960b5abf54b79b5400d1)]:
|
|
1247
|
+
- @getflip/swirl-components@0.74.2
|
|
1248
|
+
|
|
1249
|
+
## 0.73.1
|
|
1250
|
+
|
|
1251
|
+
### Patch Changes
|
|
1252
|
+
|
|
1253
|
+
- [`704fe68`](https://github.com/getflip/swirl/commit/704fe68a921d894db7c70f4dac408c9a5a7234d9)
|
|
1254
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-text-input text cursor
|
|
1255
|
+
|
|
1256
|
+
- Updated dependencies
|
|
1257
|
+
[[`704fe68`](https://github.com/getflip/swirl/commit/704fe68a921d894db7c70f4dac408c9a5a7234d9)]:
|
|
1258
|
+
- @getflip/swirl-components@0.74.1
|
|
1259
|
+
|
|
1260
|
+
## 0.73.0
|
|
1261
|
+
|
|
1262
|
+
### Minor Changes
|
|
1263
|
+
|
|
1264
|
+
- [`a403436`](https://github.com/getflip/swirl/commit/a4034367b80019d1e22c7bcf99d714f26c993802)
|
|
1265
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "allow-deselect" prop to
|
|
1266
|
+
swirl-select
|
|
1267
|
+
|
|
1268
|
+
### Patch Changes
|
|
1269
|
+
|
|
1270
|
+
- Updated dependencies
|
|
1271
|
+
[[`a403436`](https://github.com/getflip/swirl/commit/a4034367b80019d1e22c7bcf99d714f26c993802)]:
|
|
1272
|
+
- @getflip/swirl-components@0.74.0
|
|
1273
|
+
|
|
1274
|
+
## 0.72.0
|
|
1275
|
+
|
|
1276
|
+
### Minor Changes
|
|
1277
|
+
|
|
1278
|
+
- [`4c68c75`](https://github.com/getflip/swirl/commit/4c68c758360b0b1f2b5eeff47824333535bfdf76)
|
|
1279
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "label-weight" prop to
|
|
1280
|
+
SwirlCheckbox
|
|
1281
|
+
|
|
1282
|
+
### Patch Changes
|
|
1283
|
+
|
|
1284
|
+
- Updated dependencies
|
|
1285
|
+
[[`4c68c75`](https://github.com/getflip/swirl/commit/4c68c758360b0b1f2b5eeff47824333535bfdf76)]:
|
|
1286
|
+
- @getflip/swirl-components@0.73.0
|
|
1287
|
+
|
|
1288
|
+
## 0.71.0
|
|
1289
|
+
|
|
1290
|
+
### Minor Changes
|
|
1291
|
+
|
|
1292
|
+
- [`2d851fc`](https://github.com/getflip/swirl/commit/2d851fc8f293042a1bae105662aa1b0bd9569af9)
|
|
1293
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-image-grid component
|
|
1294
|
+
|
|
1295
|
+
### Patch Changes
|
|
1296
|
+
|
|
1297
|
+
- Updated dependencies
|
|
1298
|
+
[[`2d851fc`](https://github.com/getflip/swirl/commit/2d851fc8f293042a1bae105662aa1b0bd9569af9)]:
|
|
1299
|
+
- @getflip/swirl-components@0.72.0
|
|
1300
|
+
|
|
1301
|
+
## 0.70.4
|
|
1302
|
+
|
|
1303
|
+
### Patch Changes
|
|
1304
|
+
|
|
1305
|
+
- [`d13ae5e`](https://github.com/getflip/swirl/commit/d13ae5ec50f7a06a680c20d09696560f56de271f)
|
|
1306
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list-item
|
|
1307
|
+
checkbox color
|
|
1308
|
+
|
|
1309
|
+
- Updated dependencies
|
|
1310
|
+
[[`d13ae5e`](https://github.com/getflip/swirl/commit/d13ae5ec50f7a06a680c20d09696560f56de271f)]:
|
|
1311
|
+
- @getflip/swirl-components@0.71.4
|
|
1312
|
+
|
|
1313
|
+
## 0.70.3
|
|
1314
|
+
|
|
1315
|
+
### Patch Changes
|
|
1316
|
+
|
|
1317
|
+
- [`ea4fa03`](https://github.com/getflip/swirl/commit/ea4fa03afc76eb39be1bd31f02e57c04a239cb4e)
|
|
1318
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a swirl-select issue
|
|
1319
|
+
|
|
1320
|
+
* [`784edbb`](https://github.com/getflip/swirl/commit/784edbba7e606811821ee2f5682eb4b21e41cea6)
|
|
1321
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-table empty row
|
|
1322
|
+
styling
|
|
1323
|
+
|
|
1324
|
+
* Updated dependencies
|
|
1325
|
+
[[`ea4fa03`](https://github.com/getflip/swirl/commit/ea4fa03afc76eb39be1bd31f02e57c04a239cb4e),
|
|
1326
|
+
[`784edbb`](https://github.com/getflip/swirl/commit/784edbba7e606811821ee2f5682eb4b21e41cea6)]:
|
|
1327
|
+
- @getflip/swirl-components@0.71.3
|
|
1328
|
+
|
|
1329
|
+
## 0.70.2
|
|
1330
|
+
|
|
1331
|
+
### Patch Changes
|
|
1332
|
+
|
|
1333
|
+
- [`3a0203e`](https://github.com/getflip/swirl/commit/3a0203e83676a6655ceaf3d1cf8529ab03129d37)
|
|
1334
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-date-picker range input
|
|
1335
|
+
colors
|
|
1336
|
+
|
|
1337
|
+
- Updated dependencies
|
|
1338
|
+
[[`3a0203e`](https://github.com/getflip/swirl/commit/3a0203e83676a6655ceaf3d1cf8529ab03129d37)]:
|
|
1339
|
+
- @getflip/swirl-components@0.71.2
|
|
1340
|
+
|
|
1341
|
+
## 0.70.1
|
|
1342
|
+
|
|
1343
|
+
### Patch Changes
|
|
1344
|
+
|
|
1345
|
+
- [`994b5b3`](https://github.com/getflip/swirl/commit/994b5b3c930a1e4ffd962417fa425e4071315b21)
|
|
1346
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix active
|
|
1347
|
+
swirl-tree-navigation-item border color
|
|
1348
|
+
|
|
1349
|
+
* [`c683026`](https://github.com/getflip/swirl/commit/c683026792ae7cc3f5b04155b5f67749b26aa2c2)
|
|
1350
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select menu positioning
|
|
1351
|
+
|
|
1352
|
+
- [`437b224`](https://github.com/getflip/swirl/commit/437b224d37b627b8b4b1af4cf6afebf8710a0c6a)
|
|
1353
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix disabled
|
|
1354
|
+
swirl-resource-list-item background color
|
|
1355
|
+
|
|
1356
|
+
- Updated dependencies
|
|
1357
|
+
[[`994b5b3`](https://github.com/getflip/swirl/commit/994b5b3c930a1e4ffd962417fa425e4071315b21),
|
|
1358
|
+
[`c683026`](https://github.com/getflip/swirl/commit/c683026792ae7cc3f5b04155b5f67749b26aa2c2),
|
|
1359
|
+
[`437b224`](https://github.com/getflip/swirl/commit/437b224d37b627b8b4b1af4cf6afebf8710a0c6a)]:
|
|
1360
|
+
- @getflip/swirl-components@0.71.1
|
|
1361
|
+
|
|
1362
|
+
## 0.70.0
|
|
1363
|
+
|
|
1364
|
+
### Minor Changes
|
|
1365
|
+
|
|
1366
|
+
- [`814bae6`](https://github.com/getflip/swirl/commit/814bae6f726fae7f34bbab1271bfffa36fbe6c1a)
|
|
1367
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "interactive" prop to
|
|
1368
|
+
swirl-resource-list-item
|
|
1369
|
+
|
|
1370
|
+
### Patch Changes
|
|
1371
|
+
|
|
1372
|
+
- [`3963f56`](https://github.com/getflip/swirl/commit/3963f56ca5ffc15dece989612f973bb3cfb82496)
|
|
1373
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-progress-indicator
|
|
1374
|
+
color
|
|
1375
|
+
|
|
1376
|
+
* [`a0761d9`](https://github.com/getflip/swirl/commit/a0761d9864a523318888aec1f1e5fb8f02f62d7e)
|
|
1377
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix disabled
|
|
1378
|
+
swirl-resource-list-item checkbox color
|
|
1379
|
+
|
|
1380
|
+
- [`98941a0`](https://github.com/getflip/swirl/commit/98941a0aab8244c203020ff1f84d9544770f242c)
|
|
1381
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix text and icon color of
|
|
1382
|
+
swirl-button with variant outline
|
|
1383
|
+
|
|
1384
|
+
* [`3415232`](https://github.com/getflip/swirl/commit/3415232a9a699f054633d93dbac6c591796f2c54)
|
|
1385
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-date-picker selected
|
|
1386
|
+
date color
|
|
1387
|
+
|
|
1388
|
+
* Updated dependencies
|
|
1389
|
+
[[`3963f56`](https://github.com/getflip/swirl/commit/3963f56ca5ffc15dece989612f973bb3cfb82496),
|
|
1390
|
+
[`a0761d9`](https://github.com/getflip/swirl/commit/a0761d9864a523318888aec1f1e5fb8f02f62d7e),
|
|
1391
|
+
[`98941a0`](https://github.com/getflip/swirl/commit/98941a0aab8244c203020ff1f84d9544770f242c),
|
|
1392
|
+
[`3415232`](https://github.com/getflip/swirl/commit/3415232a9a699f054633d93dbac6c591796f2c54),
|
|
1393
|
+
[`814bae6`](https://github.com/getflip/swirl/commit/814bae6f726fae7f34bbab1271bfffa36fbe6c1a)]:
|
|
1394
|
+
- @getflip/swirl-components@0.71.0
|
|
1395
|
+
|
|
1396
|
+
## 0.69.1
|
|
1397
|
+
|
|
1398
|
+
### Patch Changes
|
|
1399
|
+
|
|
1400
|
+
- [`25be7d3`](https://github.com/getflip/swirl/commit/25be7d310c813ea1393578a6db072091629eeb61)
|
|
1401
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select tag spacing
|
|
1402
|
+
|
|
1403
|
+
- Updated dependencies
|
|
1404
|
+
[[`25be7d3`](https://github.com/getflip/swirl/commit/25be7d310c813ea1393578a6db072091629eeb61)]:
|
|
1405
|
+
- @getflip/swirl-components@0.70.1
|
|
1406
|
+
|
|
1407
|
+
## 0.69.0
|
|
1408
|
+
|
|
1409
|
+
### Minor Changes
|
|
1410
|
+
|
|
1411
|
+
- [`f1f501c`](https://github.com/getflip/swirl/commit/f1f501c858caa801880c03b76178315e333db850)
|
|
1412
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Display multi select values as
|
|
1413
|
+
tags
|
|
1414
|
+
|
|
1415
|
+
### Patch Changes
|
|
1416
|
+
|
|
1417
|
+
- Updated dependencies
|
|
1418
|
+
[[`f1f501c`](https://github.com/getflip/swirl/commit/f1f501c858caa801880c03b76178315e333db850)]:
|
|
1419
|
+
- @getflip/swirl-components@0.70.0
|
|
1420
|
+
|
|
1421
|
+
## 0.68.4
|
|
1422
|
+
|
|
1423
|
+
### Patch Changes
|
|
1424
|
+
|
|
1425
|
+
- [`f86447c`](https://github.com/getflip/swirl/commit/f86447ccec81ae28788173919908307d7127804e)
|
|
1426
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "trigger-container" prop to
|
|
1427
|
+
swirl-popover
|
|
1428
|
+
|
|
1429
|
+
- Updated dependencies
|
|
1430
|
+
[[`f86447c`](https://github.com/getflip/swirl/commit/f86447ccec81ae28788173919908307d7127804e)]:
|
|
1431
|
+
- @getflip/swirl-components@0.69.4
|
|
1432
|
+
|
|
1433
|
+
## 0.68.3
|
|
1434
|
+
|
|
1435
|
+
### Patch Changes
|
|
1436
|
+
|
|
1437
|
+
- [`2277e9f`](https://github.com/getflip/swirl/commit/2277e9f9c2311f464e5f41c2734416c97675b19a)
|
|
1438
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve swirl-modal close button
|
|
1439
|
+
positioning
|
|
1440
|
+
|
|
1441
|
+
- Updated dependencies
|
|
1442
|
+
[[`2277e9f`](https://github.com/getflip/swirl/commit/2277e9f9c2311f464e5f41c2734416c97675b19a)]:
|
|
1443
|
+
- @getflip/swirl-components@0.69.3
|
|
1444
|
+
|
|
1445
|
+
## 0.68.2
|
|
1446
|
+
|
|
1447
|
+
### Patch Changes
|
|
1448
|
+
|
|
1449
|
+
- Updated dependencies []:
|
|
1450
|
+
- @getflip/swirl-components@0.69.2
|
|
1451
|
+
|
|
1452
|
+
## 0.68.1
|
|
1453
|
+
|
|
1454
|
+
### Patch Changes
|
|
1455
|
+
|
|
1456
|
+
- [`7e525f0`](https://github.com/getflip/swirl/commit/7e525f0aa1ff210d0ac0ea771679ca6c01867930)
|
|
1457
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow HTML inside swirl-radio
|
|
1458
|
+
description
|
|
1459
|
+
|
|
1460
|
+
- Updated dependencies
|
|
1461
|
+
[[`7e525f0`](https://github.com/getflip/swirl/commit/7e525f0aa1ff210d0ac0ea771679ca6c01867930)]:
|
|
1462
|
+
- @getflip/swirl-components@0.69.1
|
|
1463
|
+
|
|
1464
|
+
## 0.68.0
|
|
1465
|
+
|
|
1466
|
+
### Minor Changes
|
|
1467
|
+
|
|
1468
|
+
- [#297](https://github.com/getflip/swirl/pull/297)
|
|
1469
|
+
[`d14251d`](https://github.com/getflip/swirl/commit/d14251dc1c599000333f99c135e67c9c9d729ad4)
|
|
1470
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-symbol component(s)
|
|
1471
|
+
|
|
1472
|
+
### Patch Changes
|
|
1473
|
+
|
|
1474
|
+
- Updated dependencies
|
|
1475
|
+
[[`d14251d`](https://github.com/getflip/swirl/commit/d14251dc1c599000333f99c135e67c9c9d729ad4)]:
|
|
1476
|
+
- @getflip/swirl-components@0.69.0
|
|
1477
|
+
|
|
1478
|
+
## 0.67.3
|
|
1479
|
+
|
|
1480
|
+
### Patch Changes
|
|
1481
|
+
|
|
1482
|
+
- [`d31d875`](https://github.com/getflip/swirl/commit/d31d8757874bd8325ca305743a9ad6ba57ba6fd9)
|
|
1483
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Let swirl-resource-list handle
|
|
1484
|
+
item updates correctly
|
|
1485
|
+
|
|
1486
|
+
- Updated dependencies
|
|
1487
|
+
[[`d31d875`](https://github.com/getflip/swirl/commit/d31d8757874bd8325ca305743a9ad6ba57ba6fd9)]:
|
|
1488
|
+
- @getflip/swirl-components@0.68.3
|
|
1489
|
+
|
|
1490
|
+
## 0.67.2
|
|
1491
|
+
|
|
1492
|
+
### Patch Changes
|
|
1493
|
+
|
|
1494
|
+
- [`562f56b`](https://github.com/getflip/swirl/commit/562f56bfe1b037cf5cd39d8a27dbc7ccc6d046d5)
|
|
1495
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix drag and drop events details
|
|
1496
|
+
of swirl-resource-list
|
|
1497
|
+
|
|
1498
|
+
* [`562f56b`](https://github.com/getflip/swirl/commit/562f56bfe1b037cf5cd39d8a27dbc7ccc6d046d5)
|
|
1499
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Do not force badge size for
|
|
1500
|
+
swirl-avatar
|
|
1501
|
+
|
|
1502
|
+
* Updated dependencies
|
|
1503
|
+
[[`562f56b`](https://github.com/getflip/swirl/commit/562f56bfe1b037cf5cd39d8a27dbc7ccc6d046d5),
|
|
1504
|
+
[`562f56b`](https://github.com/getflip/swirl/commit/562f56bfe1b037cf5cd39d8a27dbc7ccc6d046d5)]:
|
|
1505
|
+
- @getflip/swirl-components@0.68.2
|
|
1506
|
+
|
|
1507
|
+
## 0.67.1
|
|
1508
|
+
|
|
1509
|
+
### Patch Changes
|
|
1510
|
+
|
|
1511
|
+
- [`80c1be1`](https://github.com/getflip/swirl/commit/80c1be19a063f1e21480c0d430df03abbc95b89c)
|
|
1512
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix design token usage for
|
|
1513
|
+
components used inside swirl-modal and swirl-card components
|
|
1514
|
+
- Updated dependencies
|
|
1515
|
+
[[`80c1be1`](https://github.com/getflip/swirl/commit/80c1be19a063f1e21480c0d430df03abbc95b89c)]:
|
|
1516
|
+
- @getflip/swirl-components@0.68.1
|
|
1517
|
+
|
|
1518
|
+
## 0.67.0
|
|
1519
|
+
|
|
1520
|
+
### Minor Changes
|
|
1521
|
+
|
|
1522
|
+
- [`dfa79c6`](https://github.com/getflip/swirl/commit/dfa79c6fe20087340f8e1cd0d86df8a807ea8974)
|
|
1523
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add drag&drop support for
|
|
1524
|
+
swirl-resource-list
|
|
1525
|
+
|
|
1526
|
+
### Patch Changes
|
|
1527
|
+
|
|
1528
|
+
- Updated dependencies
|
|
1529
|
+
[[`dfa79c6`](https://github.com/getflip/swirl/commit/dfa79c6fe20087340f8e1cd0d86df8a807ea8974)]:
|
|
1530
|
+
- @getflip/swirl-components@0.68.0
|
|
1531
|
+
|
|
1532
|
+
## 0.66.0
|
|
1533
|
+
|
|
1534
|
+
### Minor Changes
|
|
1535
|
+
|
|
1536
|
+
- [`4ba051d`](https://github.com/getflip/swirl/commit/4ba051dc96a6eee073d618e72a06f8796067f6d2)
|
|
1537
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "allowDeselect" prop to
|
|
1538
|
+
swirl-option-list
|
|
1539
|
+
|
|
1540
|
+
### Patch Changes
|
|
1541
|
+
|
|
1542
|
+
- Updated dependencies
|
|
1543
|
+
[[`4ba051d`](https://github.com/getflip/swirl/commit/4ba051dc96a6eee073d618e72a06f8796067f6d2)]:
|
|
1544
|
+
- @getflip/swirl-components@0.67.0
|
|
1545
|
+
|
|
1546
|
+
## 0.65.0
|
|
1547
|
+
|
|
1548
|
+
### Minor Changes
|
|
1549
|
+
|
|
1550
|
+
- [#290](https://github.com/getflip/swirl/pull/290)
|
|
1551
|
+
[`e13c50c`](https://github.com/getflip/swirl/commit/e13c50c49b989ad68fd5f47792a3c0eadbbb7437)
|
|
1552
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-time-input component
|
|
1553
|
+
|
|
1554
|
+
### Patch Changes
|
|
1555
|
+
|
|
1556
|
+
- Updated dependencies
|
|
1557
|
+
[[`e13c50c`](https://github.com/getflip/swirl/commit/e13c50c49b989ad68fd5f47792a3c0eadbbb7437)]:
|
|
1558
|
+
- @getflip/swirl-components@0.66.0
|
|
1559
|
+
|
|
1560
|
+
## 0.64.1
|
|
1561
|
+
|
|
1562
|
+
### Patch Changes
|
|
1563
|
+
|
|
1564
|
+
- [`1d07048`](https://github.com/getflip/swirl/commit/1d0704827b6b465696443b6f25e10785ff105f4d)
|
|
1565
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust swirl-tab-bar styling when
|
|
1566
|
+
used inside the swirl-app-bar
|
|
1567
|
+
|
|
1568
|
+
- Updated dependencies
|
|
1569
|
+
[[`1d07048`](https://github.com/getflip/swirl/commit/1d0704827b6b465696443b6f25e10785ff105f4d)]:
|
|
1570
|
+
- @getflip/swirl-components@0.65.1
|
|
1571
|
+
|
|
1572
|
+
## 0.64.0
|
|
1573
|
+
|
|
1574
|
+
### Minor Changes
|
|
1575
|
+
|
|
1576
|
+
- [`6d09c57`](https://github.com/getflip/swirl/commit/6d09c575dcb6c8178076f613012ef97eb1e4e5f3)
|
|
1577
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "max-content-width" prop to
|
|
1578
|
+
swirl-console-layout
|
|
1579
|
+
|
|
1580
|
+
* [`e66eb32`](https://github.com/getflip/swirl/commit/e66eb32fa536cd7d1faf5d1e4b91d2d8e5e28802)
|
|
1581
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve support for bundlers
|
|
1582
|
+
|
|
1583
|
+
### Patch Changes
|
|
1584
|
+
|
|
1585
|
+
- Updated dependencies
|
|
1586
|
+
[[`6d09c57`](https://github.com/getflip/swirl/commit/6d09c575dcb6c8178076f613012ef97eb1e4e5f3),
|
|
1587
|
+
[`e66eb32`](https://github.com/getflip/swirl/commit/e66eb32fa536cd7d1faf5d1e4b91d2d8e5e28802)]:
|
|
1588
|
+
- @getflip/swirl-components@0.65.0
|
|
1589
|
+
|
|
1590
|
+
## 0.63.6
|
|
1591
|
+
|
|
1592
|
+
### Patch Changes
|
|
1593
|
+
|
|
1594
|
+
- [`4ac70a8`](https://github.com/getflip/swirl/commit/4ac70a87afd9c213bbd73f187a574c5f246e8146)
|
|
1595
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue preventing the
|
|
1596
|
+
swirl-resource-list-item checkbox to be clicked
|
|
1597
|
+
|
|
1598
|
+
- Updated dependencies
|
|
1599
|
+
[[`4ac70a8`](https://github.com/getflip/swirl/commit/4ac70a87afd9c213bbd73f187a574c5f246e8146)]:
|
|
1600
|
+
- @getflip/swirl-components@0.64.6
|
|
1601
|
+
|
|
1602
|
+
## 0.63.5
|
|
1603
|
+
|
|
1604
|
+
### Patch Changes
|
|
1605
|
+
|
|
1606
|
+
- [`399ff8c`](https://github.com/getflip/swirl/commit/399ff8c1b168b9f3430cb8864e44ee486feeef1d)
|
|
1607
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow to pass trigger DOM element
|
|
1608
|
+
to swirl-popover
|
|
1609
|
+
|
|
1610
|
+
- Updated dependencies
|
|
1611
|
+
[[`399ff8c`](https://github.com/getflip/swirl/commit/399ff8c1b168b9f3430cb8864e44ee486feeef1d)]:
|
|
1612
|
+
- @getflip/swirl-components@0.64.5
|
|
1613
|
+
|
|
1614
|
+
## 0.63.4
|
|
1615
|
+
|
|
1616
|
+
### Patch Changes
|
|
1617
|
+
|
|
1618
|
+
- [`9a6eca2`](https://github.com/getflip/swirl/commit/9a6eca22aabe2064e04c53ce17b8d91c0c297e41)
|
|
1619
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue causing swirl-popovers
|
|
1620
|
+
to close unexpectedly inside swirl-modals
|
|
1621
|
+
|
|
1622
|
+
- Updated dependencies
|
|
1623
|
+
[[`9a6eca2`](https://github.com/getflip/swirl/commit/9a6eca22aabe2064e04c53ce17b8d91c0c297e41)]:
|
|
1624
|
+
- @getflip/swirl-components@0.64.4
|
|
1625
|
+
|
|
1626
|
+
## 0.63.3
|
|
1627
|
+
|
|
1628
|
+
### Patch Changes
|
|
1629
|
+
|
|
1630
|
+
- Updated dependencies []:
|
|
1631
|
+
- @getflip/swirl-components@0.64.3
|
|
1632
|
+
|
|
1633
|
+
## 0.63.2
|
|
1634
|
+
|
|
1635
|
+
### Patch Changes
|
|
1636
|
+
|
|
1637
|
+
- [`7a4a883`](https://github.com/getflip/swirl/commit/7a4a883b8c22074a1c2122631adb89e291546ee0)
|
|
1638
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix duplicate "valueChange"
|
|
1639
|
+
events of swirl-radio-group
|
|
1640
|
+
|
|
1641
|
+
- Updated dependencies
|
|
1642
|
+
[[`7a4a883`](https://github.com/getflip/swirl/commit/7a4a883b8c22074a1c2122631adb89e291546ee0)]:
|
|
1643
|
+
- @getflip/swirl-components@0.64.2
|
|
1644
|
+
|
|
1645
|
+
## 0.63.1
|
|
1646
|
+
|
|
1647
|
+
### Patch Changes
|
|
1648
|
+
|
|
1649
|
+
- [`77a1d41`](https://github.com/getflip/swirl/commit/77a1d418fd1de1f4bd8709e348c4841dde6774f4)
|
|
1650
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-text-input height issue
|
|
1651
|
+
|
|
1652
|
+
- Updated dependencies
|
|
1653
|
+
[[`77a1d41`](https://github.com/getflip/swirl/commit/77a1d418fd1de1f4bd8709e348c4841dde6774f4)]:
|
|
1654
|
+
- @getflip/swirl-components@0.64.1
|
|
1655
|
+
|
|
1656
|
+
## 0.63.0
|
|
1657
|
+
|
|
1658
|
+
### Minor Changes
|
|
1659
|
+
|
|
1660
|
+
- [`aec1f7b`](https://github.com/getflip/swirl/commit/aec1f7b5956bd3de3c1c25ed49b37798864cecb4)
|
|
1661
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-menu component
|
|
1662
|
+
|
|
1663
|
+
### Patch Changes
|
|
1664
|
+
|
|
1665
|
+
- Updated dependencies
|
|
1666
|
+
[[`aec1f7b`](https://github.com/getflip/swirl/commit/aec1f7b5956bd3de3c1c25ed49b37798864cecb4)]:
|
|
1667
|
+
- @getflip/swirl-components@0.64.0
|
|
1668
|
+
|
|
1669
|
+
## 0.62.1
|
|
1670
|
+
|
|
1671
|
+
### Patch Changes
|
|
1672
|
+
|
|
1673
|
+
- [`0adf578`](https://github.com/getflip/swirl/commit/0adf5783d89184aca4c6cd2b1a3474512a508a8f)
|
|
1674
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue updating
|
|
1675
|
+
swirl-text-input values
|
|
1676
|
+
|
|
1677
|
+
- Updated dependencies
|
|
1678
|
+
[[`0adf578`](https://github.com/getflip/swirl/commit/0adf5783d89184aca4c6cd2b1a3474512a508a8f)]:
|
|
1679
|
+
- @getflip/swirl-components@0.63.1
|
|
1680
|
+
|
|
1681
|
+
## 0.62.0
|
|
1682
|
+
|
|
1683
|
+
### Minor Changes
|
|
1684
|
+
|
|
1685
|
+
- [`7d0b582`](https://github.com/getflip/swirl/commit/7d0b5829a231ac7077b38d8d5563ec059176c018)
|
|
1686
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-status-indicator
|
|
1687
|
+
component
|
|
1688
|
+
|
|
1689
|
+
### Patch Changes
|
|
1690
|
+
|
|
1691
|
+
- Updated dependencies
|
|
1692
|
+
[[`7d0b582`](https://github.com/getflip/swirl/commit/7d0b5829a231ac7077b38d8d5563ec059176c018)]:
|
|
1693
|
+
- @getflip/swirl-components@0.63.0
|
|
1694
|
+
|
|
1695
|
+
## 0.61.0
|
|
1696
|
+
|
|
1697
|
+
### Minor Changes
|
|
1698
|
+
|
|
1699
|
+
- [`a8545ec`](https://github.com/getflip/swirl/commit/a8545ece1904c924375aa11fdcc14b07177a0647)
|
|
1700
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "heading" slot to
|
|
1701
|
+
swirl-console-layout
|
|
1702
|
+
|
|
1703
|
+
### Patch Changes
|
|
1704
|
+
|
|
1705
|
+
- Updated dependencies
|
|
1706
|
+
[[`a8545ec`](https://github.com/getflip/swirl/commit/a8545ece1904c924375aa11fdcc14b07177a0647)]:
|
|
1707
|
+
- @getflip/swirl-components@0.62.0
|
|
1708
|
+
|
|
1709
|
+
## 0.60.0
|
|
1710
|
+
|
|
1711
|
+
### Minor Changes
|
|
1712
|
+
|
|
1713
|
+
- [`16d08d6`](https://github.com/getflip/swirl/commit/16d08d6ad354282499647a29fd0dc6f8a6ece924)
|
|
1714
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow more sizes for swirl-text
|
|
1715
|
+
|
|
1716
|
+
### Patch Changes
|
|
1717
|
+
|
|
1718
|
+
- Updated dependencies
|
|
1719
|
+
[[`16d08d6`](https://github.com/getflip/swirl/commit/16d08d6ad354282499647a29fd0dc6f8a6ece924)]:
|
|
1720
|
+
- @getflip/swirl-components@0.61.0
|
|
1721
|
+
|
|
1722
|
+
## 0.59.1
|
|
1723
|
+
|
|
1724
|
+
### Patch Changes
|
|
1725
|
+
|
|
1726
|
+
- [`aff98e4`](https://github.com/getflip/swirl/commit/aff98e4b7dac59d3c2ba3a2c41edc59e272bd473)
|
|
1727
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix "plain" swirl-button bounding
|
|
1728
|
+
box
|
|
1729
|
+
|
|
1730
|
+
- Updated dependencies
|
|
1731
|
+
[[`aff98e4`](https://github.com/getflip/swirl/commit/aff98e4b7dac59d3c2ba3a2c41edc59e272bd473)]:
|
|
1732
|
+
- @getflip/swirl-components@0.60.1
|
|
1733
|
+
|
|
1734
|
+
## 0.59.0
|
|
1735
|
+
|
|
1736
|
+
### Minor Changes
|
|
1737
|
+
|
|
1738
|
+
- [`1e50e54`](https://github.com/getflip/swirl/commit/1e50e541c01ee61d6287e8591d164c39120d680e)
|
|
1739
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "intent" prop to swirl-card
|
|
1740
|
+
component
|
|
1741
|
+
|
|
1742
|
+
* [`807b526`](https://github.com/getflip/swirl/commit/807b5269fca44374dab507d83adc1c8b38671a74)
|
|
1743
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-inline-status component
|
|
1744
|
+
|
|
1745
|
+
### Patch Changes
|
|
1746
|
+
|
|
1747
|
+
- Updated dependencies
|
|
1748
|
+
[[`1e50e54`](https://github.com/getflip/swirl/commit/1e50e541c01ee61d6287e8591d164c39120d680e),
|
|
1749
|
+
[`807b526`](https://github.com/getflip/swirl/commit/807b5269fca44374dab507d83adc1c8b38671a74)]:
|
|
1750
|
+
- @getflip/swirl-components@0.60.0
|
|
1751
|
+
|
|
1752
|
+
## 0.58.0
|
|
1753
|
+
|
|
1754
|
+
### Minor Changes
|
|
1755
|
+
|
|
1756
|
+
- [`ff58993`](https://github.com/getflip/swirl/commit/ff58993d4500513c710e1b7a2fe5214ad2dc7d2c)
|
|
1757
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add icons
|
|
1758
|
+
|
|
1759
|
+
### Patch Changes
|
|
1760
|
+
|
|
1761
|
+
- Updated dependencies
|
|
1762
|
+
[[`ff58993`](https://github.com/getflip/swirl/commit/ff58993d4500513c710e1b7a2fe5214ad2dc7d2c)]:
|
|
1763
|
+
- @getflip/swirl-components@0.59.0
|
|
1764
|
+
|
|
1765
|
+
## 0.57.2
|
|
1766
|
+
|
|
1767
|
+
### Patch Changes
|
|
1768
|
+
|
|
1769
|
+
- [`25d9a94`](https://github.com/getflip/swirl/commit/25d9a94fb4f14e1e5546d9b3ec08ab7df72fd128)
|
|
1770
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-table background colors
|
|
1771
|
+
|
|
1772
|
+
* [`37f71ee`](https://github.com/getflip/swirl/commit/37f71ee2aabfaf6de87236a7c11a5b24590a9d1a)
|
|
1773
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-pagination number
|
|
1774
|
+
formatting
|
|
1775
|
+
|
|
1776
|
+
* Updated dependencies
|
|
1777
|
+
[[`25d9a94`](https://github.com/getflip/swirl/commit/25d9a94fb4f14e1e5546d9b3ec08ab7df72fd128),
|
|
1778
|
+
[`37f71ee`](https://github.com/getflip/swirl/commit/37f71ee2aabfaf6de87236a7c11a5b24590a9d1a)]:
|
|
1779
|
+
- @getflip/swirl-components@0.58.2
|
|
1780
|
+
|
|
1781
|
+
## 0.57.1
|
|
1782
|
+
|
|
1783
|
+
### Patch Changes
|
|
1784
|
+
|
|
1785
|
+
- [`81cef75`](https://github.com/getflip/swirl/commit/81cef751231e049164c66bc1a50e2d8bb3e65f1e)
|
|
1786
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow swirl-select to flip
|
|
1787
|
+
placement
|
|
1788
|
+
|
|
1789
|
+
- Updated dependencies
|
|
1790
|
+
[[`81cef75`](https://github.com/getflip/swirl/commit/81cef751231e049164c66bc1a50e2d8bb3e65f1e)]:
|
|
1791
|
+
- @getflip/swirl-components@0.58.1
|
|
1792
|
+
|
|
1793
|
+
## 0.57.0
|
|
1794
|
+
|
|
1795
|
+
### Minor Changes
|
|
1796
|
+
|
|
1797
|
+
- [`e18725a`](https://github.com/getflip/swirl/commit/e18725aef767cee182aaa77fa21e7c83062a281a)
|
|
1798
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow to hide app bar of
|
|
1799
|
+
swirl-console-layout
|
|
1800
|
+
|
|
1801
|
+
### Patch Changes
|
|
1802
|
+
|
|
1803
|
+
- Updated dependencies
|
|
1804
|
+
[[`e18725a`](https://github.com/getflip/swirl/commit/e18725aef767cee182aaa77fa21e7c83062a281a)]:
|
|
1805
|
+
- @getflip/swirl-components@0.58.0
|
|
1806
|
+
|
|
1807
|
+
## 0.56.1
|
|
1808
|
+
|
|
1809
|
+
### Patch Changes
|
|
1810
|
+
|
|
1811
|
+
- [`20ab655`](https://github.com/getflip/swirl/commit/20ab6557fc48032a1ec260c65360120f38fec535)
|
|
1812
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix display issue of swirl-modal
|
|
1813
|
+
with custom footer
|
|
1814
|
+
|
|
1815
|
+
- Updated dependencies
|
|
1816
|
+
[[`20ab655`](https://github.com/getflip/swirl/commit/20ab6557fc48032a1ec260c65360120f38fec535)]:
|
|
1817
|
+
- @getflip/swirl-components@0.57.1
|
|
1818
|
+
|
|
1819
|
+
## 0.56.0
|
|
1820
|
+
|
|
1821
|
+
### Minor Changes
|
|
1822
|
+
|
|
1823
|
+
- [`1bd9a2d`](https://github.com/getflip/swirl/commit/1bd9a2d2e7384482929e9ebff13418038be65d69)
|
|
1824
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-label" prop to
|
|
1825
|
+
swirl-form-control
|
|
1826
|
+
|
|
1827
|
+
### Patch Changes
|
|
1828
|
+
|
|
1829
|
+
- [`1cb04a8`](https://github.com/getflip/swirl/commit/1cb04a84062c2961e317e9603bbfbcef83fedde6)
|
|
1830
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix issue caused by multiple
|
|
1831
|
+
swirl-select on a page
|
|
1832
|
+
|
|
1833
|
+
- Updated dependencies
|
|
1834
|
+
[[`1bd9a2d`](https://github.com/getflip/swirl/commit/1bd9a2d2e7384482929e9ebff13418038be65d69),
|
|
1835
|
+
[`1cb04a8`](https://github.com/getflip/swirl/commit/1cb04a84062c2961e317e9603bbfbcef83fedde6)]:
|
|
1836
|
+
- @getflip/swirl-components@0.57.0
|
|
1837
|
+
|
|
1838
|
+
## 0.55.0
|
|
1839
|
+
|
|
1840
|
+
### Minor Changes
|
|
1841
|
+
|
|
1842
|
+
- [`8f04ce7`](https://github.com/getflip/swirl/commit/8f04ce700d0fd136352510faa0dad2d7eecb5945)
|
|
1843
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "orientation" prop to
|
|
1844
|
+
swirl-separator
|
|
1845
|
+
|
|
1846
|
+
* [`e540b91`](https://github.com/getflip/swirl/commit/e540b91adbe1b0d872409b304c1897e056121391)
|
|
1847
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "color" prop to swirl-link
|
|
1848
|
+
|
|
1849
|
+
### Patch Changes
|
|
1850
|
+
|
|
1851
|
+
- Updated dependencies
|
|
1852
|
+
[[`8f04ce7`](https://github.com/getflip/swirl/commit/8f04ce700d0fd136352510faa0dad2d7eecb5945),
|
|
1853
|
+
[`e540b91`](https://github.com/getflip/swirl/commit/e540b91adbe1b0d872409b304c1897e056121391)]:
|
|
1854
|
+
- @getflip/swirl-components@0.56.0
|
|
1855
|
+
|
|
1856
|
+
## 0.54.0
|
|
1857
|
+
|
|
1858
|
+
### Minor Changes
|
|
1859
|
+
|
|
1860
|
+
- [#255](https://github.com/getflip/swirl/pull/255)
|
|
1861
|
+
[`31203e0`](https://github.com/getflip/swirl/commit/31203e059b8147a1a900d6dd4c004fb349b5135f)
|
|
1862
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-form-control styles
|
|
1863
|
+
for label position "outside"
|
|
1864
|
+
|
|
1865
|
+
### Patch Changes
|
|
1866
|
+
|
|
1867
|
+
- [`b3b6498`](https://github.com/getflip/swirl/commit/b3b649804e1cdfb75289109e771d53ee9b42e86a)
|
|
1868
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue preventing popovers
|
|
1869
|
+
to open correctly in Safari
|
|
1870
|
+
|
|
1871
|
+
* [`2c496d3`](https://github.com/getflip/swirl/commit/2c496d3384a9a4916e48fc812e5d56bc178d521d)
|
|
1872
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a focus issue of
|
|
1873
|
+
swirl-option-list
|
|
1874
|
+
|
|
1875
|
+
* Updated dependencies
|
|
1876
|
+
[[`31203e0`](https://github.com/getflip/swirl/commit/31203e059b8147a1a900d6dd4c004fb349b5135f),
|
|
1877
|
+
[`b3b6498`](https://github.com/getflip/swirl/commit/b3b649804e1cdfb75289109e771d53ee9b42e86a),
|
|
1878
|
+
[`2c496d3`](https://github.com/getflip/swirl/commit/2c496d3384a9a4916e48fc812e5d56bc178d521d)]:
|
|
1879
|
+
- @getflip/swirl-components@0.55.0
|
|
1880
|
+
|
|
1881
|
+
## 0.53.2
|
|
1882
|
+
|
|
1883
|
+
### Patch Changes
|
|
1884
|
+
|
|
1885
|
+
- [`746b461`](https://github.com/getflip/swirl/commit/746b46187a03d1d4d1f454c70ed5331e50ed1482)
|
|
1886
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-table layouting issue
|
|
1887
|
+
|
|
1888
|
+
- Updated dependencies
|
|
1889
|
+
[[`746b461`](https://github.com/getflip/swirl/commit/746b46187a03d1d4d1f454c70ed5331e50ed1482)]:
|
|
1890
|
+
- @getflip/swirl-components@0.54.2
|
|
1891
|
+
|
|
1892
|
+
## 0.53.1
|
|
1893
|
+
|
|
1894
|
+
### Patch Changes
|
|
1895
|
+
|
|
1896
|
+
- [`62b0206`](https://github.com/getflip/swirl/commit/62b0206b255176d9275a2be5346c48c129d61398)
|
|
1897
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent swirl-table layouting
|
|
1898
|
+
flickers
|
|
1899
|
+
|
|
1900
|
+
- Updated dependencies
|
|
1901
|
+
[[`62b0206`](https://github.com/getflip/swirl/commit/62b0206b255176d9275a2be5346c48c129d61398)]:
|
|
1902
|
+
- @getflip/swirl-components@0.54.1
|
|
1903
|
+
|
|
1904
|
+
## 0.53.0
|
|
1905
|
+
|
|
1906
|
+
### Minor Changes
|
|
1907
|
+
|
|
1908
|
+
- [`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9)
|
|
1909
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "fullscreen-bottom-sheet"
|
|
1910
|
+
prop to swirl-popover
|
|
1911
|
+
|
|
1912
|
+
### Patch Changes
|
|
1913
|
+
|
|
1914
|
+
- [`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca)
|
|
1915
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve swirl-table render
|
|
1916
|
+
performance
|
|
1917
|
+
|
|
1918
|
+
* [`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)
|
|
1919
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust inactive tab label color
|
|
1920
|
+
|
|
1921
|
+
* Updated dependencies
|
|
1922
|
+
[[`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca),
|
|
1923
|
+
[`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9),
|
|
1924
|
+
[`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)]:
|
|
1925
|
+
- @getflip/swirl-components@0.54.0
|
|
1926
|
+
|
|
1927
|
+
## 0.52.0
|
|
1928
|
+
|
|
1929
|
+
### Minor Changes
|
|
1930
|
+
|
|
1931
|
+
- [`c102537`](https://github.com/getflip/swirl/commit/c1025377f595c8a3fd9a9686858cdac6d9ff4e87)
|
|
1932
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "font-family" prop to
|
|
1933
|
+
swirl-text
|
|
1934
|
+
|
|
1935
|
+
### Patch Changes
|
|
1936
|
+
|
|
1937
|
+
- Updated dependencies
|
|
1938
|
+
[[`c102537`](https://github.com/getflip/swirl/commit/c1025377f595c8a3fd9a9686858cdac6d9ff4e87)]:
|
|
1939
|
+
- @getflip/swirl-components@0.53.0
|
|
1940
|
+
|
|
1941
|
+
## 0.51.0
|
|
1942
|
+
|
|
1943
|
+
### Minor Changes
|
|
1944
|
+
|
|
1945
|
+
- [`4d0fe1f`](https://github.com/getflip/swirl/commit/4d0fe1f1b8882f72679ddb482f24fb0b3b659571)
|
|
1946
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add content slot to swirl-toast;
|
|
1947
|
+
deprecate "content" prop
|
|
1948
|
+
|
|
1949
|
+
### Patch Changes
|
|
1950
|
+
|
|
1951
|
+
- Updated dependencies
|
|
1952
|
+
[[`4d0fe1f`](https://github.com/getflip/swirl/commit/4d0fe1f1b8882f72679ddb482f24fb0b3b659571)]:
|
|
1953
|
+
- @getflip/swirl-components@0.52.0
|
|
1954
|
+
|
|
1955
|
+
## 0.50.0
|
|
1956
|
+
|
|
1957
|
+
### Minor Changes
|
|
1958
|
+
|
|
1959
|
+
- [`c11c3f4`](https://github.com/getflip/swirl/commit/c11c3f4e789c1b310d1006508b77cde2701babc3)
|
|
1960
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add input event to swirl-search
|
|
1961
|
+
|
|
1962
|
+
* [`d5d518a`](https://github.com/getflip/swirl/commit/d5d518aa421b9230c6f36619db24cddb5ef38271)
|
|
1963
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Replace swirl-pagination select
|
|
1964
|
+
with input field
|
|
1965
|
+
|
|
1966
|
+
- [`02614e9`](https://github.com/getflip/swirl/commit/02614e919b97a799a8e81633e4b3d89e4e8b6605)
|
|
1967
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow HTML inside swirl-toast
|
|
1968
|
+
content
|
|
1969
|
+
|
|
1970
|
+
### Patch Changes
|
|
1971
|
+
|
|
1972
|
+
- Updated dependencies
|
|
1973
|
+
[[`c11c3f4`](https://github.com/getflip/swirl/commit/c11c3f4e789c1b310d1006508b77cde2701babc3),
|
|
1974
|
+
[`d5d518a`](https://github.com/getflip/swirl/commit/d5d518aa421b9230c6f36619db24cddb5ef38271),
|
|
1975
|
+
[`02614e9`](https://github.com/getflip/swirl/commit/02614e919b97a799a8e81633e4b3d89e4e8b6605)]:
|
|
1976
|
+
- @getflip/swirl-components@0.51.0
|
|
1977
|
+
|
|
1978
|
+
## 0.49.2
|
|
1979
|
+
|
|
1980
|
+
### Patch Changes
|
|
1981
|
+
|
|
1982
|
+
- [`95f28c6`](https://github.com/getflip/swirl/commit/95f28c6a7d2e1b3224346a1c58b7d2af11085168)
|
|
1983
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix duplicate ID issue with
|
|
1984
|
+
swirl-date-input
|
|
1985
|
+
|
|
1986
|
+
- Updated dependencies
|
|
1987
|
+
[[`95f28c6`](https://github.com/getflip/swirl/commit/95f28c6a7d2e1b3224346a1c58b7d2af11085168)]:
|
|
1988
|
+
- @getflip/swirl-components@0.50.2
|
|
1989
|
+
|
|
1990
|
+
## 0.49.1
|
|
1991
|
+
|
|
1992
|
+
### Patch Changes
|
|
1993
|
+
|
|
1994
|
+
- [`fb30b9c`](https://github.com/getflip/swirl/commit/fb30b9c47f6ff2940d409032202ede34b7989f68)
|
|
1995
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-popover usage inside
|
|
1996
|
+
swirl-modal
|
|
1997
|
+
|
|
1998
|
+
- Updated dependencies
|
|
1999
|
+
[[`fb30b9c`](https://github.com/getflip/swirl/commit/fb30b9c47f6ff2940d409032202ede34b7989f68)]:
|
|
2000
|
+
- @getflip/swirl-components@0.50.1
|
|
2001
|
+
|
|
2002
|
+
## 0.49.0
|
|
2003
|
+
|
|
2004
|
+
### Minor Changes
|
|
2005
|
+
|
|
2006
|
+
- [`ab6c43c`](https://github.com/getflip/swirl/commit/ab6c43cfe8db40e5d4a583d21d46f331fbb10059)
|
|
2007
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add user status icons
|
|
2008
|
+
|
|
2009
|
+
### Patch Changes
|
|
2010
|
+
|
|
2011
|
+
- Updated dependencies
|
|
2012
|
+
[[`ab6c43c`](https://github.com/getflip/swirl/commit/ab6c43cfe8db40e5d4a583d21d46f331fbb10059)]:
|
|
2013
|
+
- @getflip/swirl-components@0.50.0
|
|
2014
|
+
|
|
2015
|
+
## 0.48.2
|
|
2016
|
+
|
|
2017
|
+
### Patch Changes
|
|
2018
|
+
|
|
2019
|
+
- [`e24dad1`](https://github.com/getflip/swirl/commit/e24dad1c1ee85c326d7b84cb7c407106379cf235)
|
|
2020
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix dark mode button colors
|
|
2021
|
+
|
|
2022
|
+
- Updated dependencies
|
|
2023
|
+
[[`e24dad1`](https://github.com/getflip/swirl/commit/e24dad1c1ee85c326d7b84cb7c407106379cf235)]:
|
|
2024
|
+
- @getflip/swirl-components@0.49.2
|
|
2025
|
+
|
|
2026
|
+
## 0.48.1
|
|
2027
|
+
|
|
2028
|
+
### Patch Changes
|
|
2029
|
+
|
|
2030
|
+
- [`8ca3b24`](https://github.com/getflip/swirl/commit/8ca3b24efb57f9aa0a72d23214a97d4ee36db5aa)
|
|
2031
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-description-list-item
|
|
2032
|
+
spacing
|
|
2033
|
+
|
|
2034
|
+
- Updated dependencies
|
|
2035
|
+
[[`8ca3b24`](https://github.com/getflip/swirl/commit/8ca3b24efb57f9aa0a72d23214a97d4ee36db5aa)]:
|
|
2036
|
+
- @getflip/swirl-components@0.49.1
|
|
2037
|
+
|
|
2038
|
+
## 0.48.0
|
|
2039
|
+
|
|
2040
|
+
### Minor Changes
|
|
2041
|
+
|
|
2042
|
+
- [`004cfbf`](https://github.com/getflip/swirl/commit/004cfbf3fa6edcefcb75f4f35f299b47927205e3)
|
|
2043
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "bordered" prop to
|
|
2044
|
+
swirl-description-list-item
|
|
2045
|
+
|
|
2046
|
+
### Patch Changes
|
|
2047
|
+
|
|
2048
|
+
- Updated dependencies
|
|
2049
|
+
[[`004cfbf`](https://github.com/getflip/swirl/commit/004cfbf3fa6edcefcb75f4f35f299b47927205e3)]:
|
|
2050
|
+
- @getflip/swirl-components@0.49.0
|
|
2051
|
+
|
|
2052
|
+
## 0.47.1
|
|
2053
|
+
|
|
2054
|
+
### Patch Changes
|
|
2055
|
+
|
|
2056
|
+
- [`bb5e1db`](https://github.com/getflip/swirl/commit/bb5e1db018893efaef8aa600eee309915ddb347c)
|
|
2057
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-icon positioning issue
|
|
2058
|
+
|
|
2059
|
+
- Updated dependencies
|
|
2060
|
+
[[`bb5e1db`](https://github.com/getflip/swirl/commit/bb5e1db018893efaef8aa600eee309915ddb347c)]:
|
|
2061
|
+
- @getflip/swirl-components@0.48.1
|
|
2062
|
+
|
|
2063
|
+
## 0.47.0
|
|
2064
|
+
|
|
2065
|
+
### Minor Changes
|
|
2066
|
+
|
|
2067
|
+
- [`eed9f56`](https://github.com/getflip/swirl/commit/eed9f568047de6bdd0f0aaf69f0a7ceb444c24ec)
|
|
2068
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-icon component with
|
|
2069
|
+
"glyph" property as an alternative to the usage of the swirl-icon-\*
|
|
2070
|
+
components
|
|
2071
|
+
|
|
2072
|
+
### Patch Changes
|
|
2073
|
+
|
|
2074
|
+
- Updated dependencies
|
|
2075
|
+
[[`eed9f56`](https://github.com/getflip/swirl/commit/eed9f568047de6bdd0f0aaf69f0a7ceb444c24ec)]:
|
|
2076
|
+
- @getflip/swirl-components@0.48.0
|
|
2077
|
+
|
|
2078
|
+
## 0.46.0
|
|
2079
|
+
|
|
2080
|
+
### Minor Changes
|
|
2081
|
+
|
|
2082
|
+
- [`9ec11ce`](https://github.com/getflip/swirl/commit/9ec11ce9b60d63eb2026d8a31ce85324944f68c3)
|
|
2083
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add custom footer slot to
|
|
2084
|
+
swirl-modal
|
|
2085
|
+
|
|
2086
|
+
### Patch Changes
|
|
2087
|
+
|
|
2088
|
+
- Updated dependencies
|
|
2089
|
+
[[`9ec11ce`](https://github.com/getflip/swirl/commit/9ec11ce9b60d63eb2026d8a31ce85324944f68c3)]:
|
|
2090
|
+
- @getflip/swirl-components@0.47.0
|
|
2091
|
+
|
|
2092
|
+
## 0.45.1
|
|
2093
|
+
|
|
2094
|
+
### Patch Changes
|
|
2095
|
+
|
|
2096
|
+
- [`7f66178`](https://github.com/getflip/swirl/commit/7f661784c25d184d4aa88517a46ef279aee0c732)
|
|
2097
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-inline-error styles
|
|
2098
|
+
|
|
2099
|
+
- Updated dependencies
|
|
2100
|
+
[[`7f66178`](https://github.com/getflip/swirl/commit/7f661784c25d184d4aa88517a46ef279aee0c732)]:
|
|
2101
|
+
- @getflip/swirl-components@0.46.1
|
|
2102
|
+
|
|
2103
|
+
## 0.45.0
|
|
2104
|
+
|
|
2105
|
+
### Minor Changes
|
|
2106
|
+
|
|
2107
|
+
- [`ec8b4df`](https://github.com/getflip/swirl/commit/ec8b4dffb4b349350b67414591b4d898dc79b323)
|
|
2108
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow HTML for
|
|
2109
|
+
swirl-resource-list-item labels
|
|
2110
|
+
|
|
2111
|
+
* [`a04cc9a`](https://github.com/getflip/swirl/commit/a04cc9aec383aa57b89fbeeb70d1aa3f1eed9343)
|
|
2112
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "max-height" prop to
|
|
2113
|
+
swirl-popover
|
|
2114
|
+
|
|
2115
|
+
### Patch Changes
|
|
2116
|
+
|
|
2117
|
+
- Updated dependencies
|
|
2118
|
+
[[`ec8b4df`](https://github.com/getflip/swirl/commit/ec8b4dffb4b349350b67414591b4d898dc79b323),
|
|
2119
|
+
[`a04cc9a`](https://github.com/getflip/swirl/commit/a04cc9aec383aa57b89fbeeb70d1aa3f1eed9343)]:
|
|
2120
|
+
- @getflip/swirl-components@0.46.0
|
|
2121
|
+
|
|
2122
|
+
## 0.44.1
|
|
2123
|
+
|
|
2124
|
+
### Patch Changes
|
|
2125
|
+
|
|
2126
|
+
- Updated dependencies []:
|
|
2127
|
+
- @getflip/swirl-components@0.45.1
|
|
2128
|
+
|
|
2129
|
+
## 0.44.0
|
|
2130
|
+
|
|
2131
|
+
### Minor Changes
|
|
2132
|
+
|
|
2133
|
+
- [`786f761`](https://github.com/getflip/swirl/commit/786f7619a35469377c6a0ad2529af0f6226684f3)
|
|
2134
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add some icons
|
|
2135
|
+
|
|
2136
|
+
### Patch Changes
|
|
2137
|
+
|
|
2138
|
+
- Updated dependencies
|
|
2139
|
+
[[`786f761`](https://github.com/getflip/swirl/commit/786f7619a35469377c6a0ad2529af0f6226684f3)]:
|
|
2140
|
+
- @getflip/swirl-components@0.45.0
|
|
2141
|
+
|
|
2142
|
+
## 0.43.1
|
|
2143
|
+
|
|
2144
|
+
### Patch Changes
|
|
2145
|
+
|
|
2146
|
+
- [`62ec018`](https://github.com/getflip/swirl/commit/62ec018ee0c7b7592db4ced41db09eb6fb670af8)
|
|
2147
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-table layout update
|
|
2148
|
+
when column changes
|
|
2149
|
+
|
|
2150
|
+
- Updated dependencies
|
|
2151
|
+
[[`62ec018`](https://github.com/getflip/swirl/commit/62ec018ee0c7b7592db4ced41db09eb6fb670af8)]:
|
|
2152
|
+
- @getflip/swirl-components@0.44.1
|
|
2153
|
+
|
|
2154
|
+
## 0.43.0
|
|
2155
|
+
|
|
2156
|
+
### Minor Changes
|
|
2157
|
+
|
|
2158
|
+
- [`0780f06`](https://github.com/getflip/swirl/commit/0780f067c42a7f9e8ccffecd8161f0cdf6825f68)
|
|
2159
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove sticky column feature from
|
|
2160
|
+
swirl-table
|
|
2161
|
+
|
|
2162
|
+
* [#228](https://github.com/getflip/swirl/pull/228)
|
|
2163
|
+
[`ff16a69`](https://github.com/getflip/swirl/commit/ff16a692e7b8c9ea216c1a1a714b109402796b07)
|
|
2164
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "drawer" variant to
|
|
2165
|
+
swirl-modal
|
|
2166
|
+
|
|
2167
|
+
### Patch Changes
|
|
2168
|
+
|
|
2169
|
+
- Updated dependencies
|
|
2170
|
+
[[`0780f06`](https://github.com/getflip/swirl/commit/0780f067c42a7f9e8ccffecd8161f0cdf6825f68),
|
|
2171
|
+
[`ff16a69`](https://github.com/getflip/swirl/commit/ff16a692e7b8c9ea216c1a1a714b109402796b07)]:
|
|
2172
|
+
- @getflip/swirl-components@0.44.0
|
|
2173
|
+
|
|
2174
|
+
## 0.42.2
|
|
2175
|
+
|
|
2176
|
+
### Patch Changes
|
|
2177
|
+
|
|
2178
|
+
- [`2d195d9`](https://github.com/getflip/swirl/commit/2d195d9a34e05c628d82f41150f69a19096d72e9)
|
|
2179
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-table layout updates
|
|
2180
|
+
|
|
2181
|
+
- Updated dependencies
|
|
2182
|
+
[[`2d195d9`](https://github.com/getflip/swirl/commit/2d195d9a34e05c628d82f41150f69a19096d72e9)]:
|
|
2183
|
+
- @getflip/swirl-components@0.43.2
|
|
2184
|
+
|
|
2185
|
+
## 0.42.1
|
|
2186
|
+
|
|
2187
|
+
### Patch Changes
|
|
2188
|
+
|
|
2189
|
+
- [`e0dd39d`](https://github.com/getflip/swirl/commit/e0dd39d6ad403b2e788c25c15ac0f95576982cd5)
|
|
2190
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve responsiveness of
|
|
2191
|
+
swirl-table
|
|
2192
|
+
|
|
2193
|
+
- Updated dependencies
|
|
2194
|
+
[[`e0dd39d`](https://github.com/getflip/swirl/commit/e0dd39d6ad403b2e788c25c15ac0f95576982cd5)]:
|
|
2195
|
+
- @getflip/swirl-components@0.43.1
|
|
2196
|
+
|
|
2197
|
+
## 0.42.0
|
|
2198
|
+
|
|
2199
|
+
### Minor Changes
|
|
2200
|
+
|
|
2201
|
+
- [`cf7829e`](https://github.com/getflip/swirl/commit/cf7829e90446b2646784355ccc809486423f2065)
|
|
2202
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add content-header-tools slot to
|
|
2203
|
+
swirl-console-layout
|
|
2204
|
+
|
|
2205
|
+
### Patch Changes
|
|
2206
|
+
|
|
2207
|
+
- Updated dependencies
|
|
2208
|
+
[[`cf7829e`](https://github.com/getflip/swirl/commit/cf7829e90446b2646784355ccc809486423f2065)]:
|
|
2209
|
+
- @getflip/swirl-components@0.43.0
|
|
2210
|
+
|
|
2211
|
+
## 0.41.0
|
|
2212
|
+
|
|
2213
|
+
### Minor Changes
|
|
2214
|
+
|
|
2215
|
+
- [`b540031`](https://github.com/getflip/swirl/commit/b54003180a6dc32b8c91794d3f049d1d99afebbb)
|
|
2216
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add standalone swirl-tab-bar
|
|
2217
|
+
component
|
|
2218
|
+
|
|
2219
|
+
### Patch Changes
|
|
2220
|
+
|
|
2221
|
+
- Updated dependencies
|
|
2222
|
+
[[`b540031`](https://github.com/getflip/swirl/commit/b54003180a6dc32b8c91794d3f049d1d99afebbb)]:
|
|
2223
|
+
- @getflip/swirl-components@0.42.0
|
|
2224
|
+
|
|
2225
|
+
## 0.40.0
|
|
2226
|
+
|
|
2227
|
+
### Minor Changes
|
|
2228
|
+
|
|
2229
|
+
- [`627027d`](https://github.com/getflip/swirl/commit/627027db935a834824bf0630e93abd20d54a0cd6)
|
|
2230
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add page size select to
|
|
2231
|
+
swirl-pagination
|
|
2232
|
+
|
|
2233
|
+
### Patch Changes
|
|
2234
|
+
|
|
2235
|
+
- Updated dependencies
|
|
2236
|
+
[[`627027d`](https://github.com/getflip/swirl/commit/627027db935a834824bf0630e93abd20d54a0cd6)]:
|
|
2237
|
+
- @getflip/swirl-components@0.41.0
|
|
2238
|
+
|
|
2239
|
+
## 0.39.1
|
|
2240
|
+
|
|
2241
|
+
### Patch Changes
|
|
2242
|
+
|
|
2243
|
+
- [`cece9f6`](https://github.com/getflip/swirl/commit/cece9f6b296528c7229b82c160a38419f68407e0)
|
|
2244
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix z-index of
|
|
2245
|
+
swirl-console-layout app bar
|
|
2246
|
+
|
|
2247
|
+
- Updated dependencies
|
|
2248
|
+
[[`cece9f6`](https://github.com/getflip/swirl/commit/cece9f6b296528c7229b82c160a38419f68407e0)]:
|
|
2249
|
+
- @getflip/swirl-components@0.40.1
|
|
2250
|
+
|
|
2251
|
+
## 0.39.0
|
|
2252
|
+
|
|
2253
|
+
### Minor Changes
|
|
2254
|
+
|
|
2255
|
+
- [`fab1551`](https://github.com/getflip/swirl/commit/fab15513f376cab8ea5f0d6821e05507b7094831)
|
|
2256
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "auto-grow" prop to
|
|
2257
|
+
swirl-text-input
|
|
2258
|
+
|
|
2259
|
+
### Patch Changes
|
|
2260
|
+
|
|
2261
|
+
- Updated dependencies
|
|
2262
|
+
[[`fab1551`](https://github.com/getflip/swirl/commit/fab15513f376cab8ea5f0d6821e05507b7094831)]:
|
|
2263
|
+
- @getflip/swirl-components@0.40.0
|
|
2264
|
+
|
|
2265
|
+
## 0.38.1
|
|
2266
|
+
|
|
2267
|
+
### Patch Changes
|
|
2268
|
+
|
|
2269
|
+
- [`b9f32d8`](https://github.com/getflip/swirl/commit/b9f32d87df57479d980cae5640c9e03a2885b828)
|
|
2270
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-modal close button
|
|
2271
|
+
click
|
|
2272
|
+
|
|
2273
|
+
- Updated dependencies
|
|
2274
|
+
[[`b9f32d8`](https://github.com/getflip/swirl/commit/b9f32d87df57479d980cae5640c9e03a2885b828)]:
|
|
2275
|
+
- @getflip/swirl-components@0.39.1
|
|
2276
|
+
|
|
2277
|
+
## 0.38.0
|
|
2278
|
+
|
|
2279
|
+
### Minor Changes
|
|
2280
|
+
|
|
2281
|
+
- [`a2e37ad`](https://github.com/getflip/swirl/commit/a2e37ad1a3391ebf5f1fe02e2143973391b42998)
|
|
2282
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "label-position" prop to
|
|
2283
|
+
swirl-form-control
|
|
2284
|
+
|
|
2285
|
+
### Patch Changes
|
|
2286
|
+
|
|
2287
|
+
- [`2cff411`](https://github.com/getflip/swirl/commit/2cff411bdf8e70fb65c7d523de766ec5a1ca9fc9)
|
|
2288
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-modal focus trap
|
|
2289
|
+
|
|
2290
|
+
- Updated dependencies
|
|
2291
|
+
[[`2cff411`](https://github.com/getflip/swirl/commit/2cff411bdf8e70fb65c7d523de766ec5a1ca9fc9),
|
|
2292
|
+
[`a2e37ad`](https://github.com/getflip/swirl/commit/a2e37ad1a3391ebf5f1fe02e2143973391b42998)]:
|
|
2293
|
+
- @getflip/swirl-components@0.39.0
|
|
2294
|
+
|
|
2295
|
+
## 0.37.3
|
|
2296
|
+
|
|
2297
|
+
### Patch Changes
|
|
2298
|
+
|
|
2299
|
+
- [`caf8d1e`](https://github.com/getflip/swirl/commit/caf8d1ea2b080f3157053d10acd5eaf7abda145f)
|
|
2300
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-option-list overwriting
|
|
2301
|
+
swirl-option-list-item's disabled state
|
|
2302
|
+
|
|
2303
|
+
- Updated dependencies
|
|
2304
|
+
[[`caf8d1e`](https://github.com/getflip/swirl/commit/caf8d1ea2b080f3157053d10acd5eaf7abda145f)]:
|
|
2305
|
+
- @getflip/swirl-components@0.38.3
|
|
2306
|
+
|
|
2307
|
+
## 0.37.2
|
|
2308
|
+
|
|
2309
|
+
### Patch Changes
|
|
2310
|
+
|
|
2311
|
+
- [`de57451`](https://github.com/getflip/swirl/commit/de57451b22bf1e5c3187b9ff24856eb59bdb1969)
|
|
2312
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix column width update of
|
|
2313
|
+
swirl-table component
|
|
2314
|
+
|
|
2315
|
+
- Updated dependencies
|
|
2316
|
+
[[`de57451`](https://github.com/getflip/swirl/commit/de57451b22bf1e5c3187b9ff24856eb59bdb1969)]:
|
|
2317
|
+
- @getflip/swirl-components@0.38.2
|
|
2318
|
+
|
|
2319
|
+
## 0.37.1
|
|
2320
|
+
|
|
2321
|
+
### Patch Changes
|
|
2322
|
+
|
|
2323
|
+
- [`6e42012`](https://github.com/getflip/swirl/commit/6e420126e5b154d5d43d1435fb93517457ac5f97)
|
|
2324
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add missing item reference to
|
|
2325
|
+
swirl-option-list "itemDrop" event
|
|
2326
|
+
|
|
2327
|
+
* [`85abdb9`](https://github.com/getflip/swirl/commit/85abdb9e9362e4f25e475af909ee8e22a6898fad)
|
|
2328
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-table layout update
|
|
2329
|
+
after slot contents change
|
|
2330
|
+
|
|
2331
|
+
* Updated dependencies
|
|
2332
|
+
[[`6e42012`](https://github.com/getflip/swirl/commit/6e420126e5b154d5d43d1435fb93517457ac5f97),
|
|
2333
|
+
[`85abdb9`](https://github.com/getflip/swirl/commit/85abdb9e9362e4f25e475af909ee8e22a6898fad)]:
|
|
2334
|
+
- @getflip/swirl-components@0.38.1
|
|
2335
|
+
|
|
2336
|
+
## 0.37.0
|
|
2337
|
+
|
|
2338
|
+
### Minor Changes
|
|
2339
|
+
|
|
2340
|
+
- [`73cd994`](https://github.com/getflip/swirl/commit/73cd994ce037bde1758cc177df70f1f347c76bba)
|
|
2341
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add first and last page buttons
|
|
2342
|
+
to swirl-pagination
|
|
2343
|
+
|
|
2344
|
+
* [`72f1b98`](https://github.com/getflip/swirl/commit/72f1b9844e3a9ca3218a66cdfaa9fad5a6450376)
|
|
2345
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add padding props to swirl-box
|
|
2346
|
+
|
|
2347
|
+
- [`d972ec8`](https://github.com/getflip/swirl/commit/d972ec815d3bbff4c6871e618888b46dd9d57946)
|
|
2348
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "variant" prop to
|
|
2349
|
+
swirl-search
|
|
2350
|
+
|
|
2351
|
+
### Patch Changes
|
|
2352
|
+
|
|
2353
|
+
- Updated dependencies
|
|
2354
|
+
[[`73cd994`](https://github.com/getflip/swirl/commit/73cd994ce037bde1758cc177df70f1f347c76bba),
|
|
2355
|
+
[`72f1b98`](https://github.com/getflip/swirl/commit/72f1b9844e3a9ca3218a66cdfaa9fad5a6450376),
|
|
2356
|
+
[`d972ec8`](https://github.com/getflip/swirl/commit/d972ec815d3bbff4c6871e618888b46dd9d57946)]:
|
|
2357
|
+
- @getflip/swirl-components@0.38.0
|
|
2358
|
+
|
|
2359
|
+
## 0.36.0
|
|
2360
|
+
|
|
2361
|
+
### Minor Changes
|
|
2362
|
+
|
|
2363
|
+
- [`cfeee86`](https://github.com/getflip/swirl/commit/cfeee869c7601406531d070841307bc3381838e1)
|
|
2364
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove default border around
|
|
2365
|
+
swirl-table
|
|
2366
|
+
|
|
2367
|
+
* [`3c2395d`](https://github.com/getflip/swirl/commit/3c2395d4dd08962fbfd2690f1cd7ffde96149186)
|
|
2368
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "spacing" prop to
|
|
2369
|
+
swirl-separator
|
|
2370
|
+
|
|
2371
|
+
### Patch Changes
|
|
2372
|
+
|
|
2373
|
+
- [`cfeee86`](https://github.com/getflip/swirl/commit/cfeee869c7601406531d070841307bc3381838e1)
|
|
2374
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Allow swirl-console-layout
|
|
2375
|
+
content area to shrink
|
|
2376
|
+
|
|
2377
|
+
- Updated dependencies
|
|
2378
|
+
[[`cfeee86`](https://github.com/getflip/swirl/commit/cfeee869c7601406531d070841307bc3381838e1),
|
|
2379
|
+
[`cfeee86`](https://github.com/getflip/swirl/commit/cfeee869c7601406531d070841307bc3381838e1),
|
|
2380
|
+
[`3c2395d`](https://github.com/getflip/swirl/commit/3c2395d4dd08962fbfd2690f1cd7ffde96149186)]:
|
|
2381
|
+
- @getflip/swirl-components@0.37.0
|
|
2382
|
+
|
|
2383
|
+
## 0.35.0
|
|
2384
|
+
|
|
2385
|
+
### Minor Changes
|
|
2386
|
+
|
|
2387
|
+
- [#216](https://github.com/getflip/swirl/pull/216)
|
|
2388
|
+
[`85f0c9c`](https://github.com/getflip/swirl/commit/85f0c9c29e543436988e3d49d4563a63c3788593)
|
|
2389
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-inline-notification
|
|
2390
|
+
component
|
|
2391
|
+
|
|
2392
|
+
### Patch Changes
|
|
2393
|
+
|
|
2394
|
+
- Updated dependencies
|
|
2395
|
+
[[`85f0c9c`](https://github.com/getflip/swirl/commit/85f0c9c29e543436988e3d49d4563a63c3788593)]:
|
|
2396
|
+
- @getflip/swirl-components@0.36.0
|
|
2397
|
+
|
|
2398
|
+
## 0.34.0
|
|
2399
|
+
|
|
2400
|
+
### Minor Changes
|
|
2401
|
+
|
|
2402
|
+
- [`d59d273`](https://github.com/getflip/swirl/commit/d59d273d7fd4e40697f6e6ebc00a62ffb585dea7)
|
|
2403
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add padding props to swirl-card
|
|
2404
|
+
component
|
|
2405
|
+
|
|
2406
|
+
### Patch Changes
|
|
2407
|
+
|
|
2408
|
+
- Updated dependencies
|
|
2409
|
+
[[`d59d273`](https://github.com/getflip/swirl/commit/d59d273d7fd4e40697f6e6ebc00a62ffb585dea7)]:
|
|
2410
|
+
- @getflip/swirl-components@0.35.0
|
|
2411
|
+
|
|
2412
|
+
## 0.33.3
|
|
2413
|
+
|
|
2414
|
+
### Patch Changes
|
|
2415
|
+
|
|
2416
|
+
- [`9caddb5`](https://github.com/getflip/swirl/commit/9caddb536daa62a3df7ab9ac3e5ff75d4c171148)
|
|
2417
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-text multi-line
|
|
2418
|
+
truncation in iOS Safari
|
|
2419
|
+
|
|
2420
|
+
- Updated dependencies
|
|
2421
|
+
[[`9caddb5`](https://github.com/getflip/swirl/commit/9caddb536daa62a3df7ab9ac3e5ff75d4c171148)]:
|
|
2422
|
+
- @getflip/swirl-components@0.34.3
|
|
2423
|
+
|
|
2424
|
+
## 0.33.2
|
|
2425
|
+
|
|
2426
|
+
### Patch Changes
|
|
2427
|
+
|
|
2428
|
+
- [`86228a6`](https://github.com/getflip/swirl/commit/86228a635cac36a60e244f52d2058a3c17538d54)
|
|
2429
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent disabled swirl-button
|
|
2430
|
+
from firing click event
|
|
2431
|
+
|
|
2432
|
+
- Updated dependencies
|
|
2433
|
+
[[`86228a6`](https://github.com/getflip/swirl/commit/86228a635cac36a60e244f52d2058a3c17538d54)]:
|
|
2434
|
+
- @getflip/swirl-components@0.34.2
|
|
2435
|
+
|
|
2436
|
+
## 0.33.1
|
|
2437
|
+
|
|
2438
|
+
### Patch Changes
|
|
2439
|
+
|
|
2440
|
+
- [#211](https://github.com/getflip/swirl/pull/211)
|
|
2441
|
+
[`84e5345`](https://github.com/getflip/swirl/commit/84e5345032c7391a11b3afba2e252aa3bea9bcf9)
|
|
2442
|
+
Thanks [@martinneumann](https://github.com/martinneumann)! - Add a prop for
|
|
2443
|
+
borderless cards; fix visibility of carousel buttons on iOS
|
|
2444
|
+
|
|
2445
|
+
- Updated dependencies
|
|
2446
|
+
[[`84e5345`](https://github.com/getflip/swirl/commit/84e5345032c7391a11b3afba2e252aa3bea9bcf9)]:
|
|
2447
|
+
- @getflip/swirl-components@0.34.1
|
|
2448
|
+
|
|
2449
|
+
## 0.33.0
|
|
2450
|
+
|
|
2451
|
+
### Minor Changes
|
|
2452
|
+
|
|
2453
|
+
- [`e4158a5`](https://github.com/getflip/swirl/commit/e4158a5530814e7a0acee54451bdecf86cd558a7)
|
|
2454
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "activeSlidesChange" event to
|
|
2455
|
+
swirl-carousel
|
|
2456
|
+
|
|
2457
|
+
### Patch Changes
|
|
2458
|
+
|
|
2459
|
+
- [`89094cc`](https://github.com/getflip/swirl/commit/89094cce0d6c464b403f27461179d93366c540c0)
|
|
2460
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Restore swirl-carousel scroll
|
|
2461
|
+
position to active slide when slides are removed or added after first render
|
|
2462
|
+
- Updated dependencies
|
|
2463
|
+
[[`e4158a5`](https://github.com/getflip/swirl/commit/e4158a5530814e7a0acee54451bdecf86cd558a7),
|
|
2464
|
+
[`89094cc`](https://github.com/getflip/swirl/commit/89094cce0d6c464b403f27461179d93366c540c0)]:
|
|
2465
|
+
- @getflip/swirl-components@0.34.0
|
|
2466
|
+
|
|
2467
|
+
## 0.32.2
|
|
2468
|
+
|
|
2469
|
+
### Patch Changes
|
|
2470
|
+
|
|
2471
|
+
- [`3c9d8c4`](https://github.com/getflip/swirl/commit/3c9d8c48ab6957c845be738bac44c26fb0dba059)
|
|
2472
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-app-layout padding
|
|
2473
|
+
|
|
2474
|
+
- Updated dependencies
|
|
2475
|
+
[[`3c9d8c4`](https://github.com/getflip/swirl/commit/3c9d8c48ab6957c845be738bac44c26fb0dba059)]:
|
|
2476
|
+
- @getflip/swirl-components@0.33.2
|
|
2477
|
+
|
|
2478
|
+
## 0.32.1
|
|
2479
|
+
|
|
2480
|
+
### Patch Changes
|
|
2481
|
+
|
|
2482
|
+
- [`fcef9df`](https://github.com/getflip/swirl/commit/fcef9df9c0e146dd3235dab85d7f2588daad2667)
|
|
2483
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Revert scroll snap align of
|
|
2484
|
+
swirl-carousel back to "start"
|
|
2485
|
+
|
|
2486
|
+
- Updated dependencies
|
|
2487
|
+
[[`fcef9df`](https://github.com/getflip/swirl/commit/fcef9df9c0e146dd3235dab85d7f2588daad2667)]:
|
|
2488
|
+
- @getflip/swirl-components@0.33.1
|
|
2489
|
+
|
|
2490
|
+
## 0.32.0
|
|
2491
|
+
|
|
2492
|
+
### Minor Changes
|
|
2493
|
+
|
|
2494
|
+
- [`aaaffb0`](https://github.com/getflip/swirl/commit/aaaffb07bc53fca8f41bc1040437368041fb724f)
|
|
2495
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-carousel behavior:
|
|
2496
|
+
|
|
2497
|
+
- fix padding in Safari browser
|
|
2498
|
+
- snap scrolling to center on mobile viewports
|
|
2499
|
+
- hide navigation buttons on mobile and if disabled
|
|
2500
|
+
- add "scrolltoSlide" method
|
|
2501
|
+
|
|
2502
|
+
### Patch Changes
|
|
2503
|
+
|
|
2504
|
+
- Updated dependencies
|
|
2505
|
+
[[`aaaffb0`](https://github.com/getflip/swirl/commit/aaaffb07bc53fca8f41bc1040437368041fb724f)]:
|
|
2506
|
+
- @getflip/swirl-components@0.33.0
|
|
2507
|
+
|
|
2508
|
+
## 0.31.0
|
|
2509
|
+
|
|
2510
|
+
### Minor Changes
|
|
2511
|
+
|
|
2512
|
+
- [`656fed5`](https://github.com/getflip/swirl/commit/656fed50fd3a45f25dd7895f290b7d7ea3f7555d)
|
|
2513
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "hide-sidebar" prop to
|
|
2514
|
+
swirl-shell-layout
|
|
2515
|
+
|
|
2516
|
+
### Patch Changes
|
|
2517
|
+
|
|
2518
|
+
- Updated dependencies
|
|
2519
|
+
[[`656fed5`](https://github.com/getflip/swirl/commit/656fed50fd3a45f25dd7895f290b7d7ea3f7555d)]:
|
|
2520
|
+
- @getflip/swirl-components@0.32.0
|
|
2521
|
+
|
|
2522
|
+
## 0.30.2
|
|
2523
|
+
|
|
2524
|
+
### Patch Changes
|
|
2525
|
+
|
|
2526
|
+
- [`d57bc28`](https://github.com/getflip/swirl/commit/d57bc28a59b9b07fcde67b6ab14438d373003610)
|
|
2527
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a swirl-card issue not
|
|
2528
|
+
displaying images correctly in Safari
|
|
2529
|
+
|
|
2530
|
+
- Updated dependencies
|
|
2531
|
+
[[`d57bc28`](https://github.com/getflip/swirl/commit/d57bc28a59b9b07fcde67b6ab14438d373003610)]:
|
|
2532
|
+
- @getflip/swirl-components@0.31.2
|
|
2533
|
+
|
|
2534
|
+
## 0.30.1
|
|
2535
|
+
|
|
2536
|
+
### Patch Changes
|
|
2537
|
+
|
|
2538
|
+
- [`e16f9bf`](https://github.com/getflip/swirl/commit/e16f9bf0f8bf9e4191c88e637a92b8c48138148b)
|
|
2539
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix padding and width
|
|
2540
|
+
distribution of swirl-carousel-slide components
|
|
2541
|
+
|
|
2542
|
+
- Updated dependencies
|
|
2543
|
+
[[`e16f9bf`](https://github.com/getflip/swirl/commit/e16f9bf0f8bf9e4191c88e637a92b8c48138148b)]:
|
|
2544
|
+
- @getflip/swirl-components@0.31.1
|
|
2545
|
+
|
|
2546
|
+
## 0.30.0
|
|
2547
|
+
|
|
2548
|
+
### Minor Changes
|
|
2549
|
+
|
|
2550
|
+
- [`ab397dd`](https://github.com/getflip/swirl/commit/ab397dddb936f18631cde6eaa7e32db1895a2569)
|
|
2551
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "justify-content" prop to
|
|
2552
|
+
swirl-card
|
|
2553
|
+
|
|
2554
|
+
### Patch Changes
|
|
2555
|
+
|
|
2556
|
+
- Updated dependencies
|
|
2557
|
+
[[`ab397dd`](https://github.com/getflip/swirl/commit/ab397dddb936f18631cde6eaa7e32db1895a2569)]:
|
|
2558
|
+
- @getflip/swirl-components@0.31.0
|
|
2559
|
+
|
|
2560
|
+
## 0.29.2
|
|
2561
|
+
|
|
2562
|
+
### Patch Changes
|
|
2563
|
+
|
|
2564
|
+
- [`73cb97f`](https://github.com/getflip/swirl/commit/73cb97f4cd5808589cb47c6825623e6768efe37e)
|
|
2565
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-carousel desktop
|
|
2566
|
+
styling
|
|
2567
|
+
|
|
2568
|
+
- Updated dependencies
|
|
2569
|
+
[[`73cb97f`](https://github.com/getflip/swirl/commit/73cb97f4cd5808589cb47c6825623e6768efe37e)]:
|
|
2570
|
+
- @getflip/swirl-components@0.30.2
|
|
2571
|
+
|
|
2572
|
+
## 0.29.1
|
|
2573
|
+
|
|
2574
|
+
### Patch Changes
|
|
2575
|
+
|
|
2576
|
+
- [`40ca969`](https://github.com/getflip/swirl/commit/40ca9697f6b465afef9d08c307027f3ad5f75dba)
|
|
2577
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue throwing an
|
|
2578
|
+
exception when swirl-file-viewer-pdf rendering gets cancelled
|
|
2579
|
+
- Updated dependencies
|
|
2580
|
+
[[`40ca969`](https://github.com/getflip/swirl/commit/40ca9697f6b465afef9d08c307027f3ad5f75dba)]:
|
|
2581
|
+
- @getflip/swirl-components@0.30.1
|
|
2582
|
+
|
|
2583
|
+
## 0.29.0
|
|
2584
|
+
|
|
2585
|
+
### Minor Changes
|
|
2586
|
+
|
|
2587
|
+
- [`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885)
|
|
2588
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "lines" prop to swirl-text
|
|
2589
|
+
and swirl-heading to enable line-based truncation
|
|
2590
|
+
|
|
2591
|
+
* [`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)
|
|
2592
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "min-height" support for
|
|
2593
|
+
swirl-carousel-slides
|
|
2594
|
+
|
|
2595
|
+
### Patch Changes
|
|
2596
|
+
|
|
2597
|
+
- Updated dependencies
|
|
2598
|
+
[[`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885),
|
|
2599
|
+
[`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)]:
|
|
2600
|
+
- @getflip/swirl-components@0.30.0
|
|
2601
|
+
|
|
2602
|
+
## 0.28.0
|
|
2603
|
+
|
|
2604
|
+
### Minor Changes
|
|
2605
|
+
|
|
2606
|
+
- [#197](https://github.com/getflip/swirl/pull/197)
|
|
2607
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
|
|
2608
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "variant" prop to swirl-chip
|
|
2609
|
+
|
|
2610
|
+
* [#197](https://github.com/getflip/swirl/pull/197)
|
|
2611
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
|
|
2612
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Replace "avatar" prop
|
|
2613
|
+
of SwirlChip with slot
|
|
2614
|
+
|
|
2615
|
+
- [#197](https://github.com/getflip/swirl/pull/197)
|
|
2616
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
|
|
2617
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "border-radius" prop to
|
|
2618
|
+
swirl-card component
|
|
2619
|
+
|
|
2620
|
+
### Patch Changes
|
|
2621
|
+
|
|
2622
|
+
- [`fe56d90`](https://github.com/getflip/swirl/commit/fe56d909fd21139df9847877df1485aa146bbff2)
|
|
2623
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust
|
|
2624
|
+
swirl-shell-navigation-item background colors
|
|
2625
|
+
|
|
2626
|
+
- Updated dependencies
|
|
2627
|
+
[[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091),
|
|
2628
|
+
[`fe56d90`](https://github.com/getflip/swirl/commit/fe56d909fd21139df9847877df1485aa146bbff2),
|
|
2629
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091),
|
|
2630
|
+
[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)]:
|
|
2631
|
+
- @getflip/swirl-components@0.29.0
|
|
2632
|
+
|
|
2633
|
+
## 0.27.0
|
|
2634
|
+
|
|
2635
|
+
### Minor Changes
|
|
2636
|
+
|
|
2637
|
+
- [#193](https://github.com/getflip/swirl/pull/193)
|
|
2638
|
+
[`c46c1c3`](https://github.com/getflip/swirl/commit/c46c1c3b86264e9ce868e088b006be8614ce76e4)
|
|
2639
|
+
Thanks [@martinneumann](https://github.com/martinneumann)! - Add
|
|
2640
|
+
swirl-carousel component
|
|
2641
|
+
|
|
2642
|
+
### Patch Changes
|
|
2643
|
+
|
|
2644
|
+
- Updated dependencies
|
|
2645
|
+
[[`c46c1c3`](https://github.com/getflip/swirl/commit/c46c1c3b86264e9ce868e088b006be8614ce76e4)]:
|
|
2646
|
+
- @getflip/swirl-components@0.28.0
|
|
2647
|
+
|
|
2648
|
+
## 0.26.0
|
|
2649
|
+
|
|
2650
|
+
### Minor Changes
|
|
2651
|
+
|
|
2652
|
+
- [#190](https://github.com/getflip/swirl/pull/190)
|
|
2653
|
+
[`798e005`](https://github.com/getflip/swirl/commit/798e00542af5c5b7d3b09c5aec981e4efc314339)
|
|
2654
|
+
Thanks [@martinneumann](https://github.com/martinneumann)! - Breaking: Extend
|
|
2655
|
+
swirl-card component. Added image and content slots.
|
|
2656
|
+
|
|
2657
|
+
### Patch Changes
|
|
2658
|
+
|
|
2659
|
+
- Updated dependencies
|
|
2660
|
+
[[`798e005`](https://github.com/getflip/swirl/commit/798e00542af5c5b7d3b09c5aec981e4efc314339)]:
|
|
2661
|
+
- @getflip/swirl-components@0.27.0
|
|
2662
|
+
|
|
2663
|
+
## 0.25.2
|
|
2664
|
+
|
|
2665
|
+
### Patch Changes
|
|
2666
|
+
|
|
2667
|
+
- [`d9eebea`](https://github.com/getflip/swirl/commit/d9eebea97bcfaf16c631b6de756ce30e68f6e1b0)
|
|
2668
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-app-icon background
|
|
2669
|
+
color
|
|
2670
|
+
|
|
2671
|
+
- Updated dependencies
|
|
2672
|
+
[[`d9eebea`](https://github.com/getflip/swirl/commit/d9eebea97bcfaf16c631b6de756ce30e68f6e1b0)]:
|
|
2673
|
+
- @getflip/swirl-components@0.26.2
|
|
2674
|
+
|
|
2675
|
+
## 0.25.1
|
|
2676
|
+
|
|
2677
|
+
### Patch Changes
|
|
2678
|
+
|
|
2679
|
+
- [`bf49c59`](https://github.com/getflip/swirl/commit/bf49c5951586e39b95112ea278210a5a5304e076)
|
|
2680
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak swirl-app-icon background
|
|
2681
|
+
color
|
|
2682
|
+
|
|
2683
|
+
- Updated dependencies
|
|
2684
|
+
[[`bf49c59`](https://github.com/getflip/swirl/commit/bf49c5951586e39b95112ea278210a5a5304e076)]:
|
|
2685
|
+
- @getflip/swirl-components@0.26.1
|
|
2686
|
+
|
|
2687
|
+
## 0.25.0
|
|
2688
|
+
|
|
2689
|
+
### Minor Changes
|
|
2690
|
+
|
|
2691
|
+
- [#184](https://github.com/getflip/swirl/pull/184)
|
|
2692
|
+
[`44954f3`](https://github.com/getflip/swirl/commit/44954f32b74260ac41e033f72b7c47bc6f51eb4a)
|
|
2693
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Added App-Icon
|
|
2694
|
+
Component and refactored Shell Navigation Item
|
|
2695
|
+
|
|
2696
|
+
### Patch Changes
|
|
2697
|
+
|
|
2698
|
+
- Updated dependencies
|
|
2699
|
+
[[`44954f3`](https://github.com/getflip/swirl/commit/44954f32b74260ac41e033f72b7c47bc6f51eb4a)]:
|
|
2700
|
+
- @getflip/swirl-components@0.26.0
|
|
2701
|
+
|
|
2702
|
+
## 0.24.1
|
|
2703
|
+
|
|
2704
|
+
### Patch Changes
|
|
2705
|
+
|
|
2706
|
+
- [`41e192a`](https://github.com/getflip/swirl/commit/41e192a28374f3ce7979587663c063fd89bd6973)
|
|
2707
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fire change event when
|
|
2708
|
+
swirl-search is cleared
|
|
2709
|
+
|
|
2710
|
+
- Updated dependencies
|
|
2711
|
+
[[`41e192a`](https://github.com/getflip/swirl/commit/41e192a28374f3ce7979587663c063fd89bd6973)]:
|
|
2712
|
+
- @getflip/swirl-components@0.25.1
|
|
2713
|
+
|
|
2714
|
+
## 0.24.0
|
|
2715
|
+
|
|
2716
|
+
### Minor Changes
|
|
2717
|
+
|
|
2718
|
+
- [`1dc4000`](https://github.com/getflip/swirl/commit/1dc40004e4adf3bdd525bc2bb0e48bb417a04abd)
|
|
2719
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "banner" slot to
|
|
2720
|
+
swirl-app-layout
|
|
2721
|
+
|
|
2722
|
+
* [`4b6dc34`](https://github.com/getflip/swirl/commit/4b6dc34baa50a7a0ff06aeb1f0b00dcddf98bf1a)
|
|
2723
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "size" prop to swirl-banner
|
|
2724
|
+
|
|
2725
|
+
- [`cfebb9e`](https://github.com/getflip/swirl/commit/cfebb9eb209ebb082fa98e37d28ace9a1f4eafdb)
|
|
2726
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "banner" slot to
|
|
2727
|
+
swirl-shell-layout
|
|
2728
|
+
|
|
2729
|
+
### Patch Changes
|
|
2730
|
+
|
|
2731
|
+
- Updated dependencies
|
|
2732
|
+
[[`1dc4000`](https://github.com/getflip/swirl/commit/1dc40004e4adf3bdd525bc2bb0e48bb417a04abd),
|
|
2733
|
+
[`4b6dc34`](https://github.com/getflip/swirl/commit/4b6dc34baa50a7a0ff06aeb1f0b00dcddf98bf1a),
|
|
2734
|
+
[`cfebb9e`](https://github.com/getflip/swirl/commit/cfebb9eb209ebb082fa98e37d28ace9a1f4eafdb)]:
|
|
2735
|
+
- @getflip/swirl-components@0.25.0
|
|
2736
|
+
|
|
2737
|
+
## 0.23.2
|
|
2738
|
+
|
|
2739
|
+
### Patch Changes
|
|
2740
|
+
|
|
2741
|
+
- [`eab7cec`](https://github.com/getflip/swirl/commit/eab7cec006f01043a5b24a308892d045fb7bfdcd)
|
|
2742
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list focus
|
|
2743
|
+
behavior in Safari
|
|
2744
|
+
|
|
2745
|
+
- Updated dependencies
|
|
2746
|
+
[[`eab7cec`](https://github.com/getflip/swirl/commit/eab7cec006f01043a5b24a308892d045fb7bfdcd)]:
|
|
2747
|
+
- @getflip/swirl-components@0.24.2
|
|
2748
|
+
|
|
2749
|
+
## 0.23.1
|
|
2750
|
+
|
|
2751
|
+
### Patch Changes
|
|
2752
|
+
|
|
2753
|
+
- [`230ecae`](https://github.com/getflip/swirl/commit/230ecae058fedcf0a5845c70c1826ed5413f9999)
|
|
2754
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list focus
|
|
2755
|
+
handling
|
|
2756
|
+
|
|
2757
|
+
- Updated dependencies
|
|
2758
|
+
[[`230ecae`](https://github.com/getflip/swirl/commit/230ecae058fedcf0a5845c70c1826ed5413f9999)]:
|
|
2759
|
+
- @getflip/swirl-components@0.24.1
|
|
2760
|
+
|
|
2761
|
+
## 0.23.0
|
|
2762
|
+
|
|
2763
|
+
### Minor Changes
|
|
2764
|
+
|
|
2765
|
+
- [`328e9f7`](https://github.com/getflip/swirl/commit/328e9f7ee1db98e54c897a67a5bf3317931d5a2a)
|
|
2766
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "custom-header" slot to
|
|
2767
|
+
swirl-modal
|
|
2768
|
+
|
|
2769
|
+
### Patch Changes
|
|
2770
|
+
|
|
2771
|
+
- Updated dependencies
|
|
2772
|
+
[[`328e9f7`](https://github.com/getflip/swirl/commit/328e9f7ee1db98e54c897a67a5bf3317931d5a2a)]:
|
|
2773
|
+
- @getflip/swirl-components@0.24.0
|
|
2774
|
+
|
|
2775
|
+
## 0.22.1
|
|
2776
|
+
|
|
2777
|
+
### Patch Changes
|
|
2778
|
+
|
|
2779
|
+
- [`c70da87`](https://github.com/getflip/swirl/commit/c70da8777f9cab93e8146edbf7bdda418a4df586)
|
|
2780
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix focus handling for updating
|
|
2781
|
+
swirl-resource-list
|
|
2782
|
+
|
|
2783
|
+
- Updated dependencies
|
|
2784
|
+
[[`c70da87`](https://github.com/getflip/swirl/commit/c70da8777f9cab93e8146edbf7bdda418a4df586)]:
|
|
2785
|
+
- @getflip/swirl-components@0.23.1
|
|
2786
|
+
|
|
2787
|
+
## 0.22.0
|
|
2788
|
+
|
|
2789
|
+
### Minor Changes
|
|
2790
|
+
|
|
2791
|
+
- [#178](https://github.com/getflip/swirl/pull/178)
|
|
2792
|
+
[`ce4686a`](https://github.com/getflip/swirl/commit/ce4686a40c1fa3c21d4d3d58b15b7ab4d6d11405)
|
|
2793
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "max-width" prop to
|
|
2794
|
+
swirl-modal
|
|
2795
|
+
|
|
2796
|
+
* [#178](https://github.com/getflip/swirl/pull/178)
|
|
2797
|
+
[`ce4686a`](https://github.com/getflip/swirl/commit/ce4686a40c1fa3c21d4d3d58b15b7ab4d6d11405)
|
|
2798
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-app-bar component
|
|
2799
|
+
|
|
2800
|
+
- [#178](https://github.com/getflip/swirl/pull/178)
|
|
2801
|
+
[`ce4686a`](https://github.com/getflip/swirl/commit/ce4686a40c1fa3c21d4d3d58b15b7ab4d6d11405)
|
|
2802
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "truncate" prop to
|
|
2803
|
+
swirl-heading
|
|
2804
|
+
|
|
2805
|
+
### Patch Changes
|
|
2806
|
+
|
|
2807
|
+
- Updated dependencies
|
|
2808
|
+
[[`ce4686a`](https://github.com/getflip/swirl/commit/ce4686a40c1fa3c21d4d3d58b15b7ab4d6d11405),
|
|
2809
|
+
[`ce4686a`](https://github.com/getflip/swirl/commit/ce4686a40c1fa3c21d4d3d58b15b7ab4d6d11405),
|
|
2810
|
+
[`ce4686a`](https://github.com/getflip/swirl/commit/ce4686a40c1fa3c21d4d3d58b15b7ab4d6d11405)]:
|
|
2811
|
+
- @getflip/swirl-components@0.23.0
|
|
2812
|
+
|
|
2813
|
+
## 0.21.0
|
|
2814
|
+
|
|
2815
|
+
### Minor Changes
|
|
2816
|
+
|
|
2817
|
+
- [`212c5e8`](https://github.com/getflip/swirl/commit/212c5e8935bea1ecb1f153dedcfb14a599140b66)
|
|
2818
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "orientation" prop to
|
|
2819
|
+
swirl-description-list-item
|
|
2820
|
+
|
|
2821
|
+
### Patch Changes
|
|
2822
|
+
|
|
2823
|
+
- Updated dependencies
|
|
2824
|
+
[[`212c5e8`](https://github.com/getflip/swirl/commit/212c5e8935bea1ecb1f153dedcfb14a599140b66)]:
|
|
2825
|
+
- @getflip/swirl-components@0.22.0
|
|
2826
|
+
|
|
2827
|
+
## 0.20.1
|
|
2828
|
+
|
|
2829
|
+
### Patch Changes
|
|
2830
|
+
|
|
2831
|
+
- [`ee2d71c`](https://github.com/getflip/swirl/commit/ee2d71c5a5f8293c17fc1ca9191442f0e2ce19b2)
|
|
2832
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-app-layout header width
|
|
2833
|
+
on mobile viewports
|
|
2834
|
+
|
|
2835
|
+
- Updated dependencies
|
|
2836
|
+
[[`ee2d71c`](https://github.com/getflip/swirl/commit/ee2d71c5a5f8293c17fc1ca9191442f0e2ce19b2)]:
|
|
2837
|
+
- @getflip/swirl-components@0.21.1
|
|
2838
|
+
|
|
2839
|
+
## 0.20.0
|
|
2840
|
+
|
|
2841
|
+
### Minor Changes
|
|
2842
|
+
|
|
2843
|
+
- [`051b72c`](https://github.com/getflip/swirl/commit/051b72c129722be65bb8f780a35de215ced530ef)
|
|
2844
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Make swirl-app-layout
|
|
2845
|
+
app bar more flexible by adding a slot
|
|
2846
|
+
|
|
2847
|
+
### Patch Changes
|
|
2848
|
+
|
|
2849
|
+
- Updated dependencies
|
|
2850
|
+
[[`051b72c`](https://github.com/getflip/swirl/commit/051b72c129722be65bb8f780a35de215ced530ef)]:
|
|
2851
|
+
- @getflip/swirl-components@0.21.0
|
|
2852
|
+
|
|
2853
|
+
## 0.19.1
|
|
2854
|
+
|
|
2855
|
+
### Patch Changes
|
|
2856
|
+
|
|
2857
|
+
- [`90be1e6`](https://github.com/getflip/swirl/commit/90be1e68c3591cd57e4aab75d178c015800657dd)
|
|
2858
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove inner wrapper of swirl-box
|
|
2859
|
+
|
|
2860
|
+
- Updated dependencies
|
|
2861
|
+
[[`90be1e6`](https://github.com/getflip/swirl/commit/90be1e68c3591cd57e4aab75d178c015800657dd)]:
|
|
2862
|
+
- @getflip/swirl-components@0.20.1
|
|
2863
|
+
|
|
2864
|
+
## 0.19.0
|
|
2865
|
+
|
|
2866
|
+
### Minor Changes
|
|
2867
|
+
|
|
2868
|
+
- [#169](https://github.com/getflip/swirl/pull/169)
|
|
2869
|
+
[`4a37f3b`](https://github.com/getflip/swirl/commit/4a37f3bc6c8cb87c033d4082cc50606ae0c33e72)
|
|
2870
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-columns component
|
|
2871
|
+
|
|
2872
|
+
### Patch Changes
|
|
2873
|
+
|
|
2874
|
+
- [#151](https://github.com/getflip/swirl/pull/151)
|
|
2875
|
+
[`f69b18e`](https://github.com/getflip/swirl/commit/f69b18e2b3e8a8243b8b26bc93edb97032cb5416)
|
|
2876
|
+
Thanks [@lschiffers](https://github.com/lschiffers)! - Improve dark mode
|
|
2877
|
+
design token values
|
|
2878
|
+
|
|
2879
|
+
- Updated dependencies
|
|
2880
|
+
[[`f69b18e`](https://github.com/getflip/swirl/commit/f69b18e2b3e8a8243b8b26bc93edb97032cb5416),
|
|
2881
|
+
[`4a37f3b`](https://github.com/getflip/swirl/commit/4a37f3bc6c8cb87c033d4082cc50606ae0c33e72)]:
|
|
2882
|
+
- @getflip/swirl-components@0.20.0
|
|
2883
|
+
|
|
2884
|
+
## 0.18.0
|
|
2885
|
+
|
|
2886
|
+
### Minor Changes
|
|
2887
|
+
|
|
2888
|
+
- [`67c8308`](https://github.com/getflip/swirl/commit/67c83088b019506d873a0c26c45834fbacc8681c)
|
|
2889
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking change: Replace
|
|
2890
|
+
swirl-resource-list-item "media" prop with slot
|
|
2891
|
+
|
|
2892
|
+
### Patch Changes
|
|
2893
|
+
|
|
2894
|
+
- Updated dependencies
|
|
2895
|
+
[[`67c8308`](https://github.com/getflip/swirl/commit/67c83088b019506d873a0c26c45834fbacc8681c)]:
|
|
2896
|
+
- @getflip/swirl-components@0.19.0
|
|
2897
|
+
|
|
2898
|
+
## 0.17.0
|
|
2899
|
+
|
|
2900
|
+
### Minor Changes
|
|
2901
|
+
|
|
2902
|
+
- [`bd09b89`](https://github.com/getflip/swirl/commit/bd09b89ca98cec40c0affed271703a83abf89be3)
|
|
2903
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add props "hide-label",
|
|
2904
|
+
"hide-close-button" and "padded" to swirl-modal
|
|
2905
|
+
|
|
2906
|
+
### Patch Changes
|
|
2907
|
+
|
|
2908
|
+
- [`d518f12`](https://github.com/getflip/swirl/commit/d518f121fff6108b128b40c3aff01a20e37ed3ee)
|
|
2909
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Minor style adjustments
|
|
2910
|
+
|
|
2911
|
+
- Updated dependencies
|
|
2912
|
+
[[`bd09b89`](https://github.com/getflip/swirl/commit/bd09b89ca98cec40c0affed271703a83abf89be3),
|
|
2913
|
+
[`d518f12`](https://github.com/getflip/swirl/commit/d518f121fff6108b128b40c3aff01a20e37ed3ee)]:
|
|
2914
|
+
- @getflip/swirl-components@0.18.0
|
|
2915
|
+
|
|
2916
|
+
## 0.16.0
|
|
2917
|
+
|
|
2918
|
+
### Minor Changes
|
|
2919
|
+
|
|
2920
|
+
- [#166](https://github.com/getflip/swirl/pull/166)
|
|
2921
|
+
[`aae9d45`](https://github.com/getflip/swirl/commit/aae9d45ec808ea8c5df42eea8ff877774d07b719)
|
|
2922
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add icons
|
|
2923
|
+
|
|
2924
|
+
* [#166](https://github.com/getflip/swirl/pull/166)
|
|
2925
|
+
[`aae9d45`](https://github.com/getflip/swirl/commit/aae9d45ec808ea8c5df42eea8ff877774d07b719)
|
|
2926
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add side-by-side view to
|
|
2927
|
+
swirl-pdf-reader and swirl-file-viewer
|
|
2928
|
+
|
|
2929
|
+
- [#166](https://github.com/getflip/swirl/pull/166)
|
|
2930
|
+
[`aae9d45`](https://github.com/getflip/swirl/commit/aae9d45ec808ea8c5df42eea8ff877774d07b719)
|
|
2931
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-pdf-reader thumbnail
|
|
2932
|
+
navigation
|
|
2933
|
+
|
|
2934
|
+
### Patch Changes
|
|
2935
|
+
|
|
2936
|
+
- Updated dependencies
|
|
2937
|
+
[[`aae9d45`](https://github.com/getflip/swirl/commit/aae9d45ec808ea8c5df42eea8ff877774d07b719),
|
|
2938
|
+
[`aae9d45`](https://github.com/getflip/swirl/commit/aae9d45ec808ea8c5df42eea8ff877774d07b719),
|
|
2939
|
+
[`aae9d45`](https://github.com/getflip/swirl/commit/aae9d45ec808ea8c5df42eea8ff877774d07b719)]:
|
|
2940
|
+
- @getflip/swirl-components@0.17.0
|
|
2941
|
+
|
|
2942
|
+
## 0.15.0
|
|
2943
|
+
|
|
2944
|
+
### Minor Changes
|
|
2945
|
+
|
|
2946
|
+
- [#164](https://github.com/getflip/swirl/pull/164)
|
|
2947
|
+
[`b2fb909`](https://github.com/getflip/swirl/commit/b2fb909973efa363d9529be76199a0125a355eb4)
|
|
2948
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-shell-layout component
|
|
2949
|
+
|
|
2950
|
+
* [#164](https://github.com/getflip/swirl/pull/164)
|
|
2951
|
+
[`b2fb909`](https://github.com/getflip/swirl/commit/b2fb909973efa363d9529be76199a0125a355eb4)
|
|
2952
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-shell-navigation-item
|
|
2953
|
+
component
|
|
2954
|
+
|
|
2955
|
+
- [#164](https://github.com/getflip/swirl/pull/164)
|
|
2956
|
+
[`b2fb909`](https://github.com/getflip/swirl/commit/b2fb909973efa363d9529be76199a0125a355eb4)
|
|
2957
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add icons
|
|
2958
|
+
|
|
2959
|
+
* [#154](https://github.com/getflip/swirl/pull/154)
|
|
2960
|
+
[`681b0e2`](https://github.com/getflip/swirl/commit/681b0e20751f1673da154f1970433f2980c24349)
|
|
2961
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add a file info menu to
|
|
2962
|
+
swirl-pdf-reader
|
|
2963
|
+
|
|
2964
|
+
- [#154](https://github.com/getflip/swirl/pull/154)
|
|
2965
|
+
[`681b0e2`](https://github.com/getflip/swirl/commit/681b0e20751f1673da154f1970433f2980c24349)
|
|
2966
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add a file info menu to
|
|
2967
|
+
swirl-lightbox
|
|
2968
|
+
|
|
2969
|
+
### Patch Changes
|
|
2970
|
+
|
|
2971
|
+
- Updated dependencies
|
|
2972
|
+
[[`b2fb909`](https://github.com/getflip/swirl/commit/b2fb909973efa363d9529be76199a0125a355eb4),
|
|
2973
|
+
[`b2fb909`](https://github.com/getflip/swirl/commit/b2fb909973efa363d9529be76199a0125a355eb4),
|
|
2974
|
+
[`b2fb909`](https://github.com/getflip/swirl/commit/b2fb909973efa363d9529be76199a0125a355eb4),
|
|
2975
|
+
[`681b0e2`](https://github.com/getflip/swirl/commit/681b0e20751f1673da154f1970433f2980c24349),
|
|
2976
|
+
[`681b0e2`](https://github.com/getflip/swirl/commit/681b0e20751f1673da154f1970433f2980c24349)]:
|
|
2977
|
+
- @getflip/swirl-components@0.16.0
|
|
2978
|
+
|
|
2979
|
+
## 0.14.0
|
|
2980
|
+
|
|
2981
|
+
### Minor Changes
|
|
2982
|
+
|
|
2983
|
+
- [#158](https://github.com/getflip/swirl/pull/158)
|
|
2984
|
+
[`b148a43`](https://github.com/getflip/swirl/commit/b148a43e8810f3b0eb332175f51d69852c58a660)
|
|
2985
|
+
Thanks [@konnic](https://github.com/konnic)! - Added bookmark icon components.
|
|
2986
|
+
|
|
2987
|
+
### Patch Changes
|
|
2988
|
+
|
|
2989
|
+
- Updated dependencies
|
|
2990
|
+
[[`b148a43`](https://github.com/getflip/swirl/commit/b148a43e8810f3b0eb332175f51d69852c58a660)]:
|
|
2991
|
+
- @getflip/swirl-components@0.15.0
|
|
2992
|
+
|
|
2993
|
+
## 0.13.1
|
|
2994
|
+
|
|
2995
|
+
### Patch Changes
|
|
2996
|
+
|
|
2997
|
+
- [`5667bf7`](https://github.com/getflip/swirl/commit/5667bf7fb235a77cb9aa681929bdf2efb2670f2a)
|
|
2998
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix skeleton component width when
|
|
2999
|
+
used inside flex containers
|
|
3000
|
+
|
|
3001
|
+
- Updated dependencies
|
|
3002
|
+
[[`5667bf7`](https://github.com/getflip/swirl/commit/5667bf7fb235a77cb9aa681929bdf2efb2670f2a)]:
|
|
3003
|
+
- @getflip/swirl-components@0.14.1
|
|
3004
|
+
|
|
3005
|
+
## 0.13.0
|
|
3006
|
+
|
|
3007
|
+
### Minor Changes
|
|
3008
|
+
|
|
3009
|
+
- [#150](https://github.com/getflip/swirl/pull/150)
|
|
3010
|
+
[`3afef39`](https://github.com/getflip/swirl/commit/3afef3969b0a7c675e50098dc74e7d3599ad8280)
|
|
3011
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-skeleton-box component
|
|
3012
|
+
|
|
3013
|
+
* [#150](https://github.com/getflip/swirl/pull/150)
|
|
3014
|
+
[`3afef39`](https://github.com/getflip/swirl/commit/3afef3969b0a7c675e50098dc74e7d3599ad8280)
|
|
3015
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-skeleton-text component
|
|
3016
|
+
|
|
3017
|
+
### Patch Changes
|
|
3018
|
+
|
|
3019
|
+
- Updated dependencies
|
|
3020
|
+
[[`3afef39`](https://github.com/getflip/swirl/commit/3afef3969b0a7c675e50098dc74e7d3599ad8280),
|
|
3021
|
+
[`3afef39`](https://github.com/getflip/swirl/commit/3afef3969b0a7c675e50098dc74e7d3599ad8280)]:
|
|
3022
|
+
- @getflip/swirl-components@0.14.0
|
|
3023
|
+
|
|
3024
|
+
## 0.12.0
|
|
3025
|
+
|
|
3026
|
+
### Minor Changes
|
|
3027
|
+
|
|
3028
|
+
- [#144](https://github.com/getflip/swirl/pull/144)
|
|
3029
|
+
[`6496003`](https://github.com/getflip/swirl/commit/6496003bfc9ddeef88c4c58b50db792f07e5ced3)
|
|
3030
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add a more accessible date picker
|
|
3031
|
+
|
|
3032
|
+
* [#138](https://github.com/getflip/swirl/pull/138)
|
|
3033
|
+
[`ea6016f`](https://github.com/getflip/swirl/commit/ea6016f8a9c4ffb54a167f99d134af6a7933b066)
|
|
3034
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add drag handle icon
|
|
3035
|
+
|
|
3036
|
+
- [#141](https://github.com/getflip/swirl/pull/141)
|
|
3037
|
+
[`19daaad`](https://github.com/getflip/swirl/commit/19daaada6222c7c979ff3d2645298d64fb4364d6)
|
|
3038
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "inline" prop to
|
|
3039
|
+
swirl-form-control component
|
|
3040
|
+
|
|
3041
|
+
* [#140](https://github.com/getflip/swirl/pull/140)
|
|
3042
|
+
[`c16668d`](https://github.com/getflip/swirl/commit/c16668d1c3b0e8d3f4861503d34cfee9e4aa134c)
|
|
3043
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "balance" prop to
|
|
3044
|
+
flip-heading and flip-text components.
|
|
3045
|
+
|
|
3046
|
+
- [#138](https://github.com/getflip/swirl/pull/138)
|
|
3047
|
+
[`ea6016f`](https://github.com/getflip/swirl/commit/ea6016f8a9c4ffb54a167f99d134af6a7933b066)
|
|
3048
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add drag and drop support for
|
|
3049
|
+
flip-option-list
|
|
3050
|
+
|
|
3051
|
+
### Patch Changes
|
|
3052
|
+
|
|
3053
|
+
- [`7a9d7f2`](https://github.com/getflip/swirl/commit/7a9d7f2335d4d6b2326421e91389cff88a853439)
|
|
3054
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a timezone issue of
|
|
3055
|
+
flip-datepicker
|
|
3056
|
+
|
|
3057
|
+
- Updated dependencies
|
|
3058
|
+
[[`6496003`](https://github.com/getflip/swirl/commit/6496003bfc9ddeef88c4c58b50db792f07e5ced3),
|
|
3059
|
+
[`7a9d7f2`](https://github.com/getflip/swirl/commit/7a9d7f2335d4d6b2326421e91389cff88a853439),
|
|
3060
|
+
[`ea6016f`](https://github.com/getflip/swirl/commit/ea6016f8a9c4ffb54a167f99d134af6a7933b066),
|
|
3061
|
+
[`19daaad`](https://github.com/getflip/swirl/commit/19daaada6222c7c979ff3d2645298d64fb4364d6),
|
|
3062
|
+
[`c16668d`](https://github.com/getflip/swirl/commit/c16668d1c3b0e8d3f4861503d34cfee9e4aa134c),
|
|
3063
|
+
[`ea6016f`](https://github.com/getflip/swirl/commit/ea6016f8a9c4ffb54a167f99d134af6a7933b066)]:
|
|
3064
|
+
- @getflip/swirl-components@0.13.0
|
|
3065
|
+
|
|
3066
|
+
## 0.11.0
|
|
3067
|
+
|
|
3068
|
+
### Minor Changes
|
|
3069
|
+
|
|
3070
|
+
- [#139](https://github.com/getflip/swirl/pull/139)
|
|
3071
|
+
[`5db6ca6`](https://github.com/getflip/swirl/commit/5db6ca689180a68130b682d7f96af8a2e667904d)
|
|
3072
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Change component prefix
|
|
3073
|
+
from flip- to swirl-
|
|
3074
|
+
|
|
3075
|
+
* [#117](https://github.com/getflip/swirl/pull/117)
|
|
3076
|
+
[`40781c1`](https://github.com/getflip/swirl/commit/40781c19365963abbbaed2b0925817af4d5be6a2)
|
|
3077
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add flip-table component
|
|
3078
|
+
|
|
3079
|
+
- [#117](https://github.com/getflip/swirl/pull/117)
|
|
3080
|
+
[`40781c1`](https://github.com/getflip/swirl/commit/40781c19365963abbbaed2b0925817af4d5be6a2)
|
|
3081
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add new icons
|
|
3082
|
+
|
|
3083
|
+
* [#117](https://github.com/getflip/swirl/pull/117)
|
|
3084
|
+
[`40781c1`](https://github.com/getflip/swirl/commit/40781c19365963abbbaed2b0925817af4d5be6a2)
|
|
3085
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add flip-icon size "20"
|
|
3086
|
+
|
|
3087
|
+
- [#132](https://github.com/getflip/swirl/pull/132)
|
|
3088
|
+
[`e26334f`](https://github.com/getflip/swirl/commit/e26334f5b0be8d677bccd4d91167ea3130549a41)
|
|
3089
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add desktop viewport style tweaks
|
|
3090
|
+
|
|
3091
|
+
* [#132](https://github.com/getflip/swirl/pull/132)
|
|
3092
|
+
[`e26334f`](https://github.com/getflip/swirl/commit/e26334f5b0be8d677bccd4d91167ea3130549a41)
|
|
3093
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "outline" variant to
|
|
3094
|
+
flip-button
|
|
3095
|
+
|
|
3096
|
+
- [#134](https://github.com/getflip/swirl/pull/134)
|
|
3097
|
+
[`7096869`](https://github.com/getflip/swirl/commit/709686962a145d060cf8bbdcb5601ad23fee55c6)
|
|
3098
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add flip-separator component
|
|
3099
|
+
|
|
3100
|
+
### Patch Changes
|
|
3101
|
+
|
|
3102
|
+
- Updated dependencies
|
|
3103
|
+
[[`5db6ca6`](https://github.com/getflip/swirl/commit/5db6ca689180a68130b682d7f96af8a2e667904d),
|
|
3104
|
+
[`40781c1`](https://github.com/getflip/swirl/commit/40781c19365963abbbaed2b0925817af4d5be6a2),
|
|
3105
|
+
[`40781c1`](https://github.com/getflip/swirl/commit/40781c19365963abbbaed2b0925817af4d5be6a2),
|
|
3106
|
+
[`40781c1`](https://github.com/getflip/swirl/commit/40781c19365963abbbaed2b0925817af4d5be6a2),
|
|
3107
|
+
[`e26334f`](https://github.com/getflip/swirl/commit/e26334f5b0be8d677bccd4d91167ea3130549a41),
|
|
3108
|
+
[`e26334f`](https://github.com/getflip/swirl/commit/e26334f5b0be8d677bccd4d91167ea3130549a41),
|
|
3109
|
+
[`7096869`](https://github.com/getflip/swirl/commit/709686962a145d060cf8bbdcb5601ad23fee55c6)]:
|
|
3110
|
+
- @getflip/swirl-components@0.12.0
|
|
3111
|
+
|
|
3112
|
+
## 0.10.0
|
|
3113
|
+
|
|
3114
|
+
### Minor Changes
|
|
3115
|
+
|
|
3116
|
+
- [`47c247a`](https://github.com/getflip/swirl/commit/47c247a179688c453765dc4d0c3fdea6902beb6d)
|
|
3117
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add new icons
|
|
3118
|
+
|
|
3119
|
+
### Patch Changes
|
|
3120
|
+
|
|
3121
|
+
- Updated dependencies
|
|
3122
|
+
[[`47c247a`](https://github.com/getflip/swirl/commit/47c247a179688c453765dc4d0c3fdea6902beb6d)]:
|
|
3123
|
+
- @getflip/swirl-components@0.11.0
|
|
3124
|
+
|
|
3125
|
+
## 0.9.0
|
|
3126
|
+
|
|
3127
|
+
### Minor Changes
|
|
3128
|
+
|
|
3129
|
+
- [`1aa5224`](https://github.com/getflip/swirl/commit/1aa5224a9040d226eda9edfc3d3ce059ef728e04)
|
|
3130
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add themeChange event to
|
|
3131
|
+
flip-theme-provider
|
|
3132
|
+
|
|
3133
|
+
### Patch Changes
|
|
3134
|
+
|
|
3135
|
+
- Updated dependencies
|
|
3136
|
+
[[`1aa5224`](https://github.com/getflip/swirl/commit/1aa5224a9040d226eda9edfc3d3ce059ef728e04)]:
|
|
3137
|
+
- @getflip/swirl-components@0.10.0
|
|
3138
|
+
|
|
3139
|
+
## 0.8.1
|
|
3140
|
+
|
|
3141
|
+
### Patch Changes
|
|
3142
|
+
|
|
3143
|
+
- Updated dependencies []:
|
|
3144
|
+
- @getflip/swirl-components@0.9.1
|
|
3145
|
+
|
|
3146
|
+
## 0.8.0
|
|
3147
|
+
|
|
3148
|
+
### Minor Changes
|
|
3149
|
+
|
|
3150
|
+
- [#97](https://github.com/getflip/swirl/pull/97)
|
|
3151
|
+
[`a241f77`](https://github.com/getflip/swirl/commit/a241f778d415d44cf116af0cf671c278384e1c2b)
|
|
3152
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Introduce shadow design tokens
|
|
3153
|
+
|
|
3154
|
+
### Patch Changes
|
|
3155
|
+
|
|
3156
|
+
- [#108](https://github.com/getflip/swirl/pull/108)
|
|
3157
|
+
[`1fcca44`](https://github.com/getflip/swirl/commit/1fcca448df5bf8f2cbc03d12f6feccaa830b01f5)
|
|
3158
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak component focus styles
|
|
3159
|
+
|
|
3160
|
+
- Updated dependencies
|
|
3161
|
+
[[`a241f77`](https://github.com/getflip/swirl/commit/a241f778d415d44cf116af0cf671c278384e1c2b),
|
|
3162
|
+
[`1fcca44`](https://github.com/getflip/swirl/commit/1fcca448df5bf8f2cbc03d12f6feccaa830b01f5)]:
|
|
3163
|
+
- @getflip/swirl-components@0.9.0
|
|
3164
|
+
|
|
3165
|
+
## 0.7.6
|
|
3166
|
+
|
|
3167
|
+
### Patch Changes
|
|
3168
|
+
|
|
3169
|
+
- [#114](https://github.com/getflip/swirl/pull/114)
|
|
3170
|
+
[`29b5403`](https://github.com/getflip/swirl/commit/29b540347f19e8e0686794e6fcff42c050f367cf)
|
|
3171
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Added
|
|
3172
|
+
component.json to the package.json files section
|
|
3173
|
+
|
|
3174
|
+
- Updated dependencies
|
|
3175
|
+
[[`29b5403`](https://github.com/getflip/swirl/commit/29b540347f19e8e0686794e6fcff42c050f367cf)]:
|
|
3176
|
+
- @getflip/swirl-components@0.8.6
|
|
3177
|
+
|
|
3178
|
+
## 0.7.5
|
|
3179
|
+
|
|
3180
|
+
### Patch Changes
|
|
3181
|
+
|
|
3182
|
+
- [`574a57b`](https://github.com/getflip/swirl/commit/574a57b2e3b3b3c7700db3a9720051629ec09c7b)
|
|
3183
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue resulting in a 1px
|
|
3184
|
+
jump of the flip-modal header
|
|
3185
|
+
|
|
3186
|
+
- Updated dependencies
|
|
3187
|
+
[[`574a57b`](https://github.com/getflip/swirl/commit/574a57b2e3b3b3c7700db3a9720051629ec09c7b)]:
|
|
3188
|
+
- @getflip/swirl-components@0.8.5
|
|
3189
|
+
|
|
3190
|
+
## 0.7.4
|
|
3191
|
+
|
|
3192
|
+
### Patch Changes
|
|
3193
|
+
|
|
3194
|
+
- [`135bfc1`](https://github.com/getflip/swirl/commit/135bfc18ebd6a2ec96f23640022dd7c14afd912c)
|
|
3195
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak flip-tree-navigation-item
|
|
3196
|
+
focus styles
|
|
3197
|
+
|
|
3198
|
+
- Updated dependencies
|
|
3199
|
+
[[`135bfc1`](https://github.com/getflip/swirl/commit/135bfc18ebd6a2ec96f23640022dd7c14afd912c)]:
|
|
3200
|
+
- @getflip/swirl-components@0.8.4
|
|
3201
|
+
|
|
3202
|
+
## 0.7.3
|
|
3203
|
+
|
|
3204
|
+
### Patch Changes
|
|
3205
|
+
|
|
3206
|
+
- [`70ac260`](https://github.com/getflip/swirl/commit/70ac26064db99e7dbbd59631ca3218c55e8d779b)
|
|
3207
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Change flip-tree-navigation-item
|
|
3208
|
+
semantics to be a link
|
|
3209
|
+
|
|
3210
|
+
- Updated dependencies
|
|
3211
|
+
[[`70ac260`](https://github.com/getflip/swirl/commit/70ac26064db99e7dbbd59631ca3218c55e8d779b)]:
|
|
3212
|
+
- @getflip/swirl-components@0.8.3
|
|
3213
|
+
|
|
3214
|
+
## 0.7.2
|
|
3215
|
+
|
|
3216
|
+
### Patch Changes
|
|
3217
|
+
|
|
3218
|
+
- [`3c6b9d5`](https://github.com/getflip/swirl/commit/3c6b9d50e23f8aba993966f9950ad7ff216cb712)
|
|
3219
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add overlays slot to
|
|
3220
|
+
flip-console-layout
|
|
3221
|
+
|
|
3222
|
+
- Updated dependencies
|
|
3223
|
+
[[`3c6b9d5`](https://github.com/getflip/swirl/commit/3c6b9d50e23f8aba993966f9950ad7ff216cb712)]:
|
|
3224
|
+
- @getflip/swirl-components@0.8.2
|
|
3225
|
+
|
|
3226
|
+
## 0.7.1
|
|
3227
|
+
|
|
3228
|
+
### Patch Changes
|
|
3229
|
+
|
|
3230
|
+
- [`9c829c6`](https://github.com/getflip/swirl/commit/9c829c61630d2bc8d834aea9f721d3e3ac871e0e)
|
|
3231
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add show/hide sidebar methods to
|
|
3232
|
+
flip-console-layout
|
|
3233
|
+
|
|
3234
|
+
- Updated dependencies
|
|
3235
|
+
[[`9c829c6`](https://github.com/getflip/swirl/commit/9c829c61630d2bc8d834aea9f721d3e3ac871e0e)]:
|
|
3236
|
+
- @getflip/swirl-components@0.8.1
|
|
3237
|
+
|
|
3238
|
+
## 0.7.0
|
|
3239
|
+
|
|
3240
|
+
### Minor Changes
|
|
3241
|
+
|
|
3242
|
+
- [`2408837`](https://github.com/getflip/swirl/commit/2408837591c961769281e91f6999064dbecd4989)
|
|
3243
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add flip-card component
|
|
3244
|
+
|
|
3245
|
+
### Patch Changes
|
|
3246
|
+
|
|
3247
|
+
- [`3d681fb`](https://github.com/getflip/swirl/commit/3d681fb774de57d52cbd5868d51509b9b50371fc)
|
|
3248
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix disabled sidebar issue of
|
|
3249
|
+
flip-console-layout
|
|
3250
|
+
|
|
3251
|
+
- Updated dependencies
|
|
3252
|
+
[[`3d681fb`](https://github.com/getflip/swirl/commit/3d681fb774de57d52cbd5868d51509b9b50371fc),
|
|
3253
|
+
[`52e9ffb`](https://github.com/getflip/swirl/commit/52e9ffb121b40fb9d4309c7f5f3459b4e00aa254)]:
|
|
3254
|
+
- @getflip/swirl-components@0.8.0
|
|
3255
|
+
|
|
3256
|
+
## 0.6.1
|
|
3257
|
+
|
|
3258
|
+
### Patch Changes
|
|
3259
|
+
|
|
3260
|
+
- [`ca480a4`](https://github.com/getflip/swirl/commit/ca480a44b5da43f83597393c36dcadc60d1f295c)
|
|
3261
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix mobile style issue of
|
|
3262
|
+
flip-console-layout
|
|
3263
|
+
|
|
3264
|
+
- Updated dependencies
|
|
3265
|
+
[[`ca480a4`](https://github.com/getflip/swirl/commit/ca480a44b5da43f83597393c36dcadc60d1f295c)]:
|
|
3266
|
+
- @getflip/swirl-components@0.7.1
|
|
3267
|
+
|
|
3268
|
+
## 0.6.0
|
|
3269
|
+
|
|
3270
|
+
### Minor Changes
|
|
3271
|
+
|
|
3272
|
+
- [`c0dc8ce`](https://github.com/getflip/swirl/commit/c0dc8cedfebf3b3063b7bb3e39c48a58050a1679)
|
|
3273
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "block" and "menu" icons
|
|
3274
|
+
|
|
3275
|
+
### Patch Changes
|
|
3276
|
+
|
|
3277
|
+
- [`edc8de9`](https://github.com/getflip/swirl/commit/edc8de98e9cb81395cceb189a09eeaed8fddf05f)
|
|
3278
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add responsive sidebar to
|
|
3279
|
+
flip-console-layout component
|
|
3280
|
+
|
|
3281
|
+
* [`925c653`](https://github.com/getflip/swirl/commit/925c6538ed16a9c4fa0ef179cd33aeba3630d9fe)
|
|
3282
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add flip-aria-expanded property
|
|
3283
|
+
to flip-button component
|
|
3284
|
+
|
|
3285
|
+
* Updated dependencies
|
|
3286
|
+
[[`edc8de9`](https://github.com/getflip/swirl/commit/edc8de98e9cb81395cceb189a09eeaed8fddf05f),
|
|
3287
|
+
[`925c653`](https://github.com/getflip/swirl/commit/925c6538ed16a9c4fa0ef179cd33aeba3630d9fe),
|
|
3288
|
+
[`c0dc8ce`](https://github.com/getflip/swirl/commit/c0dc8cedfebf3b3063b7bb3e39c48a58050a1679)]:
|
|
3289
|
+
- @getflip/swirl-components@0.7.0
|
|
3290
|
+
|
|
3291
|
+
## 0.5.5
|
|
3292
|
+
|
|
3293
|
+
### Patch Changes
|
|
3294
|
+
|
|
3295
|
+
- [`d734759`](https://github.com/getflip/swirl/commit/d7347591ff2730e92846180440623cbd8b3b25e3)
|
|
3296
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Make flip-tree-navigation-item
|
|
3297
|
+
work more nicely with Angular routerLink
|
|
3298
|
+
|
|
3299
|
+
- Updated dependencies
|
|
3300
|
+
[[`d734759`](https://github.com/getflip/swirl/commit/d7347591ff2730e92846180440623cbd8b3b25e3)]:
|
|
3301
|
+
- @getflip/swirl-components@0.6.5
|
|
3302
|
+
|
|
3303
|
+
## 0.5.4
|
|
3304
|
+
|
|
3305
|
+
### Patch Changes
|
|
3306
|
+
|
|
3307
|
+
- [`cea8c3d`](https://github.com/getflip/swirl/commit/cea8c3dbd682f1fff87bba58e6c2fa6ad35ef8f0)
|
|
3308
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Tweak flip-console-layout styles
|
|
3309
|
+
|
|
3310
|
+
- Updated dependencies
|
|
3311
|
+
[[`cea8c3d`](https://github.com/getflip/swirl/commit/cea8c3dbd682f1fff87bba58e6c2fa6ad35ef8f0)]:
|
|
3312
|
+
- @getflip/swirl-components@0.6.4
|
|
3313
|
+
|
|
3314
|
+
## 0.5.3
|
|
3315
|
+
|
|
3316
|
+
### Patch Changes
|
|
3317
|
+
|
|
3318
|
+
- [`2e3b247`](https://github.com/getflip/swirl/commit/2e3b247477ecd6a79b84589c14dec1dafce29081)
|
|
3319
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Integrate new Web Component(s)
|
|
3320
|
+
|
|
3321
|
+
- Updated dependencies
|
|
3322
|
+
[[`2e3b247`](https://github.com/getflip/swirl/commit/2e3b247477ecd6a79b84589c14dec1dafce29081)]:
|
|
3323
|
+
- @getflip/swirl-components@0.6.3
|
|
3324
|
+
|
|
3325
|
+
## 0.5.2
|
|
3326
|
+
|
|
3327
|
+
### Patch Changes
|
|
3328
|
+
|
|
3329
|
+
- [`cd48a4d`](https://github.com/getflip/swirl/commit/cd48a4da83285a5acd5458d0bada91dddd5569f1)
|
|
3330
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Integrate Web Component fixes
|
|
3331
|
+
|
|
3332
|
+
- Updated dependencies
|
|
3333
|
+
[[`b617944`](https://github.com/getflip/swirl/commit/b617944e53302c3debcb14d0ce88b7662ebcc341),
|
|
3334
|
+
[`be00063`](https://github.com/getflip/swirl/commit/be00063b5d2287e2fa0b06cea2703cc6df048570)]:
|
|
3335
|
+
- @getflip/swirl-components@0.6.2
|
|
3336
|
+
|
|
3337
|
+
## 0.5.1
|
|
3338
|
+
|
|
3339
|
+
### Patch Changes
|
|
3340
|
+
|
|
3341
|
+
- [`17b4860`](https://github.com/getflip/swirl/commit/17b4860e6c59fe977aec5d99c46033bf593768e0)
|
|
3342
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Integrate Web Component fixes
|
|
3343
|
+
|
|
3344
|
+
- Updated dependencies
|
|
3345
|
+
[[`2fc8d22`](https://github.com/getflip/swirl/commit/2fc8d22ec83a533cb83607695ba3fc3530b3f71f),
|
|
3346
|
+
[`c9a915c`](https://github.com/getflip/swirl/commit/c9a915c340779878ca2ebd6fc0303b7bcb4cb761),
|
|
3347
|
+
[`819b199`](https://github.com/getflip/swirl/commit/819b1991e0bc955a2d794bcabb88a6a3b05213d6)]:
|
|
3348
|
+
- @getflip/swirl-components@0.6.1
|
|
3349
|
+
|
|
3350
|
+
## 0.5.0
|
|
3351
|
+
|
|
3352
|
+
### Minor Changes
|
|
3353
|
+
|
|
3354
|
+
- [#90](https://github.com/getflip/swirl/pull/90)
|
|
3355
|
+
[`fa49029`](https://github.com/getflip/swirl/commit/fa49029c5295ab3addeba4b5387c94ad90d66413)
|
|
3356
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Integrate new Web Components and
|
|
3357
|
+
changes
|
|
3358
|
+
|
|
3359
|
+
### Patch Changes
|
|
3360
|
+
|
|
3361
|
+
- Updated dependencies
|
|
3362
|
+
[[`39293b3`](https://github.com/getflip/swirl/commit/39293b3ef6bc543dc41a9e87eded489624a18118),
|
|
3363
|
+
[`39293b3`](https://github.com/getflip/swirl/commit/39293b3ef6bc543dc41a9e87eded489624a18118),
|
|
3364
|
+
[`39293b3`](https://github.com/getflip/swirl/commit/39293b3ef6bc543dc41a9e87eded489624a18118),
|
|
3365
|
+
[`fa49029`](https://github.com/getflip/swirl/commit/fa49029c5295ab3addeba4b5387c94ad90d66413),
|
|
3366
|
+
[`39293b3`](https://github.com/getflip/swirl/commit/39293b3ef6bc543dc41a9e87eded489624a18118)]:
|
|
3367
|
+
- @getflip/swirl-components@0.6.0
|
|
3368
|
+
|
|
3369
|
+
## 0.4.0
|
|
3370
|
+
|
|
3371
|
+
### Minor Changes
|
|
3372
|
+
|
|
3373
|
+
- [`876ea86`](https://github.com/getflip/swirl/commit/876ea867b1c9cc7c0345b5e9d0526e1953f1a0b5)
|
|
3374
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Integrate new Web Components and
|
|
3375
|
+
changes
|
|
3376
|
+
|
|
3377
|
+
### Patch Changes
|
|
3378
|
+
|
|
3379
|
+
- Updated dependencies
|
|
3380
|
+
[[`e78912d`](https://github.com/getflip/swirl/commit/e78912d48c46f9946664fca0856a89ffd6f53748),
|
|
3381
|
+
[`db12ab7`](https://github.com/getflip/swirl/commit/db12ab70210020b253017b668ae2b4f51714c384),
|
|
3382
|
+
[`b72f021`](https://github.com/getflip/swirl/commit/b72f021d6db18b9d15d0643da524bf9ab7831326),
|
|
3383
|
+
[`879eeea`](https://github.com/getflip/swirl/commit/879eeeae5ba2ec0622918ed925ddab4d70ea9d97),
|
|
3384
|
+
[`5e46815`](https://github.com/getflip/swirl/commit/5e468151aeb4714a300cf3fee6ef484f3d230d73),
|
|
3385
|
+
[`b9a50d8`](https://github.com/getflip/swirl/commit/b9a50d80be9132f0279a2e79371dcf592859f05a),
|
|
3386
|
+
[`1233d37`](https://github.com/getflip/swirl/commit/1233d37822adf67fa839d8beb172282cfc48e74e)]:
|
|
3387
|
+
- @getflip/swirl-components@0.5.0
|
|
3388
|
+
|
|
3389
|
+
## 0.3.0
|
|
3390
|
+
|
|
3391
|
+
### Minor Changes
|
|
3392
|
+
|
|
3393
|
+
- [`ceb8f14`](https://github.com/getflip/swirl/commit/ceb8f14445efa9d141070e719163bf6e2b902773)
|
|
3394
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Integrate new Web Components and
|
|
3395
|
+
changes
|
|
3396
|
+
|
|
3397
|
+
### Patch Changes
|
|
3398
|
+
|
|
3399
|
+
- Updated dependencies
|
|
3400
|
+
[[`69607f0`](https://github.com/getflip/swirl/commit/69607f061d62174d81a0d3c8c599709700ab14ac),
|
|
3401
|
+
[`c9431e8`](https://github.com/getflip/swirl/commit/c9431e81d9cde86b5e8d760bca04bb61a7769b21),
|
|
3402
|
+
[`1ade4b8`](https://github.com/getflip/swirl/commit/1ade4b8904cc8f0e88a89f20b434c549c7dea477),
|
|
3403
|
+
[`3a35e6f`](https://github.com/getflip/swirl/commit/3a35e6f3e5cf5f13316fc5c30de8f7c94bb3cdbd)]:
|
|
3404
|
+
- @getflip/swirl-components@0.4.0
|
|
3405
|
+
|
|
3406
|
+
## 0.2.1
|
|
3407
|
+
|
|
3408
|
+
### Patch Changes
|
|
3409
|
+
|
|
3410
|
+
- [`df216dc`](https://github.com/getflip/swirl/commit/df216dcea298fe88dc7bebef30de6b5a155fb791)
|
|
3411
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix flip-popover backdrop click
|
|
3412
|
+
|
|
3413
|
+
- Updated dependencies
|
|
3414
|
+
[[`2e0dfc5`](https://github.com/getflip/swirl/commit/2e0dfc5b282eaac27e0bd353987eb3da92438f08)]:
|
|
3415
|
+
- @getflip/swirl-components@0.3.1
|
|
3416
|
+
|
|
3417
|
+
## 0.2.0
|
|
3418
|
+
|
|
3419
|
+
### Minor Changes
|
|
3420
|
+
|
|
3421
|
+
- [`bd9b71b`](https://github.com/getflip/swirl/commit/bd9b71bd644909426abd0b00cf71fe1991dbf921)
|
|
3422
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add new component wrappers
|
|
3423
|
+
|
|
3424
|
+
### Patch Changes
|
|
3425
|
+
|
|
3426
|
+
- Updated dependencies
|
|
3427
|
+
[[`8d8ca6e`](https://github.com/getflip/swirl/commit/8d8ca6edbf0c5b6563272623f9f939d190767042),
|
|
3428
|
+
[`6cab655`](https://github.com/getflip/swirl/commit/6cab655ca05ed176c9d2c150e1dbe23a60b6018b),
|
|
3429
|
+
[`6cab655`](https://github.com/getflip/swirl/commit/6cab655ca05ed176c9d2c150e1dbe23a60b6018b),
|
|
3430
|
+
[`95106b9`](https://github.com/getflip/swirl/commit/95106b9961b4f1b579a75cbbec0fd925354ebf34),
|
|
3431
|
+
[`bac7373`](https://github.com/getflip/swirl/commit/bac73733ad8fe78b931391d6e693194f94f70e3a),
|
|
3432
|
+
[`c8cd99d`](https://github.com/getflip/swirl/commit/c8cd99d7dc7cb88f6d77fb3f2306ffc4d3eb593e),
|
|
3433
|
+
[`6aa8e9d`](https://github.com/getflip/swirl/commit/6aa8e9d7d4e8605120b5f983807caded8513024d),
|
|
3434
|
+
[`e2a82fd`](https://github.com/getflip/swirl/commit/e2a82fd35b155273df3de9399ee24f3b1d9f765e),
|
|
3435
|
+
[`9a8ec54`](https://github.com/getflip/swirl/commit/9a8ec5463b068ab59f9587370900fad2e22b7825),
|
|
3436
|
+
[`2d1ad6f`](https://github.com/getflip/swirl/commit/2d1ad6f63645e2d89aceef2c8188f42e5e67bd1f),
|
|
3437
|
+
[`6cab655`](https://github.com/getflip/swirl/commit/6cab655ca05ed176c9d2c150e1dbe23a60b6018b),
|
|
3438
|
+
[`0b0b52c`](https://github.com/getflip/swirl/commit/0b0b52c012fd99cdd34f74c9f9eee60e30099fda),
|
|
3439
|
+
[`ce579a1`](https://github.com/getflip/swirl/commit/ce579a16de416fa0a417d39a33e0705cbffc25cb),
|
|
3440
|
+
[`95106b9`](https://github.com/getflip/swirl/commit/95106b9961b4f1b579a75cbbec0fd925354ebf34),
|
|
3441
|
+
[`6aa8e9d`](https://github.com/getflip/swirl/commit/6aa8e9d7d4e8605120b5f983807caded8513024d),
|
|
3442
|
+
[`f67ac16`](https://github.com/getflip/swirl/commit/f67ac166fc4eb429fef411fc0f43c8d436cd05ca),
|
|
3443
|
+
[`95106b9`](https://github.com/getflip/swirl/commit/95106b9961b4f1b579a75cbbec0fd925354ebf34),
|
|
3444
|
+
[`8d8ca6e`](https://github.com/getflip/swirl/commit/8d8ca6edbf0c5b6563272623f9f939d190767042),
|
|
3445
|
+
[`5f21bb4`](https://github.com/getflip/swirl/commit/5f21bb42467c0b32e4311db6ef46ff199b4068f0),
|
|
3446
|
+
[`95106b9`](https://github.com/getflip/swirl/commit/95106b9961b4f1b579a75cbbec0fd925354ebf34),
|
|
3447
|
+
[`e3f116b`](https://github.com/getflip/swirl/commit/e3f116b329fbfba740473158ba4fcac0a8a69c41),
|
|
3448
|
+
[`1601293`](https://github.com/getflip/swirl/commit/1601293635db5c1d54d53195d9cd46289578ba75),
|
|
3449
|
+
[`a63bcef`](https://github.com/getflip/swirl/commit/a63bcef66d5a4f71d941beabed58dbed7fa66f27)]:
|
|
3450
|
+
- @getflip/swirl-components@0.3.0
|
|
3451
|
+
|
|
3452
|
+
## 0.1.1
|
|
3453
|
+
|
|
3454
|
+
### Patch Changes
|
|
3455
|
+
|
|
3456
|
+
- Updated dependencies
|
|
3457
|
+
[[`0a0e632`](https://github.com/getflip/swirl/commit/0a0e63204f1e29aec56cf6e1466a2f0d79a4f8f0),
|
|
3458
|
+
[`388dc25`](https://github.com/getflip/swirl/commit/388dc25a0bec10cf984e888c8ad84180719587c1),
|
|
3459
|
+
[`388dc25`](https://github.com/getflip/swirl/commit/388dc25a0bec10cf984e888c8ad84180719587c1),
|
|
3460
|
+
[`3ff5680`](https://github.com/getflip/swirl/commit/3ff568005639c0a016b55eff5042fb75ca606907),
|
|
3461
|
+
[`388dc25`](https://github.com/getflip/swirl/commit/388dc25a0bec10cf984e888c8ad84180719587c1)]:
|
|
3462
|
+
- @getflip/swirl-components@0.2.0
|
|
3463
|
+
|
|
3464
|
+
## 0.1.0
|
|
3465
|
+
|
|
3466
|
+
### Minor Changes
|
|
3467
|
+
|
|
3468
|
+
- [`dd8a8da`](https://github.com/getflip/swirl/commit/dd8a8dac1330b90f2e5d5bf4f5c620567ae20652) -
|
|
3469
|
+
Initial release of the Angular Web Component bindings
|
|
3470
|
+
|
|
3471
|
+
### Patch Changes
|
|
3472
|
+
|
|
3473
|
+
- Updated dependencies
|
|
3474
|
+
[[`517b798`](https://github.com/getflip/swirl/commit/517b798c855e846fc1eec00c10065657b0f783d0),
|
|
3475
|
+
[`302b317`](https://github.com/getflip/swirl/commit/302b3170193e120f77fc521c55cdee2eb4a66afc),
|
|
3476
|
+
[`4b2154c`](https://github.com/getflip/swirl/commit/4b2154c0d9b2be2103af2653e9af819f2ca177aa),
|
|
3477
|
+
[`ac04694`](https://github.com/getflip/swirl/commit/ac04694410f92cc4565044608b2aba2499b497a3),
|
|
3478
|
+
[`9f2745f`](https://github.com/getflip/swirl/commit/9f2745f6e5704b307b80c2336f5cc735fd1e7ca4),
|
|
3479
|
+
[`18755a0`](https://github.com/getflip/swirl/commit/18755a037a91aeb7955c34f3d49761f9936d3719),
|
|
3480
|
+
[`517b798`](https://github.com/getflip/swirl/commit/517b798c855e846fc1eec00c10065657b0f783d0),
|
|
3481
|
+
[`ac04694`](https://github.com/getflip/swirl/commit/ac04694410f92cc4565044608b2aba2499b497a3),
|
|
3482
|
+
[`7a52331`](https://github.com/getflip/swirl/commit/7a5233194c414b39f4d6cc0b8fdcb9a73043e5a4),
|
|
3483
|
+
[`9faca31`](https://github.com/getflip/swirl/commit/9faca31ca4a30ac8c8d73fa4200c002b538bc4f7),
|
|
3484
|
+
[`aa792f6`](https://github.com/getflip/swirl/commit/aa792f60ba061e34ae3be2fc1adc054b91baf2b5),
|
|
3485
|
+
[`25a783f`](https://github.com/getflip/swirl/commit/25a783fc16548fdb4e1e05f06370b1ebb8e9c270),
|
|
3486
|
+
[`28b4b39`](https://github.com/getflip/swirl/commit/28b4b39d61519500e7b0b031115b205ede57944c),
|
|
3487
|
+
[`985d8ef`](https://github.com/getflip/swirl/commit/985d8ef9b8d37801541d97289eb7da7e7efecba5),
|
|
3488
|
+
[`887460b`](https://github.com/getflip/swirl/commit/887460b7bd369c947c5791e41419889f19762ea7),
|
|
3489
|
+
[`517b798`](https://github.com/getflip/swirl/commit/517b798c855e846fc1eec00c10065657b0f783d0),
|
|
3490
|
+
[`a0c0062`](https://github.com/getflip/swirl/commit/a0c00620bf8192251193e2553420b6feb553e360),
|
|
3491
|
+
[`ac04694`](https://github.com/getflip/swirl/commit/ac04694410f92cc4565044608b2aba2499b497a3),
|
|
3492
|
+
[`ac04694`](https://github.com/getflip/swirl/commit/ac04694410f92cc4565044608b2aba2499b497a3),
|
|
3493
|
+
[`aa14b4c`](https://github.com/getflip/swirl/commit/aa14b4c0088413939e393e8acfe8a46bbec6f181),
|
|
3494
|
+
[`85d5008`](https://github.com/getflip/swirl/commit/85d50080c01ee3a3c54677d3ba50fbfbd4c5a487),
|
|
3495
|
+
[`55bc104`](https://github.com/getflip/swirl/commit/55bc104729845bbe529e22709935e9bb79368c77),
|
|
3496
|
+
[`9508971`](https://github.com/getflip/swirl/commit/9508971eb38f0f2be283b413db1eeda7fd5ce466),
|
|
3497
|
+
[`20e2d9b`](https://github.com/getflip/swirl/commit/20e2d9bb7a94e7e0a1844edd2f6715bd40d10a65),
|
|
3498
|
+
[`2d5459b`](https://github.com/getflip/swirl/commit/2d5459b566a4c1d4d1eaf5ccec89461ff00b8101),
|
|
3499
|
+
[`bcbb1d4`](https://github.com/getflip/swirl/commit/bcbb1d4e491cfe9e428b67ca85e9a33741e9eac6),
|
|
3500
|
+
[`2eaedb2`](https://github.com/getflip/swirl/commit/2eaedb2487dacd2d914c0543f313103c9de55f9e),
|
|
3501
|
+
[`d757d9e`](https://github.com/getflip/swirl/commit/d757d9e814d88fa58f7359170ef025985d9d08c9)]:
|
|
3502
|
+
- @getflip/swirl-components@0.1.0
|