@limetech/lime-elements 33.12.0-next.4 → 33.12.1-next.2

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 DELETED
@@ -1,4293 +0,0 @@
1
- ## [33.12.0-next.4](https://github.com/Lundalogik/lime-elements/compare/v33.12.0-next.3...v33.12.0-next.4) (2021-09-16)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **picker:** do not focus picker after chips is removed by clicking on remove button ([b4268e7](https://github.com/Lundalogik/lime-elements/commit/b4268e7b9db4c0231ebd8a059334e07feb97f195)), closes [#1344](https://github.com/Lundalogik/lime-elements/issues/1344)
7
-
8
- ## [33.12.0-next.3](https://github.com/Lundalogik/lime-elements/compare/v33.12.0-next.2...v33.12.0-next.3) (2021-09-14)
9
-
10
-
11
- ### Features
12
-
13
- * **picker:** make delimiter of chip-set available in picker ([83d0dcf](https://github.com/Lundalogik/lime-elements/commit/83d0dcf0600780f689560d3bfd6289d769ced671))
14
-
15
- ## [33.12.0-next.2](https://github.com/Lundalogik/lime-elements/compare/v33.12.0-next.1...v33.12.0-next.2) (2021-09-14)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * **chip-set:** show delimiter directly after first chip ([29d0485](https://github.com/Lundalogik/lime-elements/commit/29d04852d3bdfa1c7dc840c6c7019faff69b18dc))
21
-
22
- ## [33.12.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.11.1-next.2...v33.12.0-next.1) (2021-09-10)
23
-
24
-
25
- ### Features
26
-
27
- * **picker:** add capability for static actions in picker drop-down ([5a3af98](https://github.com/Lundalogik/lime-elements/commit/5a3af98083c8777e3762a87a6172c7beb78b989a)), closes [Lundalogik/crm-feature#2238](https://github.com/Lundalogik/crm-feature/issues/2238)
28
-
29
- ### [33.11.1-next.2](https://github.com/Lundalogik/lime-elements/compare/v33.11.1-next.1...v33.11.1-next.2) (2021-09-09)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * **chip-set:** correctly position label in different states of chip-set ([7de743e](https://github.com/Lundalogik/lime-elements/commit/7de743ef74e30d0f38ddcc2ad1232c48cb7a91a4))
35
- * **chip-set:** include `cropped-label-hack` for chipsets ([2586a0a](https://github.com/Lundalogik/lime-elements/commit/2586a0ac532def3d1d6b94a10617588199444a6d))
36
-
37
- ### [33.11.1-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.11.0...v33.11.1-next.1) (2021-09-03)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **progress-flow:** correctly export the `FlowItem` interface ([5924e37](https://github.com/Lundalogik/lime-elements/commit/5924e37d149937204a0ebd6403bb8f9401c28436)), closes [#1338](https://github.com/Lundalogik/lime-elements/issues/1338)
43
-
44
- ## [33.11.0](https://github.com/Lundalogik/lime-elements/compare/v33.10.0...v33.11.0) (2021-09-03)
45
-
46
-
47
- ### Features
48
-
49
- * **date-picker:** add previous and next buttons to year-picker ([c8aa81e](https://github.com/Lundalogik/lime-elements/commit/c8aa81e1228df3a25ecf50c49befd8eea782df02)), closes [Lundalogik/crm-feature#2285](https://github.com/Lundalogik/crm-feature/issues/2285)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * **date-picker:** fix undefined error when flatpicker is undefined ([abdec27](https://github.com/Lundalogik/lime-elements/commit/abdec270000c682098dd5deb271a92700f763c23))
55
-
56
- ## [33.11.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.10.0...v33.11.0-next.1) (2021-09-02)
57
-
58
-
59
- ### Features
60
-
61
- * **date-picker:** add previous and next buttons to year-picker ([c8aa81e](https://github.com/Lundalogik/lime-elements/commit/c8aa81e1228df3a25ecf50c49befd8eea782df02)), closes [Lundalogik/crm-feature#2285](https://github.com/Lundalogik/crm-feature/issues/2285)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * **date-picker:** fix undefined error when flatpicker is undefined ([abdec27](https://github.com/Lundalogik/lime-elements/commit/abdec270000c682098dd5deb271a92700f763c23))
67
-
68
- ## [33.10.0](https://github.com/Lundalogik/lime-elements/compare/v33.9.0...v33.10.0) (2021-09-02)
69
-
70
-
71
- ### Features
72
-
73
- * **list-item:** adds list separator to list item actions types ([c2f0902](https://github.com/Lundalogik/lime-elements/commit/c2f090202e399128f6d8a4934d7e613f8d965704))
74
- * **table:** add `horizontalAlign` property to `Column` interface ([7a3325d](https://github.com/Lundalogik/lime-elements/commit/7a3325db2f7c587302e180adbb536a9d83648fd9)), closes [Lundalogik/crm-feature#2123](https://github.com/Lundalogik/crm-feature/issues/2123)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **popover:** emit close event when ESC is pressed ([08bbbf7](https://github.com/Lundalogik/lime-elements/commit/08bbbf784e622f8faeac08dd80ee26116036838d)), closes [Lundalogik/crm-feature#2205](https://github.com/Lundalogik/crm-feature/issues/2205)
80
- * **table:** don't scroll table to the left after each reload ([7c48aed](https://github.com/Lundalogik/lime-elements/commit/7c48aedc06a92a2563a89cfc1b7babb34a130dcb)), closes [Lundalogik/crm-feature#2027](https://github.com/Lundalogik/crm-feature/issues/2027)
81
-
82
- ## [33.10.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.9.0...v33.10.0-next.1) (2021-09-01)
83
-
84
-
85
- ### Features
86
-
87
- * **list-item:** adds list separator to list item actions types ([c2f0902](https://github.com/Lundalogik/lime-elements/commit/c2f090202e399128f6d8a4934d7e613f8d965704))
88
- * **table:** add `horizontalAlign` property to `Column` interface ([7a3325d](https://github.com/Lundalogik/lime-elements/commit/7a3325db2f7c587302e180adbb536a9d83648fd9)), closes [Lundalogik/crm-feature#2123](https://github.com/Lundalogik/crm-feature/issues/2123)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * **popover:** emit close event when ESC is pressed ([08bbbf7](https://github.com/Lundalogik/lime-elements/commit/08bbbf784e622f8faeac08dd80ee26116036838d)), closes [Lundalogik/crm-feature#2205](https://github.com/Lundalogik/crm-feature/issues/2205)
94
- * **table:** don't scroll table to the left after each reload ([7c48aed](https://github.com/Lundalogik/lime-elements/commit/7c48aedc06a92a2563a89cfc1b7babb34a130dcb)), closes [Lundalogik/crm-feature#2027](https://github.com/Lundalogik/crm-feature/issues/2027)
95
-
96
- ## [33.10.0-beta.4](https://github.com/Lundalogik/lime-elements/compare/v33.10.0-beta.3...v33.10.0-beta.4) (2021-09-01)
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * **popover:** emit close event when ESC is pressed ([08bbbf7](https://github.com/Lundalogik/lime-elements/commit/08bbbf784e622f8faeac08dd80ee26116036838d)), closes [Lundalogik/crm-feature#2205](https://github.com/Lundalogik/crm-feature/issues/2205)
102
-
103
- ## [33.10.0-beta.3](https://github.com/Lundalogik/lime-elements/compare/v33.10.0-beta.2...v33.10.0-beta.3) (2021-08-31)
104
-
105
-
106
- ### Bug Fixes
107
-
108
- * **table:** don't scroll table to the left after each reload ([7c48aed](https://github.com/Lundalogik/lime-elements/commit/7c48aedc06a92a2563a89cfc1b7babb34a130dcb)), closes [Lundalogik/crm-feature#2027](https://github.com/Lundalogik/crm-feature/issues/2027)
109
-
110
- ## [33.10.0-beta.2](https://github.com/Lundalogik/lime-elements/compare/v33.10.0-beta.1...v33.10.0-beta.2) (2021-08-31)
111
-
112
-
113
- ### Features
114
-
115
- * **table:** add `horizontalAlign` property to `Column` interface ([7a3325d](https://github.com/Lundalogik/lime-elements/commit/7a3325db2f7c587302e180adbb536a9d83648fd9)), closes [Lundalogik/crm-feature#2123](https://github.com/Lundalogik/crm-feature/issues/2123)
116
-
117
- ## [33.10.0-beta.1](https://github.com/Lundalogik/lime-elements/compare/v33.9.0...v33.10.0-beta.1) (2021-08-30)
118
-
119
-
120
- ### Features
121
-
122
- * **list-item:** adds list separator to list item actions types ([c2f0902](https://github.com/Lundalogik/lime-elements/commit/c2f090202e399128f6d8a4934d7e613f8d965704))
123
-
124
- ## [33.9.0](https://github.com/Lundalogik/lime-elements/compare/v33.8.0...v33.9.0) (2021-08-27)
125
-
126
-
127
- ### Features
128
-
129
- * **progress-flow:** add new component `limel-progress-flow` ([4fd8282](https://github.com/Lundalogik/lime-elements/commit/4fd8282d8bd5077f27686fc82b0d1f13715df389))
130
-
131
- ## [33.8.0](https://github.com/Lundalogik/lime-elements/compare/v33.7.0...v33.8.0) (2021-08-27)
132
-
133
-
134
- ### Features
135
-
136
- * **list:** enable rendering lists with a grid layout ([51355fc](https://github.com/Lundalogik/lime-elements/commit/51355fc29b925ca32a838449594201343b7c0cd5))
137
- * **menu:** enable rendering list items in menu with a grid layout ([9abb9a6](https://github.com/Lundalogik/lime-elements/commit/9abb9a66feebfd5d736b3bf6230de8c67b722979))
138
-
139
-
140
- ### Bug Fixes
141
-
142
- * **list:** reduce the dead space around `badgeIcons` in avatar list ([ad9e1e4](https://github.com/Lundalogik/lime-elements/commit/ad9e1e4928b59557f070eb796884108ab496f1b2))
143
-
144
- ## [33.7.0](https://github.com/Lundalogik/lime-elements/compare/v33.6.0...v33.7.0) (2021-08-26)
145
-
146
-
147
- ### Features
148
-
149
- * **table:** display a message to the users when the table has no data ([ee52b90](https://github.com/Lundalogik/lime-elements/commit/ee52b90c11637f7697eddb9443da385b48f9eda0)), closes [Lundalogik/lime-crm-components#284](https://github.com/Lundalogik/lime-crm-components/issues/284)
150
-
151
- ## [33.6.0](https://github.com/Lundalogik/lime-elements/compare/v33.5.3...v33.6.0) (2021-08-25)
152
-
153
-
154
- ### Features
155
-
156
- * **table:** be able to set the page number in a table ([9773538](https://github.com/Lundalogik/lime-elements/commit/97735388ca2a9e6a23adaec27d5ba71b6f9e816d)), closes [Lundalogik/crm-feature#2197](https://github.com/Lundalogik/crm-feature/issues/2197)
157
-
158
- ### [33.5.3](https://github.com/Lundalogik/lime-elements/compare/v33.5.2...v33.5.3) (2021-08-25)
159
-
160
-
161
- ### Bug Fixes
162
-
163
- * **popover-surface:** make backdrop filter work on IOS ([a44ff04](https://github.com/Lundalogik/lime-elements/commit/a44ff04303909563c5360b8abf05ffc21784c87e))
164
-
165
- ### [33.5.2](https://github.com/Lundalogik/lime-elements/compare/v33.5.1...v33.5.2) (2021-08-24)
166
-
167
-
168
- ### Bug Fixes
169
-
170
- * **popover:** prevent triggering of default link actions which are below an open popover ([bcbcfcb](https://github.com/Lundalogik/lime-elements/commit/bcbcfcbbc7f44463041c619700b934b25de5809d))
171
-
172
- ### [33.5.1](https://github.com/Lundalogik/lime-elements/compare/v33.5.0...v33.5.1) (2021-08-24)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * **code-editor:** update underlying library, which includes some very minor bugfixes ([799fdea](https://github.com/Lundalogik/lime-elements/commit/799fdea80eddb4843cf180b5369f2f4ba82750aa))
178
- * **portal:** update underlying library, fixing positioning of elements with scaled parents ([faabbbe](https://github.com/Lundalogik/lime-elements/commit/faabbbe41697090d2248bb8de7220560b8b15e21))
179
-
180
- ## [33.5.0](https://github.com/Lundalogik/lime-elements/compare/v33.4.1...v33.5.0) (2021-08-16)
181
-
182
-
183
- ### Features
184
-
185
- * **collapsible-section:** enable keyboard navigation and interaction ([0a26ce5](https://github.com/Lundalogik/lime-elements/commit/0a26ce5593e96a8e28a9634ffb4a4c5f9d5cd177))
186
-
187
- ### [33.4.1](https://github.com/Lundalogik/lime-elements/compare/v33.4.0...v33.4.1) (2021-08-13)
188
-
189
-
190
- ### Bug Fixes
191
-
192
- * **chipset:** ensure input field gets focus first when tabbing ([e19079b](https://github.com/Lundalogik/lime-elements/commit/e19079b8faad4ef87f39c25fc79ccfe404f52ed3))
193
- * **input:** ensure input component has focus after leaving search results ([3ec035b](https://github.com/Lundalogik/lime-elements/commit/3ec035bdba16a20535b1f72d4310dbc8392ea6fd))
194
- * **picker:** ensure picker component has focus after leaving search results ([b93c9d9](https://github.com/Lundalogik/lime-elements/commit/b93c9d91d5b7a0fddc4ca11912c071b11ea71016))
195
-
196
- ## [33.4.0](https://github.com/Lundalogik/lime-elements/compare/v33.3.0...v33.4.0) (2021-08-11)
197
-
198
-
199
- ### Features
200
-
201
- * **spinner:** render it like Lime logo or optionally like a circle… ([89ff7ed](https://github.com/Lundalogik/lime-elements/commit/89ff7edc648560be4c9f0fcf6adca3715f38f355))
202
-
203
-
204
- ### Bug Fixes
205
-
206
- * **button:** make it work nicely with the new spinner by rendering the spinner as a circle ([a50a168](https://github.com/Lundalogik/lime-elements/commit/a50a16862c193b29caf6a81f9161615276783ba1))
207
- * **picker:** improve how spinner is visualized in picker's results list ([f4cabbc](https://github.com/Lundalogik/lime-elements/commit/f4cabbc23d4d71bc0156ac992bab9142a6777374))
208
- * **picker:** make it work nicely with the new spinner ([893adf8](https://github.com/Lundalogik/lime-elements/commit/893adf8e43b62a326b029190b484afb784cc5f5e))
209
-
210
- ## [33.3.0](https://github.com/Lundalogik/lime-elements/compare/v33.2.0...v33.3.0) (2021-08-11)
211
-
212
-
213
- ### Features
214
-
215
- * **chip.types:** add iconTitle to the chip interface ([ce335f9](https://github.com/Lundalogik/lime-elements/commit/ce335f928c9aa16753276245071393b1de55a5e1))
216
- * **file:** display icon of most common filetypes on chip ([2a4dfd8](https://github.com/Lundalogik/lime-elements/commit/2a4dfd849523b84d81a2b7e46750c556feed2fe1))
217
-
218
-
219
- ### Bug Fixes
220
-
221
- * **chip-set:** enable setting title attribute to the lime-icon ([c573a37](https://github.com/Lundalogik/lime-elements/commit/c573a3763012e8cff9c21c26ea3a25b25fc139a2))
222
-
223
- ## [33.2.0](https://github.com/Lundalogik/lime-elements/compare/v33.1.3...v33.2.0) (2021-08-10)
224
-
225
-
226
- ### Features
227
-
228
- * **chip-set:** allow "clear all" button to be optionally hidden ([857adb6](https://github.com/Lundalogik/lime-elements/commit/857adb6cdc3aeca2ccbe7c596048f1264a852558))
229
-
230
-
231
- ### Bug Fixes
232
-
233
- * **picker:** hide "Clear all" button when picker does not allow to pick more than one choice ([4895b0d](https://github.com/Lundalogik/lime-elements/commit/4895b0d0551c16235c610d027932d0b3269b7a4f))
234
-
235
- ### [33.1.3](https://github.com/Lundalogik/lime-elements/compare/v33.1.2...v33.1.3) (2021-08-10)
236
-
237
-
238
- ### Bug Fixes
239
-
240
- * **table:** center align loading spinner ([f03b7c9](https://github.com/Lundalogik/lime-elements/commit/f03b7c9c18989abfb5cbaf223cce54c928181ae7))
241
-
242
- ### [33.1.2](https://github.com/Lundalogik/lime-elements/compare/v33.1.1...v33.1.2) (2021-08-09)
243
-
244
-
245
- ### Bug Fixes
246
-
247
- * **form:** show the property name in the validation error when missing required property ([fbf0f49](https://github.com/Lundalogik/lime-elements/commit/fbf0f492d6335e765e0cb4fe7f74c0c31796bd30)), closes [Lundalogik/crm-feature#2254](https://github.com/Lundalogik/crm-feature/issues/2254)
248
-
249
- ### [33.1.1](https://github.com/Lundalogik/lime-elements/compare/v33.1.0...v33.1.1) (2021-08-04)
250
-
251
-
252
- ### Bug Fixes
253
-
254
- * **menu:** pass css props defined for menu to portal ([e6e98a8](https://github.com/Lundalogik/lime-elements/commit/e6e98a8fbadfb38a1d6278f6bdeb21397dc460e8))
255
-
256
- ## [33.1.0](https://github.com/Lundalogik/lime-elements/compare/v33.0.2...v33.1.0) (2021-07-23)
257
-
258
-
259
- ### Features
260
-
261
- * **file:** add a visual dropzone ([1de3f70](https://github.com/Lundalogik/lime-elements/commit/1de3f70fd284684e6df2424276cde439ffcb781a))
262
-
263
- ### [33.0.2](https://github.com/Lundalogik/lime-elements/compare/v33.0.1...v33.0.2) (2021-07-22)
264
-
265
-
266
- ### Bug Fixes
267
-
268
- * **switch:** improve `readonly` styles ([e119999](https://github.com/Lundalogik/lime-elements/commit/e1199992207ae440fe45f586952e73b52560e718))
269
- * **switch:** make `disabled` switch look disabled ([1a74f27](https://github.com/Lundalogik/lime-elements/commit/1a74f2766bffeaf8920cdf5fa4d4562e14f2f66e))
270
- * **switch:** make label text look like checkbox's label ([c893a23](https://github.com/Lundalogik/lime-elements/commit/c893a235e2c0954e418f4ccc0a0c610f0aa65226))
271
-
272
- ### [33.0.1](https://github.com/Lundalogik/lime-elements/compare/v33.0.0...v33.0.1) (2021-07-22)
273
-
274
-
275
- ### Bug Fixes
276
-
277
- * **chip-set:** make label truncate correctly when there is a leading icon ([e11e7c0](https://github.com/Lundalogik/lime-elements/commit/e11e7c081b234ed13a499eaf18ef4fb32baa0312))
278
- * **chip-set:** make label truncate when chip-set has no input field ([df32824](https://github.com/Lundalogik/lime-elements/commit/df328240380806811098e81775887405dce211db))
279
-
280
- ## [33.0.0](https://github.com/Lundalogik/lime-elements/compare/v32.4.4...v33.0.0) (2021-07-21)
281
-
282
-
283
- ### ⚠ BREAKING CHANGES
284
-
285
- * **banner:** Support for the deprecated css variable `--icon-background-color` has been removed.
286
- Use `--banner-icon-background-color` instead.
287
- * **chip-set, picker:** The deprecated property `iconColor` has been removed from the interface `Chip`. Use
288
- `iconBackgroundColor` instead.
289
- * The underlying component library used for many of the components, MDC,
290
- has been updated from our own fork of v4.0.0 to the official v11.0.0. There should be
291
- no breaking changes to the APIs the Lime Elements presents, and we've done our best to
292
- make sure that all serious bugs created by the update have been addressed. However,
293
- there may well be several smaller styling issues that we haven't yet addressed.
294
- The most significant potential for breaking changes lie in the change in how sizes are
295
- styled. Our own fork of MDC v4.0.0 used `rem` for all sizes, to make all components
296
- scale based on the font size in the browser settings. The official MDC v11.0.0 instead
297
- uses `rem` only for typography related sizes, and `px` for other sizes. Many
298
- components still scale well when the browser font size is set to something other than
299
- the default 16px, but not all components do. Please submit issues for any bugs found
300
- at https://github.com/Lundalogik/lime-elements/issues/
301
-
302
- ### Features
303
-
304
- * **banner:** remove support for deprecated css variable `--icon-background-color` ([2d7a7d1](https://github.com/Lundalogik/lime-elements/commit/2d7a7d19bf279837fca45f5a90933b3a58799bbd))
305
- * **chip-set:** add aria-label to remove-button for improved accessibility ([99827a0](https://github.com/Lundalogik/lime-elements/commit/99827a0e04d5b4a6ab060deb8b24d5ed6ead4ebc))
306
- * **chip-set, picker:** remove support for deprecated property `Chip.iconColor` ([cca078b](https://github.com/Lundalogik/lime-elements/commit/cca078b6e48553e0e580a9daf537751d996a967a))
307
- * **dialog:** make focus trapping work properly ([b7425c1](https://github.com/Lundalogik/lime-elements/commit/b7425c10448887c437e47c572100ae823816e0c8)), closes [#29](https://github.com/Lundalogik/lime-elements/issues/29)
308
- * **snackbar:** add title for dismiss-button for improved accessibility ([de2541a](https://github.com/Lundalogik/lime-elements/commit/de2541ab5b589457a4704d67c7bff971b0fd9ec4))
309
- * update MDC from internal fork of v4.0.0 to official v11.0.0 ([0acd5a3](https://github.com/Lundalogik/lime-elements/commit/0acd5a347a8bc247d9cc5f477074c563648bedce))
310
-
311
-
312
- ### Bug Fixes
313
-
314
- * **badge:** MDC update ([f4793e9](https://github.com/Lundalogik/lime-elements/commit/f4793e974c08bbd38a213c63ee40275c703123f7))
315
- * **banner:** MDC update ([d006e36](https://github.com/Lundalogik/lime-elements/commit/d006e36667969606119b79cea831bdb9ba61d996))
316
- * **button:** MDC update ([bd6ac7c](https://github.com/Lundalogik/lime-elements/commit/bd6ac7c9626c0c3b116d93e8e1b677043cb03892))
317
- * **button-group:** MDC update ([9250a00](https://github.com/Lundalogik/lime-elements/commit/9250a0007d04012a15b70a6a78004ceb90cdcd82))
318
- * **checkbox:** MDC update ([ab40c82](https://github.com/Lundalogik/lime-elements/commit/ab40c82828b41f781e19f70ba5ace43f8c6473bf))
319
- * **chip-set:** MDC update ([8af3a4a](https://github.com/Lundalogik/lime-elements/commit/8af3a4a14249dd1a2a9fa8da0b03505befc1efef))
320
- * **chip-set:** prevent tabbing to chips in disabled chip-set ([3f6c14c](https://github.com/Lundalogik/lime-elements/commit/3f6c14ca46435aa30cc2605bb47f040b81957e8e))
321
- * **chipset:** apply correct input field styles in `readonly` ([41648a0](https://github.com/Lundalogik/lime-elements/commit/41648a06c7c98f1733115a0d96e11c8fa6d70549))
322
- * **collapsible-section:** MDC update ([508e9a5](https://github.com/Lundalogik/lime-elements/commit/508e9a50b76a6038d039e11b97fe0adff05b8331))
323
- * **dialog:** MDC update ([da3852f](https://github.com/Lundalogik/lime-elements/commit/da3852f3011575022dbbe6f8e608bd9876ca7079))
324
- * **form:** MDC update ([480e0e6](https://github.com/Lundalogik/lime-elements/commit/480e0e61425f900b632adbfc9bae567b1ea4a431))
325
- * **icon-button:** MDC update ([72332a8](https://github.com/Lundalogik/lime-elements/commit/72332a88c9fbc7e7b2e785d76deee9b2cbcfb332))
326
- * **input-field:** MDC update ([5c6ef03](https://github.com/Lundalogik/lime-elements/commit/5c6ef03c0a9ef85ccfca284f38ac3dec0a1b00f5)), closes [/github.com/Lundalogik/lime-elements/pull/1297#discussion_r670399736](https://github.com/Lundalogik//github.com/Lundalogik/lime-elements/pull/1297/issues/discussion_r670399736)
327
- * **linear-progress:** MDC update ([3ed9132](https://github.com/Lundalogik/lime-elements/commit/3ed9132ceb12dc0ac58657a76fd11ec6a4c51047))
328
- * **list:** MDC update ([55d4443](https://github.com/Lundalogik/lime-elements/commit/55d4443a355459ee9df1a9f4298571e148ef42eb))
329
- * **MDC update:** make project build again after MDC update ([dcb82a6](https://github.com/Lundalogik/lime-elements/commit/dcb82a65120a4339f47220e066c8d843531a1849))
330
- * **menu:** MDC update ([b3c479a](https://github.com/Lundalogik/lime-elements/commit/b3c479a827db3a8a93ef3a9b16af7350a5c0aeef))
331
- * **select:** MDC update ([67a40c5](https://github.com/Lundalogik/lime-elements/commit/67a40c5277c8b38b3b3d5bed4b662bf805d74cc0))
332
- * **select:** when the dropdown is closed, set focus to the trigger button ([630aa38](https://github.com/Lundalogik/lime-elements/commit/630aa38bb074901a5b0bab512525504b71351594))
333
- * **slider:** MDC update ([1cc6fe6](https://github.com/Lundalogik/lime-elements/commit/1cc6fe65c37cd27a47a1c472c61e40b507b4255f))
334
- * **snackbar:** MDC update ([5a2b54e](https://github.com/Lundalogik/lime-elements/commit/5a2b54ee6c619cb6fe914a13dceee6081eead34a))
335
- * **switch:** MDC update ([984e06b](https://github.com/Lundalogik/lime-elements/commit/984e06b5c9344181a74b9227903344339493739e))
336
- * **tab-bar:** MDC update ([56cee61](https://github.com/Lundalogik/lime-elements/commit/56cee613b7dfd1b49064a474bba141155308ebe6))
337
- * **table:** MDC update ([3844aea](https://github.com/Lundalogik/lime-elements/commit/3844aea163b3b3025278c146c677d4fadea9fec5))
338
-
339
- ### [32.4.4](https://github.com/Lundalogik/lime-elements/compare/v32.4.3...v32.4.4) (2021-07-12)
340
-
341
-
342
- ### Bug Fixes
343
-
344
- * **input-field:** render empty `readonly` field with a `–` value & `--float-above` label ([8ae2229](https://github.com/Lundalogik/lime-elements/commit/8ae2229d91d768f1ad16804b10c482340978e6ff))
345
- * **select:** render empty `readonly` select with a `–` value & `--float-above` label ([f4d55d1](https://github.com/Lundalogik/lime-elements/commit/f4d55d1f766b798799d8bbd2a1d86b2ee839d19f))
346
-
347
- ### [32.4.3](https://github.com/Lundalogik/lime-elements/compare/v32.4.2...v32.4.3) (2021-07-07)
348
-
349
-
350
- ### Bug Fixes
351
-
352
- * **button:** prevent icons from shrinking when button is squeezed ([8432543](https://github.com/Lundalogik/lime-elements/commit/84325437980d5bed6f2aefc337415d0c22616032))
353
-
354
- ### [32.4.2](https://github.com/Lundalogik/lime-elements/compare/v32.4.1...v32.4.2) (2021-07-02)
355
-
356
-
357
- ### Bug Fixes
358
-
359
- * **date-picker:** be able to change year with arrow buttons in month/quarter picker ([8114b04](https://github.com/Lundalogik/lime-elements/commit/8114b047cda728c265023a28c1e5eedda0e88b88)), closes [Lundalogik/lime-elements#1247](https://github.com/Lundalogik/lime-elements/issues/1247)
360
-
361
- ### [32.4.1](https://github.com/Lundalogik/lime-elements/compare/v32.4.0...v32.4.1) (2021-07-02)
362
-
363
-
364
- ### Bug Fixes
365
-
366
- * **dialog:** deprecate `badgeIcon` ([c3de8c6](https://github.com/Lundalogik/lime-elements/commit/c3de8c6071cbebf604412b4d1daa965c79129106))
367
- * **dialog:** replace heading with `limel-header` ([0cbd037](https://github.com/Lundalogik/lime-elements/commit/0cbd037e75dc50756053c46e7c6fd91dd50a448b))
368
- * **header:** do not display icon if it is not specified ([cf0bb49](https://github.com/Lundalogik/lime-elements/commit/cf0bb49c65251e16d09d7d76c6c254d4b2dc4c68))
369
-
370
- ## [32.4.0](https://github.com/Lundalogik/lime-elements/compare/v32.3.1...v32.4.0) (2021-07-01)
371
-
372
-
373
- ### Features
374
-
375
- * **dialog:** remove the need to use `limel-flex-container` in button slot ([45b7abb](https://github.com/Lundalogik/lime-elements/commit/45b7abb8ea616e84ee2b08c01f9a0b6f126943b8))
376
-
377
- ### [32.3.1](https://github.com/Lundalogik/lime-elements/compare/v32.3.0...v32.3.1) (2021-06-29)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * **chip-set:** fix broken focus highlighting for keyboard navigation ([4f148dd](https://github.com/Lundalogik/lime-elements/commit/4f148dd0ddc02096cb43ec2a79a1534d4d6bfdd5)), closes [Lundalogik/crm-feature#2231](https://github.com/Lundalogik/crm-feature/issues/2231)
383
-
384
- ## [32.3.0](https://github.com/Lundalogik/lime-elements/compare/v32.2.6...v32.3.0) (2021-06-24)
385
-
386
-
387
- ### Features
388
-
389
- * **chip-set:** allow chips to supply a href, and render as link ([9bc9be8](https://github.com/Lundalogik/lime-elements/commit/9bc9be8b04ee7d4717ac0e49ec4ba09ddae28bc8))
390
- * **file:** render file chips with proper link to download file ([45c7d96](https://github.com/Lundalogik/lime-elements/commit/45c7d96c544f7cb9b88bc36ceaf8df95c72e596f)), closes [Lundalogik/crm-feature#2231](https://github.com/Lundalogik/crm-feature/issues/2231)
391
-
392
- ### [32.2.6](https://github.com/Lundalogik/lime-elements/compare/v32.2.5...v32.2.6) (2021-06-16)
393
-
394
-
395
- ### Bug Fixes
396
-
397
- * **date-picker:** add proper support for `readonly` ([64bc0dd](https://github.com/Lundalogik/lime-elements/commit/64bc0dd844778888de54cb965e641789193b3f46)), closes [Lundalogik/crm-feature#2211](https://github.com/Lundalogik/crm-feature/issues/2211)
398
- * **date-picker:** reflect simple properties to attributes ([62a6467](https://github.com/Lundalogik/lime-elements/commit/62a6467d062407d8cc9d79a63b7658d679216d7f))
399
-
400
- ### [32.2.5](https://github.com/Lundalogik/lime-elements/compare/v32.2.4...v32.2.5) (2021-06-16)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * **input-field:** truncate `formatted-input` for type number ([ab4bf0b](https://github.com/Lundalogik/lime-elements/commit/ab4bf0bacd0a171d3ff9e34e56d03cff78b6bddc))
406
-
407
- ### [32.2.4](https://github.com/Lundalogik/lime-elements/compare/v32.2.3...v32.2.4) (2021-06-15)
408
-
409
-
410
- ### Bug Fixes
411
-
412
- * **select:** better visualize `invalid` state ([e8a83c0](https://github.com/Lundalogik/lime-elements/commit/e8a83c06da59056acf256271276e8c867c83ce61))
413
-
414
- ### [32.2.3](https://github.com/Lundalogik/lime-elements/compare/v32.2.2...v32.2.3) (2021-06-15)
415
-
416
-
417
- ### Bug Fixes
418
-
419
- * remove overridden interface for ResizeObserver ([88128ef](https://github.com/Lundalogik/lime-elements/commit/88128efd49f840124646e804b096e1ea345f4523))
420
-
421
- ### [32.2.2](https://github.com/Lundalogik/lime-elements/compare/v32.2.1...v32.2.2) (2021-06-08)
422
-
423
-
424
- ### Bug Fixes
425
-
426
- * **table:** always return existing data. add loading prop ([5e41fbe](https://github.com/Lundalogik/lime-elements/commit/5e41fbe4d3b2151f60e8650155b06a1716a14183))
427
- * **table:** dont update columns if they match the existing table columns ([91392f4](https://github.com/Lundalogik/lime-elements/commit/91392f41927a4a0a169d03b374c4e0eff961efb7))
428
- * **table:** reinit table when columns change ([676c226](https://github.com/Lundalogik/lime-elements/commit/676c226791c463b1f3f3eb036c1439e1f37a7a15))
429
-
430
- ### [32.2.1](https://github.com/Lundalogik/lime-elements/compare/v32.2.0...v32.2.1) (2021-06-04)
431
-
432
-
433
- ### Bug Fixes
434
-
435
- * **input-field:** add distinct color variables for `label`, `input-text` & `helper-text` ([91be89e](https://github.com/Lundalogik/lime-elements/commit/91be89e9cccfcf032706b7c5d71be11abdf7e9aa))
436
- * **input-field:** use correct color for readonly inputs of type `number` ([2bf73da](https://github.com/Lundalogik/lime-elements/commit/2bf73dab2e523c7c780687391958a8345987c65d))
437
-
438
- ## [32.2.0](https://github.com/Lundalogik/lime-elements/compare/v32.1.5...v32.2.0) (2021-06-01)
439
-
440
-
441
- ### Features
442
-
443
- * **select:** make `readonly` and `disabled` visually distinct ([2b9b8c7](https://github.com/Lundalogik/lime-elements/commit/2b9b8c742a7c0e79aca39e3bf2e3baa9cf2884ce))
444
-
445
- ### [32.1.5](https://github.com/Lundalogik/lime-elements/compare/v32.1.4...v32.1.5) (2021-06-01)
446
-
447
-
448
- ### Bug Fixes
449
-
450
- * **input:** min and max property can be set to "0" on input field of type "number" ([7995cdc](https://github.com/Lundalogik/lime-elements/commit/7995cdcfaa4758aacf19084bb91da0e0abc6b47d)), closes [#1259](https://github.com/Lundalogik/lime-elements/issues/1259)
451
-
452
- ### [32.1.4](https://github.com/Lundalogik/lime-elements/compare/v32.1.3...v32.1.4) (2021-06-01)
453
-
454
-
455
- ### Bug Fixes
456
-
457
- * **checkbox:** use cursor style `pointer` to indicate label can be clicked ([18c1760](https://github.com/Lundalogik/lime-elements/commit/18c176063a3402b4b378b4c73ee5fe814fd99aca))
458
-
459
- ### [32.1.3](https://github.com/Lundalogik/lime-elements/compare/v32.1.2...v32.1.3) (2021-06-01)
460
-
461
-
462
- ### Bug Fixes
463
-
464
- * **switch:** make switch keep correct styles when readonly is true or false ([dfda89a](https://github.com/Lundalogik/lime-elements/commit/dfda89a6ab05a7fc6f75ca9681ffddbf6cb76a19))
465
-
466
- ### [32.1.2](https://github.com/Lundalogik/lime-elements/compare/v32.1.1...v32.1.2) (2021-06-01)
467
-
468
-
469
- ### Bug Fixes
470
-
471
- * **input:** cursor jumps to end of input when rapidly typing ([51cf7c9](https://github.com/Lundalogik/lime-elements/commit/51cf7c9dab07d0378fcd0f86c36b73ca49197e13)), closes [#1255](https://github.com/Lundalogik/lime-elements/issues/1255)
472
-
473
- ### [32.1.1](https://github.com/Lundalogik/lime-elements/compare/v32.1.0...v32.1.1) (2021-05-26)
474
-
475
-
476
- ### Bug Fixes
477
-
478
- * **form:** an empty required text field is considered invalid ([eef259f](https://github.com/Lundalogik/lime-elements/commit/eef259f176df1a52e2e2d7109ed27457ab299702)), closes [Lundalogik/crm-feature#2112](https://github.com/Lundalogik/crm-feature/issues/2112)
479
-
480
- ## [32.1.0](https://github.com/Lundalogik/lime-elements/compare/v32.0.0...v32.1.0) (2021-05-26)
481
-
482
-
483
- ### Features
484
-
485
- * **form:** add support for readonly property on form fields ([a0b2af3](https://github.com/Lundalogik/lime-elements/commit/a0b2af325b183c0af3d1190bb1e289b1a01f97bc)), closes [Lundalogik/crm-feature#2071](https://github.com/Lundalogik/crm-feature/issues/2071)
486
-
487
- ## [32.0.0](https://github.com/Lundalogik/lime-elements/compare/v31.10.0...v32.0.0) (2021-05-25)
488
-
489
-
490
- ### ⚠ BREAKING CHANGES
491
-
492
- * **slider:** Previously, only `value` was multiplied by `factor`. With this fix,
493
- `step` is also multiplied by `factor`. Let's say we have a slider that goes from 0 to
494
- 100 %, where the `value` is a decimal between 0 and 1. This slider would have a
495
- `factor=100`. If the slider should move in steps of 5 percentage points, before this
496
- fix, `step` would be set to `5`. After this fix, `step` should be set to `0.05` instead.
497
-
498
- ### Bug Fixes
499
-
500
- * **slider:** when both `step` and `factor` are supplied, multiply `step` by `factor` ([5a503fd](https://github.com/Lundalogik/lime-elements/commit/5a503fdec2026677163ba0c8629474df8d2e82da)), closes [Lundalogik/crm-feature#2114](https://github.com/Lundalogik/crm-feature/issues/2114)
501
-
502
- ## [31.10.0](https://github.com/Lundalogik/lime-elements/compare/v31.9.0...v31.10.0) (2021-05-21)
503
-
504
-
505
- ### Features
506
-
507
- * **switch:** make readonly & disabled visually distinct ([ec75db3](https://github.com/Lundalogik/lime-elements/commit/ec75db3fba5dda3b18a9af021eda40ee03d56504))
508
-
509
- ## [31.9.0](https://github.com/Lundalogik/lime-elements/compare/v31.8.1...v31.9.0) (2021-05-20)
510
-
511
-
512
- ### Features
513
-
514
- * **slider:** make readonly & disabled visually distinct ([678d297](https://github.com/Lundalogik/lime-elements/commit/678d2976ac15f296694d52331e84186ba54e98ac))
515
-
516
- ### [31.8.1](https://github.com/Lundalogik/lime-elements/compare/v31.8.0...v31.8.1) (2021-05-20)
517
-
518
-
519
- ### Bug Fixes
520
-
521
- * **form:** valid decimal values in the form component is no longer reported as invalid ([ab984c1](https://github.com/Lundalogik/lime-elements/commit/ab984c1900f478c40be1d35293746b316d14fb64)), closes [Lundalogik/lime-elements#1235](https://github.com/Lundalogik/lime-elements/issues/1235)
522
-
523
- ## [31.8.0](https://github.com/Lundalogik/lime-elements/compare/v31.7.2...v31.8.0) (2021-05-19)
524
-
525
-
526
- ### Features
527
-
528
- * **input-field:** distinguish between `readonly` & `disabled` ([10e406b](https://github.com/Lundalogik/lime-elements/commit/10e406b48d096b8ed01eb025f3756943e9fd03ef))
529
-
530
- ### [31.7.2](https://github.com/Lundalogik/lime-elements/compare/v31.7.1...v31.7.2) (2021-05-19)
531
-
532
-
533
- ### Bug Fixes
534
-
535
- * **input-field:** prevent labels getting cut off when input field is focused ([f9df829](https://github.com/Lundalogik/lime-elements/commit/f9df8292a5ec148eb62fae18d24cc185b2d19d36)), closes [Lundalogik/crm-feature#1671](https://github.com/Lundalogik/crm-feature/issues/1671)
536
-
537
- ### [31.7.1](https://github.com/Lundalogik/lime-elements/compare/v31.7.0...v31.7.1) (2021-05-17)
538
-
539
-
540
- ### Bug Fixes
541
-
542
- * **checkbox:** make the ripple effect fade out, when animation has finished ([e5a5b1e](https://github.com/Lundalogik/lime-elements/commit/e5a5b1e4fe820bb013ffaf6e74af7a530a138485))
543
- * **checkbox:** better visualize keyboard navigation ([96e9d00](https://github.com/Lundalogik/lime-elements/commit/96e9d0088028a2fc727727bd1523bdd5070bf5fb))
544
- * **checkbox:** move label slightly to left ([9ec043e](https://github.com/Lundalogik/lime-elements/commit/9ec043e1b4831ef62e7914c6d0616cdf883920fa))
545
-
546
- ## [31.7.0](https://github.com/Lundalogik/lime-elements/compare/v31.6.0...v31.7.0) (2021-05-17)
547
-
548
-
549
- ### Features
550
-
551
- * **shadows:** add new variables to help visually emphasize certain areas of the ui ([d2b370a](https://github.com/Lundalogik/lime-elements/commit/d2b370a5a3fffd95edd79258f6dadb0d9dedf65f))
552
-
553
- ## [31.6.0](https://github.com/Lundalogik/lime-elements/compare/v31.5.3...v31.6.0) (2021-05-17)
554
-
555
-
556
- ### Features
557
-
558
- * **code-editor:** add code editor component ([b808fda](https://github.com/Lundalogik/lime-elements/commit/b808fdacf93316ef58cd238ed3f27f638045b2f4))
559
- * **form:** add support for arbitrary object fields ([066059f](https://github.com/Lundalogik/lime-elements/commit/066059f535fbe75f3129521c797600bdf2480030))
560
-
561
- ### [31.5.3](https://github.com/Lundalogik/lime-elements/compare/v31.5.2...v31.5.3) (2021-05-14)
562
-
563
-
564
- ### Bug Fixes
565
-
566
- * **package:** make all dependencies development dependencies only ([1b66e79](https://github.com/Lundalogik/lime-elements/commit/1b66e792ff3aee73f1733896589352e39e11d060))
567
-
568
- ### [31.5.2](https://github.com/Lundalogik/lime-elements/compare/v31.5.1...v31.5.2) (2021-05-12)
569
-
570
-
571
- ### Bug Fixes
572
-
573
- * **list:** prevent flickering of scrollable menus ([c8228d4](https://github.com/Lundalogik/lime-elements/commit/c8228d44d51db6b41b22129c524d0fe1ad0717f3))
574
-
575
- ### [31.5.1](https://github.com/Lundalogik/lime-elements/compare/v31.5.0...v31.5.1) (2021-05-11)
576
-
577
-
578
- ### Bug Fixes
579
-
580
- * **button:** make it possible to change colors again ([aab8093](https://github.com/Lundalogik/lime-elements/commit/aab809364368fbbfe9d593339b4af589bbde6abb)), closes [Lundalogik/crm-feature#2092](https://github.com/Lundalogik/crm-feature/issues/2092)
581
-
582
- ## [31.5.0](https://github.com/Lundalogik/lime-elements/compare/v31.4.3...v31.5.0) (2021-05-10)
583
-
584
-
585
- ### Features
586
-
587
- * **input-field:** make it possible to set focus on input fields ([82aab85](https://github.com/Lundalogik/lime-elements/commit/82aab85516722079dadc5cc9cd0b9f88d40a7bb7)), closes [Lundalogik/crm-feature#2055](https://github.com/Lundalogik/crm-feature/issues/2055)
588
-
589
- ### [31.4.3](https://github.com/Lundalogik/lime-elements/compare/v31.4.2...v31.4.3) (2021-05-08)
590
-
591
-
592
- ### Bug Fixes
593
-
594
- * **dialog:** query host element before renderFooter is called ([5e91035](https://github.com/Lundalogik/lime-elements/commit/5e910358678ba05db64a77c7756422130c4ae61a))
595
-
596
- ### [31.4.2](https://github.com/Lundalogik/lime-elements/compare/v31.4.1...v31.4.2) (2021-05-08)
597
-
598
-
599
- ### Bug Fixes
600
-
601
- * **portal:** move portal content back on disconnect ([16d5c7b](https://github.com/Lundalogik/lime-elements/commit/16d5c7bfc29a7f0aa74bd36af14f6799daa9f25f)), closes [Lundalogik/crm-feature#2022](https://github.com/Lundalogik/crm-feature/issues/2022)
602
-
603
- ## [31.4.1](https://github.com/Lundalogik/lime-elements/compare/v31.4.0...v31.4.1) (2021-04-30)
604
-
605
-
606
- ### Bug Fixes
607
-
608
- * **styles:** define css variables once on `:root` instead of on every `:host` ([860acc9](https://github.com/Lundalogik/lime-elements/commit/860acc953cd782dd202d05c6685e11ddc581ee86)), closes [Lundalogik/crm-feature#2056](https://github.com/Lundalogik/crm-feature/issues/2056)
609
-
610
- # [31.4.0](https://github.com/Lundalogik/lime-elements/compare/v31.3.0...v31.4.0) (2021-04-21)
611
-
612
-
613
- ### Features
614
-
615
- * **chip-set:** add badge to filter chip-set ([c3d938e](https://github.com/Lundalogik/lime-elements/commit/c3d938ede53a438caacbb7426f71d0a3627bb7f9)), closes [Lundalogik/crm-feature#2002](https://github.com/Lundalogik/crm-feature/issues/2002)
616
-
617
- # [31.3.0](https://github.com/Lundalogik/lime-elements/compare/v31.2.0...v31.3.0) (2021-04-21)
618
-
619
-
620
- ### Features
621
-
622
- * **list:** allow multiple lines of secondaryText & customize their quantity ([56803d5](https://github.com/Lundalogik/lime-elements/commit/56803d5cde3f8df7a225e429dd466e1c851e1c80))
623
-
624
- # [31.2.0](https://github.com/Lundalogik/lime-elements/compare/v31.1.4...v31.2.0) (2021-04-15)
625
-
626
-
627
- ### Bug Fixes
628
-
629
- * **badge:** replace colors with variables ([016d004](https://github.com/Lundalogik/lime-elements/commit/016d0040de0c4f64489e0957e685e8de1b04e133))
630
- * **banner:** make it more elevated ([5e43ba9](https://github.com/Lundalogik/lime-elements/commit/5e43ba915d463c0ed58eb20f3f1f6d993bc66195))
631
- * **banner:** replace colors with variables ([388e08c](https://github.com/Lundalogik/lime-elements/commit/388e08cfbc10e6e5905f155dbeff98e94a0833a6))
632
- * **button:** replace colors with variables ([2c191da](https://github.com/Lundalogik/lime-elements/commit/2c191da99c15784b23dc05682547e8c14a43a0bb))
633
- * **button-group:** replace colors with variables ([21e37b0](https://github.com/Lundalogik/lime-elements/commit/21e37b0dc78bc700b515f728409847f0406dc904))
634
- * **checkbox:** replace colors with variables ([169bed6](https://github.com/Lundalogik/lime-elements/commit/169bed641e63925b23096e5c31a8918779db3f18))
635
- * **chip-set:** replace colors with variables ([bf2ddc9](https://github.com/Lundalogik/lime-elements/commit/bf2ddc9cb05478d8792ca8fbda8ae7df06561508))
636
- * **collapsible-section:** replace colors with variables ([d1cc3c1](https://github.com/Lundalogik/lime-elements/commit/d1cc3c1f962751ea27ed8e614799be68f83ac1f2))
637
- * **date-picker:** replace colors with variables ([aea220d](https://github.com/Lundalogik/lime-elements/commit/aea220de179928b6f1ac9b7baceae925a996dd5e))
638
- * **dialog:** replace colors with variables ([199d67b](https://github.com/Lundalogik/lime-elements/commit/199d67b54f84a7afc62d28561b177f0d42d9cc17))
639
- * **file:** replace colors with variables ([3bebd51](https://github.com/Lundalogik/lime-elements/commit/3bebd51171b0117f2e3dc36857323c3f559c120d))
640
- * **icon-button:** replace colors with variables ([e4154a5](https://github.com/Lundalogik/lime-elements/commit/e4154a5d470f82b55f5c93678a03d43080b0f1d7))
641
- * **linear-progress:** replace colors with variables ([f84cb0b](https://github.com/Lundalogik/lime-elements/commit/f84cb0b7a65824ae44b5c33c6bf4e039175ac025))
642
- * **list:** replace colors with variables ([6a3dd4f](https://github.com/Lundalogik/lime-elements/commit/6a3dd4ff336083074fbe54b8aa5c2bb31ec827e8))
643
- * **menu:** replace colors with variables ([e898753](https://github.com/Lundalogik/lime-elements/commit/e898753066b9fadbb2dec87762089cf8ee86d65a))
644
- * **select:** replace colors with variables ([9be3618](https://github.com/Lundalogik/lime-elements/commit/9be361881b074d97df029174759d06a9cb51b611))
645
- * **snackbar:** replace colors with variables ([e75ef2e](https://github.com/Lundalogik/lime-elements/commit/e75ef2ecbc69d40fcbda68ae33eea365cb931e34))
646
- * **table:** replace colors with variables ([a485123](https://github.com/Lundalogik/lime-elements/commit/a485123c69461a9691f4f03b838b145793ec3449))
647
-
648
-
649
- ### Features
650
-
651
- * **banner:** make icon fill color customizable & reveal color variables in the docs ([1f08a1f](https://github.com/Lundalogik/lime-elements/commit/1f08a1f4df9b5d94faeb5fad2a4eef6b4d35b018))
652
-
653
- ## [31.1.4](https://github.com/Lundalogik/lime-elements/compare/v31.1.3...v31.1.4) (2021-04-14)
654
-
655
-
656
- ### Bug Fixes
657
-
658
- * **icon-button:** ensure the icon is dead center regardless of the limel-icon-button size ([be5068c](https://github.com/Lundalogik/lime-elements/commit/be5068c43bfdb3b879811955209b213314ab2115))
659
-
660
- ## [31.1.3](https://github.com/Lundalogik/lime-elements/compare/v31.1.2...v31.1.3) (2021-04-12)
661
-
662
-
663
- ### Bug Fixes
664
-
665
- * **list:** improve visualisation for keyboard focused items ([2b6efe9](https://github.com/Lundalogik/lime-elements/commit/2b6efe986547e0cb95ec63c9b3e45074f597f3b9))
666
- * **list:** smoothen transitions between focused & unfocused items ([deecc3b](https://github.com/Lundalogik/lime-elements/commit/deecc3b38a694220d249fcb72a6b602be4573a18))
667
-
668
- ## [31.1.2](https://github.com/Lundalogik/lime-elements/compare/v31.1.1...v31.1.2) (2021-04-09)
669
-
670
-
671
- ### Bug Fixes
672
-
673
- * **chip-set:** visualize focus with keyboard for clear-all-button ([41ff132](https://github.com/Lundalogik/lime-elements/commit/41ff1329862dc83f61d14deaf75e06057390ddcb))
674
- * **chip-set:** visualize keyboard navigation for chips ([7a263c4](https://github.com/Lundalogik/lime-elements/commit/7a263c43784d7c624a1d4e245fa909a4844e1610))
675
-
676
- ## [31.1.1](https://github.com/Lundalogik/lime-elements/compare/v31.1.0...v31.1.1) (2021-04-09)
677
-
678
-
679
- ### Bug Fixes
680
-
681
- * **tab-bar:** improve visualization of focus state ([06f9bf9](https://github.com/Lundalogik/lime-elements/commit/06f9bf9eaf7f6c9724bd010b9273cd77c1429d80))
682
-
683
- # [31.1.0](https://github.com/Lundalogik/lime-elements/compare/v31.0.2...v31.1.0) (2021-04-09)
684
-
685
-
686
- ### Features
687
-
688
- * **menu:** deprecate property `fixed` ([7dcf3ea](https://github.com/Lundalogik/lime-elements/commit/7dcf3ea00668458101af4d4b5d61c5f106acf612)), closes [#1201](https://github.com/Lundalogik/lime-elements/issues/1201)
689
- * **menu:** deprecate use of limel-menu without a consumer provided trigger element ([01f8155](https://github.com/Lundalogik/lime-elements/commit/01f81558f590e8f1d3c75b4a4c317441441a6acf))
690
-
691
- ## [31.0.2](https://github.com/Lundalogik/lime-elements/compare/v31.0.1...v31.0.2) (2021-04-09)
692
-
693
-
694
- ### Bug Fixes
695
-
696
- * **picker:** focus chipset when emptying multiple picker as well ([43f25f4](https://github.com/Lundalogik/lime-elements/commit/43f25f42f2449d3a78f07dc6a82358ff5cb85094))
697
-
698
- ## [31.0.1](https://github.com/Lundalogik/lime-elements/compare/v31.0.0...v31.0.1) (2021-04-06)
699
-
700
-
701
- ### Bug Fixes
702
-
703
- * **button:** render it a perfect square when there is only an icon ([6ce9a6e](https://github.com/Lundalogik/lime-elements/commit/6ce9a6e365ee2eb615f03b21fc36f3e4714a775e))
704
-
705
- # [31.0.0](https://github.com/Lundalogik/lime-elements/compare/v30.24.2...v31.0.0) (2021-04-01)
706
-
707
-
708
- ### Bug Fixes
709
-
710
- * **form:** datepicker in form emits `null` when input field is empty ([888a2a9](https://github.com/Lundalogik/lime-elements/commit/888a2a95a0fad9555cde5603fd05ac7a37d04a85)), closes [Lundalogik/crm-feature#1960](https://github.com/Lundalogik/crm-feature/issues/1960)
711
- * **form:** input field in form emits empty string or `null` when input field is empty ([0259623](https://github.com/Lundalogik/lime-elements/commit/02596235f5d22a6a6f6de4784cf3b4c5ab32ac1d)), closes [Lundalogik/crm-feature#1960](https://github.com/Lundalogik/crm-feature/issues/1960)
712
-
713
-
714
- ### BREAKING CHANGES
715
-
716
- * **form:** The default component for `string` and `number` fields in limel-form
717
- has been changed to emit a `change` event with the value set to an empty string for
718
- `string` fields and `null` for `number` fields, instead of the value `undefined` when
719
- the component value is emptied. While technically breaking, the change is unlikely to be
720
- breaking in practice.
721
- * **form:** The default component for `date` fields in limel-form has been changed
722
- to emit a `change` event with the value `null` instead of the value `undefined` when the
723
- component value is emptied. While technically breaking, the change is unlikely to be
724
- breaking in practice.
725
-
726
- ## [30.24.2](https://github.com/Lundalogik/lime-elements/compare/v30.24.1...v30.24.2) (2021-03-31)
727
-
728
-
729
- ### Bug Fixes
730
-
731
- * **button-group:** fine-tune visual details and use our color variables ([61d04af](https://github.com/Lundalogik/lime-elements/commit/61d04af50cd191a169f30fe78e8ba908a2752a00))
732
- * **button-group:** visualize when buttons are focused using keyboard ([78fa9f7](https://github.com/Lundalogik/lime-elements/commit/78fa9f71cdf71c4356781e2f75c9bd2d5cd141b7))
733
-
734
- ## [30.24.1](https://github.com/Lundalogik/lime-elements/compare/v30.24.0...v30.24.1) (2021-03-31)
735
-
736
-
737
- ### Bug Fixes
738
-
739
- * **form:** custom form components can be set to readonly in schema ([2367143](https://github.com/Lundalogik/lime-elements/commit/23671433323b79a9dc249abdf7775cffee8646dd))
740
-
741
- # [30.24.0](https://github.com/Lundalogik/lime-elements/compare/v30.23.1...v30.24.0) (2021-03-31)
742
-
743
-
744
- ### Features
745
-
746
- * **chip-set:** make clear all chips button's label translatable ([ddeed2c](https://github.com/Lundalogik/lime-elements/commit/ddeed2c9171effd10941b65194c46338a29d7f47))
747
-
748
- ## [30.23.1](https://github.com/Lundalogik/lime-elements/compare/v30.23.0...v30.23.1) (2021-03-30)
749
-
750
-
751
- ### Bug Fixes
752
-
753
- * allow snackbar message to be changed ([edfb4eb](https://github.com/Lundalogik/lime-elements/commit/edfb4eb5af506532a33096297e8b987decc80aa0))
754
-
755
- # [30.23.0](https://github.com/Lundalogik/lime-elements/compare/v30.22.0...v30.23.0) (2021-03-30)
756
-
757
-
758
- ### Bug Fixes
759
-
760
- * **file:** don't trigger file selection dialog if component is disabled or readonly ([13c7c95](https://github.com/Lundalogik/lime-elements/commit/13c7c951723901468a370ba0b77eab8fa9fa19f1))
761
-
762
-
763
- ### Features
764
-
765
- * **checkbox:** add `readonly` property alongside `disabled` ([5aad97c](https://github.com/Lundalogik/lime-elements/commit/5aad97c967ece09a54617abe5881508b28a2d767)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
766
- * **chip-set:** make `readonly` "alias" `disabled` for types other than `input` ([ca6842d](https://github.com/Lundalogik/lime-elements/commit/ca6842d065745409fc4c586a91b3942d0a951c95)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
767
- * **date-picker:** add `readonly` property alongside `disabled` ([fbdccd4](https://github.com/Lundalogik/lime-elements/commit/fbdccd475d7260bd45ae2ea39031ad5abcea691b)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
768
- * **file:** add `readonly` property that still allows interaction with existing file ([59c626b](https://github.com/Lundalogik/lime-elements/commit/59c626b62d34edd35be4f5f5f4f223efd33e14ee)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
769
- * **input-field:** add `readonly` property alongside `disabled` ([bd0dfa1](https://github.com/Lundalogik/lime-elements/commit/bd0dfa11f750ae7fc2d5676ba42c4fdec469c0f6)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
770
- * **select:** add `readonly` property alongside `disabled` ([c8acda0](https://github.com/Lundalogik/lime-elements/commit/c8acda051fda379fd5af80fa9293e436dc4b245e)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
771
- * **slider:** add `readonly` property alongside `disabled` ([af59fc5](https://github.com/Lundalogik/lime-elements/commit/af59fc5f5a34d16016abecd7eee0d03f79369d2d)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
772
- * **switch:** add `readonly` property alongside `disabled` ([f904703](https://github.com/Lundalogik/lime-elements/commit/f904703860ec191858e7f986142fc4ce0e3fd14f)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
773
-
774
- # [30.22.0](https://github.com/Lundalogik/lime-elements/compare/v30.21.1...v30.22.0) (2021-03-30)
775
-
776
-
777
- ### Features
778
-
779
- * **popover:** add consumer-overridable css property `--popover-z-index` ([c3f6738](https://github.com/Lundalogik/lime-elements/commit/c3f673836d315119033d6bf3856aca62c85ecd84)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
780
-
781
- ## [30.21.1](https://github.com/Lundalogik/lime-elements/compare/v30.21.0...v30.21.1) (2021-03-30)
782
-
783
-
784
- ### Bug Fixes
785
-
786
- * **date-picker:** ensure picker respects the `disabled` property ([e5bda7c](https://github.com/Lundalogik/lime-elements/commit/e5bda7c9e0c65f9c42359f83fa85d42ba768f38a))
787
-
788
- # [30.21.0](https://github.com/Lundalogik/lime-elements/compare/v30.20.0...v30.21.0) (2021-03-25)
789
-
790
-
791
- ### Features
792
-
793
- * **picker:** add leading icon to picker ([316361b](https://github.com/Lundalogik/lime-elements/commit/316361b89b8cee5738b8d0e12c9bf47c305b4a57))
794
-
795
- # [30.20.0](https://github.com/Lundalogik/lime-elements/compare/v30.19.5...v30.20.0) (2021-03-25)
796
-
797
-
798
- ### Features
799
-
800
- * **datepicker:** add consumer-overridable css property `--dropdown-z-index` ([be0c2d6](https://github.com/Lundalogik/lime-elements/commit/be0c2d608b3d27e9c5c39ce5a9e2c34dae7b6f54)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
801
-
802
- ## [30.19.5](https://github.com/Lundalogik/lime-elements/compare/v30.19.4...v30.19.5) (2021-03-22)
803
-
804
-
805
- ### Bug Fixes
806
-
807
- * **tab-bar:** prevent unintended clicks on the last tab ([ac31fdb](https://github.com/Lundalogik/lime-elements/commit/ac31fdbdda2603383a079b0f4a3c83b08a2ca248)), closes [Lundalogik/crm-feature#1862](https://github.com/Lundalogik/crm-feature/issues/1862)
808
- * **tab-bar:** use own css variables for colors ([78a086f](https://github.com/Lundalogik/lime-elements/commit/78a086f909cfe26d498d92e2ffabcbb45c909156))
809
-
810
- ## [30.19.4](https://github.com/Lundalogik/lime-elements/compare/v30.19.3...v30.19.4) (2021-03-19)
811
-
812
-
813
- ### Bug Fixes
814
-
815
- * **icon-button:** visualize focus state when navigating with keyboard ([6b59a6b](https://github.com/Lundalogik/lime-elements/commit/6b59a6b0e71633945d598e0c15c3df8bc585925e))
816
-
817
- ## [30.19.3](https://github.com/Lundalogik/lime-elements/compare/v30.19.2...v30.19.3) (2021-03-16)
818
-
819
-
820
- ### Bug Fixes
821
-
822
- * **date-picker:** clearing a required date field with backspace sets the date field to invailid ([3fe8191](https://github.com/Lundalogik/lime-elements/commit/3fe8191e85a06d9766ef25f72173474e2f216231)), closes [Lundalogik/crm-feature#1912](https://github.com/Lundalogik/crm-feature/issues/1912)
823
-
824
- ## [30.19.2](https://github.com/Lundalogik/lime-elements/compare/v30.19.1...v30.19.2) (2021-03-15)
825
-
826
-
827
- ### Bug Fixes
828
-
829
- * **input-field:** fix add more meaning and delight to input type `tel` & `url` ([66e638b](https://github.com/Lundalogik/lime-elements/commit/66e638b91d99f0190d0764a1f46eb4c77b2ff64b))
830
-
831
- ## [30.19.1](https://github.com/Lundalogik/lime-elements/compare/v30.19.0...v30.19.1) (2021-03-12)
832
-
833
-
834
- ### Bug Fixes
835
-
836
- * **input-field:** don't "steal" a click when blurring unless there's a dropdown visible ([1344dcf](https://github.com/Lundalogik/lime-elements/commit/1344dcf5c59479d41f1d0440ef959856287ffddd)), closes [Lundalogik/crm-feature#1910](https://github.com/Lundalogik/crm-feature/issues/1910)
837
-
838
- # [30.19.0](https://github.com/Lundalogik/lime-elements/compare/v30.18.5...v30.19.0) (2021-03-11)
839
-
840
-
841
- ### Features
842
-
843
- * **form:** allow collapsible-sections to be loaded either open or closed ([1e5e929](https://github.com/Lundalogik/lime-elements/commit/1e5e929ff7620a52141c26e866a406ae48d614f8)), closes [Lundalogik/crm-feature#1609](https://github.com/Lundalogik/crm-feature/issues/1609)
844
-
845
- ## [30.18.5](https://github.com/Lundalogik/lime-elements/compare/v30.18.4...v30.18.5) (2021-03-11)
846
-
847
-
848
- ### Bug Fixes
849
-
850
- * **select:** better visualize `focused` with keyboard ([49a62fd](https://github.com/Lundalogik/lime-elements/commit/49a62fda6656933b28f48da243203c0b74c0858f))
851
-
852
- ## [30.18.4](https://github.com/Lundalogik/lime-elements/compare/v30.18.3...v30.18.4) (2021-03-11)
853
-
854
-
855
- ### Bug Fixes
856
-
857
- * **popover:** make it possible to tab to it ([5a44c30](https://github.com/Lundalogik/lime-elements/commit/5a44c300182587992a5ea7f31a983de025a86629))
858
- * **shadows:** add shadow styles to use for `focused` elements ([46a8731](https://github.com/Lundalogik/lime-elements/commit/46a87319c7162030843017c181d6540468de3759))
859
-
860
- ## [30.18.3](https://github.com/Lundalogik/lime-elements/compare/v30.18.2...v30.18.3) (2021-03-11)
861
-
862
-
863
- ### Bug Fixes
864
-
865
- * **popover:** add forgotten border radius prop for popover ([235ffe1](https://github.com/Lundalogik/lime-elements/commit/235ffe19165a6a171dea59b42cbce6bb1ccb1c9e))
866
-
867
- ## [30.18.2](https://github.com/Lundalogik/lime-elements/compare/v30.18.1...v30.18.2) (2021-03-08)
868
-
869
-
870
- ### Bug Fixes
871
-
872
- * fix crash where custom fields on nested schemas dont have error helper texts ([78a8600](https://github.com/Lundalogik/lime-elements/commit/78a86006aaf3c23873912d4593343b96ab1f8a07))
873
-
874
- ## [30.18.1](https://github.com/Lundalogik/lime-elements/compare/v30.18.0...v30.18.1) (2021-03-08)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * **input-field:** when using autocompletions, make it possible to close the dropdown ([8d4e628](https://github.com/Lundalogik/lime-elements/commit/8d4e6288ebf14b3666aa336e137858ed1d633654)), closes [Lundalogik/lime-elements#1115](https://github.com/Lundalogik/lime-elements/issues/1115)
880
- * **portal:** make portal visible immediately if initialized with `visible` set to `true` ([eebf6b9](https://github.com/Lundalogik/lime-elements/commit/eebf6b9960386a92479dabe70916ab7e4df394b5)), closes [Lundalogik/lime-elements#1115](https://github.com/Lundalogik/lime-elements/issues/1115)
881
-
882
- # [30.18.0](https://github.com/Lundalogik/lime-elements/compare/v30.17.1...v30.18.0) (2021-03-08)
883
-
884
-
885
- ### Features
886
-
887
- * **file:** add accept prop to filter selectable file types ([9b1105b](https://github.com/Lundalogik/lime-elements/commit/9b1105b359753eac41ce62bbf2b043214aff472b)), closes [#1174](https://github.com/Lundalogik/lime-elements/issues/1174)
888
-
889
- ## [30.17.1](https://github.com/Lundalogik/lime-elements/compare/v30.17.0...v30.17.1) (2021-03-08)
890
-
891
-
892
- ### Bug Fixes
893
-
894
- * **chip-set:** update `--icon-color` default value to `rgb(var(--contrast-1100))` ([8e64a84](https://github.com/Lundalogik/lime-elements/commit/8e64a8449c9a59e5ad93468ab8d4f252ab1fed00)), closes [Lundalogik/crm-feature#1886](https://github.com/Lundalogik/crm-feature/issues/1886)
895
-
896
- # [30.17.0](https://github.com/Lundalogik/lime-elements/compare/v30.16.0...v30.17.0) (2021-03-08)
897
-
898
-
899
- ### Features
900
-
901
- * **header:** add support for `supporting-text` ([7606561](https://github.com/Lundalogik/lime-elements/commit/76065617305b805348fb955fb8191be8cf20ee2b))
902
- * **header:** add support for background color header icon ([214a75c](https://github.com/Lundalogik/lime-elements/commit/214a75c2b20e05600c26a6787466f37f8ec5dbb4))
903
-
904
- # [30.16.0](https://github.com/Lundalogik/lime-elements/compare/v30.15.3...v30.16.0) (2021-03-08)
905
-
906
-
907
- ### Features
908
-
909
- * **table:** enable movable columns ([2775050](https://github.com/Lundalogik/lime-elements/commit/2775050068e21466af0aa204f827c2356ec598f6)), closes [Lundalogik/crm-feature#1863](https://github.com/Lundalogik/crm-feature/issues/1863)
910
-
911
- ## [30.15.3](https://github.com/Lundalogik/lime-elements/compare/v30.15.2...v30.15.3) (2021-03-05)
912
-
913
-
914
- ### Bug Fixes
915
-
916
- * **button:** make buttons with has-reduced-presence really disappear ([66c1afa](https://github.com/Lundalogik/lime-elements/commit/66c1afae298875c4ac657555f228e087f3017e52))
917
-
918
- ## [30.15.2](https://github.com/Lundalogik/lime-elements/compare/v30.15.1...v30.15.2) (2021-03-04)
919
-
920
-
921
- ### Bug Fixes
922
-
923
- * **picker:** listen to dismiss events from the menu to know when to close it ([ec5f1ae](https://github.com/Lundalogik/lime-elements/commit/ec5f1ae674a2449961dd1f0b67b643b22bc99322)), closes [Lundalogik/lime-elements#865](https://github.com/Lundalogik/lime-elements/issues/865)
924
-
925
- ## [30.15.1](https://github.com/Lundalogik/lime-elements/compare/v30.15.0...v30.15.1) (2021-03-04)
926
-
927
-
928
- ### Bug Fixes
929
-
930
- * **dateformatter:** add French and Dutch date formatting ([c084e02](https://github.com/Lundalogik/lime-elements/commit/c084e020bd21956bcd70128faae0fe2fb93743f8)), closes [Lundalogik/crm-feature#1810](https://github.com/Lundalogik/crm-feature/issues/1810)
931
-
932
- # [30.15.0](https://github.com/Lundalogik/lime-elements/compare/v30.14.0...v30.15.0) (2021-03-01)
933
-
934
-
935
- ### Features
936
-
937
- * add dutch language ([2b6ea58](https://github.com/Lundalogik/lime-elements/commit/2b6ea587b91d56bac2e66c7e95c0fa66e36fa920))
938
-
939
- # [30.14.0](https://github.com/Lundalogik/lime-elements/compare/v30.13.0...v30.14.0) (2021-02-26)
940
-
941
-
942
- ### Bug Fixes
943
-
944
- * **menu-surface:** do not kill click events when clicking in an allowed element ([13fce92](https://github.com/Lundalogik/lime-elements/commit/13fce9252df7eb175694c58882be5a40866fcc3f))
945
-
946
-
947
- ### Features
948
-
949
- * **picker:** allow clicks for picker elements ([f808b75](https://github.com/Lundalogik/lime-elements/commit/f808b75899f2664662b5e05a7dcebda1c2b8a434))
950
-
951
- # [30.13.0](https://github.com/Lundalogik/lime-elements/compare/v30.12.2...v30.13.0) (2021-02-26)
952
-
953
-
954
- ### Features
955
-
956
- * add label to chip-set of types other than input ([ff0dc72](https://github.com/Lundalogik/lime-elements/commit/ff0dc729b4e33e0df496b16e10639ed2f4191460))
957
-
958
- ## [30.12.2](https://github.com/Lundalogik/lime-elements/compare/v30.12.1...v30.12.2) (2021-02-25)
959
-
960
-
961
- ### Bug Fixes
962
-
963
- * **checkbox:** use default material design style for checked state ([76d9a2c](https://github.com/Lundalogik/lime-elements/commit/76d9a2cb56b703c13241ca68a0d59d4cb46c0d7f))
964
-
965
- ## [30.12.1](https://github.com/Lundalogik/lime-elements/compare/v30.12.0...v30.12.1) (2021-02-19)
966
-
967
-
968
- ### Bug Fixes
969
-
970
- * **popover:** correct positioning of "popped" content ([30dcac7](https://github.com/Lundalogik/lime-elements/commit/30dcac71d16f2f9f830e872cd53b921dfcd48018)), closes [Lundalogik/crm-feature#1849](https://github.com/Lundalogik/crm-feature/issues/1849)
971
-
972
- # [30.12.0](https://github.com/Lundalogik/lime-elements/compare/v30.11.1...v30.12.0) (2021-02-17)
973
-
974
-
975
- ### Features
976
-
977
- * **dialog:** add consumer-overridable css property `--dialog-z-index` ([4ae182b](https://github.com/Lundalogik/lime-elements/commit/4ae182b1e5fed5c26cd8589537e2b902f2848d6b)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020)
978
- * **menu:** add consumer-overridable css property `--dropdown-z-index` ([1011ad0](https://github.com/Lundalogik/lime-elements/commit/1011ad06e45ceabe89d45c901dfe57aba2c934f6)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
979
- * **picker:** add consumer-overridable css property `--dropdown-z-index` ([4b4be2a](https://github.com/Lundalogik/lime-elements/commit/4b4be2a21c421ef1c149f723aa9c6e36943e8f4a)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
980
- * **select:** add consumer-overridable css property `--dropdown-z-index` ([b0c45ed](https://github.com/Lundalogik/lime-elements/commit/b0c45edecd177ca2fe15b7b9f12b8f569c1bfdba)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
981
-
982
- ## [30.11.1](https://github.com/Lundalogik/lime-elements/compare/v30.11.0...v30.11.1) (2021-02-17)
983
-
984
-
985
- ### Bug Fixes
986
-
987
- * **table:** the underlying library has been updated with many bugfixes and performance improvements ([c1e7378](https://github.com/Lundalogik/lime-elements/commit/c1e7378854d04d4ee3bb3ecba4b4c07f0c37791f))
988
-
989
- # [30.11.0](https://github.com/Lundalogik/lime-elements/compare/v30.10.1...v30.11.0) (2021-02-16)
990
-
991
-
992
- ### Features
993
-
994
- * **form:** add support for adding additional properties to slider widget ([caea6d7](https://github.com/Lundalogik/lime-elements/commit/caea6d7794f32d3ea9f6309a039f1f0c9d2b8ace)), closes [Lundalogik/crm-feature#1636](https://github.com/Lundalogik/crm-feature/issues/1636)
995
- * **slider:** color slider to visualize percentage value ([a119096](https://github.com/Lundalogik/lime-elements/commit/a1190968b7ae19236dad80641028cfd777afc9e2)), closes [Lundalogik/crm-feature#1636](https://github.com/Lundalogik/crm-feature/issues/1636)
996
-
997
- ## [30.10.1](https://github.com/Lundalogik/lime-elements/compare/v30.10.0...v30.10.1) (2021-02-16)
998
-
999
-
1000
- ### Bug Fixes
1001
-
1002
- * **list:** border radius on all edges when only 1 item is displayed ([07a5578](https://github.com/Lundalogik/lime-elements/commit/07a55780fd57e0dfdfaa3533e438fdae2f5239d1))
1003
-
1004
- # [30.10.0](https://github.com/Lundalogik/lime-elements/compare/v30.9.5...v30.10.0) (2021-02-12)
1005
-
1006
-
1007
- ### Bug Fixes
1008
-
1009
- * **list:** apply better look & feel for disabled list items ([64036aa](https://github.com/Lundalogik/lime-elements/commit/64036aa5bec8a234fd4d25255004d9226c19625a))
1010
- * **list:** better distance between icon and text ([a2dec84](https://github.com/Lundalogik/lime-elements/commit/a2dec84a715dd15633125b28d25a46cc39a87d7d))
1011
-
1012
-
1013
- ### Features
1014
-
1015
- * **select:** enable adding icons to select options ([01ff58c](https://github.com/Lundalogik/lime-elements/commit/01ff58c1f056716c98735e175afd6f6539708b75))
1016
-
1017
- ## [30.9.5](https://github.com/Lundalogik/lime-elements/compare/v30.9.4...v30.9.5) (2021-02-10)
1018
-
1019
-
1020
- ### Bug Fixes
1021
-
1022
- * **checkbox:** vertically center-align label text ([74782e5](https://github.com/Lundalogik/lime-elements/commit/74782e5581ea8767165a40b3ebb82cb66c8fa034))
1023
- * **form:** vertically align switches and checkboxes ([2bda750](https://github.com/Lundalogik/lime-elements/commit/2bda750a7a2392fd52d9dd7bc9a34f39650bf2d2)), closes [Lundalogik/crm-feature#1629](https://github.com/Lundalogik/crm-feature/issues/1629)
1024
- * **switch:** vertically center-align label text ([6404933](https://github.com/Lundalogik/lime-elements/commit/640493369abf8d11304c996500c2e18b8097e576))
1025
-
1026
- ## [30.9.4](https://github.com/Lundalogik/lime-elements/compare/v30.9.3...v30.9.4) (2021-02-10)
1027
-
1028
-
1029
- ### Bug Fixes
1030
-
1031
- * **table:** make col headers respect component's initial width ([a051692](https://github.com/Lundalogik/lime-elements/commit/a051692f2638a7f3dca09d734c6f62ae1ca32878))
1032
-
1033
- ## [30.9.3](https://github.com/Lundalogik/lime-elements/compare/v30.9.2...v30.9.3) (2021-02-10)
1034
-
1035
-
1036
- ### Bug Fixes
1037
-
1038
- * **collapsible-section:** fix chopped letters in section-headers ([8b4ee79](https://github.com/Lundalogik/lime-elements/commit/8b4ee796dfdefd53e82860be34042b3a59131081)), closes [Lundalogik/crm-feature#1739](https://github.com/Lundalogik/crm-feature/issues/1739)
1039
-
1040
- ## [30.9.2](https://github.com/Lundalogik/lime-elements/compare/v30.9.1...v30.9.2) (2021-02-10)
1041
-
1042
-
1043
- ### Bug Fixes
1044
-
1045
- * **flatpickr-adapter:** fix bad contrast in month select in Firefox ([fb19110](https://github.com/Lundalogik/lime-elements/commit/fb19110f8ccd63e558bd5d9d8dba03945547511d)), closes [Lundalogik/crm-feature#1770](https://github.com/Lundalogik/crm-feature/issues/1770)
1046
-
1047
- ## [30.9.1](https://github.com/Lundalogik/lime-elements/compare/v30.9.0...v30.9.1) (2021-02-09)
1048
-
1049
-
1050
- ### Bug Fixes
1051
-
1052
- * **input-field:** remove unnecessary validation when using `urlAsText` ([30f65e2](https://github.com/Lundalogik/lime-elements/commit/30f65e2488b0272567673bd03027e962d7009591)), closes [#1128](https://github.com/Lundalogik/lime-elements/issues/1128)
1053
-
1054
- # [30.9.0](https://github.com/Lundalogik/lime-elements/compare/v30.8.1...v30.9.0) (2021-02-04)
1055
-
1056
-
1057
- ### Features
1058
-
1059
- * **select:** enable narrow layouts ([3e203e9](https://github.com/Lundalogik/lime-elements/commit/3e203e9fa9bf76434b5eb82c14b9442330511d8d))
1060
-
1061
- ## [30.8.1](https://github.com/Lundalogik/lime-elements/compare/v30.8.0...v30.8.1) (2021-02-04)
1062
-
1063
-
1064
- ### Bug Fixes
1065
-
1066
- * **table:** correct alignment for custom components in column header ([d8d000a](https://github.com/Lundalogik/lime-elements/commit/d8d000accea06bb146e83393eb5197e7a9c30dc6)), closes [Lundalogik/crm-feature#1806](https://github.com/Lundalogik/crm-feature/issues/1806)
1067
-
1068
- # [30.8.0](https://github.com/Lundalogik/lime-elements/compare/v30.7.1...v30.8.0) (2021-02-04)
1069
-
1070
-
1071
- ### Features
1072
-
1073
- * **file:** dispatch interact event when clicking on a chip ([6d923ac](https://github.com/Lundalogik/lime-elements/commit/6d923acf9816b6f56970a7074f2df7b08c38e35b)), closes [Lundalogik/crm-feature#1777](https://github.com/Lundalogik/crm-feature/issues/1777)
1074
-
1075
- ## [30.7.1](https://github.com/Lundalogik/lime-elements/compare/v30.7.0...v30.7.1) (2021-02-03)
1076
-
1077
-
1078
- ### Bug Fixes
1079
-
1080
- * **menu:** fix collision detection for dropdown ([131c2b1](https://github.com/Lundalogik/lime-elements/commit/131c2b1e86af936cfc649eb3539c60c15f0ea29e))
1081
- * **picker:** correctly size and position picker dropdown ([fec9568](https://github.com/Lundalogik/lime-elements/commit/fec95686f7423298d7eb79e3f1855ad2962cb5b4)), closes [Lundalogik/crm-feature#1722](https://github.com/Lundalogik/crm-feature/issues/1722)
1082
- * **portal:** make internal portal component respect the `hidden` attribute if present ([6b20a7f](https://github.com/Lundalogik/lime-elements/commit/6b20a7ff418d46516afa83ebd645fab391c9de3a))
1083
- * **select:** make dropdown positioning work correctly with updated limel-portal ([7b017a0](https://github.com/Lundalogik/lime-elements/commit/7b017a0fc0591db7a92f0cac114f5fe13c829316))
1084
-
1085
- # [30.7.0](https://github.com/Lundalogik/lime-elements/compare/v30.6.0...v30.7.0) (2021-02-03)
1086
-
1087
-
1088
- ### Bug Fixes
1089
-
1090
- * **input-field:** correctly link the label to the input or textarea element ([e860f76](https://github.com/Lundalogik/lime-elements/commit/e860f76591c5f4bef2831ee181052c68621b3166))
1091
-
1092
-
1093
- ### Features
1094
-
1095
- * **input-field:** add `type='urlAsText'`, allowing urls that are not fully qualified ([27d1811](https://github.com/Lundalogik/lime-elements/commit/27d1811feb0bdd6757d8b31f1633d876e79a6cf4)), closes [Lundalogik/crm-feature#1595](https://github.com/Lundalogik/crm-feature/issues/1595)
1096
-
1097
- # [30.6.0](https://github.com/Lundalogik/lime-elements/compare/v30.5.1...v30.6.0) (2021-02-03)
1098
-
1099
-
1100
- ### Features
1101
-
1102
- * **header:** add header component ([391d8f8](https://github.com/Lundalogik/lime-elements/commit/391d8f8f3a6dc37f9a5351a65e4a8ab7164bd782))
1103
-
1104
- ## [30.5.1](https://github.com/Lundalogik/lime-elements/compare/v30.5.0...v30.5.1) (2021-02-02)
1105
-
1106
-
1107
- ### Bug Fixes
1108
-
1109
- * **popover:** remove unnecessary slots ([8df21d9](https://github.com/Lundalogik/lime-elements/commit/8df21d9185edacf958534fb52ac094b7460c3304))
1110
-
1111
- # [30.5.0](https://github.com/Lundalogik/lime-elements/compare/v30.4.1...v30.5.0) (2021-02-01)
1112
-
1113
-
1114
- ### Features
1115
-
1116
- * **table:** allow event listeners to be passed with the props to custom components ([15b764f](https://github.com/Lundalogik/lime-elements/commit/15b764f0068f811a781f6fa0e73cb363924120aa))
1117
-
1118
- ## [30.4.1](https://github.com/Lundalogik/lime-elements/compare/v30.4.0...v30.4.1) (2021-01-29)
1119
-
1120
-
1121
- ### Bug Fixes
1122
-
1123
- * **popover:** do not emit close event when clicking inside nested portals ([8ee5385](https://github.com/Lundalogik/lime-elements/commit/8ee5385bc2694ddf90ee0c046972497ae3baa900))
1124
-
1125
- # [30.4.0](https://github.com/Lundalogik/lime-elements/compare/v30.3.0...v30.4.0) (2021-01-27)
1126
-
1127
-
1128
- ### Features
1129
-
1130
- * **popover:** add popover component ([d47d360](https://github.com/Lundalogik/lime-elements/commit/d47d3602fdf2fafb3f54d298625b1d95b7ac56fa))
1131
-
1132
- # [30.3.0](https://github.com/Lundalogik/lime-elements/compare/v30.2.1...v30.3.0) (2021-01-25)
1133
-
1134
-
1135
- ### Features
1136
-
1137
- * **columns:** add a support for having action buttons inside the column header ([fc757ab](https://github.com/Lundalogik/lime-elements/commit/fc757ab672ff2304a4faba98bc0ab3aecdb115d6)), closes [#1749](https://github.com/Lundalogik/lime-elements/issues/1749)
1138
- * **table.types:** add headerComponent property in the column interface ([d6461f8](https://github.com/Lundalogik/lime-elements/commit/d6461f82ff13cfa9539e78e5805166d4abf67af3)), closes [#1749](https://github.com/Lundalogik/lime-elements/issues/1749)
1139
-
1140
- ## [30.2.1](https://github.com/Lundalogik/lime-elements/compare/v30.2.0...v30.2.1) (2021-01-20)
1141
-
1142
-
1143
- ### Bug Fixes
1144
-
1145
- * **input-field:** debounce changes to input, to avoid lost characters in some consumer applications ([4a7b8e6](https://github.com/Lundalogik/lime-elements/commit/4a7b8e687150ff70d8dd79ce5f44f00932276b56)), closes [Lundalogik/crm-feature#1719](https://github.com/Lundalogik/crm-feature/issues/1719)
1146
-
1147
- # [30.2.0](https://github.com/Lundalogik/lime-elements/compare/v30.1.5...v30.2.0) (2021-01-19)
1148
-
1149
-
1150
- ### Bug Fixes
1151
-
1152
- * **collapsible-section:** make `--body-padding` work only on the sides ([fde9fe5](https://github.com/Lundalogik/lime-elements/commit/fde9fe582df05023655a7b2cabd5cf096415b2ae))
1153
-
1154
-
1155
- ### Features
1156
-
1157
- * **form:** enable adding padding as overridable variables ([9a77f5f](https://github.com/Lundalogik/lime-elements/commit/9a77f5f0e40e63decac77c0f10cfa537e200ab3a))
1158
-
1159
- ## [30.1.5](https://github.com/Lundalogik/lime-elements/compare/v30.1.4...v30.1.5) (2021-01-19)
1160
-
1161
-
1162
- ### Bug Fixes
1163
-
1164
- * **tab-panel:** emit resize event to trigger component re-layout when changing tabs ([5903c1c](https://github.com/Lundalogik/lime-elements/commit/5903c1c8e123c3e5cb3354798a0301385ea442ab)), closes [Lundalogik/crm-feature#1696](https://github.com/Lundalogik/crm-feature/issues/1696) [Lundalogik/crm-feature#1697](https://github.com/Lundalogik/crm-feature/issues/1697)
1165
-
1166
- ## [30.1.4](https://github.com/Lundalogik/lime-elements/compare/v30.1.3...v30.1.4) (2021-01-18)
1167
-
1168
-
1169
- ### Bug Fixes
1170
-
1171
- * **collapsible-section:** add divider lines on headers ([a5ddc57](https://github.com/Lundalogik/lime-elements/commit/a5ddc57443a04a75caa6f93c1ffb8d763b813f67))
1172
- * **collapsible-section:** reduce motion ([ceab5a5](https://github.com/Lundalogik/lime-elements/commit/ceab5a570145dfbfa37119ec54b3435d6f78d671))
1173
-
1174
- ## [30.1.3](https://github.com/Lundalogik/lime-elements/compare/v30.1.2...v30.1.3) (2021-01-15)
1175
-
1176
-
1177
- ### Bug Fixes
1178
-
1179
- * **chip-set:** emit startEdit event when setting focus on the input field ([10756a7](https://github.com/Lundalogik/lime-elements/commit/10756a702086f30e0b9b04628fbf967a95fe6da1))
1180
-
1181
- ## [30.1.2](https://github.com/Lundalogik/lime-elements/compare/v30.1.1...v30.1.2) (2021-01-08)
1182
-
1183
-
1184
- ### Bug Fixes
1185
-
1186
- * **icon-button:** remove sticky focus style when button is clicked ([a98f488](https://github.com/Lundalogik/lime-elements/commit/a98f48840d3db2b9e20d59704e65d841f4a96dda))
1187
- * **icon-button:** remove sticky hover effect on non-mouse devices ([1ea9ccc](https://github.com/Lundalogik/lime-elements/commit/1ea9ccc4a2e04d32f388f9de52500a2b1c603de0))
1188
-
1189
- ## [30.1.1](https://github.com/Lundalogik/lime-elements/compare/v30.1.0...v30.1.1) (2021-01-08)
1190
-
1191
-
1192
- ### Bug Fixes
1193
-
1194
- * **dialog:** footer would sometimes be missing, despite having items in it ([c2315f9](https://github.com/Lundalogik/lime-elements/commit/c2315f9da5f962b6ef437efc8ee1db474d25c7a6)), closes [Lundalogik/crm-feature#1706](https://github.com/Lundalogik/crm-feature/issues/1706)
1195
-
1196
- # [30.1.0](https://github.com/Lundalogik/lime-elements/compare/v30.0.9...v30.1.0) (2021-01-07)
1197
-
1198
-
1199
- ### Features
1200
-
1201
- * **chip-set:** allow controlling icon color and icon background color via properties on `Chip` ([6258dcc](https://github.com/Lundalogik/lime-elements/commit/6258dccb06547d6d49c92ceeae182940ec10f9f0))
1202
- * **file:** support custom icon and icon-color ([a972274](https://github.com/Lundalogik/lime-elements/commit/a97227498d84962d2a87b3a6e15440c5a83c7689))
1203
-
1204
- ## [30.0.9](https://github.com/Lundalogik/lime-elements/compare/v30.0.8...v30.0.9) (2020-12-23)
1205
-
1206
-
1207
- ### Bug Fixes
1208
-
1209
- * **table:** only escape html in table for custom components once ([1a8202f](https://github.com/Lundalogik/lime-elements/commit/1a8202f73304bbe91521965c38bb74ac41d1c443)), closes [Lundalogik/crm-feature#1588](https://github.com/Lundalogik/crm-feature/issues/1588)
1210
-
1211
- ## [30.0.8](https://github.com/Lundalogik/lime-elements/compare/v30.0.7...v30.0.8) (2020-12-23)
1212
-
1213
-
1214
- ### Bug Fixes
1215
-
1216
- * **dialog:** don't render footer if the `button` slot is empty ([28f9602](https://github.com/Lundalogik/lime-elements/commit/28f9602fa92139ec6870e9c5e529dfbd6e26bb38)), closes [#1009](https://github.com/Lundalogik/lime-elements/issues/1009)
1217
-
1218
- ## [30.0.7](https://github.com/Lundalogik/lime-elements/compare/v30.0.6...v30.0.7) (2020-12-22)
1219
-
1220
-
1221
- ### Bug Fixes
1222
-
1223
- * **input-field:** improve action for incomplete url:s ([2eec999](https://github.com/Lundalogik/lime-elements/commit/2eec999a012933c9663848fe703574fa8e4c12ab)), closes [Lundalogik/crm-feature#1628](https://github.com/Lundalogik/crm-feature/issues/1628)
1224
- * **input-field:** improve target for relative url:s ([1268368](https://github.com/Lundalogik/lime-elements/commit/1268368a96801689d35f532977b88379dc86afd4))
1225
-
1226
- ## [30.0.6](https://github.com/Lundalogik/lime-elements/compare/v30.0.5...v30.0.6) (2020-12-22)
1227
-
1228
-
1229
- ### Bug Fixes
1230
-
1231
- * **tab-bar:** reduce original letter spacing in MD tabs ([15c7063](https://github.com/Lundalogik/lime-elements/commit/15c70636789275aacac7d98d478940bad8ee57c1))
1232
-
1233
- ## [30.0.5](https://github.com/Lundalogik/lime-elements/compare/v30.0.4...v30.0.5) (2020-12-18)
1234
-
1235
-
1236
- ### Bug Fixes
1237
-
1238
- * **form:** allow fields to be rendered as read only ([3ceb3ab](https://github.com/Lundalogik/lime-elements/commit/3ceb3abd0173ebf396a840dcc8297b9a71e68201)), closes [#1072](https://github.com/Lundalogik/lime-elements/issues/1072)
1239
-
1240
- ## [30.0.4](https://github.com/Lundalogik/lime-elements/compare/v30.0.3...v30.0.4) (2020-12-18)
1241
-
1242
-
1243
- ### Bug Fixes
1244
-
1245
- * **date-picker:** add timezone to date-time format type ([a7eb6c7](https://github.com/Lundalogik/lime-elements/commit/a7eb6c74ff2d64d4d11156c728b3a483b55b4149)), closes [Lundalogik/crm-feature#1690](https://github.com/Lundalogik/crm-feature/issues/1690)
1246
-
1247
- ## [30.0.3](https://github.com/Lundalogik/lime-elements/compare/v30.0.2...v30.0.3) (2020-12-17)
1248
-
1249
-
1250
- ### Bug Fixes
1251
-
1252
- * **table:** calculate height of tables without aggregation & pagination correctly ([f7f1deb](https://github.com/Lundalogik/lime-elements/commit/f7f1debf6dbf4521c5d512dc02300ab07d917dd1))
1253
-
1254
- ## [30.0.2](https://github.com/Lundalogik/lime-elements/compare/v30.0.1...v30.0.2) (2020-12-17)
1255
-
1256
-
1257
- ### Bug Fixes
1258
-
1259
- * **menu-surface:** resize the menu's height when the host element's height changes ([f23f03d](https://github.com/Lundalogik/lime-elements/commit/f23f03d7a9fd27d5fc0db19014e1400101bcc876)), closes [Lundalogik/crm-feature#1635](https://github.com/Lundalogik/crm-feature/issues/1635)
1260
-
1261
- ## [30.0.1](https://github.com/Lundalogik/lime-elements/compare/v30.0.0...v30.0.1) (2020-12-16)
1262
-
1263
-
1264
- ### Bug Fixes
1265
-
1266
- * **select:** remove unused line ripple ([734f758](https://github.com/Lundalogik/lime-elements/commit/734f7580b88fd3d4d2f0c5971bcaeae4bd6249f9)), closes [Lundalogik/crm-feature#1691](https://github.com/Lundalogik/crm-feature/issues/1691)
1267
-
1268
- # [30.0.0](https://github.com/Lundalogik/lime-elements/compare/v29.8.3...v30.0.0) (2020-12-15)
1269
-
1270
-
1271
- ### Bug Fixes
1272
-
1273
- * **chip-set:** adjust to work with new outlined styles ([ff9a97c](https://github.com/Lundalogik/lime-elements/commit/ff9a97cb331c13706a500632b2b11633c794ebda)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
1274
- * **select:** adjust to work with new outlined styles ([b01a3ce](https://github.com/Lundalogik/lime-elements/commit/b01a3cef61ea5bce99610b72e824cf2923282b84)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
1275
- * **slider:** adjust to work with new outlined styles ([d44d153](https://github.com/Lundalogik/lime-elements/commit/d44d153e58ad405ef26e6189c3ff6166ea19e5d7)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
1276
-
1277
-
1278
- ### Features
1279
-
1280
- * **input-field:** change style from "underlined" to "outlined" ([ab3df1d](https://github.com/Lundalogik/lime-elements/commit/ab3df1da77e59cbe12958b537338df459f610d08)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
1281
-
1282
-
1283
- ### BREAKING CHANGES
1284
-
1285
- * **chip-set:** With this change, the field label has moved up a bit,
1286
- which means the field now requires some whitespace above it, or the label
1287
- will intersect with the element above. When the field is used with
1288
- `limel-form`, spacing is already taken care of.
1289
- * **slider:** With this change, the field label has moved up a bit,
1290
- which means the field now requires some whitespace above it, or the label
1291
- will intersect with the element above. When the field is used with
1292
- `limel-form`, spacing is already taken care of.
1293
- * **select:** With this change, the field label has moved up a bit,
1294
- which means the field now requires some whitespace above it, or the label
1295
- will intersect with the element above. When the field is used with
1296
- `limel-form`, spacing is already taken care of.
1297
- * **input-field:** The style of `limel-input-field` has been changed from
1298
- "underlined" to "outlined". With this change, the field label has moved
1299
- up a bit, which means the field now requires some whitespace above it,
1300
- or the label will intersect with the element above. When the field is
1301
- used with `limel-form`, spacing is already taken care of.
1302
-
1303
- ## [29.8.3](https://github.com/Lundalogik/lime-elements/compare/v29.8.2...v29.8.3) (2020-12-15)
1304
-
1305
-
1306
- ### Bug Fixes
1307
-
1308
- * **form:** emit undefined from date-picker when cleared ([84a61bb](https://github.com/Lundalogik/lime-elements/commit/84a61bb927e00ace407e0c00176bae633a239fad)), closes [Lundalogik/crm-feature#1643](https://github.com/Lundalogik/crm-feature/issues/1643)
1309
-
1310
- ## [29.8.2](https://github.com/Lundalogik/lime-elements/compare/v29.8.1...v29.8.2) (2020-12-14)
1311
-
1312
-
1313
- ### Bug Fixes
1314
-
1315
- * **select:** make selected-text truncate & prevent select to grow wider than its container ([41238ed](https://github.com/Lundalogik/lime-elements/commit/41238ed0629ae2ed19201a9b82332851e543de51))
1316
-
1317
- ## [29.8.1](https://github.com/Lundalogik/lime-elements/compare/v29.8.0...v29.8.1) (2020-12-11)
1318
-
1319
-
1320
- ### Bug Fixes
1321
-
1322
- * **input-field:** fix missing label when prefilled and placed in dialog or collapsible-section ([5f3735a](https://github.com/Lundalogik/lime-elements/commit/5f3735a4aab6c0646c4fb82859b4ea9e76655a71)), closes [#950](https://github.com/Lundalogik/lime-elements/issues/950)
1323
-
1324
- # [29.8.0](https://github.com/Lundalogik/lime-elements/compare/v29.7.6...v29.8.0) (2020-12-07)
1325
-
1326
-
1327
- ### Features
1328
-
1329
- * **form:** add optional form layouts ([f0c0c98](https://github.com/Lundalogik/lime-elements/commit/f0c0c98709c7a1bcaa78e7694f1f6b7346616653))
1330
- * **form:** split span config into colSpan and rowSpan ([4ba4896](https://github.com/Lundalogik/lime-elements/commit/4ba4896ad3a1d83d658ccc78cec13ade85a622ef)), closes [Lundalogik/crm-feature#1527](https://github.com/Lundalogik/crm-feature/issues/1527)
1331
-
1332
- ## [29.7.6](https://github.com/Lundalogik/lime-elements/compare/v29.7.5...v29.7.6) (2020-12-04)
1333
-
1334
-
1335
- ### Bug Fixes
1336
-
1337
- * **table:** disable implicit field separator ([ce75d43](https://github.com/Lundalogik/lime-elements/commit/ce75d431c24b131e949d11c7cb94dfa1d4888509)), closes [Lundalogik/crm-feature#1621](https://github.com/Lundalogik/crm-feature/issues/1621)
1338
- * **table:** make sure custom component has a name when creating formatter ([253488f](https://github.com/Lundalogik/lime-elements/commit/253488f47537ef2b5970fac0c2f1e68133e95551))
1339
-
1340
- ## [29.7.5](https://github.com/Lundalogik/lime-elements/compare/v29.7.4...v29.7.5) (2020-11-30)
1341
-
1342
-
1343
- ### Bug Fixes
1344
-
1345
- * **input-field:** add interactivity & more affordance to trailing icon ([8a65dfb](https://github.com/Lundalogik/lime-elements/commit/8a65dfbb953411f473efc40bfdf5d663ffa25eda))
1346
-
1347
- ## [29.7.4](https://github.com/Lundalogik/lime-elements/compare/v29.7.3...v29.7.4) (2020-11-30)
1348
-
1349
-
1350
- ### Bug Fixes
1351
-
1352
- * **collapsible-section:** set delay for micro animations ([4696eba](https://github.com/Lundalogik/lime-elements/commit/4696eba02261527797dd09b2190d4602ff098584))
1353
-
1354
- ## [29.7.3](https://github.com/Lundalogik/lime-elements/compare/v29.7.2...v29.7.3) (2020-11-23)
1355
-
1356
-
1357
- ### Bug Fixes
1358
-
1359
- * **collapsible-section:** disallow user selection of headings in collapsible sections ([ae4d4dc](https://github.com/Lundalogik/lime-elements/commit/ae4d4dc31b838c28d84512e8e3b9a1099c610a85))
1360
-
1361
- ## [29.7.2](https://github.com/Lundalogik/lime-elements/compare/v29.7.1...v29.7.2) (2020-11-23)
1362
-
1363
-
1364
- ### Bug Fixes
1365
-
1366
- * **input-field:** allow only vertical resize for textarea ([5dbc854](https://github.com/Lundalogik/lime-elements/commit/5dbc85480136011ca97cce7707ed4b968edd7723))
1367
- * **input-field:** hide character counter when not needed ([53a9045](https://github.com/Lundalogik/lime-elements/commit/53a90454a3a0c9eff123162f604f4bed28745b00))
1368
- * **input-field:** make HTML of helper-line for textarea like all other inputs ([6afe67e](https://github.com/Lundalogik/lime-elements/commit/6afe67e93c56175421914c20127b39dab03378f1))
1369
-
1370
- ## [29.7.1](https://github.com/Lundalogik/lime-elements/compare/v29.7.0...v29.7.1) (2020-11-19)
1371
-
1372
-
1373
- ### Bug Fixes
1374
-
1375
- * **collapsible-section:** add border radius to smoothen the UI ([1379d26](https://github.com/Lundalogik/lime-elements/commit/1379d26e3c0b22a408e7055f17cbd2ec9d1b43a9))
1376
- * **collapsible-section:** add micro interactions to expand icon ([d1a544d](https://github.com/Lundalogik/lime-elements/commit/d1a544dd99eb970c962d5e91ea44d2e2fee8bc7b))
1377
- * **collapsible-section:** fade in section body when opened ([baaa633](https://github.com/Lundalogik/lime-elements/commit/baaa6330d1f5f6220f7c462d71cd452aa1fb3ca2))
1378
- * **collapsible-section:** improve UI by tweaking default padding & margin ([817deca](https://github.com/Lundalogik/lime-elements/commit/817deca9af459f0a8d0f499d4c458d3e010f8c5c))
1379
- * **collapsible-section:** make long section title truncate ([6b85be5](https://github.com/Lundalogik/lime-elements/commit/6b85be5b9be7a2341e91a333b71e2122e9cee08e))
1380
- * **collapsible-section:** use better default colors for header and body ([f3e685b](https://github.com/Lundalogik/lime-elements/commit/f3e685bb83e3218d26b8228d13a5bcbc97ddc94a))
1381
-
1382
- # [29.7.0](https://github.com/Lundalogik/lime-elements/compare/v29.6.4...v29.7.0) (2020-11-18)
1383
-
1384
-
1385
- ### Features
1386
-
1387
- * **button:** add `has-reduced-presence` helper class ([03be533](https://github.com/Lundalogik/lime-elements/commit/03be533ebfeac2bc798ae277caf3f11568db6f6c)), closes [Lundalogik/crm-feature#1581](https://github.com/Lundalogik/crm-feature/issues/1581)
1388
-
1389
- ## [29.6.4](https://github.com/Lundalogik/lime-elements/compare/v29.6.3...v29.6.4) (2020-11-13)
1390
-
1391
-
1392
- ### Bug Fixes
1393
-
1394
- * **table:** show no pagination when only one page exists ([d53ed38](https://github.com/Lundalogik/lime-elements/commit/d53ed38dab930399f6cda81400bfc3bd5f495ccd)), closes [Lundalogik/crm-feature#1551](https://github.com/Lundalogik/crm-feature/issues/1551)
1395
-
1396
- ## [29.6.3](https://github.com/Lundalogik/lime-elements/compare/v29.6.2...v29.6.3) (2020-11-12)
1397
-
1398
-
1399
- ### Bug Fixes
1400
-
1401
- * **tab-panel:** set correct display on panels when new tabs are given ([acfae12](https://github.com/Lundalogik/lime-elements/commit/acfae127ae3c3507cfd0a775e573f97d302c8243)), closes [Lundalogik/crm-feature#1494](https://github.com/Lundalogik/crm-feature/issues/1494)
1402
-
1403
- ## [29.6.2](https://github.com/Lundalogik/lime-elements/compare/v29.6.1...v29.6.2) (2020-11-09)
1404
-
1405
-
1406
- ### Bug Fixes
1407
-
1408
- * **tab-bar:** update scroll-buttons when window is resized ([8a2fca5](https://github.com/Lundalogik/lime-elements/commit/8a2fca5ece8d7f1ba1186f062ac1eca541c61751)), closes [Lundalogik/crm-feature#1504](https://github.com/Lundalogik/crm-feature/issues/1504)
1409
-
1410
- ## [29.6.1](https://github.com/Lundalogik/lime-elements/compare/v29.6.0...v29.6.1) (2020-11-09)
1411
-
1412
-
1413
- ### Bug Fixes
1414
-
1415
- * **dialog:** make headers & headings look nicer ([10e10c3](https://github.com/Lundalogik/lime-elements/commit/10e10c32dae564a5f23a4d1ac1f0bb22359298f1))
1416
-
1417
- # [29.6.0](https://github.com/Lundalogik/lime-elements/compare/v29.5.0...v29.6.0) (2020-11-06)
1418
-
1419
-
1420
- ### Features
1421
-
1422
- * **form:** add support for different types of date-pickers ([c290470](https://github.com/Lundalogik/lime-elements/commit/c290470676896cc965e2ac3b487fae6783100e6e)), closes [Lundalogik/crm-feature#1584](https://github.com/Lundalogik/crm-feature/issues/1584)
1423
-
1424
- # [29.5.0](https://github.com/Lundalogik/lime-elements/compare/v29.4.6...v29.5.0) (2020-11-06)
1425
-
1426
-
1427
- ### Features
1428
-
1429
- * **input-field:** add option `showLink` for type `email`, `tel`, and `url` ([d1d11a5](https://github.com/Lundalogik/lime-elements/commit/d1d11a50116fb2e4bed8479065808dccf99987df)), closes [Lundalogik/crm-feature#1565](https://github.com/Lundalogik/crm-feature/issues/1565)
1430
-
1431
- ## [29.4.6](https://github.com/Lundalogik/lime-elements/compare/v29.4.5...v29.4.6) (2020-11-04)
1432
-
1433
-
1434
- ### Bug Fixes
1435
-
1436
- * **input-field:** do not trigger action from leadingIcon ([5307475](https://github.com/Lundalogik/lime-elements/commit/5307475f2115b5c0109549ec3cccc03d0b127ceb))
1437
- * **input-field:** do not trigger action if input is invalid ([cdacaa6](https://github.com/Lundalogik/lime-elements/commit/cdacaa6bbc1bf2ccf14539f53573053b33bb6d0a))
1438
- * **input-field:** make it possible to use both leadingIcon and trailingIcon ([573784f](https://github.com/Lundalogik/lime-elements/commit/573784f2ce649cb54c56083f7b7ea39f4b9124a6))
1439
- * **input-field:** prevent double change-events ([70e43df](https://github.com/Lundalogik/lime-elements/commit/70e43dff112c5a865ed3461a70797b2e70c57a16))
1440
-
1441
- ## [29.4.5](https://github.com/Lundalogik/lime-elements/compare/v29.4.4...v29.4.5) (2020-11-04)
1442
-
1443
-
1444
- ### Bug Fixes
1445
-
1446
- * **button:** ensure button occupies whole area of the limel-button component ([b121d1c](https://github.com/Lundalogik/lime-elements/commit/b121d1ccec14de11ea3d65d650d437ddb290ae9a)), closes [#1004](https://github.com/Lundalogik/lime-elements/issues/1004)
1447
-
1448
- ## [29.4.4](https://github.com/Lundalogik/lime-elements/compare/v29.4.3...v29.4.4) (2020-11-04)
1449
-
1450
-
1451
- ### Bug Fixes
1452
-
1453
- * **slider:** keep slider's content inside its boundary box ([80d8748](https://github.com/Lundalogik/lime-elements/commit/80d87483f4cdc30b6d60b4b3fc1287840d3545be))
1454
- * **slider:** vertically middle align mdc-slider__pin-value-marker ([4b97aaa](https://github.com/Lundalogik/lime-elements/commit/4b97aaae3380c8f2166c545ec94da6b07fdbadd0))
1455
- * **slider:** visualize min and max points ([0656ef2](https://github.com/Lundalogik/lime-elements/commit/0656ef2975b1627671d4e819f691235bf1b98986))
1456
-
1457
- ## [29.4.3](https://github.com/Lundalogik/lime-elements/compare/v29.4.2...v29.4.3) (2020-11-03)
1458
-
1459
-
1460
- ### Bug Fixes
1461
-
1462
- * **input-field:** yet *another* attempt at fixing the issue of scrolling numeric input fields ([b8b4fb6](https://github.com/Lundalogik/lime-elements/commit/b8b4fb66b140533722a79ec851160f0f3f3caa9d)), closes [Lundalogik/crm-feature#1538](https://github.com/Lundalogik/crm-feature/issues/1538)
1463
-
1464
- ## [29.4.2](https://github.com/Lundalogik/lime-elements/compare/v29.4.1...v29.4.2) (2020-11-02)
1465
-
1466
-
1467
- ### Bug Fixes
1468
-
1469
- * **input-field:** avoid error in value watcher ([aec064f](https://github.com/Lundalogik/lime-elements/commit/aec064f40ee7a22d9d35f37fdb271ccb16a7f8c7))
1470
- * **linear-progress:** avoid error in value watcher ([91fbe24](https://github.com/Lundalogik/lime-elements/commit/91fbe24c8a06e91743cc6cc594a9d01ed409b8c0))
1471
- * **table:** avoid error in value watcher ([ecd7d14](https://github.com/Lundalogik/lime-elements/commit/ecd7d14c35f8be12e878f8126f1ce835c4ff8fc8))
1472
-
1473
- ## [29.4.1](https://github.com/Lundalogik/lime-elements/compare/v29.4.0...v29.4.1) (2020-11-02)
1474
-
1475
-
1476
- ### Bug Fixes
1477
-
1478
- * **slider:** ensure no error log is thrown in the console ([6a0e2b6](https://github.com/Lundalogik/lime-elements/commit/6a0e2b62066b93a3ed09e67c744b91c11154a38b)), closes [#1532](https://github.com/Lundalogik/lime-elements/issues/1532)
1479
-
1480
- # [29.4.0](https://github.com/Lundalogik/lime-elements/compare/v29.3.2...v29.4.0) (2020-11-02)
1481
-
1482
-
1483
- ### Bug Fixes
1484
-
1485
- * **slider:** render minimum value if value is not a number ([73dcfd2](https://github.com/Lundalogik/lime-elements/commit/73dcfd22aa9f54b55cd7141094e376f5199f3a5b))
1486
-
1487
-
1488
- ### Features
1489
-
1490
- * **form:** add suport for range picker ([7f101ae](https://github.com/Lundalogik/lime-elements/commit/7f101ae5becd0b14c02632e8dda887bf09fd29e6)), closes [Lundalogik/crm-feature#1570](https://github.com/Lundalogik/crm-feature/issues/1570)
1491
- * **slider:** add helperText property ([afae4cf](https://github.com/Lundalogik/lime-elements/commit/afae4cfd645e44bc33dd90247acedd09caa62d58))
1492
- * **slider:** add step property ([58ebda2](https://github.com/Lundalogik/lime-elements/commit/58ebda2598ef5c27db00ff900d8e587ec7d3e808))
1493
-
1494
- ## [29.3.2](https://github.com/Lundalogik/lime-elements/compare/v29.3.1...v29.3.2) (2020-10-29)
1495
-
1496
-
1497
- ### Bug Fixes
1498
-
1499
- * **input-field:** do not prevent scrolling while hovering numeric input fields ([bc787dd](https://github.com/Lundalogik/lime-elements/commit/bc787dd8d063e4ebd7eb0a0e60354d46036a9322)), closes [Lundalogik/crm-feature#1538](https://github.com/Lundalogik/crm-feature/issues/1538)
1500
-
1501
- ## [29.3.1](https://github.com/Lundalogik/lime-elements/compare/v29.3.0...v29.3.1) (2020-10-29)
1502
-
1503
-
1504
- ### Bug Fixes
1505
-
1506
- * **table:** ensure component is completely rendered when loaded ([e13bae0](https://github.com/Lundalogik/lime-elements/commit/e13bae0f25abb34e52f522898e142a98c952565f))
1507
-
1508
- # [29.3.0](https://github.com/Lundalogik/lime-elements/compare/v29.2.0...v29.3.0) (2020-10-28)
1509
-
1510
-
1511
- ### Bug Fixes
1512
-
1513
- * **input-field:** sync value with mdcvalue for all field types ([ef7a559](https://github.com/Lundalogik/lime-elements/commit/ef7a55959b68faa2e93c00eac3bd881c2135ebbc))
1514
-
1515
-
1516
- ### Features
1517
-
1518
- * **input-field:** add support for regex pattern ([a922602](https://github.com/Lundalogik/lime-elements/commit/a9226023dbbf69433c1c63140d3aaa66b363f688))
1519
-
1520
- # [29.2.0](https://github.com/Lundalogik/lime-elements/compare/v29.1.0...v29.2.0) (2020-10-27)
1521
-
1522
-
1523
- ### Bug Fixes
1524
-
1525
- * **form:** make sure form is initialized with a schema ([bc1bfe3](https://github.com/Lundalogik/lime-elements/commit/bc1bfe3637b44589486133977cff819a3314164e))
1526
-
1527
-
1528
- ### Features
1529
-
1530
- * **form:** allow props on input-field to be overriden from schema ([7998fe9](https://github.com/Lundalogik/lime-elements/commit/7998fe9abd59b6117f15bc982b6305fcd8f84306)), closes [Lundalogik/crm-feature#1519](https://github.com/Lundalogik/crm-feature/issues/1519)
1531
-
1532
- # [29.1.0](https://github.com/Lundalogik/lime-elements/compare/v29.0.8...v29.1.0) (2020-10-27)
1533
-
1534
-
1535
- ### Bug Fixes
1536
-
1537
- * **form:** add missing type information for schema ([b4130ca](https://github.com/Lundalogik/lime-elements/commit/b4130ca93cb70b16a2340b9325d12e9a1824efdb))
1538
-
1539
-
1540
- ### Features
1541
-
1542
- * **form:** add support for form layouts ([58ceaff](https://github.com/Lundalogik/lime-elements/commit/58ceaff8c4af057a21981f4bbef8906e52d1929f)), closes [Lundalogik/crm-feature#1479](https://github.com/Lundalogik/crm-feature/issues/1479)
1543
-
1544
- ## [29.0.8](https://github.com/Lundalogik/lime-elements/compare/v29.0.7...v29.0.8) (2020-10-24)
1545
-
1546
-
1547
- ### Bug Fixes
1548
-
1549
- * **table:** loader appears smoothly, instead of blinking ([e20db37](https://github.com/Lundalogik/lime-elements/commit/e20db3780859ee437e6cd91fbc395f326d0be095))
1550
-
1551
- ## [29.0.7](https://github.com/Lundalogik/lime-elements/compare/v29.0.6...v29.0.7) (2020-10-23)
1552
-
1553
-
1554
- ### Bug Fixes
1555
-
1556
- * **table:** always update table pages after data has been updated or loaded ([ff338d0](https://github.com/Lundalogik/lime-elements/commit/ff338d0a77a85ab287df69b058568b268874794c))
1557
- * **table:** check boolean length correctly ([f1c2e33](https://github.com/Lundalogik/lime-elements/commit/f1c2e339955cb056ca9b50ccbac224ee95a0a5d9))
1558
-
1559
- ## [29.0.6](https://github.com/Lundalogik/lime-elements/compare/v29.0.5...v29.0.6) (2020-10-23)
1560
-
1561
-
1562
- ### Bug Fixes
1563
-
1564
- * **switch:** ensure no exception is thrown in the console ([566df84](https://github.com/Lundalogik/lime-elements/commit/566df840c4df613fbd61a0ce0bf5a1559f58f94e))
1565
-
1566
- ## [29.0.5](https://github.com/Lundalogik/lime-elements/compare/v29.0.4...v29.0.5) (2020-10-22)
1567
-
1568
-
1569
- ### Bug Fixes
1570
-
1571
- * **table:** set max page of tabulator when totalRows is updated ([6684a99](https://github.com/Lundalogik/lime-elements/commit/6684a99310f202341cc70e692272c909e9a8a0b6))
1572
-
1573
- ## [29.0.4](https://github.com/Lundalogik/lime-elements/compare/v29.0.3...v29.0.4) (2020-10-21)
1574
-
1575
-
1576
- ### Bug Fixes
1577
-
1578
- * **types:** publish auto generated types for the source code ([3752cea](https://github.com/Lundalogik/lime-elements/commit/3752cea1aaa5b5cf3a6e3a3aae2f634c5f6cb4ec))
1579
-
1580
- ## [29.0.3](https://github.com/Lundalogik/lime-elements/compare/v29.0.2...v29.0.3) (2020-10-20)
1581
-
1582
-
1583
- ### Bug Fixes
1584
-
1585
- * **table:** use default formatter for column if invalid component config is provided ([b250215](https://github.com/Lundalogik/lime-elements/commit/b250215e8ac435df42c94780df81dc5b0d69a5ac))
1586
-
1587
- ## [29.0.2](https://github.com/Lundalogik/lime-elements/compare/v29.0.1...v29.0.2) (2020-10-14)
1588
-
1589
-
1590
- ### Bug Fixes
1591
-
1592
- * **table:** render sorting arrow correctly ([e02e6aa](https://github.com/Lundalogik/lime-elements/commit/e02e6aa83e40a5e2ad0939750a0eeebb68afdcc1))
1593
-
1594
- ## [29.0.1](https://github.com/Lundalogik/lime-elements/compare/v29.0.0...v29.0.1) (2020-10-14)
1595
-
1596
-
1597
- ### Bug Fixes
1598
-
1599
- * **chip-set:** only emit one startEdit event when focusing on the input field ([4e473a1](https://github.com/Lundalogik/lime-elements/commit/4e473a131dab790feb909ead0ed846795aa0ccf5)), closes [Lundalogik/crm-feature#1474](https://github.com/Lundalogik/crm-feature/issues/1474)
1600
-
1601
- # [29.0.0](https://github.com/Lundalogik/lime-elements/compare/v28.5.6...v29.0.0) (2020-10-12)
1602
-
1603
-
1604
- ### Features
1605
-
1606
- * **stencil:** update to StencilJS v2 ([7f1991b](https://github.com/Lundalogik/lime-elements/commit/7f1991b1d5f31b3aa5b2ea151b3b090fdab63201))
1607
-
1608
-
1609
- ### BREAKING CHANGES
1610
-
1611
- * **stencil:** Lime Elements no longer supplies ES5-builds. Browser support for ES Modules (esm)
1612
- is now required. If you are loading `lime-elements` with one `<script type="module" src="…">` tag
1613
- and one `<script nomodule src="…">` tag, you should remove the latter.
1614
-
1615
- ## [28.5.6](https://github.com/Lundalogik/lime-elements/compare/v28.5.5...v28.5.6) (2020-10-05)
1616
-
1617
-
1618
- ### Bug Fixes
1619
-
1620
- * **form:** fix sort and remove list of text fields in form ([8d0ce0c](https://github.com/Lundalogik/lime-elements/commit/8d0ce0cc3f4dc13d1e1f0eb7c671b21a0fad20d5)), closes [Lundalogik/lime-elements#969](https://github.com/Lundalogik/lime-elements/issues/969)
1621
-
1622
- ## [28.5.5](https://github.com/Lundalogik/lime-elements/compare/v28.5.4...v28.5.5) (2020-10-02)
1623
-
1624
-
1625
- ### Bug Fixes
1626
-
1627
- * **form:** fix resetting dependent fields during schema changes in lists ([13457d4](https://github.com/Lundalogik/lime-elements/commit/13457d4925ba893a3d8f77669e034bc0108c9ee0))
1628
-
1629
- ## [28.5.4](https://github.com/Lundalogik/lime-elements/compare/v28.5.3...v28.5.4) (2020-09-29)
1630
-
1631
-
1632
- ### Bug Fixes
1633
-
1634
- * **file:** add leading icon to illustrate upload ([f17ca03](https://github.com/Lundalogik/lime-elements/commit/f17ca03e805630c895ffbfa550b58a3d5507e85a))
1635
-
1636
- ## [28.5.3](https://github.com/Lundalogik/lime-elements/compare/v28.5.2...v28.5.3) (2020-09-29)
1637
-
1638
-
1639
- ### Bug Fixes
1640
-
1641
- * **input-field:** make it possible to programmatically update value in textarea ([9c50420](https://github.com/Lundalogik/lime-elements/commit/9c5042089874912fc2b5ae89ed192191b33d1817)), closes [#952](https://github.com/Lundalogik/lime-elements/issues/952)
1642
-
1643
- ## [28.5.2](https://github.com/Lundalogik/lime-elements/compare/v28.5.1...v28.5.2) (2020-09-29)
1644
-
1645
-
1646
- ### Bug Fixes
1647
-
1648
- * **select:** focus style for select dropdown ([e5f0853](https://github.com/Lundalogik/lime-elements/commit/e5f08538e920c20fcd71f0598b0b01eb2bd698bf))
1649
-
1650
- ## [28.5.1](https://github.com/Lundalogik/lime-elements/compare/v28.5.0...v28.5.1) (2020-09-25)
1651
-
1652
-
1653
- ### Bug Fixes
1654
-
1655
- * **table:** escape html in tables ([a1dc99e](https://github.com/Lundalogik/lime-elements/commit/a1dc99e8460f72e84d9d8642b9e7ea944b7ab122)), closes [Lundalogik/crm-feature#1418](https://github.com/Lundalogik/crm-feature/issues/1418)
1656
-
1657
- # [28.5.0](https://github.com/Lundalogik/lime-elements/compare/v28.4.5...v28.5.0) (2020-09-25)
1658
-
1659
-
1660
- ### Features
1661
-
1662
- * **table:** add default sorting ([a0f0448](https://github.com/Lundalogik/lime-elements/commit/a0f0448ef9fc29bfc3a49482445d00947f94431b)), closes [#961](https://github.com/Lundalogik/lime-elements/issues/961)
1663
-
1664
- ## [28.4.5](https://github.com/Lundalogik/lime-elements/compare/v28.4.4...v28.4.5) (2020-09-22)
1665
-
1666
-
1667
- ### Bug Fixes
1668
-
1669
- * **table:** ignore first ajax request if table is created with data ([4bfcc5d](https://github.com/Lundalogik/lime-elements/commit/4bfcc5d11970e257776710e2423bbf6acccdae2e)), closes [Lundalogik/lime-crm-components#150](https://github.com/Lundalogik/lime-crm-components/issues/150)
1670
-
1671
- ## [28.4.4](https://github.com/Lundalogik/lime-elements/compare/v28.4.3...v28.4.4) (2020-09-18)
1672
-
1673
-
1674
- ### Bug Fixes
1675
-
1676
- * **table:** calculate the correct width when resizing columns ([4ab6db7](https://github.com/Lundalogik/lime-elements/commit/4ab6db7c3d2562662ac4582d08a89953c8f56ecd))
1677
-
1678
-
1679
- ### Performance Improvements
1680
-
1681
- * **table:** use object pool for custom components ([3d9047a](https://github.com/Lundalogik/lime-elements/commit/3d9047a0b12a8768d3fb3646dcc465bd7b5a9152)), closes [Lundalogik/crm-feature#1384](https://github.com/Lundalogik/crm-feature/issues/1384)
1682
-
1683
- ## [28.4.3](https://github.com/Lundalogik/lime-elements/compare/v28.4.2...v28.4.3) (2020-09-17)
1684
-
1685
-
1686
- ### Performance Improvements
1687
-
1688
- * **portal:** create popper instance when portal is displayed ([3371b0e](https://github.com/Lundalogik/lime-elements/commit/3371b0e4269c1da36342fc6a0215a7b3deff6efe))
1689
-
1690
- ## [28.4.2](https://github.com/Lundalogik/lime-elements/compare/v28.4.1...v28.4.2) (2020-09-14)
1691
-
1692
-
1693
- ### Bug Fixes
1694
-
1695
- * **tab-bar:** hide unwanted scrollbars on Firefox ([1cfac35](https://github.com/Lundalogik/lime-elements/commit/1cfac35434be731e9e2ef4b57cf02e2b9c4dcad0))
1696
-
1697
- ## [28.4.1](https://github.com/Lundalogik/lime-elements/compare/v28.4.0...v28.4.1) (2020-09-10)
1698
-
1699
-
1700
- ### Bug Fixes
1701
-
1702
- * **tab-panel:** initialize slot elements array ([44658a0](https://github.com/Lundalogik/lime-elements/commit/44658a0b464894f55be8ad54e5b123324c5dffcd))
1703
- * **table:** add wrapper element to Tabulator ([7a9eca7](https://github.com/Lundalogik/lime-elements/commit/7a9eca7f83eb0ca2154cdc3f561c777ed15e3f2f))
1704
-
1705
- # [28.4.0](https://github.com/Lundalogik/lime-elements/compare/v28.3.1...v28.4.0) (2020-09-10)
1706
-
1707
-
1708
- ### Bug Fixes
1709
-
1710
- * **chip-set:** add some space for the clear all button so it won't overlap chips ([3b159c0](https://github.com/Lundalogik/lime-elements/commit/3b159c07c88ebd6fac8f81b2a4317ebbaaa0470f))
1711
- * **chip-set:** make clear-all button keyboard accessible ([2f3ab2e](https://github.com/Lundalogik/lime-elements/commit/2f3ab2e0a35440bc30d21fc03e27114ec187abb1)), closes [#936](https://github.com/Lundalogik/lime-elements/issues/936)
1712
-
1713
-
1714
- ### Features
1715
-
1716
- * **chip-set:** add `aria-label` & `title` for clear all button ([714dc30](https://github.com/Lundalogik/lime-elements/commit/714dc3018d57dbcdcb100e228a62c98bfd2e1ade))
1717
-
1718
- ## [28.3.1](https://github.com/Lundalogik/lime-elements/compare/v28.3.0...v28.3.1) (2020-09-09)
1719
-
1720
-
1721
- ### Bug Fixes
1722
-
1723
- * **table:** calculate column width for custom components ([87b764a](https://github.com/Lundalogik/lime-elements/commit/87b764a86bcd891dc05736ca4eb7abd4be65ac29))
1724
-
1725
- # [28.3.0](https://github.com/Lundalogik/lime-elements/compare/v28.2.0...v28.3.0) (2020-09-08)
1726
-
1727
-
1728
- ### Features
1729
-
1730
- * **chip-set:** add optional delimiters between chips ([0ebc43b](https://github.com/Lundalogik/lime-elements/commit/0ebc43b1d1f7e402b7d19e5fead71793dc4e36b9)), closes [Lundalogik/crm-feature#1351](https://github.com/Lundalogik/crm-feature/issues/1351)
1731
-
1732
- # [28.2.0](https://github.com/Lundalogik/lime-elements/compare/v28.1.4...v28.2.0) (2020-09-07)
1733
-
1734
-
1735
- ### Features
1736
-
1737
- * **chip-set:** add optional leading icon ([0cfe663](https://github.com/Lundalogik/lime-elements/commit/0cfe663f65cbe1ddb07699f9714e554337f6f4a1))
1738
-
1739
- ## [28.1.4](https://github.com/Lundalogik/lime-elements/compare/v28.1.3...v28.1.4) (2020-09-07)
1740
-
1741
-
1742
- ### Bug Fixes
1743
-
1744
- * **table:** make Tabulator look more like old tables in web client ([aad9589](https://github.com/Lundalogik/lime-elements/commit/aad95895999ac8c2d53f3a8007af088d23377e6a))
1745
-
1746
- ## [28.1.3](https://github.com/Lundalogik/lime-elements/compare/v28.1.2...v28.1.3) (2020-09-07)
1747
-
1748
-
1749
- ### Bug Fixes
1750
-
1751
- * **tab-bar:** save tab state by making it mutable ([c8dfabf](https://github.com/Lundalogik/lime-elements/commit/c8dfabf28db36ad8bc1633ebd626cdb6e30dcfec)), closes [Lundalogik/crm-feature#1327](https://github.com/Lundalogik/crm-feature/issues/1327)
1752
-
1753
- ## [28.1.2](https://github.com/Lundalogik/lime-elements/compare/v28.1.1...v28.1.2) (2020-09-07)
1754
-
1755
-
1756
- ### Bug Fixes
1757
-
1758
- * **button-group:** fix visual defects on Firefox cause by user agent stylesheets ([746b2ef](https://github.com/Lundalogik/lime-elements/commit/746b2efcc453e80b29bceb6b8527d7bc935c9bb9))
1759
-
1760
- ## [28.1.1](https://github.com/Lundalogik/lime-elements/compare/v28.1.0...v28.1.1) (2020-09-02)
1761
-
1762
-
1763
- ### Bug Fixes
1764
-
1765
- * **chip-set:** add darker color when hovering over button ([a7c3cb4](https://github.com/Lundalogik/lime-elements/commit/a7c3cb46e67cd22247d5663e8a4ce6de3e083977))
1766
-
1767
- # [28.1.0](https://github.com/Lundalogik/lime-elements/compare/v28.0.3...v28.1.0) (2020-09-01)
1768
-
1769
-
1770
- ### Features
1771
-
1772
- * **chip-set:** add delete all chips button ([31ad2f7](https://github.com/Lundalogik/lime-elements/commit/31ad2f7f1a7864eb0262f763f53ddc09906d3a53)), closes [Lundalogik/crm-feature#1329](https://github.com/Lundalogik/crm-feature/issues/1329)
1773
-
1774
- ## [28.0.3](https://github.com/Lundalogik/lime-elements/compare/v28.0.2...v28.0.3) (2020-08-31)
1775
-
1776
-
1777
- ### Bug Fixes
1778
-
1779
- * **switch:** make sure MDC component exist ([6d5601a](https://github.com/Lundalogik/lime-elements/commit/6d5601a90fb6958c27e79655b77a4e23bdf98835))
1780
-
1781
- ## [28.0.2](https://github.com/Lundalogik/lime-elements/compare/v28.0.1...v28.0.2) (2020-08-31)
1782
-
1783
-
1784
- ### Performance Improvements
1785
-
1786
- * **linear-progress:** remove continuous buffering animation ([db33e68](https://github.com/Lundalogik/lime-elements/commit/db33e681d1bdecb3a6109156efd2f6284ce6870d))
1787
-
1788
- ## [28.0.1](https://github.com/Lundalogik/lime-elements/compare/v28.0.0...v28.0.1) (2020-08-28)
1789
-
1790
-
1791
- ### Bug Fixes
1792
-
1793
- * **checkbox:** check if objects exist before destroy ([c862cde](https://github.com/Lundalogik/lime-elements/commit/c862cde90bc0f6f03b347c0f8ec9dd06a382838b))
1794
- * **form:** only unmount if element exist ([f075d3b](https://github.com/Lundalogik/lime-elements/commit/f075d3b8b003c3c29be269910d451c1d5c47de18))
1795
- * **icon-button:** check if object exist before destroy ([6a002c9](https://github.com/Lundalogik/lime-elements/commit/6a002c91e7842837062f8929d67aed796021db21))
1796
- * **menu-surface:** check if object exist before destroy ([87816ba](https://github.com/Lundalogik/lime-elements/commit/87816ba390b8ea1c2ffeb9f9fb456d387f12f506))
1797
- * **portal:** use connectedCallback to setup container ([16b101a](https://github.com/Lundalogik/lime-elements/commit/16b101ac8155925ca31ee06a393cfafed6a3fc8a))
1798
-
1799
- # [28.0.0](https://github.com/Lundalogik/lime-elements/compare/v27.1.0...v28.0.0) (2020-08-28)
1800
-
1801
-
1802
- ### Reverts
1803
-
1804
- * **core-styles:** revert "let color palette be exported & accessible in webclient" ([6d73d5b](https://github.com/Lundalogik/lime-elements/commit/6d73d5ba2c6493e3c3f39bbd4ea9f7a3c3015e35))
1805
-
1806
-
1807
- ### BREAKING CHANGES
1808
-
1809
- * **core-styles:** The color palettes should be imported by the consumer, as described in the
1810
- documentation and the release notes for v27.0.0. The reverted change was a mistake due to
1811
- miscommunication. Our apologies.
1812
-
1813
- # [27.1.0](https://github.com/Lundalogik/lime-elements/compare/v27.0.0...v27.1.0) (2020-08-27)
1814
-
1815
-
1816
- ### Features
1817
-
1818
- * **core-styles:** let color palette be exported & accessible in webclient ([5b27cb6](https://github.com/Lundalogik/lime-elements/commit/5b27cb650e816d69594e72068cf897fb3d039b61))
1819
-
1820
- # [27.0.0](https://github.com/Lundalogik/lime-elements/compare/v26.43.1...v27.0.0) (2020-08-27)
1821
-
1822
-
1823
- ### Features
1824
-
1825
- * **color-system:** add different color palettes ([1325519](https://github.com/Lundalogik/lime-elements/commit/1325519e9a396b5918252b4ad15ca16c464620b9))
1826
-
1827
-
1828
- ### BREAKING CHANGES
1829
-
1830
- * **color-system:** The new color stylesheet `[node_modules/]@limetech/lime-elements/dist/lime-elements/style/color-palette-extended-light-mode-only.css` must be loaded. There is also a `color-palette-extended.css` in the same location. This should not be used in production until lime-elements has finished the transition to fully support dark mode in all components. ***NOTE!*** While no components currently use the new color variables, components *will* be updated to use the new variables in upcoming *minor* versions, which will be breaking if neither of the above stylesheets are loaded.
1831
-
1832
- ## [26.43.1](https://github.com/Lundalogik/lime-elements/compare/v26.43.0...v26.43.1) (2020-08-26)
1833
-
1834
-
1835
- ### Bug Fixes
1836
-
1837
- * **button-group:** remove visual defects on iOS ([8edc55f](https://github.com/Lundalogik/lime-elements/commit/8edc55fc211803e8e50951a96e02ee3681a1ab4c))
1838
-
1839
- # [26.43.0](https://github.com/Lundalogik/lime-elements/compare/v26.42.11...v26.43.0) (2020-08-21)
1840
-
1841
-
1842
- ### Features
1843
-
1844
- * **table:** add row selection feature on table view ([170fb3a](https://github.com/Lundalogik/lime-elements/commit/170fb3adecf9ae8a99421573f21d822f3cae1903)), closes [#912](https://github.com/Lundalogik/lime-elements/issues/912)
1845
-
1846
- ## [26.42.11](https://github.com/Lundalogik/lime-elements/compare/v26.42.10...v26.42.11) (2020-08-21)
1847
-
1848
-
1849
- ### Bug Fixes
1850
-
1851
- * **table:** make paddings similar to old tables in the web client ([c31fba5](https://github.com/Lundalogik/lime-elements/commit/c31fba5b849fffa43b75c34bd3abcdf4f83b0f39))
1852
- * **tabulator-custom-styles:** fix layout misalignments ([e76da8a](https://github.com/Lundalogik/lime-elements/commit/e76da8a3d1e460c0a7be2e6ca997685eb01e4bad))
1853
-
1854
- ## [26.42.10](https://github.com/Lundalogik/lime-elements/compare/v26.42.9...v26.42.10) (2020-08-20)
1855
-
1856
-
1857
- ### Performance Improvements
1858
-
1859
- * **table:** don't set data on Tabulator unless it has changed ([9cef57c](https://github.com/Lundalogik/lime-elements/commit/9cef57cf96c5088b116dac004a75614b3601cdf2))
1860
-
1861
- ## [26.42.9](https://github.com/Lundalogik/lime-elements/compare/v26.42.8...v26.42.9) (2020-08-20)
1862
-
1863
-
1864
- ### Bug Fixes
1865
-
1866
- * **limel-form:** no error is thrown when parsing keys from schema w/o properties key ([c713c63](https://github.com/Lundalogik/lime-elements/commit/c713c6335c1614627b59e0b7b419086290ea9ae3))
1867
-
1868
- ## [26.42.8](https://github.com/Lundalogik/lime-elements/compare/v26.42.7...v26.42.8) (2020-08-18)
1869
-
1870
-
1871
- ### Bug Fixes
1872
-
1873
- * **button-groups:** make entire chip look clickable ([1f26682](https://github.com/Lundalogik/lime-elements/commit/1f26682913542064c78a9499f01606f2cb3f021e))
1874
-
1875
- ## [26.42.7](https://github.com/Lundalogik/lime-elements/compare/v26.42.6...v26.42.7) (2020-08-12)
1876
-
1877
-
1878
- ### Bug Fixes
1879
-
1880
- * update prismjs to reduce vulnerabilities ([6eb7436](https://github.com/Lundalogik/lime-elements/commit/6eb74361dd6faa826e35747f952ddf1ce895ff46))
1881
-
1882
- ## [26.42.6](https://github.com/Lundalogik/lime-elements/compare/v26.42.5...v26.42.6) (2020-08-12)
1883
-
1884
-
1885
- ### Bug Fixes
1886
-
1887
- * **tab-bar:** make sure scrollArea & mdcTabBar exist before removing the element ([bf8cbc9](https://github.com/Lundalogik/lime-elements/commit/bf8cbc96791b61cc613f819eb915ca171fd3b05b)), closes [Lundalogik/crm-feature#1239](https://github.com/Lundalogik/crm-feature/issues/1239)
1888
-
1889
- ## [26.42.5](https://github.com/Lundalogik/lime-elements/compare/v26.42.4...v26.42.5) (2020-08-06)
1890
-
1891
-
1892
- ### Bug Fixes
1893
-
1894
- * **list:** too tall menus render outside screen on Safari ios with address bar ([156131c](https://github.com/Lundalogik/lime-elements/commit/156131cc83c10a3645e082003ecbae146cdd258b))
1895
-
1896
- ## [26.42.4](https://github.com/Lundalogik/lime-elements/compare/v26.42.3...v26.42.4) (2020-07-24)
1897
-
1898
-
1899
- ### Bug Fixes
1900
-
1901
- * **input-field:** correct placement of label for textarea ([b6a5014](https://github.com/Lundalogik/lime-elements/commit/b6a5014e2ec7f26635c5523d16eef524da692b4a)), closes [#722](https://github.com/Lundalogik/lime-elements/issues/722)
1902
-
1903
- ## [26.42.3](https://github.com/Lundalogik/lime-elements/compare/v26.42.2...v26.42.3) (2020-07-23)
1904
-
1905
-
1906
- ### Bug Fixes
1907
-
1908
- * **tab-bar:** fix tab-bar crashes when previous tabs are undefined ([9837e8a](https://github.com/Lundalogik/lime-elements/commit/9837e8a1fc87bf6ece3172c6f36e2268a2cbcfa0)), closes [#852](https://github.com/Lundalogik/lime-elements/issues/852)
1909
-
1910
- ## [26.42.2](https://github.com/Lundalogik/lime-elements/compare/v26.42.1...v26.42.2) (2020-07-22)
1911
-
1912
-
1913
- ### Bug Fixes
1914
-
1915
- * **tab-bar:** remove limel-icons when no icon name provided in limel-tab-bar ([0b9beb2](https://github.com/Lundalogik/lime-elements/commit/0b9beb267df67e45c49d6f6904bd8c187e841122))
1916
-
1917
- ## [26.42.1](https://github.com/Lundalogik/lime-elements/compare/v26.42.0...v26.42.1) (2020-07-14)
1918
-
1919
-
1920
- ### Bug Fixes
1921
-
1922
- * **menu:** change 1px border, from REM value to PX to avoid visual defects ([87c1044](https://github.com/Lundalogik/lime-elements/commit/87c104448e59f6b9ce0d0780ddc06bc8308001a6))
1923
- * **menu:** force tall menus placed at the bottom to render inside the viewport ([2c02d91](https://github.com/Lundalogik/lime-elements/commit/2c02d9170d9a1ff287f1342b40e96e1b27a8d20b))
1924
-
1925
- # [26.42.0](https://github.com/Lundalogik/lime-elements/compare/v26.41.0...v26.42.0) (2020-07-10)
1926
-
1927
-
1928
- ### Features
1929
-
1930
- * **form:** add support for a props factory for custom components ([314dfab](https://github.com/Lundalogik/lime-elements/commit/314dfab434fb7a3d47a56b2b12aa8bb2a4e89a6e)), closes [Lundalogik/lime-crm-components#107](https://github.com/Lundalogik/lime-crm-components/issues/107)
1931
-
1932
- # [26.41.0](https://github.com/Lundalogik/lime-elements/compare/v26.40.5...v26.41.0) (2020-07-10)
1933
-
1934
-
1935
- ### Features
1936
-
1937
- * **tab-bar:** add css support for fixed & dynamic tab layouts ([92877b1](https://github.com/Lundalogik/lime-elements/commit/92877b1e0c4dea9bd3c9bfbb9b2d1bdcd90b09b4))
1938
-
1939
- ## [26.40.5](https://github.com/Lundalogik/lime-elements/compare/v26.40.4...v26.40.5) (2020-07-10)
1940
-
1941
-
1942
- ### Bug Fixes
1943
-
1944
- * **slider:** properly style disabled slider's thumb ([3fdde72](https://github.com/Lundalogik/lime-elements/commit/3fdde727a9b164627a16ad51db42cfa118dc23e0))
1945
-
1946
- ## [26.40.4](https://github.com/Lundalogik/lime-elements/compare/v26.40.3...v26.40.4) (2020-07-10)
1947
-
1948
-
1949
- ### Bug Fixes
1950
-
1951
- * **date-picker:** improve handling of click events ([962c932](https://github.com/Lundalogik/lime-elements/commit/962c93218716426080e918ae795cb7772d71b36c))
1952
-
1953
- ## [26.40.3](https://github.com/Lundalogik/lime-elements/compare/v26.40.2...v26.40.3) (2020-07-09)
1954
-
1955
-
1956
- ### Bug Fixes
1957
-
1958
- * **input-field:** overwrite native text field validation if consumer provides validation ([f20a2d6](https://github.com/Lundalogik/lime-elements/commit/f20a2d6739762211e36e2f24092867b3ceef07b4))
1959
-
1960
- ## [26.40.2](https://github.com/Lundalogik/lime-elements/compare/v26.40.1...v26.40.2) (2020-07-09)
1961
-
1962
-
1963
- ### Bug Fixes
1964
-
1965
- * **menu:** when dropdown is rendered upwards from trigger, do not cover the trigger ([93926c0](https://github.com/Lundalogik/lime-elements/commit/93926c0fd5b7e37e67dae4b2d1c7be287f541ca9))
1966
-
1967
- ## [26.40.1](https://github.com/Lundalogik/lime-elements/compare/v26.40.0...v26.40.1) (2020-07-09)
1968
-
1969
-
1970
- ### Bug Fixes
1971
-
1972
- * **date-picker:** improve handling of focus on the input field ([7dc63f5](https://github.com/Lundalogik/lime-elements/commit/7dc63f562ddec2a0172585653b40d7f5e145a67a)), closes [#764](https://github.com/Lundalogik/lime-elements/issues/764)
1973
-
1974
- # [26.40.0](https://github.com/Lundalogik/lime-elements/compare/v26.39.1...v26.40.0) (2020-07-08)
1975
-
1976
-
1977
- ### Bug Fixes
1978
-
1979
- * **date-picker:** recreate the flatpickr if it hasn't rendered after 1 second ([d68d10c](https://github.com/Lundalogik/lime-elements/commit/d68d10c6cccd51f703ee1fd48d55cdd5329c482e))
1980
- * **menu-surface:** ensure that lists can be correctly rendered in the portal ([9c6c5bc](https://github.com/Lundalogik/lime-elements/commit/9c6c5bcc5747433a0b50a362a99d44c45e9621b4))
1981
- * **menu-surface:** ensure that the menu surface is rendered inside the viewport ([8e21e27](https://github.com/Lundalogik/lime-elements/commit/8e21e271e36e1e5d1a864d393ff409b32243177f))
1982
-
1983
-
1984
- ### Features
1985
-
1986
- * **date-picker:** add button for clearing the input value ([e0e470b](https://github.com/Lundalogik/lime-elements/commit/e0e470b3ff1d64a28cb2ff134d36fce63f9ad9bd))
1987
- * **date-picker:** use portal to improve dropdown behavior for date-pickers inside dialog ([5b04b6a](https://github.com/Lundalogik/lime-elements/commit/5b04b6af002918caac345d23c47b3415580ba41d)), closes [#815](https://github.com/Lundalogik/lime-elements/issues/815)
1988
- * **input-field:** add date and time related types to set of valid input types ([da0656d](https://github.com/Lundalogik/lime-elements/commit/da0656db55a5150c940296cc72c29ac320ec5fbd))
1989
-
1990
- ## [26.39.1](https://github.com/Lundalogik/lime-elements/compare/v26.39.0...v26.39.1) (2020-07-08)
1991
-
1992
-
1993
- ### Bug Fixes
1994
-
1995
- * **input-field:** remove state decorator ([90fa45b](https://github.com/Lundalogik/lime-elements/commit/90fa45becdca1a9a3d598936c88a27bd414bfdd3))
1996
- * **picker:** move chip creation to componentWillLoad ([8d1ed30](https://github.com/Lundalogik/lime-elements/commit/8d1ed3004c1d264b59500abc81dc2662f41bcded))
1997
- * **switch:** remove state decorator ([2c3be6d](https://github.com/Lundalogik/lime-elements/commit/2c3be6de45a559660fd91aea456b7577b6e0dc71))
1998
-
1999
- # [26.39.0](https://github.com/Lundalogik/lime-elements/compare/v26.38.0...v26.39.0) (2020-07-08)
2000
-
2001
-
2002
- ### Features
2003
-
2004
- * **table:** added props factory function to table component definition interface ([40f6d34](https://github.com/Lundalogik/lime-elements/commit/40f6d3420d28ba890e8a2ec244ace2ce59fe03ad))
2005
-
2006
- # [26.38.0](https://github.com/Lundalogik/lime-elements/compare/v26.37.1...v26.38.0) (2020-07-08)
2007
-
2008
-
2009
- ### Features
2010
-
2011
- * make dropdowns (menu, select, etc) appear above trigger if not enough space below ([d11dd71](https://github.com/Lundalogik/lime-elements/commit/d11dd71e910130eb0f561922f9ecaf202ef18b3f))
2012
-
2013
- ## [26.37.1](https://github.com/Lundalogik/lime-elements/compare/v26.37.0...v26.37.1) (2020-07-07)
2014
-
2015
-
2016
- ### Bug Fixes
2017
-
2018
- * **schema-field:** reset dependent fields when another fields changes ([4f2e9e1](https://github.com/Lundalogik/lime-elements/commit/4f2e9e12c84bbfc5f497279857ba76f9b21a0519))
2019
-
2020
- # [26.37.0](https://github.com/Lundalogik/lime-elements/compare/v26.36.0...v26.37.0) (2020-07-07)
2021
-
2022
-
2023
- ### Features
2024
-
2025
- * **shadows:** add shadow variable for bottom bars ([3fa31c3](https://github.com/Lundalogik/lime-elements/commit/3fa31c3ea347794bfbe0adaa8f75cf47931d1811))
2026
-
2027
- # [26.36.0](https://github.com/Lundalogik/lime-elements/compare/v26.35.4...v26.36.0) (2020-07-07)
2028
-
2029
-
2030
- ### Features
2031
-
2032
- * **table:** add table component ([4dc36ae](https://github.com/Lundalogik/lime-elements/commit/4dc36ae2e5256f69998af9f63b5053ff5b27400a))
2033
-
2034
- ## [26.35.4](https://github.com/Lundalogik/lime-elements/compare/v26.35.3...v26.35.4) (2020-07-06)
2035
-
2036
-
2037
- ### Bug Fixes
2038
-
2039
- * **form:** use Ajv to validate instead of rjsf ([17bd0a6](https://github.com/Lundalogik/lime-elements/commit/17bd0a68bef6de76baf88dc5e892d9530b306ade))
2040
-
2041
- ## [26.35.3](https://github.com/Lundalogik/lime-elements/compare/v26.35.2...v26.35.3) (2020-07-06)
2042
-
2043
-
2044
- ### Bug Fixes
2045
-
2046
- * **schema-field:** change null to undefined for custom web components when appropriate ([63aa319](https://github.com/Lundalogik/lime-elements/commit/63aa3192ef4086d2c614e3c5773d92018328559e))
2047
-
2048
- ## [26.35.2](https://github.com/Lundalogik/lime-elements/compare/v26.35.1...v26.35.2) (2020-07-06)
2049
-
2050
-
2051
- ### Bug Fixes
2052
-
2053
- * **schema-form:** emit undefined instead of null for empty value ([befd7f0](https://github.com/Lundalogik/lime-elements/commit/befd7f0b4cf2e484490ed06e31cb3387152b41fa))
2054
-
2055
- ## [26.35.1](https://github.com/Lundalogik/lime-elements/compare/v26.35.0...v26.35.1) (2020-07-06)
2056
-
2057
-
2058
- ### Bug Fixes
2059
-
2060
- * **input:** style the inbuilt clear search button ([deab30d](https://github.com/Lundalogik/lime-elements/commit/deab30d2e82b86be9080a381539c4b0f5c0040b8))
2061
-
2062
- # [26.35.0](https://github.com/Lundalogik/lime-elements/compare/v26.34.5...v26.35.0) (2020-07-01)
2063
-
2064
-
2065
- ### Features
2066
-
2067
- * **date-picker:** add `'nb'` for Norsk Bokmål as a permitted language option ([c69f92c](https://github.com/Lundalogik/lime-elements/commit/c69f92cb3f3e2576930bddc7ac73dc1f1f6e62d5))
2068
-
2069
- ## [26.34.5](https://github.com/Lundalogik/lime-elements/compare/v26.34.4...v26.34.5) (2020-06-30)
2070
-
2071
-
2072
- ### Bug Fixes
2073
-
2074
- * **button:** improve button styles ([bae48f3](https://github.com/Lundalogik/lime-elements/commit/bae48f309a6950ab26224421c56459021466dce4))
2075
-
2076
- ## [26.34.4](https://github.com/Lundalogik/lime-elements/compare/v26.34.3...v26.34.4) (2020-06-30)
2077
-
2078
-
2079
- ### Bug Fixes
2080
-
2081
- * **slider:** redesign the slider ([0ae3a41](https://github.com/Lundalogik/lime-elements/commit/0ae3a413a8cd8a692cb9d58ec0789a20a4e6e0cf))
2082
-
2083
- ## [26.34.3](https://github.com/Lundalogik/lime-elements/compare/v26.34.2...v26.34.3) (2020-06-29)
2084
-
2085
-
2086
- ### Bug Fixes
2087
-
2088
- * **table:** cells won't grow over specified max-width ([86a486b](https://github.com/Lundalogik/lime-elements/commit/86a486b769084532cd02c489be2674781998f5de))
2089
-
2090
- ## [26.34.2](https://github.com/Lundalogik/lime-elements/compare/v26.34.1...v26.34.2) (2020-06-29)
2091
-
2092
-
2093
- ### Bug Fixes
2094
-
2095
- * **select:** set focus on menu change not every update ([ce8379a](https://github.com/Lundalogik/lime-elements/commit/ce8379a71ab046b319ce26584cda30a6957352b2))
2096
-
2097
- ## [26.34.1](https://github.com/Lundalogik/lime-elements/compare/v26.34.0...v26.34.1) (2020-06-29)
2098
-
2099
-
2100
- ### Bug Fixes
2101
-
2102
- * upgrade replace-in-file from 6.0.0 to 6.1.0 ([83ceb07](https://github.com/Lundalogik/lime-elements/commit/83ceb0774b9926b2c1d72e90f2100ff4440150c5))
2103
-
2104
- # [26.34.0](https://github.com/Lundalogik/lime-elements/compare/v26.33.1...v26.34.0) (2020-06-26)
2105
-
2106
-
2107
- ### Features
2108
-
2109
- * **table:** set default layout to fitColumns ([f51869d](https://github.com/Lundalogik/lime-elements/commit/f51869db01f162649e46c7150440c70381dfbe71))
2110
-
2111
- ## [26.33.1](https://github.com/Lundalogik/lime-elements/compare/v26.33.0...v26.33.1) (2020-06-26)
2112
-
2113
-
2114
- ### Bug Fixes
2115
-
2116
- * **tablulator-paginator:** style paginators ([2638b81](https://github.com/Lundalogik/lime-elements/commit/2638b813a2aecae812a82a880b1e7c62ebb6c4a4))
2117
-
2118
- # [26.33.0](https://github.com/Lundalogik/lime-elements/compare/v26.32.0...v26.33.0) (2020-06-26)
2119
-
2120
-
2121
- ### Features
2122
-
2123
- * **button-group:** add component ([91a25f1](https://github.com/Lundalogik/lime-elements/commit/91a25f12e0804b715daeabd825957a9f43a48976))
2124
-
2125
- # [26.32.0](https://github.com/Lundalogik/lime-elements/compare/v26.31.2...v26.32.0) (2020-06-25)
2126
-
2127
-
2128
- ### Features
2129
-
2130
- * **table:** add custom styles for low-density and interactive rows ([888f340](https://github.com/Lundalogik/lime-elements/commit/888f340a7ee8057a490fa426f0897663f5191c7f))
2131
-
2132
- ## [26.31.2](https://github.com/Lundalogik/lime-elements/compare/v26.31.1...v26.31.2) (2020-06-24)
2133
-
2134
-
2135
- ### Bug Fixes
2136
-
2137
- * **limel-select:** ensure select element don't crash when it's list element doesn't exist ([0240901](https://github.com/Lundalogik/lime-elements/commit/02409016060ecf0545e5d75ad18a398c29ad057d))
2138
-
2139
- ## [26.31.1](https://github.com/Lundalogik/lime-elements/compare/v26.31.0...v26.31.1) (2020-06-22)
2140
-
2141
-
2142
- ### Bug Fixes
2143
-
2144
- * **table:** make it more similar to current tables ([41e80dd](https://github.com/Lundalogik/lime-elements/commit/41e80ddcb9ddf1f004c6cc179ec8cc84cae278d0))
2145
- * **tabulator-arrow:** add more interactivity on hover, to hint columns are sortable ([3dbcb82](https://github.com/Lundalogik/lime-elements/commit/3dbcb8276213b506cbdade5932f82e62903a6d9e))
2146
-
2147
- # [26.31.0](https://github.com/Lundalogik/lime-elements/compare/v26.30.1...v26.31.0) (2020-06-18)
2148
-
2149
-
2150
- ### Features
2151
-
2152
- * **tab-panel:** make it possible to scroll inside the content of a tab ([2285f47](https://github.com/Lundalogik/lime-elements/commit/2285f47e763ca9795d7c7fe0eaf94dc9a27046d6)), closes [Lundalogik/crm-feature#1141](https://github.com/Lundalogik/crm-feature/issues/1141)
2153
-
2154
- ## [26.30.1](https://github.com/Lundalogik/lime-elements/compare/v26.30.0...v26.30.1) (2020-06-17)
2155
-
2156
-
2157
- ### Bug Fixes
2158
-
2159
- * trigger release ([f9a823d](https://github.com/Lundalogik/lime-elements/commit/f9a823d7f42697b7d1baa8779e7af78ead2ea0dc))
2160
-
2161
- # [26.30.0](https://github.com/Lundalogik/lime-elements/compare/v26.29.2...v26.30.0) (2020-06-16)
2162
-
2163
-
2164
- ### Bug Fixes
2165
-
2166
- * **chip-set:** remove mdc-chip__ripple div ([adeb6da](https://github.com/Lundalogik/lime-elements/commit/adeb6da7e72b02960ed9144fe23773acb2a3734d))
2167
- * **chip-set:** rewrite layout using grid ([f322b9e](https://github.com/Lundalogik/lime-elements/commit/f322b9e9f841f36b1609d11f451e6e3d8a133d39))
2168
-
2169
-
2170
- ### Features
2171
-
2172
- * **shadows:** add shadow styles for inset elements ([c952107](https://github.com/Lundalogik/lime-elements/commit/c9521077b07c86ce6d54b549016abcc1c49dac2b))
2173
-
2174
- ## [26.29.2](https://github.com/Lundalogik/lime-elements/compare/v26.29.1...v26.29.2) (2020-06-12)
2175
-
2176
-
2177
- ### Bug Fixes
2178
-
2179
- * **table:** add styles and animate sorting icon ([9a9e207](https://github.com/Lundalogik/lime-elements/commit/9a9e20754632cf05cbc6b34826cda8b0ef4b7eb2))
2180
- * **table:** add styles similar to our current tables ([6dc8736](https://github.com/Lundalogik/lime-elements/commit/6dc873676684765a90395409319c9e4ccab6ac1d))
2181
-
2182
- ## [26.29.1](https://github.com/Lundalogik/lime-elements/compare/v26.29.0...v26.29.1) (2020-06-12)
2183
-
2184
-
2185
- ### Performance Improvements
2186
-
2187
- * **button:** hide spinners to avoid constantly running animations ([680b455](https://github.com/Lundalogik/lime-elements/commit/680b455f58fe8585af24fbd39625379e4cf70eab))
2188
-
2189
- # [26.29.0](https://github.com/Lundalogik/lime-elements/compare/v26.28.0...v26.29.0) (2020-06-04)
2190
-
2191
-
2192
- ### Features
2193
-
2194
- * **table:** created simple table component ([7fbd2b4](https://github.com/Lundalogik/lime-elements/commit/7fbd2b43822d89d130ab4ea63ded1f17fadc33d0))
2195
-
2196
- # [26.28.0](https://github.com/Lundalogik/lime-elements/compare/v26.27.4...v26.28.0) (2020-06-03)
2197
-
2198
-
2199
- ### Features
2200
-
2201
- * **schema-form:** add support for custom components in place of SchemaFields ([8a34158](https://github.com/Lundalogik/lime-elements/commit/8a34158186b3534e5ee100790291a4647d00270d))
2202
-
2203
- ## [26.27.4](https://github.com/Lundalogik/lime-elements/compare/v26.27.3...v26.27.4) (2020-06-03)
2204
-
2205
-
2206
- ### Bug Fixes
2207
-
2208
- * **dialog:** fix broken max-height, so that dialog is never taller than viewport ([63b4584](https://github.com/Lundalogik/lime-elements/commit/63b4584d5b3778020b15b6ea84ad17793f4f43e5)), closes [#786](https://github.com/Lundalogik/lime-elements/issues/786)
2209
-
2210
- ## [26.27.3](https://github.com/Lundalogik/lime-elements/compare/v26.27.2...v26.27.3) (2020-05-29)
2211
-
2212
-
2213
- ### Bug Fixes
2214
-
2215
- * **chip-set:** render input really hidden when it's hidden ([1aa1fc0](https://github.com/Lundalogik/lime-elements/commit/1aa1fc06e23771f174cf4b1a7d2a0442fa3130de))
2216
-
2217
- ## [26.27.2](https://github.com/Lundalogik/lime-elements/compare/v26.27.1...v26.27.2) (2020-05-28)
2218
-
2219
-
2220
- ### Bug Fixes
2221
-
2222
- * **input-field:** fix alignment input field with error icon ([4b6eb17](https://github.com/Lundalogik/lime-elements/commit/4b6eb1744e49dda89ef9658cf758024052e03b7d))
2223
-
2224
- ## [26.27.1](https://github.com/Lundalogik/lime-elements/compare/v26.27.0...v26.27.1) (2020-05-28)
2225
-
2226
-
2227
- ### Bug Fixes
2228
-
2229
- * **input-field:** force the label truncate when container is too little ([3ea61a1](https://github.com/Lundalogik/lime-elements/commit/3ea61a18d18dfc405541414770f22177b14267da))
2230
- * **select:** force the label truncate when container is too little ([0a00e0f](https://github.com/Lundalogik/lime-elements/commit/0a00e0f277a56a996a6ac29d206b7742f1f6301e))
2231
-
2232
- # [26.27.0](https://github.com/Lundalogik/lime-elements/compare/v26.26.1...v26.27.0) (2020-05-27)
2233
-
2234
-
2235
- ### Features
2236
-
2237
- * **chip-set:** improve styling when chip is selected for deletion using keyboard ([dc3a3f0](https://github.com/Lundalogik/lime-elements/commit/dc3a3f039c95194f1bdfa21c0a2fa2ec15d2281f))
2238
-
2239
- ## [26.26.1](https://github.com/Lundalogik/lime-elements/compare/v26.26.0...v26.26.1) (2020-05-26)
2240
-
2241
-
2242
- ### Bug Fixes
2243
-
2244
- * **chip-set:** unify styles with other input types ([7d86151](https://github.com/Lundalogik/lime-elements/commit/7d861516ca95e674cb2419e863c6968da0fb45a3))
2245
- * **input-field:** unify styles with other input types ([f587020](https://github.com/Lundalogik/lime-elements/commit/f587020c5e11684c7f6ec96d4f130cd01fc0a697))
2246
- * **select:** unify styles with other input types ([0b0cf77](https://github.com/Lundalogik/lime-elements/commit/0b0cf772b9dbb8228163294929bd4630588e869b))
2247
-
2248
- # [26.26.0](https://github.com/Lundalogik/lime-elements/compare/v26.25.0...v26.26.0) (2020-05-22)
2249
-
2250
-
2251
- ### Features
2252
-
2253
- * **leadingIcon:** add leadingIcon for input type search ([c93ff74](https://github.com/Lundalogik/lime-elements/commit/c93ff740f18d4e03dd5eb4f6eb98297da4997f61))
2254
-
2255
- # [26.25.0](https://github.com/Lundalogik/lime-elements/compare/v26.24.1...v26.25.0) (2020-05-18)
2256
-
2257
-
2258
- ### Features
2259
-
2260
- * **icon-button:** show label for icon button on hover ([3705198](https://github.com/Lundalogik/lime-elements/commit/3705198c5bbebab71becf400ddc9cffe66e5af49))
2261
-
2262
- ## [26.24.1](https://github.com/Lundalogik/lime-elements/compare/v26.24.0...v26.24.1) (2020-05-15)
2263
-
2264
-
2265
- ### Bug Fixes
2266
-
2267
- * upgrade jsx-dom from 6.4.10 to 6.4.13 ([4b4275a](https://github.com/Lundalogik/lime-elements/commit/4b4275a68554ea36ba62eb5c04b4a8a1a0ef1f4a))
2268
- * upgrade jsx-dom from 6.4.10 to 6.4.13 ([c8657fe](https://github.com/Lundalogik/lime-elements/commit/c8657fe71bdf8d800b93c287d283c1a5c17de657))
2269
-
2270
- # [26.24.0](https://github.com/Lundalogik/lime-elements/compare/v26.23.0...v26.24.0) (2020-05-14)
2271
-
2272
-
2273
- ### Bug Fixes
2274
-
2275
- * **icon-button:** add support for native attribute `tabindex` ([3fd793d](https://github.com/Lundalogik/lime-elements/commit/3fd793dee8d47878fac618c4f55097c0e213a363))
2276
-
2277
-
2278
- ### Features
2279
-
2280
- * **icon:** add css property `--icon-background-color` ([31e2a4f](https://github.com/Lundalogik/lime-elements/commit/31e2a4fe3e2563e051fb749ab37c03a21548f4cf))
2281
- * **icon-button:** add support for "elevated" look ([b6fadf3](https://github.com/Lundalogik/lime-elements/commit/b6fadf3a501fa11421c9370a9281d62550eda886))
2282
- * **tab-bar:** add buttons when bar can be scrolled ([c9f23f2](https://github.com/Lundalogik/lime-elements/commit/c9f23f2fd497bf3e3439c41608ccb3660bbf6662)), closes [Lundalogik/crm-feature#1022](https://github.com/Lundalogik/crm-feature/issues/1022)
2283
-
2284
- # [26.23.0](https://github.com/Lundalogik/lime-elements/compare/v26.22.1...v26.23.0) (2020-05-12)
2285
-
2286
-
2287
- ### Features
2288
-
2289
- * **menu:** allow menu to have fixed positioning ([673fe79](https://github.com/Lundalogik/lime-elements/commit/673fe791dc6d66baf15c4e33aaa9182725ffd251))
2290
- * **portal:** allow portal content to have fixed positioning ([32866de](https://github.com/Lundalogik/lime-elements/commit/32866deeaccef81a2997f9ff251f1942efe66bdb))
2291
-
2292
- ## [26.22.1](https://github.com/Lundalogik/lime-elements/compare/v26.22.0...v26.22.1) (2020-05-07)
2293
-
2294
-
2295
- ### Bug Fixes
2296
-
2297
- * **picker:** do not focus chipset on value change when a single picker value is chosen ([7f1a7b9](https://github.com/Lundalogik/lime-elements/commit/7f1a7b92c79020477321f51cfde8d99ab54cf94f))
2298
-
2299
- # [26.22.0](https://github.com/Lundalogik/lime-elements/compare/v26.21.0...v26.22.0) (2020-05-06)
2300
-
2301
-
2302
- ### Bug Fixes
2303
-
2304
- * **chip-set:** import styles directly from limel-input-field ([2d5db9d](https://github.com/Lundalogik/lime-elements/commit/2d5db9d2492b0776f4448ea54f10326ecce13c3b))
2305
-
2306
-
2307
- ### Features
2308
-
2309
- * **input-field:** add custom styles to create interactive bg-colors ([f1387c3](https://github.com/Lundalogik/lime-elements/commit/f1387c38d1174413818ec9d5f870d529018924c0))
2310
-
2311
- # [26.21.0](https://github.com/Lundalogik/lime-elements/compare/v26.20.1...v26.21.0) (2020-05-06)
2312
-
2313
-
2314
- ### Features
2315
-
2316
- * **menu-surface:** menu is kept open while scrolling ([d0adbd3](https://github.com/Lundalogik/lime-elements/commit/d0adbd3f089cef034b233c7a60f48b1132ea2626))
2317
- * **portal:** use popperjs for positioning ([0949aa0](https://github.com/Lundalogik/lime-elements/commit/0949aa0588f0c23cbec50ad852fab1d1efc2134e))
2318
-
2319
- ## [26.20.1](https://github.com/Lundalogik/lime-elements/compare/v26.20.0...v26.20.1) (2020-04-30)
2320
-
2321
-
2322
- ### Bug Fixes
2323
-
2324
- * **list:** center-align contents of lists with or without secondary text ([caae9e7](https://github.com/Lundalogik/lime-elements/commit/caae9e7161216f3663fb4b8d8c1394756ae94e61))
2325
-
2326
- # [26.20.0](https://github.com/Lundalogik/lime-elements/compare/v26.19.4...v26.20.0) (2020-04-30)
2327
-
2328
-
2329
- ### Features
2330
-
2331
- * **list:** add custom class for lists that need striped style ([d81bc57](https://github.com/Lundalogik/lime-elements/commit/d81bc5704a66e0e00ed1d6369ee50b05206aa431))
2332
-
2333
- ## [26.19.4](https://github.com/Lundalogik/lime-elements/compare/v26.19.3...v26.19.4) (2020-04-30)
2334
-
2335
-
2336
- ### Bug Fixes
2337
-
2338
- * **picker:** ensure picker doesn't crash if its value is set to null ([09fbd86](https://github.com/Lundalogik/lime-elements/commit/09fbd86649bb5245f7abbc43b2dcfafcd78296d2))
2339
- * **picker:** ensure picker doesn't crash if portalId is null ([a6bc01f](https://github.com/Lundalogik/lime-elements/commit/a6bc01f3a1bc9681fc487bebe69e34ce98e7ff77))
2340
-
2341
- ## [26.19.3](https://github.com/Lundalogik/lime-elements/compare/v26.19.2...v26.19.3) (2020-04-28)
2342
-
2343
-
2344
- ### Bug Fixes
2345
-
2346
- * **picker:** remove handler for dismissed surface to keep the list and text when scrolling ([0e842a4](https://github.com/Lundalogik/lime-elements/commit/0e842a4064a2a315393c0b765da72853ddef3fb7))
2347
-
2348
- ## [26.19.2](https://github.com/Lundalogik/lime-elements/compare/v26.19.1...v26.19.2) (2020-04-28)
2349
-
2350
-
2351
- ### Bug Fixes
2352
-
2353
- * **menu:** click events not propagated ([8c42522](https://github.com/Lundalogik/lime-elements/commit/8c42522d8a06d55f01c23dba87da0ede7131c35d))
2354
-
2355
- ## [26.19.1](https://github.com/Lundalogik/lime-elements/compare/v26.19.0...v26.19.1) (2020-04-27)
2356
-
2357
-
2358
- ### Bug Fixes
2359
-
2360
- * **form:** return descriptive title if title can't be found due to an invalid value ([4887de3](https://github.com/Lundalogik/lime-elements/commit/4887de39080b8037dcadc4f54b2f6a1cef2992a5))
2361
-
2362
- # [26.19.0](https://github.com/Lundalogik/lime-elements/compare/v26.18.3...v26.19.0) (2020-04-24)
2363
-
2364
-
2365
- ### Bug Fixes
2366
-
2367
- * **portal:** ensure components inside a portal is shown at the correct position only ([7c43692](https://github.com/Lundalogik/lime-elements/commit/7c43692cf91e81ed35f488dfd8b07165cc6d3cff))
2368
-
2369
-
2370
- ### Features
2371
-
2372
- * **list:** adds action menu to list item (again) ([fe60a4a](https://github.com/Lundalogik/lime-elements/commit/fe60a4a6c66effe109824d8f15f32a8d162c76a4))
2373
- * **menu:** use limel-portal (again) ([b27c8e9](https://github.com/Lundalogik/lime-elements/commit/b27c8e9c82913b150a9fd5800ef93de68e1d6de6))
2374
-
2375
- ## [26.18.3](https://github.com/Lundalogik/lime-elements/compare/v26.18.2...v26.18.3) (2020-04-23)
2376
-
2377
-
2378
- ### Bug Fixes
2379
-
2380
- * **chip-set:** make chips truncate when their content is too long ([0c05c63](https://github.com/Lundalogik/lime-elements/commit/0c05c633677050bd9ff8b6c16a29b4b3a28855ac))
2381
-
2382
- ## [26.18.2](https://github.com/Lundalogik/lime-elements/compare/v26.18.1...v26.18.2) (2020-04-23)
2383
-
2384
-
2385
- ### Bug Fixes
2386
-
2387
- * **form:** prevent argument mismatching in case the value is an array ([274c1c7](https://github.com/Lundalogik/lime-elements/commit/274c1c73f50305ec617be3f85deac0a3f942c14f)), closes [Lundalogik/crm-feature#1057](https://github.com/Lundalogik/crm-feature/issues/1057)
2388
-
2389
- ## [26.18.1](https://github.com/Lundalogik/lime-elements/compare/v26.18.0...v26.18.1) (2020-04-22)
2390
-
2391
-
2392
- ### Bug Fixes
2393
-
2394
- * **file:** disable text input ([99c7f19](https://github.com/Lundalogik/lime-elements/commit/99c7f19bf2f54e63426dfc60ae3b57d8a923826c))
2395
- * **file:** you end up in a loop when you try to upload a file ([f6c8c27](https://github.com/Lundalogik/lime-elements/commit/f6c8c2708a9ab13bc077dcc338bc8287b8d60795)), closes [#708](https://github.com/Lundalogik/lime-elements/issues/708)
2396
-
2397
- # [26.18.0](https://github.com/Lundalogik/lime-elements/compare/v26.17.0...v26.18.0) (2020-04-17)
2398
-
2399
-
2400
- ### Features
2401
-
2402
- * **list:** make list items more distinct & interactive ([02e816c](https://github.com/Lundalogik/lime-elements/commit/02e816c6ae280d797c3b19f683604bd200b344c9))
2403
-
2404
- # [26.17.0](https://github.com/Lundalogik/lime-elements/compare/v26.16.1...v26.17.0) (2020-04-16)
2405
-
2406
-
2407
- ### Features
2408
-
2409
- * add keyboard support for autocomplete on input-field ([7e96b0e](https://github.com/Lundalogik/lime-elements/commit/7e96b0e41ac3bc5dc972e31e13b9d98664f8abd3))
2410
-
2411
- ## [26.16.1](https://github.com/Lundalogik/lime-elements/compare/v26.16.0...v26.16.1) (2020-04-16)
2412
-
2413
-
2414
- ### Bug Fixes
2415
-
2416
- * **picker:** handle updates to the `searcher` property ([3153044](https://github.com/Lundalogik/lime-elements/commit/3153044295a40f1f3494b826710ec15a15e05ced)), closes [Lundalogik/crm-feature#1017](https://github.com/Lundalogik/crm-feature/issues/1017)
2417
-
2418
- # [26.16.0](https://github.com/Lundalogik/lime-elements/compare/v26.15.0...v26.16.0) (2020-04-15)
2419
-
2420
-
2421
- ### Features
2422
-
2423
- * **tab-bar:** restyle tabs ([b39cd90](https://github.com/Lundalogik/lime-elements/commit/b39cd907b7343b373d4f32d248683ad6b59cbe16))
2424
-
2425
- # [26.15.0](https://github.com/Lundalogik/lime-elements/compare/v26.14.1...v26.15.0) (2020-04-03)
2426
-
2427
-
2428
- ### Features
2429
-
2430
- * **chip-set:** make chips look elevated and interactive ([59416a4](https://github.com/Lundalogik/lime-elements/commit/59416a4f8efdc0b4ceb59b9bd1e145cbf62d3124))
2431
-
2432
- ## [26.14.1](https://github.com/Lundalogik/lime-elements/compare/v26.14.0...v26.14.1) (2020-04-03)
2433
-
2434
-
2435
- ### Bug Fixes
2436
-
2437
- * **list:** revert adding action menu to list item ([87c291a](https://github.com/Lundalogik/lime-elements/commit/87c291a240085950564b5035dfb471c3e7bdf4b1)), closes [#640](https://github.com/Lundalogik/lime-elements/issues/640) [Lundalogik/crm-feature#989](https://github.com/Lundalogik/crm-feature/issues/989)
2438
- * **menu:** revert the rebuild of limel-menu using limel-portal ([4b31ec9](https://github.com/Lundalogik/lime-elements/commit/4b31ec955926e3da3ef73c21016a43bd61f69779)), closes [Lundalogik/crm-feature#1008](https://github.com/Lundalogik/crm-feature/issues/1008)
2439
-
2440
- # [26.14.0](https://github.com/Lundalogik/lime-elements/compare/v26.13.1...v26.14.0) (2020-04-03)
2441
-
2442
-
2443
- ### Bug Fixes
2444
-
2445
- * **chip-set:** correctly align leading icons inside chips ([8a20617](https://github.com/Lundalogik/lime-elements/commit/8a206173a95f860757bea44f6e02da4fabbcb50c))
2446
-
2447
-
2448
- ### Features
2449
-
2450
- * **chip-set:** improve the remove (x) button on the chip ([2d15fe7](https://github.com/Lundalogik/lime-elements/commit/2d15fe718b43959c5d953d6ad40c6a9cd6b7e842))
2451
-
2452
- ## [26.13.1](https://github.com/Lundalogik/lime-elements/compare/v26.13.0...v26.13.1) (2020-04-03)
2453
-
2454
-
2455
- ### Bug Fixes
2456
-
2457
- * **badge:** make badge respect attribute `hidden` ([7dbfbd8](https://github.com/Lundalogik/lime-elements/commit/7dbfbd8cdf45b5ee7528cbb3fd4bace2006e2fc3))
2458
- * **badge:** make badges with one digit appear like a full circle ([330e7b7](https://github.com/Lundalogik/lime-elements/commit/330e7b777fbe055b3a16b8187bf0f6b51255fa93)), closes [#678](https://github.com/Lundalogik/lime-elements/issues/678)
2459
- * **badge:** set all sizes to whole pixels for default font size ([c493286](https://github.com/Lundalogik/lime-elements/commit/c493286bc84258b53d01e48518199bd5b6dcda2b))
2460
-
2461
- # [26.13.0](https://github.com/Lundalogik/lime-elements/compare/v26.12.1...v26.13.0) (2020-03-30)
2462
-
2463
-
2464
- ### Features
2465
-
2466
- * **list:** adds action menu to list item ([6ec77f0](https://github.com/Lundalogik/lime-elements/commit/6ec77f0a09159786eb6959fd59b506aff819dba7))
2467
- * **menu:** use limel-portal ([745638f](https://github.com/Lundalogik/lime-elements/commit/745638f7c355bb877b28d94f035c7e661071322b))
2468
- * **menu-surface:** adds support for full or auto width ([126bef2](https://github.com/Lundalogik/lime-elements/commit/126bef296131435e05d85c574c162f6f1d12f480))
2469
-
2470
- ## [26.12.1](https://github.com/Lundalogik/lime-elements/compare/v26.12.0...v26.12.1) (2020-03-26)
2471
-
2472
-
2473
- ### Bug Fixes
2474
-
2475
- * **icon:** remove unnecessary `console.error` logging ([f191ade](https://github.com/Lundalogik/lime-elements/commit/f191adef095a69ddadb8b2fb5089587b68d18b9b))
2476
-
2477
- # [26.12.0](https://github.com/Lundalogik/lime-elements/compare/v26.11.4...v26.12.0) (2020-03-25)
2478
-
2479
-
2480
- ### Features
2481
-
2482
- * **tabs:** new tab-bar and tab-panel components ([857bbab](https://github.com/Lundalogik/lime-elements/commit/857bbab106e615c00a1648931d5df0b388b248a6)), closes [#627](https://github.com/Lundalogik/lime-elements/issues/627) [#631](https://github.com/Lundalogik/lime-elements/issues/631) [#636](https://github.com/Lundalogik/lime-elements/issues/636)
2483
-
2484
- ## [26.11.4](https://github.com/Lundalogik/lime-elements/compare/v26.11.3...v26.11.4) (2020-03-24)
2485
-
2486
-
2487
- ### Bug Fixes
2488
-
2489
- * **tab-bar:** style icon in tab bar ([f1a48ee](https://github.com/Lundalogik/lime-elements/commit/f1a48ee7fceb095ba816c39e96516f5870106c0b))
2490
-
2491
- ## [26.11.3](https://github.com/Lundalogik/lime-elements/compare/v26.11.2...v26.11.3) (2020-03-19)
2492
-
2493
-
2494
- ### Bug Fixes
2495
-
2496
- * **icon:** log to console instead of raising error when no container found ([af0013a](https://github.com/Lundalogik/lime-elements/commit/af0013af433c3bd57d851d89fd9179b300fb3a1b))
2497
-
2498
- ## [26.11.2](https://github.com/Lundalogik/lime-elements/compare/v26.11.1...v26.11.2) (2020-03-17)
2499
-
2500
-
2501
- ### Reverts
2502
-
2503
- * Revert "chore(package): add npm script `watch:prod` to enable integration with Angular in watch-build" ([fa1128c](https://github.com/Lundalogik/lime-elements/commit/fa1128cc0e3b50953dc86ac6385f760ac27d44d0))
2504
-
2505
- ## [26.11.1](https://github.com/Lundalogik/lime-elements/compare/v26.11.0...v26.11.1) (2020-03-16)
2506
-
2507
-
2508
- ### Bug Fixes
2509
-
2510
- * **styles:** fix broken css variables for shadows, introduced in v26.11.0 ([00099f7](https://github.com/Lundalogik/lime-elements/commit/00099f7b041e15e001903ae5afaf1ee60e2a1294))
2511
-
2512
- # [26.11.0](https://github.com/Lundalogik/lime-elements/compare/v26.10.1...v26.11.0) (2020-03-13)
2513
-
2514
-
2515
- ### Features
2516
-
2517
- * **styles:** add colors that auto adjust to dark/light modes ([f3de6f7](https://github.com/Lundalogik/lime-elements/commit/f3de6f7cb10b606ad8a948cead2df0c2295dbe06))
2518
- * **styles:** add shadows for different depths ([b6293e2](https://github.com/Lundalogik/lime-elements/commit/b6293e2c8ccd07fb83691a2310e63419d1ae66e8))
2519
-
2520
- ## [26.10.1](https://github.com/Lundalogik/lime-elements/compare/v26.10.0...v26.10.1) (2020-03-10)
2521
-
2522
-
2523
- ### Bug Fixes
2524
-
2525
- * **picker:** make sure chipset has been created before setting focus ([7b1f0a9](https://github.com/Lundalogik/lime-elements/commit/7b1f0a9d4b11880bfe15a3a2c8456552f95bde18))
2526
- * **tab-bar:** export tab type from package ([1092dd5](https://github.com/Lundalogik/lime-elements/commit/1092dd581244d0c9386519cf865f2709a2ab70fa))
2527
-
2528
- # [26.10.0](https://github.com/Lundalogik/lime-elements/compare/v26.9.0...v26.10.0) (2020-03-10)
2529
-
2530
-
2531
- ### Features
2532
-
2533
- * **badge:** add badge component ([6cd1d27](https://github.com/Lundalogik/lime-elements/commit/6cd1d27d07a6e9eb7022620d6fe0ca6e03ea5936))
2534
-
2535
- # [26.9.0](https://github.com/Lundalogik/lime-elements/compare/v26.8.1...v26.9.0) (2020-03-04)
2536
-
2537
-
2538
- ### Features
2539
-
2540
- * **tab-bar:** add new component `limel-tab-bar` ([2078f88](https://github.com/Lundalogik/lime-elements/commit/2078f88c751a5a9ee5b36b53c6fe2b1493190247)), closes [#87](https://github.com/Lundalogik/lime-elements/issues/87)
2541
-
2542
- ## [26.8.1](https://github.com/Lundalogik/lime-elements/compare/v26.8.0...v26.8.1) (2020-03-04)
2543
-
2544
-
2545
- ### Bug Fixes
2546
-
2547
- * **checkbox:** add ripple for indication of element focus ([945ba74](https://github.com/Lundalogik/lime-elements/commit/945ba74c537833acfc96275ad41f969c9c15d3e4)), closes [#564](https://github.com/Lundalogik/lime-elements/issues/564)
2548
-
2549
- # [26.8.0](https://github.com/Lundalogik/lime-elements/compare/v26.7.3...v26.8.0) (2020-03-03)
2550
-
2551
-
2552
- ### Features
2553
-
2554
- * **config:** add feature switches to config object ([6e59877](https://github.com/Lundalogik/lime-elements/commit/6e598775ddb6d12cc39778866b6c197171a06750))
2555
-
2556
- ## [26.7.3](https://github.com/Lundalogik/lime-elements/compare/v26.7.2...v26.7.3) (2020-02-25)
2557
-
2558
-
2559
- ### Bug Fixes
2560
-
2561
- * **array-field-collapsible-item:** open when deep empty ([de8657a](https://github.com/Lundalogik/lime-elements/commit/de8657aeee4c81f0ebfb1109d96d930df8666638))
2562
-
2563
- ## [26.7.2](https://github.com/Lundalogik/lime-elements/compare/v26.7.1...v26.7.2) (2020-02-24)
2564
-
2565
-
2566
- ### Bug Fixes
2567
-
2568
- * **limel-picker:** render picker dropdown in document.body ([8d10cf1](https://github.com/Lundalogik/lime-elements/commit/8d10cf1bd2762ff930db50f6adb77d009eb62500)), closes [Lundalogik/crm-feature#971](https://github.com/Lundalogik/crm-feature/issues/971)
2569
-
2570
- ## [26.7.1](https://github.com/Lundalogik/lime-elements/compare/v26.7.0...v26.7.1) (2020-02-21)
2571
-
2572
-
2573
- ### Bug Fixes
2574
-
2575
- * **input-field:** prevent changing number onwheel event ([1f93faa](https://github.com/Lundalogik/lime-elements/commit/1f93faaebe9b9fd05e38e8091277c6d0e0a25b4a))
2576
-
2577
- # [26.7.0](https://github.com/Lundalogik/lime-elements/compare/v26.6.0...v26.7.0) (2020-02-21)
2578
-
2579
-
2580
- ### Bug Fixes
2581
-
2582
- * **form-common:** choose title by title, name, first required field or the first nonempty string ([5ee4ebf](https://github.com/Lundalogik/lime-elements/commit/5ee4ebfaf2f6df481add4c8bc5221186e0de8cb1))
2583
-
2584
-
2585
- ### Features
2586
-
2587
- * **array-field-collapsible-item:** expand collapsible section when new item ([0eda04a](https://github.com/Lundalogik/lime-elements/commit/0eda04a1ae7d71aab81308cc0454f941c9bd3f60))
2588
-
2589
- # [26.6.0](https://github.com/Lundalogik/lime-elements/compare/v26.5.3...v26.6.0) (2020-02-18)
2590
-
2591
-
2592
- ### Bug Fixes
2593
-
2594
- * **dialog:** set dialog surface to 100% height ([3018d5b](https://github.com/Lundalogik/lime-elements/commit/3018d5b8ab5c83a0e7d20a0a236446d5b34f2079)), closes [#590](https://github.com/Lundalogik/lime-elements/issues/590)
2595
-
2596
-
2597
- ### Features
2598
-
2599
- * **input-field:** add support for textarea ([701e1b3](https://github.com/Lundalogik/lime-elements/commit/701e1b3f857b062c06debed828db6b4b464d6d0a))
2600
-
2601
- ## [26.5.3](https://github.com/Lundalogik/lime-elements/compare/v26.5.2...v26.5.3) (2020-02-18)
2602
-
2603
-
2604
- ### Bug Fixes
2605
-
2606
- * prevent multiple instances of docz ([736360b](https://github.com/Lundalogik/lime-elements/commit/736360b556068c1c931d1c9ec7cc10e754855a6a))
2607
-
2608
- ## [26.5.2](https://github.com/Lundalogik/lime-elements/compare/v26.5.1...v26.5.2) (2020-02-13)
2609
-
2610
-
2611
- ### Bug Fixes
2612
-
2613
- * **text-field:** show error icon ([5b00ae5](https://github.com/Lundalogik/lime-elements/commit/5b00ae521192af7e27b00521acc94e38a36a11ad))
2614
-
2615
- ## [26.5.1](https://github.com/Lundalogik/lime-elements/compare/v26.5.0...v26.5.1) (2020-02-06)
2616
-
2617
-
2618
- ### Bug Fixes
2619
-
2620
- * **form:** do not emit empty strings from input field ([45b4f3f](https://github.com/Lundalogik/lime-elements/commit/45b4f3f5817990b3e0ea7c2e3283359d56137045))
2621
- * **form:** set fields to invalid if they have initial invalid data ([2cc6a19](https://github.com/Lundalogik/lime-elements/commit/2cc6a19564136c4fa50dc6211d4a0e0b9458fba1))
2622
-
2623
- # [26.5.0](https://github.com/Lundalogik/lime-elements/compare/v26.4.1...v26.5.0) (2020-02-06)
2624
-
2625
-
2626
- ### Bug Fixes
2627
-
2628
- * **form:** set unique id in schema ([47c080f](https://github.com/Lundalogik/lime-elements/commit/47c080f86c74de132632ba26ba71295f3f717515))
2629
-
2630
-
2631
- ### Features
2632
-
2633
- * **form:** release form component ([0f988b3](https://github.com/Lundalogik/lime-elements/commit/0f988b3861e928f3fdcfeaa7cebc1d37afde8a31))
2634
-
2635
- ## [26.4.1](https://github.com/Lundalogik/lime-elements/compare/v26.4.0...v26.4.1) (2020-02-05)
2636
-
2637
-
2638
- ### Bug Fixes
2639
-
2640
- * **select:** show arrow in the dropdown ([04e701c](https://github.com/Lundalogik/lime-elements/commit/04e701c4c6f10c8fab1f1964f1fcd6d013d0770a))
2641
-
2642
- # [26.4.0](https://github.com/Lundalogik/lime-elements/compare/v26.3.0...v26.4.0) (2020-02-05)
2643
-
2644
-
2645
- ### Bug Fixes
2646
-
2647
- * **select:** adjust placement of floating label to match input-field component ([ec17e42](https://github.com/Lundalogik/lime-elements/commit/ec17e42f824a2de2c099b63d7daac87677723936))
2648
- * **select:** correct default selection, which was broken in v26.1.1 ([fd4dffc](https://github.com/Lundalogik/lime-elements/commit/fd4dffc017f83ac1f89f75bb773fb97c8e53ff61)), closes [#573](https://github.com/Lundalogik/lime-elements/issues/573)
2649
- * **select:** do not emit change event when component is mounted ([5fc1f19](https://github.com/Lundalogik/lime-elements/commit/5fc1f1959d84f682c915f986ada07a99a9a67d48)), closes [#574](https://github.com/Lundalogik/lime-elements/issues/574) [#573](https://github.com/Lundalogik/lime-elements/issues/573)
2650
- * **select:** fix `disabled` state that was broken in v26.1.1 ([c4e9dce](https://github.com/Lundalogik/lime-elements/commit/c4e9dce132bba04cb9387ec623ad3d131d62d313))
2651
-
2652
-
2653
- ### Features
2654
-
2655
- * **collapsible-section:** add support for actions in the header ([ddca821](https://github.com/Lundalogik/lime-elements/commit/ddca82191768636dfbe3789a5abe40e517054dcd))
2656
- * **collapsible-section:** background-color and padding can now be set using CSS variables ([b8d60cd](https://github.com/Lundalogik/lime-elements/commit/b8d60cd169f1be10bcff012676dde73e406e23d5)), closes [Lundalogik/crm-feature#968](https://github.com/Lundalogik/crm-feature/issues/968)
2657
- * **form:** add component for array items ([2c73e62](https://github.com/Lundalogik/lime-elements/commit/2c73e626ebbfc59536128788aa9cfd5737326e3b))
2658
- * **form:** add template for object fields ([ee8d9c3](https://github.com/Lundalogik/lime-elements/commit/ee8d9c3fd77cd643ad3aeec4a954b151f8aa2f54))
2659
- * **form:** set validation errors as helper text when invalid ([a5e5c28](https://github.com/Lundalogik/lime-elements/commit/a5e5c28bdd723cb7abfc9149621c66999027b881))
2660
-
2661
- # [26.3.0](https://github.com/Lundalogik/lime-elements/compare/v26.2.0...v26.3.0) (2020-01-27)
2662
-
2663
-
2664
- ### Bug Fixes
2665
-
2666
- * **form:** convert dates to strings in date-picker change handler ([d94f6cc](https://github.com/Lundalogik/lime-elements/commit/d94f6ccb3f052a4c79b8f193116da233aab95900))
2667
- * **form:** remove double titles and descriptions from form fields ([f446ce4](https://github.com/Lundalogik/lime-elements/commit/f446ce4defd21c55238fd573ccd681a1e4396e6d))
2668
- * **select:** adjust bottom margin ([a1067b9](https://github.com/Lundalogik/lime-elements/commit/a1067b9c622a6ccdbb54364c0cea16e1e39f715f))
2669
-
2670
-
2671
- ### Features
2672
-
2673
- * **form:** add validation event ([eb8add2](https://github.com/Lundalogik/lime-elements/commit/eb8add2442e5149d243ad90ef2f0aaf381f141f2))
2674
-
2675
- # [26.2.0](https://github.com/Lundalogik/lime-elements/compare/v26.1.1...v26.2.0) (2020-01-23)
2676
-
2677
-
2678
- ### Features
2679
-
2680
- * **checkbox:** add required property ([68f371d](https://github.com/Lundalogik/lime-elements/commit/68f371dfbbf5c085e2ab00ee6dacff9714221e66))
2681
- * **date-picker:** add helperText property ([5e47129](https://github.com/Lundalogik/lime-elements/commit/5e4712904573a4c95f2711f1df1699df58262838))
2682
- * **form:** add component for handling boolean values ([74d885f](https://github.com/Lundalogik/lime-elements/commit/74d885f50f7f75d5472a2b89ecc4711a9b160975))
2683
- * **form:** add component for handling date values ([cdd7d00](https://github.com/Lundalogik/lime-elements/commit/cdd7d0087251a61e3bddb00fdcabcf8ecffe59aa))
2684
- * **form:** add component for handling enum values ([6120929](https://github.com/Lundalogik/lime-elements/commit/6120929521ba96decc428dacc9a34c4f8e6520db))
2685
- * **form:** add component for handling text inputs ([317e654](https://github.com/Lundalogik/lime-elements/commit/317e654b4c065bb36661bd64622c610360f96a46))
2686
- * **input-field:** improve validation ([4afe197](https://github.com/Lundalogik/lime-elements/commit/4afe197141a3aa208689d3655d0a0b3d48268373))
2687
- * **select:** add helperText property ([8b3f26c](https://github.com/Lundalogik/lime-elements/commit/8b3f26c0ec223cb9f7e9299b1dc7d5f953667c92))
2688
-
2689
- ## [26.1.1](https://github.com/Lundalogik/lime-elements/compare/v26.1.0...v26.1.1) (2020-01-22)
2690
-
2691
-
2692
- ### Bug Fixes
2693
-
2694
- * **select:** make select work on mobile devices again ([4cf7a0e](https://github.com/Lundalogik/lime-elements/commit/4cf7a0e60a34745544397159b5507a2d7c0e6f1f))
2695
-
2696
- # [26.1.0](https://github.com/Lundalogik/lime-elements/compare/v26.0.3...v26.1.0) (2020-01-21)
2697
-
2698
-
2699
- ### Features
2700
-
2701
- * **form:** first basic version of form component (unreleased) ([409d20e](https://github.com/Lundalogik/lime-elements/commit/409d20e8ef68c8fc00da12650daba77c37065775))
2702
-
2703
- ## [26.0.3](https://github.com/Lundalogik/lime-elements/compare/v26.0.2...v26.0.3) (2020-01-09)
2704
-
2705
-
2706
- ### Bug Fixes
2707
-
2708
- * **select:** don't set focus on first item if null ([6b84454](https://github.com/Lundalogik/lime-elements/commit/6b84454b546adcbd36535ad426631d983377dccd))
2709
-
2710
- ## [26.0.2](https://github.com/Lundalogik/lime-elements/compare/v26.0.1...v26.0.2) (2019-12-19)
2711
-
2712
-
2713
- ### Bug Fixes
2714
-
2715
- * **list:** update template for single line list items ([15d7a9e](https://github.com/Lundalogik/lime-elements/commit/15d7a9e77f22e71b1bf3bec403db3d764fd4b0b7))
2716
-
2717
- ## [26.0.1](https://github.com/Lundalogik/lime-elements/compare/v26.0.0...v26.0.1) (2019-12-12)
2718
-
2719
-
2720
- ### Bug Fixes
2721
-
2722
- * **button:** update markup to satisfy changes in material 4.0.0 ([58dbb4d](https://github.com/Lundalogik/lime-elements/commit/58dbb4dddca31aefcac87d275268794188fb3c9e))
2723
- * **chip-set:** adjust top margin of label in input field ([7de29cc](https://github.com/Lundalogik/lime-elements/commit/7de29cc83dc58705e43657887472da4db7d242eb)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
2724
- * **chip-set:** update markup to satisfy changes in material 4.0.0 ([041dfcb](https://github.com/Lundalogik/lime-elements/commit/041dfcb6d126bb623d4637f095d2e46b68fae415)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
2725
- * **dialog:** set height of surface to 100% in fullscreen mode ([2d7b0a1](https://github.com/Lundalogik/lime-elements/commit/2d7b0a1abe5112abe3adf59833d8b08a5c64a7b8)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
2726
- * **list:** do not filter disabled list items ([b0bd2df](https://github.com/Lundalogik/lime-elements/commit/b0bd2dfb0ce706694630c028e7fe0e35e24cbc84)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
2727
- * **package:** update @limetech/material-components-web to version 2.3.1 ([1a724ee](https://github.com/Lundalogik/lime-elements/commit/1a724eec729f961352e7675fd2f3a34107cc603b))
2728
- * **package:** update @limetech/material-components-web to version 3.1.1 ([8d4bdcf](https://github.com/Lundalogik/lime-elements/commit/8d4bdcf4f3b49089c4aafb38d60c0d82e00365d3)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
2729
- * **package:** update @limetech/material-components-web to version 4.0.0 ([4d08006](https://github.com/Lundalogik/lime-elements/commit/4d08006ce28a976204a4bc7b0fedacecab7860e2))
2730
- * **select:** change should not fire when option is disabled ([90e8e0a](https://github.com/Lundalogik/lime-elements/commit/90e8e0acff885923a26d0f2824dc933204d1569a)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
2731
-
2732
- # [26.0.0](https://github.com/Lundalogik/lime-elements/compare/v25.2.0...v26.0.0) (2019-12-06)
2733
-
2734
-
2735
- ### Features
2736
-
2737
- * **grid:** set default row height to 2.5rem (40px) ([8c1a818](https://github.com/Lundalogik/lime-elements/commit/8c1a818137dcb9c545acd07ff10d2dff9a09cd86))
2738
-
2739
-
2740
- ### BREAKING CHANGES
2741
-
2742
- * **grid:** The default row height of the limel-grid component has been set to 2.5rem (40px).
2743
- The row height of any given instance of limel-grid can be set using the `--lime-grid-cell-height`
2744
- CSS variable.
2745
-
2746
- # [25.2.0](https://github.com/Lundalogik/lime-elements/compare/v25.1.1...v25.2.0) (2019-12-06)
2747
-
2748
-
2749
- ### Features
2750
-
2751
- * **dialog:** indicate scrollable content via a shadow ([0855358](https://github.com/Lundalogik/lime-elements/commit/08553588517eeceb298607c55f3a5e6dc1430642)), closes [#312](https://github.com/Lundalogik/lime-elements/issues/312)
2752
-
2753
- ## [25.1.1](https://github.com/Lundalogik/lime-elements/compare/v25.1.0...v25.1.1) (2019-12-03)
2754
-
2755
-
2756
- ### Bug Fixes
2757
-
2758
- * **dialog:** prevent header from shrinking due to large body ([d5707dd](https://github.com/Lundalogik/lime-elements/commit/d5707ddabf7a374bf6d48109fc43512d10307474))
2759
-
2760
- # [25.1.0](https://github.com/Lundalogik/lime-elements/compare/v25.0.0...v25.1.0) (2019-11-28)
2761
-
2762
-
2763
- ### Features
2764
-
2765
- * **input-field:** add support for a helper text next to the input field ([10ba5e5](https://github.com/Lundalogik/lime-elements/commit/10ba5e591de5d444555847a20971444015803e87))
2766
-
2767
- # [25.0.0](https://github.com/Lundalogik/lime-elements/compare/v24.6.2...v25.0.0) (2019-11-14)
2768
-
2769
-
2770
- ### Bug Fixes
2771
-
2772
- * **grid:** change default number of columns from 8 to 4 ([e40ce9a](https://github.com/Lundalogik/lime-elements/commit/e40ce9a0c4e0dcd61482284aba7f7ebce8f1aa38))
2773
- * **grid:** make sure the size of the grid is the same as the size of the `limel-grid` element ([b13be87](https://github.com/Lundalogik/lime-elements/commit/b13be878b78ab8a7977abe7acfc3cab1d3cf536c))
2774
- * **grid:** remove variable `--lime-grid-cell-width` ([b1b54de](https://github.com/Lundalogik/lime-elements/commit/b1b54defd294c8b25590086e11c8c8f9c7dafc22))
2775
- * **grid:** set `grid-auto-flow` to `row dense`, for better automatic layout if config is missing ([ade4f59](https://github.com/Lundalogik/lime-elements/commit/ade4f59f948e9e1aad05c26ff9d84c8a340cb229))
2776
-
2777
-
2778
- ### Features
2779
-
2780
- * **grid:** add variable `--lime-grid-gutter` with default of `16px`, for setting gutter width ([f88b968](https://github.com/Lundalogik/lime-elements/commit/f88b968226c7b0428de4ae3206db532db886fadc))
2781
- * **grid:** change default row height from 150px to 64px ([89648c2](https://github.com/Lundalogik/lime-elements/commit/89648c228fda09bef3af58989dcc41abb55ecffa))
2782
-
2783
-
2784
- ### BREAKING CHANGES
2785
-
2786
- * **grid:** The default row height for `limel-grid` has been changed from 150px to 64px.
2787
- * **grid:** The gutter width of limel-grid used to be hard-coded to 15px. The default value is
2788
- now 16px, but the value can be now be configured using the `--lime-grid-gutter` variable.
2789
- * **grid:** It is no longer possible to set a minimum column width. The column width is now
2790
- determined automatically from the width of the component, and the number of columns used.
2791
- * **grid:** The default number of columns for `limel-grid` has changed from `8` to `4`.
2792
-
2793
- ## [24.6.2](https://github.com/Lundalogik/lime-elements/compare/v24.6.1...v24.6.2) (2019-11-08)
2794
-
2795
-
2796
- ### Bug Fixes
2797
-
2798
- * **chip-set:** display correct size of trailing icon in Edge ([d8de6db](https://github.com/Lundalogik/lime-elements/commit/d8de6db98fd6a2679c605e8d465eeb4e80342708))
2799
- * **list:** display correct size of icon in Edge ([787a713](https://github.com/Lundalogik/lime-elements/commit/787a713d5cb60486a801722fdb3deaabac95ea3e))
2800
-
2801
- ## [24.6.1](https://github.com/Lundalogik/lime-elements/compare/v24.6.0...v24.6.1) (2019-10-30)
2802
-
2803
-
2804
- ### Bug Fixes
2805
-
2806
- * **chip-set:** correct chip layout for very long chip texts ([50df5ae](https://github.com/Lundalogik/lime-elements/commit/50df5ae91a2c1983980c6db490237e96c7fab3ec)), closes [#496](https://github.com/Lundalogik/lime-elements/issues/496)
2807
-
2808
- # [24.6.0](https://github.com/Lundalogik/lime-elements/compare/v24.5.1...v24.6.0) (2019-10-23)
2809
-
2810
-
2811
- ### Features
2812
-
2813
- * **picker:** no scroll in list when five or less items ([c129158](https://github.com/Lundalogik/lime-elements/commit/c1291586ef886ca57a6aa26f133688502d905a7c))
2814
-
2815
- ## [24.5.1](https://github.com/Lundalogik/lime-elements/compare/v24.5.0...v24.5.1) (2019-10-18)
2816
-
2817
-
2818
- ### Bug Fixes
2819
-
2820
- * **limel-select:** ellipsis when text overflow ([82d122c](https://github.com/Lundalogik/lime-elements/commit/82d122c))
2821
-
2822
- # [24.5.0](https://github.com/Lundalogik/lime-elements/compare/v24.4.0...v24.5.0) (2019-10-18)
2823
-
2824
-
2825
- ### Bug Fixes
2826
-
2827
- * **icon:** change `medium` size icon from 41x41px to 40x40px ([2c2f3a7](https://github.com/Lundalogik/lime-elements/commit/2c2f3a7))
2828
- * **list:** add divider-lines between list-items for two-line lists with badge icons ([818af98](https://github.com/Lundalogik/lime-elements/commit/818af98)), closes [#465](https://github.com/Lundalogik/lime-elements/issues/465)
2829
- * **list:** correct alignment of icon lists to match that of same size badge-icon list ([80cd931](https://github.com/Lundalogik/lime-elements/commit/80cd931))
2830
- * **list:** set icon color to a non-transparent grey, since our icons look bad with transparency ([f58c84a](https://github.com/Lundalogik/lime-elements/commit/f58c84a))
2831
- * **picker:** increase icon size in dropdown list (use new default size) ([5370dae](https://github.com/Lundalogik/lime-elements/commit/5370dae))
2832
-
2833
-
2834
- ### Features
2835
-
2836
- * **chip-set:** add option `maxItems` to prevent adding new chips to input chip-set ([0d4b8eb](https://github.com/Lundalogik/lime-elements/commit/0d4b8eb))
2837
- * **list:** change default size of icons and badge-icons from `medium` to `small` ([4204c37](https://github.com/Lundalogik/lime-elements/commit/4204c37))
2838
- * **list:** make icon color configurable ([7651920](https://github.com/Lundalogik/lime-elements/commit/7651920))
2839
- * **picker:** prevent text-input when picker is "full" ([b50dc65](https://github.com/Lundalogik/lime-elements/commit/b50dc65))
2840
-
2841
-
2842
- ### Performance Improvements
2843
-
2844
- * **list-renderer:** remove `.bind()` from template ([0972bde](https://github.com/Lundalogik/lime-elements/commit/0972bde))
2845
-
2846
- # [24.4.0](https://github.com/Lundalogik/lime-elements/compare/v24.3.0...v24.4.0) (2019-10-08)
2847
-
2848
-
2849
- ### Features
2850
-
2851
- * **chip-set:** the `setFocus` method now accepts an argument for emptying the input value ([961f52a](https://github.com/Lundalogik/lime-elements/commit/961f52a))
2852
- * **picker:** pressing escape in the dropdown empties and focuses the input ([6b06bb2](https://github.com/Lundalogik/lime-elements/commit/6b06bb2))
2853
-
2854
- # [24.3.0](https://github.com/Lundalogik/lime-elements/compare/v24.2.2...v24.3.0) (2019-10-08)
2855
-
2856
-
2857
- ### Bug Fixes
2858
-
2859
- * **chip-set:** remove extra empty space below chips when picker is very narrow (hide the input) ([4524d9c](https://github.com/Lundalogik/lime-elements/commit/4524d9c)), closes [#455](https://github.com/Lundalogik/lime-elements/issues/455)
2860
-
2861
-
2862
- ### Features
2863
-
2864
- * **chip-set:** add `readonly` option ([c156fa2](https://github.com/Lundalogik/lime-elements/commit/c156fa2))
2865
- * **picker:** add `readonly` option ([6e653e7](https://github.com/Lundalogik/lime-elements/commit/6e653e7)), closes [#429](https://github.com/Lundalogik/lime-elements/issues/429)
2866
- * **picker:** add css variables for controlling component background color ([369b673](https://github.com/Lundalogik/lime-elements/commit/369b673))
2867
-
2868
- ## [24.2.2](https://github.com/Lundalogik/lime-elements/compare/v24.2.1...v24.2.2) (2019-10-07)
2869
-
2870
-
2871
- ### Bug Fixes
2872
-
2873
- * **button:** fix issue where button might show both "loading" and "loading done" state ([0b529c3](https://github.com/Lundalogik/lime-elements/commit/0b529c3))
2874
-
2875
- ## [24.2.1](https://github.com/Lundalogik/lime-elements/compare/v24.2.0...v24.2.1) (2019-10-02)
2876
-
2877
-
2878
- ### Bug Fixes
2879
-
2880
- * **chip-set:** supplies its own x-icon, independent of icon-set used ([3b21e72](https://github.com/Lundalogik/lime-elements/commit/3b21e72))
2881
- * **snackbar:** supplies its own x-icon, independent of icon-set used ([9d36977](https://github.com/Lundalogik/lime-elements/commit/9d36977))
2882
-
2883
- # [24.2.0](https://github.com/Lundalogik/lime-elements/compare/v24.1.1...v24.2.0) (2019-10-02)
2884
-
2885
-
2886
- ### Features
2887
-
2888
- * **chip-set:** chips in input chip-set can be navigated by keyboard ([1710f58](https://github.com/Lundalogik/lime-elements/commit/1710f58))
2889
-
2890
- ## [24.1.1](https://github.com/Lundalogik/lime-elements/compare/v24.1.0...v24.1.1) (2019-09-30)
2891
-
2892
-
2893
- ### Bug Fixes
2894
-
2895
- * **dialog:** wait 100 ms after opening before dispatching resize event ([a430fc9](https://github.com/Lundalogik/lime-elements/commit/a430fc9))
2896
-
2897
- # [24.1.0](https://github.com/Lundalogik/lime-elements/compare/v24.0.2...v24.1.0) (2019-09-30)
2898
-
2899
-
2900
- ### Bug Fixes
2901
-
2902
- * **chip-set:** don't hide the input when not focused ([88bef4a](https://github.com/Lundalogik/lime-elements/commit/88bef4a))
2903
- * **chip-set:** fix incorrect required-behavior ([f2c27fc](https://github.com/Lundalogik/lime-elements/commit/f2c27fc))
2904
- * **chip-set:** improve keyboard navigation for input chip-sets ([81edd58](https://github.com/Lundalogik/lime-elements/commit/81edd58))
2905
- * **chip-set:** reflect the properties `required` and `searchLabel` to attributes ([9ffe38c](https://github.com/Lundalogik/lime-elements/commit/9ffe38c))
2906
- * **list:** correct tab-flow for list-items ([62e1e3d](https://github.com/Lundalogik/lime-elements/commit/62e1e3d))
2907
- * **picker:** fix focus and blur behavior ([3365f09](https://github.com/Lundalogik/lime-elements/commit/3365f09)), closes [#428](https://github.com/Lundalogik/lime-elements/issues/428)
2908
- * **picker:** improve keyboard-navigation ([280165b](https://github.com/Lundalogik/lime-elements/commit/280165b))
2909
-
2910
-
2911
- ### Features
2912
-
2913
- * **chip-set:** add option and method to let consumer control when input is emptied ([5d33ec5](https://github.com/Lundalogik/lime-elements/commit/5d33ec5))
2914
-
2915
- ## [24.0.2](https://github.com/Lundalogik/lime-elements/compare/v24.0.1...v24.0.2) (2019-09-24)
2916
-
2917
-
2918
- ### Bug Fixes
2919
-
2920
- * **chip-set:** adds margin to search label ([68870ac](https://github.com/Lundalogik/lime-elements/commit/68870ac))
2921
- * **chip-set:** reflect properties `type` and `label` to attribute ([69aa336](https://github.com/Lundalogik/lime-elements/commit/69aa336))
2922
-
2923
- ## [24.0.1](https://github.com/Lundalogik/lime-elements/compare/v24.0.0...v24.0.1) (2019-09-20)
2924
-
2925
-
2926
- ### Bug Fixes
2927
-
2928
- * **picker:** the `interact` event supplies a `ListItem<number | string>` instead of `ListItem<any>` ([6df40e5](https://github.com/Lundalogik/lime-elements/commit/6df40e5))
2929
-
2930
- # [24.0.0](https://github.com/Lundalogik/lime-elements/compare/v23.0.2...v24.0.0) (2019-09-18)
2931
-
2932
-
2933
- ### Bug Fixes
2934
-
2935
- * **picker:** remove leaking of internal implementation details through the `interact` event ([d4a3d11](https://github.com/Lundalogik/lime-elements/commit/d4a3d11))
2936
-
2937
-
2938
- ### BREAKING CHANGES
2939
-
2940
- * **picker:** The `interact` event used to supply a `Chip` used internally by limel-picker,
2941
- instead of the `ListItem` supplied to limel-picker by the consumer. This has now been fixed.
2942
- Implementations relying on the incorrect behavior will need to be updated.
2943
-
2944
- ## [23.0.2](https://github.com/Lundalogik/lime-elements/compare/v23.0.1...v23.0.2) (2019-09-16)
2945
-
2946
-
2947
- ### Bug Fixes
2948
-
2949
- * **chip set:** invalid state of required input chip-set not handled correctly ([c7dcbf1](https://github.com/Lundalogik/lime-elements/commit/c7dcbf1))
2950
- * **chip-set:** add required marker to input chip-set ([ae5a967](https://github.com/Lundalogik/lime-elements/commit/ae5a967))
2951
-
2952
- ## [23.0.1](https://github.com/Lundalogik/lime-elements/compare/v23.0.0...v23.0.1) (2019-09-13)
2953
-
2954
-
2955
- ### Bug Fixes
2956
-
2957
- * **select:** only emit one change event when selecting a value ([a7d4284](https://github.com/Lundalogik/lime-elements/commit/a7d4284))
2958
-
2959
- # [23.0.0](https://github.com/Lundalogik/lime-elements/compare/v22.6.1...v23.0.0) (2019-09-10)
2960
-
2961
-
2962
- ### Bug Fixes
2963
-
2964
- * **icon:** move icons to private repo and packages ([acb2c01](https://github.com/Lundalogik/lime-elements/commit/acb2c01))
2965
-
2966
-
2967
- ### BREAKING CHANGES
2968
-
2969
- * **icon:** The icon set previously delivered with lime-elements
2970
- has been removed. The icons will be provided by the Lime products
2971
- which use lime-elements. External consumers of lime-elements need to
2972
- supply their own icons. Please see the documentation for limel-icon
2973
- for more info.
2974
-
2975
- ## [22.6.1](https://github.com/Lundalogik/lime-elements/compare/v22.6.0...v22.6.1) (2019-09-05)
2976
-
2977
-
2978
- ### Bug Fixes
2979
-
2980
- * **chip-set:** add missing export of chip types ([8b13349](https://github.com/Lundalogik/lime-elements/commit/8b13349))
2981
- * **date-picker:** add missing export of date types ([58b7d9b](https://github.com/Lundalogik/lime-elements/commit/58b7d9b))
2982
- * **file:** add missing export of file types ([5837c46](https://github.com/Lundalogik/lime-elements/commit/5837c46))
2983
- * **list:** add missing export of list types ([a360e1f](https://github.com/Lundalogik/lime-elements/commit/a360e1f))
2984
-
2985
- # [22.6.0](https://github.com/Lundalogik/lime-elements/compare/v22.5.1...v22.6.0) (2019-09-04)
2986
-
2987
-
2988
- ### Bug Fixes
2989
-
2990
- * **select:** render select menu in document.body ([cc3f3f8](https://github.com/Lundalogik/lime-elements/commit/cc3f3f8)), closes [Lundalogik/crm-feature#839](https://github.com/Lundalogik/crm-feature/issues/839)
2991
- * **util/random-string:** make sure the string always begins with a letter, not a digit ([be69d87](https://github.com/Lundalogik/lime-elements/commit/be69d87))
2992
-
2993
-
2994
- ### Features
2995
-
2996
- * **menu-surface:** new menu-surface component ([1cbeb5d](https://github.com/Lundalogik/lime-elements/commit/1cbeb5d))
2997
- * **portal:** new component for rendering content within a different DOM node ([ad4cf42](https://github.com/Lundalogik/lime-elements/commit/ad4cf42))
2998
-
2999
- ## [22.5.1](https://github.com/Lundalogik/lime-elements/compare/v22.5.0...v22.5.1) (2019-09-04)
3000
-
3001
-
3002
- ### Bug Fixes
3003
-
3004
- * **slider:** fix background color for disabled slider ([2b1a890](https://github.com/Lundalogik/lime-elements/commit/2b1a890)), closes [#304](https://github.com/Lundalogik/lime-elements/issues/304)
3005
-
3006
- # [22.5.0](https://github.com/Lundalogik/lime-elements/compare/v22.4.0...v22.5.0) (2019-09-02)
3007
-
3008
-
3009
- ### Features
3010
-
3011
- * **picker:** add optional message for empty search result ([b4c5b4e](https://github.com/Lundalogik/lime-elements/commit/b4c5b4e)), closes [#307](https://github.com/Lundalogik/lime-elements/issues/307)
3012
-
3013
- # [22.4.0](https://github.com/Lundalogik/lime-elements/compare/v22.3.1...v22.4.0) (2019-08-27)
3014
-
3015
-
3016
- ### Bug Fixes
3017
-
3018
- * **picker:** makes icon size smaller in the list items ([4e9a9b5](https://github.com/Lundalogik/lime-elements/commit/4e9a9b5))
3019
-
3020
-
3021
- ### Features
3022
-
3023
- * **chip-set:** adds search label to input field when searching ([cf3d995](https://github.com/Lundalogik/lime-elements/commit/cf3d995))
3024
- * **picker:** adds support for displaying full list without cutting content ([e5f776f](https://github.com/Lundalogik/lime-elements/commit/e5f776f))
3025
-
3026
- ## [22.3.1](https://github.com/Lundalogik/lime-elements/compare/v22.3.0...v22.3.1) (2019-08-13)
3027
-
3028
-
3029
- ### Bug Fixes
3030
-
3031
- * **date-picker:** update date-picker when value is updated by the consumer ([5fe428e](https://github.com/Lundalogik/lime-elements/commit/5fe428e)), closes [Lundalogik/crm-feature#859](https://github.com/Lundalogik/crm-feature/issues/859)
3032
-
3033
- # [22.3.0](https://github.com/Lundalogik/lime-elements/compare/v22.2.1...v22.3.0) (2019-08-09)
3034
-
3035
-
3036
- ### Features
3037
-
3038
- * **limel-banner:** add component ([8955a69](https://github.com/Lundalogik/lime-elements/commit/8955a69))
3039
-
3040
- ## [22.2.1](https://github.com/Lundalogik/lime-elements/compare/v22.2.0...v22.2.1) (2019-06-27)
3041
-
3042
-
3043
- ### Bug Fixes
3044
-
3045
- * **readme:** trigger release of updated readme to npmjs.com ([1cf3192](https://github.com/Lundalogik/lime-elements/commit/1cf3192))
3046
-
3047
- # [22.2.0](https://github.com/Lundalogik/lime-elements/compare/v22.1.1...v22.2.0) (2019-06-26)
3048
-
3049
-
3050
- ### Features
3051
-
3052
- * open-source under Apache-2.0 license ([8064f12](https://github.com/Lundalogik/lime-elements/commit/8064f12)), closes [#369](https://github.com/Lundalogik/lime-elements/issues/369)
3053
-
3054
- ## [22.1.1](https://github.com/Lundalogik/lime-elements/compare/v22.1.0...v22.1.1) (2019-06-17)
3055
-
3056
-
3057
- ### Bug Fixes
3058
-
3059
- * **flatpickr:** switch to @limetech/flatpickr and update to v4.5.5 ([e61b756](https://github.com/Lundalogik/lime-elements/commit/e61b756))
3060
-
3061
- # [22.1.0](https://github.com/Lundalogik/lime-elements/compare/v22.0.2...v22.1.0) (2019-06-17)
3062
-
3063
-
3064
- ### Features
3065
-
3066
- * **list:** add property for setting size on icon ([3aeda65](https://github.com/Lundalogik/lime-elements/commit/3aeda65))
3067
- * **snackbar:** add dismissible property ([019f706](https://github.com/Lundalogik/lime-elements/commit/019f706))
3068
-
3069
- ## [22.0.2](https://github.com/Lundalogik/lime-elements/compare/v22.0.1...v22.0.2) (2019-06-13)
3070
-
3071
-
3072
- ### Bug Fixes
3073
-
3074
- * **limel-icon:** undefined icons are not loaded ([dcabf2c](https://github.com/Lundalogik/lime-elements/commit/dcabf2c))
3075
-
3076
- ## [22.0.1](https://github.com/Lundalogik/lime-elements/compare/v22.0.0...v22.0.1) (2019-06-12)
3077
-
3078
-
3079
- ### Bug Fixes
3080
-
3081
- * **stencil:** use the 1.X version of @stencil/sass ([2625616](https://github.com/Lundalogik/lime-elements/commit/2625616))
3082
-
3083
- # [22.0.0](https://github.com/Lundalogik/lime-elements/compare/v21.0.4...v22.0.0) (2019-06-12)
3084
-
3085
-
3086
- ### Build System
3087
-
3088
- * **package.json:** update @stencil/core ([097d81c](https://github.com/Lundalogik/lime-elements/commit/097d81c))
3089
-
3090
-
3091
- ### BREAKING CHANGES
3092
-
3093
- * **package.json:** **lime-elements** has been updated to use
3094
- Stencil One. This makes it incompatible with any components
3095
- built with older versions of Stencil. To upgrade to this
3096
- version of **lime-elements**, also upgrade your own code to
3097
- use Stencil One (v1.0.0 or later).
3098
-
3099
- ## [21.0.4](https://github.com/Lundalogik/lime-elements/compare/v21.0.3...v21.0.4) (2019-05-14)
3100
-
3101
-
3102
- ### Bug Fixes
3103
-
3104
- * **list:** remove black hover over list item with checkbox ([cbb4d34](https://github.com/Lundalogik/lime-elements/commit/cbb4d34)), closes [#364](https://github.com/Lundalogik/lime-elements/issues/364)
3105
-
3106
- ## [21.0.3](https://github.com/Lundalogik/lime-elements/compare/v21.0.2...v21.0.3) (2019-05-09)
3107
-
3108
-
3109
- ### Bug Fixes
3110
-
3111
- * **select:** increase z-index of scrim ([14e3b55](https://github.com/Lundalogik/lime-elements/commit/14e3b55))
3112
-
3113
- ## [21.0.2](https://github.com/Lundalogik/lime-elements/compare/v21.0.1...v21.0.2) (2019-05-08)
3114
-
3115
-
3116
- ### Bug Fixes
3117
-
3118
- * **select:** use correct color for the bottom line ([d40100f](https://github.com/Lundalogik/lime-elements/commit/d40100f))
3119
-
3120
- ## [21.0.1](https://github.com/Lundalogik/lime-elements/compare/v21.0.0...v21.0.1) (2019-04-30)
3121
-
3122
-
3123
- ### Bug Fixes
3124
-
3125
- * **dialog:** minor fixes ([468e3fc](https://github.com/Lundalogik/lime-elements/commit/468e3fc))
3126
-
3127
- # [21.0.0](https://github.com/Lundalogik/lime-elements/compare/v20.2.0...v21.0.0) (2019-04-25)
3128
-
3129
-
3130
- ### Features
3131
-
3132
- * **list:** adds list type property ([3b4d5fc](https://github.com/Lundalogik/lime-elements/commit/3b4d5fc)), closes [#133](https://github.com/Lundalogik/lime-elements/issues/133)
3133
- * **radio-button:** adds radio button to be used in lists ([99dfb71](https://github.com/Lundalogik/lime-elements/commit/99dfb71))
3134
-
3135
-
3136
- ### BREAKING CHANGES
3137
-
3138
- * **list:** Removes selectable and multiple properties and adds type property.
3139
- With the type property it's now also possible to have radio button lists.
3140
-
3141
- # [20.2.0](https://github.com/Lundalogik/lime-elements/compare/v20.1.1...v20.2.0) (2019-04-17)
3142
-
3143
-
3144
- ### Bug Fixes
3145
-
3146
- * **index.html:** add Roboto font ([d2a388b](https://github.com/Lundalogik/lime-elements/commit/d2a388b))
3147
-
3148
-
3149
- ### Features
3150
-
3151
- * **dialog:** add support for icon badge in header ([647d3fd](https://github.com/Lundalogik/lime-elements/commit/647d3fd)), closes [Lundalogik/crm-feature#698](https://github.com/Lundalogik/crm-feature/issues/698)
3152
-
3153
- ## [20.1.1](https://github.com/Lundalogik/lime-elements/compare/v20.1.0...v20.1.1) (2019-04-16)
3154
-
3155
-
3156
- ### Bug Fixes
3157
-
3158
- * **limel-file:** change event contains file ([4c51b40](https://github.com/Lundalogik/lime-elements/commit/4c51b40)), closes [#355](https://github.com/Lundalogik/lime-elements/issues/355)
3159
-
3160
- # [20.1.0](https://github.com/Lundalogik/lime-elements/compare/v20.0.1...v20.1.0) (2019-04-10)
3161
-
3162
-
3163
- ### Features
3164
-
3165
- * **limel-file:** add component ([3b3f57c](https://github.com/Lundalogik/lime-elements/commit/3b3f57c)), closes [#303](https://github.com/Lundalogik/lime-elements/issues/303)
3166
-
3167
- ## [20.0.1](https://github.com/Lundalogik/lime-elements/compare/v20.0.0...v20.0.1) (2019-04-08)
3168
-
3169
-
3170
- ### Bug Fixes
3171
-
3172
- * **material:** update code to work with material 1.1.0 ([e2006de](https://github.com/Lundalogik/lime-elements/commit/e2006de))
3173
-
3174
- # [20.0.0](https://github.com/Lundalogik/lime-elements/compare/v19.1.1...v20.0.0) (2019-04-05)
3175
-
3176
-
3177
- ### Bug Fixes
3178
-
3179
- * **list:** disabled items not handled correctly ([93a24cb](https://github.com/Lundalogik/lime-elements/commit/93a24cb))
3180
-
3181
-
3182
- ### Code Refactoring
3183
-
3184
- * **multi-select:** remove multi-select ([33fd282](https://github.com/Lundalogik/lime-elements/commit/33fd282)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203)
3185
-
3186
-
3187
- ### Features
3188
-
3189
- * **select:** add `required` property ([78be0a8](https://github.com/Lundalogik/lime-elements/commit/78be0a8)), closes [Lundalogik/lime-webclient#973](https://github.com/Lundalogik/lime-webclient/issues/973)
3190
- * **select:** add property for selecting multiple values ([1f7d193](https://github.com/Lundalogik/lime-elements/commit/1f7d193)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203)
3191
-
3192
-
3193
- ### BREAKING CHANGES
3194
-
3195
- * **multi-select:** multi-select component has been removed in favor of the select component that now
3196
- has a property called `multiple` that offers the same functionality in a better way
3197
-
3198
- ## [19.1.1](https://github.com/Lundalogik/lime-elements/compare/v19.1.0...v19.1.1) (2019-04-05)
3199
-
3200
-
3201
- ### Performance Improvements
3202
-
3203
- * **menu:** remove event listeners when component is destroyed ([3e7f71f](https://github.com/Lundalogik/lime-elements/commit/3e7f71f))
3204
-
3205
- # [19.1.0](https://github.com/Lundalogik/lime-elements/compare/v19.0.1...v19.1.0) (2019-03-29)
3206
-
3207
-
3208
- ### Features
3209
-
3210
- * **list:** improve list to handle multiple selection with checkboxes ([78ffd99](https://github.com/Lundalogik/lime-elements/commit/78ffd99))
3211
-
3212
- ## [19.0.1](https://github.com/Lundalogik/lime-elements/compare/v19.0.0...v19.0.1) (2019-03-29)
3213
-
3214
-
3215
- ### Performance Improvements
3216
-
3217
- * **mdc:** remove event listeners when components are destroyed ([f0d131a](https://github.com/Lundalogik/lime-elements/commit/f0d131a))
3218
-
3219
- # [19.0.0](https://github.com/Lundalogik/lime-elements/compare/v18.0.2...v19.0.0) (2019-03-29)
3220
-
3221
-
3222
- ### Bug Fixes
3223
-
3224
- * **chip set:** use icon badges ([898b247](https://github.com/Lundalogik/lime-elements/commit/898b247))
3225
-
3226
-
3227
- ### Features
3228
-
3229
- * **icon:** add `badge` attribute to limel-icon, and only add extra padding when true ([e4fa6a8](https://github.com/Lundalogik/lime-elements/commit/e4fa6a8))
3230
-
3231
-
3232
- ### BREAKING CHANGES
3233
-
3234
- * **icon:** Reverts breaking change to limel-icon from v17.0.0 (fd006f8).
3235
-
3236
- ## [18.0.2](https://github.com/Lundalogik/lime-elements/compare/v18.0.1...v18.0.2) (2019-03-28)
3237
-
3238
-
3239
- ### Performance Improvements
3240
-
3241
- * remove lamda and bind() from templates ([a048973](https://github.com/Lundalogik/lime-elements/commit/a048973)), closes [#346](https://github.com/Lundalogik/lime-elements/issues/346)
3242
-
3243
- ## [18.0.1](https://github.com/Lundalogik/lime-elements/compare/v18.0.0...v18.0.1) (2019-03-26)
3244
-
3245
-
3246
- ### Bug Fixes
3247
-
3248
- * **icon:** change box-sizing to border-box ([fb045e4](https://github.com/Lundalogik/lime-elements/commit/fb045e4))
3249
- * **spinner:** change box-sizing to border-box ([eff16bf](https://github.com/Lundalogik/lime-elements/commit/eff16bf))
3250
-
3251
- # [18.0.0](https://github.com/Lundalogik/lime-elements/compare/v17.0.0...v18.0.0) (2019-03-26)
3252
-
3253
-
3254
- ### Features
3255
-
3256
- * change definition of 1rem from 10px to 16px ([35b00e5](https://github.com/Lundalogik/lime-elements/commit/35b00e5)), closes [Lundalogik/crm-feature#813](https://github.com/Lundalogik/crm-feature/issues/813)
3257
-
3258
-
3259
- ### BREAKING CHANGES
3260
-
3261
- * All size values have been rescaled to assume 1rem=16px.
3262
-
3263
- # [17.0.0](https://github.com/Lundalogik/lime-elements/compare/v16.2.1...v17.0.0) (2019-03-21)
3264
-
3265
-
3266
- ### Bug Fixes
3267
-
3268
- * **color:** use correct color variable ([594eeb0](https://github.com/Lundalogik/lime-elements/commit/594eeb0))
3269
- * **icon:** define icon sizes ([eb706e7](https://github.com/Lundalogik/lime-elements/commit/eb706e7))
3270
- * **limel-multi-select:** stop internal change-events from propagating outside the component ([9b6a09a](https://github.com/Lundalogik/lime-elements/commit/9b6a09a))
3271
- * **limel-select:** stop internal change-events from propagating outside the component ([cbbade3](https://github.com/Lundalogik/lime-elements/commit/cbbade3))
3272
- * **picker:** added value generic property to list item ([e1e44b6](https://github.com/Lundalogik/lime-elements/commit/e1e44b6))
3273
- * **spinner:** define spinner sizes ([415065d](https://github.com/Lundalogik/lime-elements/commit/415065d))
3274
-
3275
-
3276
- ### Code Refactoring
3277
-
3278
- * **badge:** remove badge component ([8b81ef9](https://github.com/Lundalogik/lime-elements/commit/8b81ef9))
3279
- * **button group:** remove button group ([6df45df](https://github.com/Lundalogik/lime-elements/commit/6df45df))
3280
-
3281
-
3282
- ### Features
3283
-
3284
- * **flex container:** new flex container component ([e0a65ef](https://github.com/Lundalogik/lime-elements/commit/e0a65ef))
3285
- * **icon:** allow setting background color on icon ([fd006f8](https://github.com/Lundalogik/lime-elements/commit/fd006f8))
3286
-
3287
-
3288
- ### BREAKING CHANGES
3289
-
3290
- * **picker:** Removed the index signature from ListItem interface. Consumers of list items should
3291
- pass any custom values in the value property instead
3292
- * **button group:** Button group has been removed in favor of flex container, which offers the same
3293
- functionality with a cleaner API and is not constrained to only containing buttons
3294
- * **badge:** The badge component has been removed. Code that uses the badge component should use
3295
- the icon component instead, which offers the same functionality.
3296
-
3297
- ## [16.2.1](https://github.com/Lundalogik/lime-elements/compare/v16.2.0...v16.2.1) (2019-03-18)
3298
-
3299
-
3300
- ### Bug Fixes
3301
-
3302
- * **input field:** render icon correctly ([6517fcc](https://github.com/Lundalogik/lime-elements/commit/6517fcc))
3303
-
3304
- # [16.2.0](https://github.com/Lundalogik/lime-elements/compare/v16.1.3...v16.2.0) (2019-03-08)
3305
-
3306
-
3307
- ### Features
3308
-
3309
- * **checkbox:** adds checkbox component ([ebc9272](https://github.com/Lundalogik/lime-elements/commit/ebc9272))
3310
-
3311
- ## [16.1.3](https://github.com/Lundalogik/lime-elements/compare/v16.1.2...v16.1.3) (2019-03-08)
3312
-
3313
-
3314
- ### Bug Fixes
3315
-
3316
- * **limel-date-picker:** fix momentjs locale being set globally by datepicker ([307f8d6](https://github.com/Lundalogik/lime-elements/commit/307f8d6)), closes [#323](https://github.com/Lundalogik/lime-elements/issues/323)
3317
-
3318
- ## [16.1.2](https://github.com/Lundalogik/lime-elements/compare/v16.1.1...v16.1.2) (2019-03-08)
3319
-
3320
-
3321
- ### Bug Fixes
3322
-
3323
- * correct scss imports so we do not break consumer builds ([c9b4fe6](https://github.com/Lundalogik/lime-elements/commit/c9b4fe6)), closes [#329](https://github.com/Lundalogik/lime-elements/issues/329)
3324
-
3325
- ## [16.1.1](https://github.com/Lundalogik/lime-elements/compare/v16.1.0...v16.1.1) (2019-03-07)
3326
-
3327
-
3328
- ### Bug Fixes
3329
-
3330
- * **chip set:** stop input change event from propagating ([e2c7b32](https://github.com/Lundalogik/lime-elements/commit/e2c7b32))
3331
- * **picker:** fix focus handling of picker in edge ([2017784](https://github.com/Lundalogik/lime-elements/commit/2017784))
3332
-
3333
- # [16.1.0](https://github.com/Lundalogik/lime-elements/compare/v16.0.4...v16.1.0) (2019-03-07)
3334
-
3335
-
3336
- ### Features
3337
-
3338
- * **button:** add outlined button style ([26612a6](https://github.com/Lundalogik/lime-elements/commit/26612a6)), closes [#317](https://github.com/Lundalogik/lime-elements/issues/317)
3339
- * **button:** add support for icons on buttons ([37b2c5a](https://github.com/Lundalogik/lime-elements/commit/37b2c5a)), closes [#317](https://github.com/Lundalogik/lime-elements/issues/317)
3340
-
3341
- ## [16.0.4](https://github.com/Lundalogik/lime-elements/compare/v16.0.3...v16.0.4) (2019-03-05)
3342
-
3343
-
3344
- ### Bug Fixes
3345
-
3346
- * **chart:** remove exposed ChartJS interfaces ([0881b89](https://github.com/Lundalogik/lime-elements/commit/0881b89))
3347
-
3348
- ## [16.0.3](https://github.com/Lundalogik/lime-elements/compare/v16.0.2...v16.0.3) (2019-03-05)
3349
-
3350
-
3351
- ### Bug Fixes
3352
-
3353
- * **limel-date-picker:** don't format value for native pickers ([94be85f](https://github.com/Lundalogik/lime-elements/commit/94be85f))
3354
- * **limel-date-picker:** enable moving caret with keyboard ([dd49360](https://github.com/Lundalogik/lime-elements/commit/dd49360)), closes [#306](https://github.com/Lundalogik/lime-elements/issues/306)
3355
- * **limel-date-picker:** fix pickers broken on mobile ([5f17cd4](https://github.com/Lundalogik/lime-elements/commit/5f17cd4)), closes [#311](https://github.com/Lundalogik/lime-elements/issues/311)
3356
- * **limel-date-picker:** make sure week numbers are determined according to iso standard ([fd9dbf2](https://github.com/Lundalogik/lime-elements/commit/fd9dbf2))
3357
-
3358
-
3359
- ### Performance Improvements
3360
-
3361
- * **limel-date-picker:** on window resize, redraw picker instead of creating a new instance ([3327377](https://github.com/Lundalogik/lime-elements/commit/3327377))
3362
-
3363
- ## [16.0.2](https://github.com/Lundalogik/lime-elements/compare/v16.0.1...v16.0.2) (2019-02-26)
3364
-
3365
-
3366
- ### Bug Fixes
3367
-
3368
- * **limel-dialog:** open dialog on Microsoft Edge several times ([05c857f](https://github.com/Lundalogik/lime-elements/commit/05c857f)), closes [#314](https://github.com/Lundalogik/lime-elements/issues/314)
3369
-
3370
- ## [16.0.1](https://github.com/Lundalogik/lime-elements/compare/v16.0.0...v16.0.1) (2019-02-19)
3371
-
3372
-
3373
- ### Bug Fixes
3374
-
3375
- * **limel-date-picker:** change picker value when changing the input ([cf7dc60](https://github.com/Lundalogik/lime-elements/commit/cf7dc60)), closes [#297](https://github.com/Lundalogik/lime-elements/issues/297)
3376
-
3377
- # [16.0.0](https://github.com/Lundalogik/lime-elements/compare/v15.0.7...v16.0.0) (2019-02-18)
3378
-
3379
-
3380
- ### Features
3381
-
3382
- * **limel-chart:** add component ([62b2b2c](https://github.com/Lundalogik/lime-elements/commit/62b2b2c)), closes [#287](https://github.com/Lundalogik/lime-elements/issues/287)
3383
- * **limel-grid:** add new limel-grid component ([5572b6b](https://github.com/Lundalogik/lime-elements/commit/5572b6b)), closes [#289](https://github.com/Lundalogik/lime-elements/issues/289) [Lundalogik/crm-feature#758](https://github.com/Lundalogik/crm-feature/issues/758)
3384
-
3385
-
3386
- ### BREAKING CHANGES
3387
-
3388
- * **limel-grid:** The scss-mixin grid-fullscreen has been removed. It is replaced by the new
3389
- limel-grid component.
3390
-
3391
- ## [15.0.7](https://github.com/Lundalogik/lime-elements/compare/v15.0.6...v15.0.7) (2019-02-15)
3392
-
3393
-
3394
- ### Bug Fixes
3395
-
3396
- * **limel-date-picker:** keep formatted value in sync ([1444754](https://github.com/Lundalogik/lime-elements/commit/1444754)), closes [#295](https://github.com/Lundalogik/lime-elements/issues/295)
3397
-
3398
- ## [15.0.6](https://github.com/Lundalogik/lime-elements/compare/v15.0.5...v15.0.6) (2019-02-13)
3399
-
3400
-
3401
- ### Bug Fixes
3402
-
3403
- * **limel-dialog:** set focus trap on hidden input field ([263937b](https://github.com/Lundalogik/lime-elements/commit/263937b))
3404
-
3405
- ## [15.0.5](https://github.com/Lundalogik/lime-elements/compare/v15.0.4...v15.0.5) (2019-02-08)
3406
-
3407
-
3408
- ### Bug Fixes
3409
-
3410
- * snackbar listens to action event again ([2860213](https://github.com/Lundalogik/lime-elements/commit/2860213))
3411
-
3412
- ## [15.0.4](https://github.com/Lundalogik/lime-elements/compare/v15.0.3...v15.0.4) (2019-02-05)
3413
-
3414
-
3415
- ### Bug Fixes
3416
-
3417
- * **limel-multi-select:** fix label styles ([9a6af5d](https://github.com/Lundalogik/lime-elements/commit/9a6af5d))
3418
-
3419
- ## [15.0.3](https://github.com/Lundalogik/lime-elements/compare/v15.0.2...v15.0.3) (2019-02-05)
3420
-
3421
-
3422
- ### Bug Fixes
3423
-
3424
- * **limel-picker:** focus event: stop propagration when element removed ([805c674](https://github.com/Lundalogik/lime-elements/commit/805c674))
3425
-
3426
- ## [15.0.2](https://github.com/Lundalogik/lime-elements/compare/v15.0.1...v15.0.2) (2019-02-05)
3427
-
3428
-
3429
- ### Bug Fixes
3430
-
3431
- * **limel-multi-select:** use floating label styles ([fcdd9dd](https://github.com/Lundalogik/lime-elements/commit/fcdd9dd))
3432
- * **limel-slider:** use floating label styles ([4a5e469](https://github.com/Lundalogik/lime-elements/commit/4a5e469))
3433
-
3434
- ## [15.0.1](https://github.com/Lundalogik/lime-elements/compare/v15.0.0...v15.0.1) (2019-02-04)
3435
-
3436
-
3437
- ### Bug Fixes
3438
-
3439
- * **multi-select:** change color on multi-select radio buttons to a dark-grey color ([7c47810](https://github.com/Lundalogik/lime-elements/commit/7c47810)), closes [#254](https://github.com/Lundalogik/lime-elements/issues/254)
3440
- * **multi-select:** remove border-bottom styling ([9e79010](https://github.com/Lundalogik/lime-elements/commit/9e79010))
3441
- * **slider:** remove border-bottom styling ([791ca7f](https://github.com/Lundalogik/lime-elements/commit/791ca7f))
3442
-
3443
- # [15.0.0](https://github.com/Lundalogik/lime-elements/compare/v14.0.0...v15.0.0) (2019-02-01)
3444
-
3445
-
3446
- ### chore
3447
-
3448
- * **limel-autocomplete:** delete component ([8ef2ad2](https://github.com/Lundalogik/lime-elements/commit/8ef2ad2)), closes [#274](https://github.com/Lundalogik/lime-elements/issues/274)
3449
-
3450
-
3451
- ### Features
3452
-
3453
- * **limel-input-field:** add prop completions as suggestions value can autocomplete to ([0eddeae](https://github.com/Lundalogik/lime-elements/commit/0eddeae)), closes [#274](https://github.com/Lundalogik/lime-elements/issues/274)
3454
-
3455
-
3456
- ### BREAKING CHANGES
3457
-
3458
- * **limel-autocomplete:** limel-autocomplete is deleted, use limel-input-field with completions instead
3459
-
3460
- # [14.0.0](https://github.com/Lundalogik/lime-elements/compare/v13.4.0...v14.0.0) (2019-02-01)
3461
-
3462
-
3463
- ### Code Refactoring
3464
-
3465
- * **grid:** rename mixin `fullpage-grid` to `grid-fullpage` ([749dc3f](https://github.com/Lundalogik/lime-elements/commit/749dc3f))
3466
-
3467
-
3468
- ### BREAKING CHANGES
3469
-
3470
- * **grid:** In order to better accommodate other grid mixins in the future, the mixin
3471
- `fullpage-grid` has been renamed to `grid-fullpage`.
3472
-
3473
- # [13.4.0](https://github.com/Lundalogik/lime-elements/compare/v13.3.0...v13.4.0) (2019-01-31)
3474
-
3475
-
3476
- ### Features
3477
-
3478
- * **grid:** add scss mixin for fullpage-grid ([5b81baf](https://github.com/Lundalogik/lime-elements/commit/5b81baf)), closes [Lundalogik/crm-feature#709](https://github.com/Lundalogik/crm-feature/issues/709) [Lundalogik/crm-feature#710](https://github.com/Lundalogik/crm-feature/issues/710)
3479
-
3480
- # [13.3.0](https://github.com/Lundalogik/lime-elements/compare/v13.2.3...v13.3.0) (2019-01-30)
3481
-
3482
-
3483
- ### Bug Fixes
3484
-
3485
- * **limel-slider:** change pin color to white ([b83c585](https://github.com/Lundalogik/lime-elements/commit/b83c585)), closes [#252](https://github.com/Lundalogik/lime-elements/issues/252)
3486
-
3487
-
3488
- ### Features
3489
-
3490
- * **limel-slider:** define highlight color by variable ([07b687c](https://github.com/Lundalogik/lime-elements/commit/07b687c)), closes [#252](https://github.com/Lundalogik/lime-elements/issues/252)
3491
-
3492
- ## [13.2.3](https://github.com/Lundalogik/lime-elements/compare/v13.2.2...v13.2.3) (2019-01-29)
3493
-
3494
-
3495
- ### Bug Fixes
3496
-
3497
- * **limel-dialog:** possible to create fullsize dialog ([590f592](https://github.com/Lundalogik/lime-elements/commit/590f592))
3498
-
3499
- ## [13.2.2](https://github.com/Lundalogik/lime-elements/compare/v13.2.1...v13.2.2) (2019-01-28)
3500
-
3501
-
3502
- ### Bug Fixes
3503
-
3504
- * **limel-select:** add icon to select list ([d0dc5a9](https://github.com/Lundalogik/lime-elements/commit/d0dc5a9))
3505
-
3506
- ## [13.2.1](https://github.com/Lundalogik/lime-elements/compare/v13.2.0...v13.2.1) (2019-01-28)
3507
-
3508
-
3509
- ### Bug Fixes
3510
-
3511
- * **input-field:** floating label if value is set or field is focused ([85d4c0e](https://github.com/Lundalogik/lime-elements/commit/85d4c0e))
3512
-
3513
- # [13.2.0](https://github.com/Lundalogik/lime-elements/compare/v13.1.0...v13.2.0) (2019-01-25)
3514
-
3515
-
3516
- ### Features
3517
-
3518
- * **limel-badges:** allow badges ([161dfd4](https://github.com/Lundalogik/lime-elements/commit/161dfd4)), closes [Lundalogik/crm-feature#695](https://github.com/Lundalogik/crm-feature/issues/695)
3519
- * **limel-list:** overwrite material badge size in a list ([f825806](https://github.com/Lundalogik/lime-elements/commit/f825806)), closes [Lundalogik/crm-feature#695](https://github.com/Lundalogik/crm-feature/issues/695)
3520
-
3521
- # [13.1.0](https://github.com/Lundalogik/lime-elements/compare/v13.0.3...v13.1.0) (2019-01-25)
3522
-
3523
-
3524
- ### Bug Fixes
3525
-
3526
- * **limel-picker:** set chip-set id from listItem id if existing ([d260906](https://github.com/Lundalogik/lime-elements/commit/d260906)), closes [#256](https://github.com/Lundalogik/lime-elements/issues/256)
3527
-
3528
-
3529
- ### Features
3530
-
3531
- * **limel-picker:** add interact event ([2e191d1](https://github.com/Lundalogik/lime-elements/commit/2e191d1)), closes [#256](https://github.com/Lundalogik/lime-elements/issues/256)
3532
-
3533
- ## [13.0.3](https://github.com/Lundalogik/lime-elements/compare/v13.0.2...v13.0.3) (2019-01-25)
3534
-
3535
-
3536
- ### Bug Fixes
3537
-
3538
- * add border to multi-select ([5986223](https://github.com/Lundalogik/lime-elements/commit/5986223))
3539
- * add border to slider ([b4784f1](https://github.com/Lundalogik/lime-elements/commit/b4784f1))
3540
-
3541
- ## [13.0.2](https://github.com/Lundalogik/lime-elements/compare/v13.0.1...v13.0.2) (2019-01-25)
3542
-
3543
-
3544
- ### Bug Fixes
3545
-
3546
- * change border bottom color on input fields ([2981bc9](https://github.com/Lundalogik/lime-elements/commit/2981bc9))
3547
- * input field for limel-input is white ([beae022](https://github.com/Lundalogik/lime-elements/commit/beae022))
3548
- * input field for limel-picker is white ([1533a54](https://github.com/Lundalogik/lime-elements/commit/1533a54))
3549
- * input field for limel-select is white ([62c8f5c](https://github.com/Lundalogik/lime-elements/commit/62c8f5c))
3550
-
3551
- ## [13.0.1](https://github.com/Lundalogik/lime-elements/compare/v13.0.0...v13.0.1) (2019-01-25)
3552
-
3553
-
3554
- ### Bug Fixes
3555
-
3556
- * **picker:** improve performance for limel-picker ([7b01dac](https://github.com/Lundalogik/lime-elements/commit/7b01dac))
3557
-
3558
- # [13.0.0](https://github.com/Lundalogik/lime-elements/compare/v12.1.1...v13.0.0) (2019-01-21)
3559
-
3560
-
3561
- ### Bug Fixes
3562
-
3563
- * **collapsible-section:** header is set as a property ([f4074e4](https://github.com/Lundalogik/lime-elements/commit/f4074e4))
3564
-
3565
-
3566
- ### BREAKING CHANGES
3567
-
3568
- * **collapsible-section:** New interface for lime-collapsible-section
3569
-
3570
- ## [12.1.1](https://github.com/Lundalogik/lime-elements/compare/v12.1.0...v12.1.1) (2019-01-21)
3571
-
3572
-
3573
- ### Bug Fixes
3574
-
3575
- * **fonts:** change fontsizes ([478c608](https://github.com/Lundalogik/lime-elements/commit/478c608))
3576
-
3577
- # [12.1.0](https://github.com/Lundalogik/lime-elements/compare/v12.0.5...v12.1.0) (2019-01-17)
3578
-
3579
-
3580
- ### Features
3581
-
3582
- * **limel-dialog:** add closing event ([e98038f](https://github.com/Lundalogik/lime-elements/commit/e98038f)), closes [#244](https://github.com/Lundalogik/lime-elements/issues/244)
3583
-
3584
- ## [12.0.5](https://github.com/Lundalogik/lime-elements/compare/v12.0.4...v12.0.5) (2019-01-14)
3585
-
3586
-
3587
- ### Bug Fixes
3588
-
3589
- * **limel-date-picker:** fix language config for provided translations ([58722f2](https://github.com/Lundalogik/lime-elements/commit/58722f2)), closes [#241](https://github.com/Lundalogik/lime-elements/issues/241)
3590
-
3591
- ## [12.0.4](https://github.com/Lundalogik/lime-elements/compare/v12.0.3...v12.0.4) (2019-01-14)
3592
-
3593
-
3594
- ### Bug Fixes
3595
-
3596
- * **limel-date-picker:** translate based on language property ([15ee7b6](https://github.com/Lundalogik/lime-elements/commit/15ee7b6)), closes [#241](https://github.com/Lundalogik/lime-elements/issues/241)
3597
-
3598
- ## [12.0.3](https://github.com/Lundalogik/lime-elements/compare/v12.0.2...v12.0.3) (2019-01-11)
3599
-
3600
-
3601
- ### Bug Fixes
3602
-
3603
- * **limel-menu:** decrease size of text and icons ([fed8c31](https://github.com/Lundalogik/lime-elements/commit/fed8c31)), closes [Lundalogik/crm-feature#704](https://github.com/Lundalogik/crm-feature/issues/704) [#210](https://github.com/Lundalogik/lime-elements/issues/210)
3604
-
3605
- ## [12.0.2](https://github.com/Lundalogik/lime-elements/compare/v12.0.1...v12.0.2) (2019-01-10)
3606
-
3607
-
3608
- ### Bug Fixes
3609
-
3610
- * **docs:** fix issue with documentation being published at incorrect path ([5e16f72](https://github.com/Lundalogik/lime-elements/commit/5e16f72))
3611
-
3612
- ## [12.0.1](https://github.com/Lundalogik/lime-elements/compare/v12.0.0...v12.0.1) (2019-01-10)
3613
-
3614
-
3615
- ### Bug Fixes
3616
-
3617
- * **limel-date-picker:** format property overwrites default date format ([3e0f4dc](https://github.com/Lundalogik/lime-elements/commit/3e0f4dc)), closes [#237](https://github.com/Lundalogik/lime-elements/issues/237)
3618
-
3619
- # [12.0.0](https://github.com/Lundalogik/lime-elements/compare/v11.4.5...v12.0.0) (2019-01-10)
3620
-
3621
-
3622
- ### Bug Fixes
3623
-
3624
- * **limel-chip-set:** make method getEditMode async ([cee272f](https://github.com/Lundalogik/lime-elements/commit/cee272f))
3625
-
3626
-
3627
- ### BREAKING CHANGES
3628
-
3629
- * **limel-chip-set:** The method `getEditMode` on limel-chip-set is now async (it will return a promise).
3630
-
3631
- ## [11.4.5](https://github.com/Lundalogik/lime-elements/compare/v11.4.4...v11.4.5) (2019-01-03)
3632
-
3633
-
3634
- ### Bug Fixes
3635
-
3636
- * **limel-menu:** no word wrapping in menu items ([446a1be](https://github.com/Lundalogik/lime-elements/commit/446a1be)), closes [#230](https://github.com/Lundalogik/lime-elements/issues/230)
3637
-
3638
- ## [11.4.4](https://github.com/Lundalogik/lime-elements/compare/v11.4.3...v11.4.4) (2018-12-21)
3639
-
3640
-
3641
- ### Bug Fixes
3642
-
3643
- * **limel-date-picker:** fix width calculation if initially hidden ([d0f8de3](https://github.com/Lundalogik/lime-elements/commit/d0f8de3)), closes [#228](https://github.com/Lundalogik/lime-elements/issues/228)
3644
-
3645
- ## [11.4.3](https://github.com/Lundalogik/lime-elements/compare/v11.4.2...v11.4.3) (2018-12-19)
3646
-
3647
-
3648
- ### Bug Fixes
3649
-
3650
- * **install:** add postinstall.js to published files ([3e5a239](https://github.com/Lundalogik/lime-elements/commit/3e5a239))
3651
-
3652
- ## [11.4.2](https://github.com/Lundalogik/lime-elements/compare/v11.4.1...v11.4.2) (2018-12-18)
3653
-
3654
-
3655
- ### Bug Fixes
3656
-
3657
- * **build:** fix postinstall to check if files exist ([2093bfd](https://github.com/Lundalogik/lime-elements/commit/2093bfd))
3658
-
3659
- ## [11.4.1](https://github.com/Lundalogik/lime-elements/compare/v11.4.0...v11.4.1) (2018-12-18)
3660
-
3661
-
3662
- ### Bug Fixes
3663
-
3664
- * **limel-picker:** fix z-index in list by using mdc-menu-surface css ([83eb102](https://github.com/Lundalogik/lime-elements/commit/83eb102)), closes [#179](https://github.com/Lundalogik/lime-elements/issues/179)
3665
-
3666
- # [11.4.0](https://github.com/Lundalogik/lime-elements/compare/v11.3.0...v11.4.0) (2018-12-18)
3667
-
3668
-
3669
- ### Features
3670
-
3671
- * **date-picker:** implements date pickers ([86d73a4](https://github.com/Lundalogik/lime-elements/commit/86d73a4))
3672
- * **translations:** adds translations support ([fa400ce](https://github.com/Lundalogik/lime-elements/commit/fa400ce))
3673
-
3674
- # [11.3.0](https://github.com/Lundalogik/lime-elements/compare/v11.2.1...v11.3.0) (2018-12-17)
3675
-
3676
-
3677
- ### Bug Fixes
3678
-
3679
- * **picker:** show pre-selected items ([0a66848](https://github.com/Lundalogik/lime-elements/commit/0a66848))
3680
-
3681
-
3682
- ### Features
3683
-
3684
- * **limel-dialog:** add property closingActions incl. example ([fb14313](https://github.com/Lundalogik/lime-elements/commit/fb14313)), closes [#139](https://github.com/Lundalogik/lime-elements/issues/139)
3685
-
3686
- ## [11.2.1](https://github.com/Lundalogik/lime-elements/compare/v11.2.0...v11.2.1) (2018-12-03)
3687
-
3688
-
3689
- ### Bug Fixes
3690
-
3691
- * **chip-set:** add animation to input element ([ef0c717](https://github.com/Lundalogik/lime-elements/commit/ef0c717))
3692
-
3693
- # [11.2.0](https://github.com/Lundalogik/lime-elements/compare/v11.1.0...v11.2.0) (2018-11-29)
3694
-
3695
-
3696
- ### Features
3697
-
3698
- * **colors:** define properties for setting colors ([a6c1333](https://github.com/Lundalogik/lime-elements/commit/a6c1333))
3699
-
3700
- # [11.1.0](https://github.com/Lundalogik/lime-elements/compare/v11.0.0...v11.1.0) (2018-11-29)
3701
-
3702
-
3703
- ### Features
3704
-
3705
- * **chip-set:** allow setting background color when type is input ([7ba0fd3](https://github.com/Lundalogik/lime-elements/commit/7ba0fd3))
3706
- * **input-field:** allow setting background color of field ([c770fe2](https://github.com/Lundalogik/lime-elements/commit/c770fe2))
3707
- * **select:** allow setting background color of field ([c1e1375](https://github.com/Lundalogik/lime-elements/commit/c1e1375))
3708
-
3709
- # [11.0.0](https://github.com/Lundalogik/lime-elements/compare/v10.0.2...v11.0.0) (2018-11-26)
3710
-
3711
-
3712
- ### Bug Fixes
3713
-
3714
- * **input-field:** onChange with number input emits a number instead of string ([1047f25](https://github.com/Lundalogik/lime-elements/commit/1047f25))
3715
-
3716
-
3717
- ### chore
3718
-
3719
- * **icons:** move icons to base folder ([0b58309](https://github.com/Lundalogik/lime-elements/commit/0b58309))
3720
-
3721
-
3722
- ### Features
3723
-
3724
- * **text-field:** adds support for number formatting ([661f9c6](https://github.com/Lundalogik/lime-elements/commit/661f9c6))
3725
-
3726
-
3727
- ### BREAKING CHANGES
3728
-
3729
- * **icons:** Icons have been moved out from the folder structure and are all located in one folder instead
3730
- * **text-field:** Renames limel-text-field to limel-input-field.
3731
-
3732
- ## [10.0.2](https://github.com/Lundalogik/lime-elements/compare/v10.0.1...v10.0.2) (2018-11-22)
3733
-
3734
-
3735
- ### Bug Fixes
3736
-
3737
- * **limel-picker:** fix issue where suggestions might be shown even if the component is blurred ([54afe6b](https://github.com/Lundalogik/lime-elements/commit/54afe6b)), closes [#194](https://github.com/Lundalogik/lime-elements/issues/194) [Lundalogik/crm-feature#636](https://github.com/Lundalogik/crm-feature/issues/636)
3738
-
3739
- ## [10.0.1](https://github.com/Lundalogik/lime-elements/compare/v10.0.0...v10.0.1) (2018-11-20)
3740
-
3741
-
3742
- ### Bug Fixes
3743
-
3744
- * **picker:** set focus to text field when picker receives focus ([7abe7a2](https://github.com/Lundalogik/lime-elements/commit/7abe7a2))
3745
-
3746
- # [10.0.0](https://github.com/Lundalogik/lime-elements/compare/v9.9.0...v10.0.0) (2018-11-20)
3747
-
3748
-
3749
- ### Bug Fixes
3750
-
3751
- * **limel-chip-set:** change name of method `focus` to `setFocus` ([f849e8e](https://github.com/Lundalogik/lime-elements/commit/f849e8e))
3752
-
3753
-
3754
- ### BREAKING CHANGES
3755
-
3756
- * **limel-chip-set:** The method `focus()` on `limel-chip-set` has been renamed to `setFocus()`.
3757
-
3758
- # [9.9.0](https://github.com/Lundalogik/lime-elements/compare/v9.8.0...v9.9.0) (2018-11-19)
3759
-
3760
-
3761
- ### Features
3762
-
3763
- * **list:** support for icons ([eb1021f](https://github.com/Lundalogik/lime-elements/commit/eb1021f))
3764
- * **menu:** support for icons ([7eee825](https://github.com/Lundalogik/lime-elements/commit/7eee825))
3765
- * **picker:** support for icons ([ccda724](https://github.com/Lundalogik/lime-elements/commit/ccda724))
3766
-
3767
- # [9.8.0](https://github.com/Lundalogik/lime-elements/compare/v9.7.0...v9.8.0) (2018-11-15)
3768
-
3769
-
3770
- ### Features
3771
-
3772
- * **dialog:** allow size to be set through CSS variables ([fad7f1c](https://github.com/Lundalogik/lime-elements/commit/fad7f1c))
3773
-
3774
- # [9.7.0](https://github.com/Lundalogik/lime-elements/compare/v9.6.0...v9.7.0) (2018-11-15)
3775
-
3776
-
3777
- ### Features
3778
-
3779
- * **limel-slider:** add factor property ([a412f72](https://github.com/Lundalogik/lime-elements/commit/a412f72)), closes [#196](https://github.com/Lundalogik/lime-elements/issues/196)
3780
-
3781
- # [9.6.0](https://github.com/Lundalogik/lime-elements/compare/v9.5.0...v9.6.0) (2018-11-14)
3782
-
3783
-
3784
- ### Bug Fixes
3785
-
3786
- * **limel-collapsible-section:** call dispatchResizeEvent when section opened ([cc092fd](https://github.com/Lundalogik/lime-elements/commit/cc092fd)), closes [#192](https://github.com/Lundalogik/lime-elements/issues/192)
3787
-
3788
-
3789
- ### Features
3790
-
3791
- * **picker:** support for suggestions and searching for an empty value ([2e1a61c](https://github.com/Lundalogik/lime-elements/commit/2e1a61c))
3792
-
3793
- # [9.5.0](https://github.com/Lundalogik/lime-elements/compare/v9.4.0...v9.5.0) (2018-11-13)
3794
-
3795
-
3796
- ### Features
3797
-
3798
- * **limel-icon-button:** add method `relayout` that triggers re-layout of hover-highlight ([2808c53](https://github.com/Lundalogik/lime-elements/commit/2808c53))
3799
-
3800
- # [9.4.0](https://github.com/Lundalogik/lime-elements/compare/v9.3.0...v9.4.0) (2018-11-12)
3801
-
3802
-
3803
- ### Features
3804
-
3805
- * **limel-icon-button:** add component ([4423e20](https://github.com/Lundalogik/lime-elements/commit/4423e20)), closes [#186](https://github.com/Lundalogik/lime-elements/issues/186)
3806
-
3807
- # [9.3.0](https://github.com/Lundalogik/lime-elements.git/compare/v9.2.1...v9.3.0) (2018-11-05)
3808
-
3809
-
3810
- ### Bug Fixes
3811
-
3812
- * **chip-set:** clear text value on input blur ([ad87834](https://github.com/Lundalogik/lime-elements.git/commit/ad87834))
3813
- * **linear-progress:** set text-align inside progress bar to left ([a6ca6b6](https://github.com/Lundalogik/lime-elements.git/commit/a6ca6b6))
3814
- * **list:** update variable name ([cdb1fe1](https://github.com/Lundalogik/lime-elements.git/commit/cdb1fe1))
3815
-
3816
-
3817
- ### Features
3818
-
3819
- * **picker:** only allow unique values to be selected ([04da767](https://github.com/Lundalogik/lime-elements.git/commit/04da767))
3820
- * **picker:** set focus on chip set input when selecting from the picker ([06b9eec](https://github.com/Lundalogik/lime-elements.git/commit/06b9eec))
3821
- * **picker:** use chip set input in picker ([ceddc15](https://github.com/Lundalogik/lime-elements.git/commit/ceddc15))
3822
-
3823
- ## [9.2.1](https://github.com/Lundalogik/lime-elements.git/compare/v9.2.0...v9.2.1) (2018-11-01)
3824
-
3825
-
3826
- ### Bug Fixes
3827
-
3828
- * **limel-slider:** adjust disabled state to material style ([ad5e0d6](https://github.com/Lundalogik/lime-elements.git/commit/ad5e0d6)), closes [#154](https://github.com/Lundalogik/lime-elements.git/issues/154)
3829
-
3830
- # [9.2.0](https://github.com/Lundalogik/lime-elements.git/compare/v9.1.1...v9.2.0) (2018-10-30)
3831
-
3832
-
3833
- ### Features
3834
-
3835
- * **chip:** new chip-set component ([8a7ba66](https://github.com/Lundalogik/lime-elements.git/commit/8a7ba66))
3836
-
3837
- ## [9.1.1](https://github.com/Lundalogik/lime-elements/compare/v9.1.0...v9.1.1) (2018-10-29)
3838
-
3839
-
3840
- ### Bug Fixes
3841
-
3842
- * **icon:** reduces the gap between sizes to steps of 0.5 rem ([0b289c9](https://github.com/Lundalogik/lime-elements/commit/0b289c9))
3843
-
3844
- # [9.1.0](https://github.com/Lundalogik/lime-elements/compare/v9.0.2...v9.1.0) (2018-10-24)
3845
-
3846
-
3847
- ### Features
3848
-
3849
- * **badge:** new badge component ([a01e0e1](https://github.com/Lundalogik/lime-elements/commit/a01e0e1))
3850
- * **linear-progress:** add indeterminate prop ([19ac5df](https://github.com/Lundalogik/lime-elements/commit/19ac5df))
3851
- * **linear-progress:** add variable for setting background color ([fcf6cad](https://github.com/Lundalogik/lime-elements/commit/fcf6cad))
3852
-
3853
- ## [9.0.2](https://github.com/Lundalogik/lime-elements/compare/v9.0.1...v9.0.2) (2018-10-23)
3854
-
3855
-
3856
- ### Bug Fixes
3857
-
3858
- * **icon:** modify icon sizes ([2db4043](https://github.com/Lundalogik/lime-elements/commit/2db4043))
3859
- * **icon:** replace all black colors with current color ([4c38ce6](https://github.com/Lundalogik/lime-elements/commit/4c38ce6))
3860
-
3861
- ## [9.0.1](https://github.com/Lundalogik/lime-elements/compare/v9.0.0...v9.0.1) (2018-10-19)
3862
-
3863
-
3864
- ### Bug Fixes
3865
-
3866
- * **limel-dialog:** trigger resize-event after opening-animation has finished ([34ab9dc](https://github.com/Lundalogik/lime-elements/commit/34ab9dc)), closes [#153](https://github.com/Lundalogik/lime-elements/issues/153)
3867
-
3868
- # [9.0.0](https://github.com/Lundalogik/lime-elements/compare/v8.1.2...v9.0.0) (2018-10-17)
3869
-
3870
-
3871
- ### Bug Fixes
3872
-
3873
- * **limel-dialog:** fix broken markup and resulting styling of the header ([ff81efc](https://github.com/Lundalogik/lime-elements/commit/ff81efc))
3874
-
3875
-
3876
- ### BREAKING CHANGES
3877
-
3878
- * **limel-dialog:** The `header` slot has been replaced with the `heading` attribute.
3879
-
3880
- ## [8.1.2](https://github.com/Lundalogik/lime-elements/compare/v8.1.1...v8.1.2) (2018-10-16)
3881
-
3882
-
3883
- ### Bug Fixes
3884
-
3885
- * **collapsible-section:** remove unnecessary event dispatching ([068afd5](https://github.com/Lundalogik/lime-elements/commit/068afd5)), closes [#160](https://github.com/Lundalogik/lime-elements/issues/160)
3886
-
3887
- ## [8.1.1](https://github.com/Lundalogik/lime-elements/compare/v8.1.0...v8.1.1) (2018-10-16)
3888
-
3889
-
3890
- ### Bug Fixes
3891
-
3892
- * **dialog:** remove unnecessary event dispatching ([225d985](https://github.com/Lundalogik/lime-elements/commit/225d985)), closes [#159](https://github.com/Lundalogik/lime-elements/issues/159)
3893
-
3894
- # [8.1.0](https://github.com/Lundalogik/lime-elements/compare/v8.0.1...v8.1.0) (2018-10-15)
3895
-
3896
-
3897
- ### Features
3898
-
3899
- * **linear-progress:** new linear-progress component ([82ea96b](https://github.com/Lundalogik/lime-elements/commit/82ea96b))
3900
-
3901
- ## [8.0.1](https://github.com/Lundalogik/lime-elements/compare/v8.0.0...v8.0.1) (2018-10-12)
3902
-
3903
-
3904
- ### Bug Fixes
3905
-
3906
- * **limel-dialog:** make it possible to open the dialog again after clicking the scrim ([bcd2b6e](https://github.com/Lundalogik/lime-elements/commit/bcd2b6e)), closes [#150](https://github.com/Lundalogik/lime-elements/issues/150)
3907
-
3908
- # [8.0.0](https://github.com/Lundalogik/lime-elements/compare/v7.1.0...v8.0.0) (2018-10-11)
3909
-
3910
-
3911
- ### Bug Fixes
3912
-
3913
- * **limel-picker:** change the interface to accept a search-function which returns a promise ([0317d0f](https://github.com/Lundalogik/lime-elements/commit/0317d0f)), closes [#70](https://github.com/Lundalogik/lime-elements/issues/70)
3914
-
3915
-
3916
- ### BREAKING CHANGES
3917
-
3918
- * **limel-picker:** The `input` event has been removed. Instead, the picker should be supplied with a
3919
- searcher-function, that accepts a query string as argument, and returns a promise that is eventually
3920
- resolved with the search-result. As a result, the `items` property has also been removed, since
3921
- these are now supplied by the searcher instead.
3922
-
3923
- # [7.1.0](https://github.com/Lundalogik/lime-elements/compare/v7.0.0...v7.1.0) (2018-10-10)
3924
-
3925
-
3926
- ### Features
3927
-
3928
- * **limel-multi-select:** add multi-select component ([2dce502](https://github.com/Lundalogik/lime-elements/commit/2dce502))
3929
-
3930
- # [7.0.0](https://github.com/Lundalogik/lime-elements/compare/v6.1.1...v7.0.0) (2018-10-08)
3931
-
3932
-
3933
- ### Features
3934
-
3935
- * **limel-select:** change the `value` property from `string` to `Option` ([c8d2217](https://github.com/Lundalogik/lime-elements/commit/c8d2217)), closes [#129](https://github.com/Lundalogik/lime-elements/issues/129)
3936
-
3937
-
3938
- ### BREAKING CHANGES
3939
-
3940
- * **limel-select:** The type of the `value` property has been changed from `string` to `Option`. It now
3941
- holds the selected Option object, not just the `value` of the selected Option. An empty value,
3942
- previously represented by an empty string, is now represented by `null` instead.
3943
-
3944
- ## [6.1.1](https://github.com/Lundalogik/lime-elements/compare/v6.1.0...v6.1.1) (2018-10-05)
3945
-
3946
-
3947
- ### Bug Fixes
3948
-
3949
- * correct scss-imports to remove build-error in consuming plugins ([e57cdcf](https://github.com/Lundalogik/lime-elements/commit/e57cdcf))
3950
-
3951
- # [6.1.0](https://github.com/Lundalogik/lime-elements/compare/v6.0.0...v6.1.0) (2018-10-03)
3952
-
3953
-
3954
- ### Features
3955
-
3956
- * **limel-icon:** add limel-icon component ([e073c8d](https://github.com/Lundalogik/lime-elements/commit/e073c8d))
3957
-
3958
- # [6.0.0](https://github.com/Lundalogik/lime-elements/compare/v5.1.2...v6.0.0) (2018-10-03)
3959
-
3960
-
3961
- ### Bug Fixes
3962
-
3963
- * **limel-select:** set display:block on the custom-element ([0812743](https://github.com/Lundalogik/lime-elements/commit/0812743))
3964
-
3965
-
3966
- ### Features
3967
-
3968
- * move towards vanilla material styling ([a1ed101](https://github.com/Lundalogik/lime-elements/commit/a1ed101)), closes [#111](https://github.com/Lundalogik/lime-elements/issues/111)
3969
-
3970
-
3971
- ### BREAKING CHANGES
3972
-
3973
- * Visually, there are "breaking" changes. `limel-textfield` has a significantly
3974
- different look, which also affects all other components using limel-textfield: `limel-autocomplete`,
3975
- `limel-picker`. `limel-select` has received a similar update of visual style. The font has been
3976
- changed from Open Sans to Material's default Roboto.
3977
-
3978
- ## [5.1.2](https://github.com/Lundalogik/lime-elements/compare/v5.1.1...v5.1.2) (2018-10-02)
3979
-
3980
-
3981
- ### Bug Fixes
3982
-
3983
- * **limel-select:** update the value when the available options are changed ([ea8d31f](https://github.com/Lundalogik/lime-elements/commit/ea8d31f)), closes [#125](https://github.com/Lundalogik/lime-elements/issues/125)
3984
-
3985
- ## [5.1.1](https://github.com/Lundalogik/lime-elements/compare/v5.1.0...v5.1.1) (2018-09-27)
3986
-
3987
-
3988
- ### Bug Fixes
3989
-
3990
- * **limel-switch:** make switch update correctly when value is changed by consumer ([d4171b1](https://github.com/Lundalogik/lime-elements/commit/d4171b1)), closes [#121](https://github.com/Lundalogik/lime-elements/issues/121)
3991
-
3992
- # [5.1.0](https://github.com/Lundalogik/lime-elements/compare/v5.0.2...v5.1.0) (2018-09-26)
3993
-
3994
-
3995
- ### Features
3996
-
3997
- * **snackbar:** new snackbar component ([065e567](https://github.com/Lundalogik/lime-elements/commit/065e567))
3998
-
3999
- ## [5.0.2](https://github.com/Lundalogik/lime-elements/compare/v5.0.1...v5.0.2) (2018-09-24)
4000
-
4001
-
4002
- ### Bug Fixes
4003
-
4004
- * **limel-menu:** reflect label to attribute ([90bd45d](https://github.com/Lundalogik/lime-elements/commit/90bd45d))
4005
- * **limel-menu:** set aria-hidden attribute on menu to `false` when menu is open ([9d9a744](https://github.com/Lundalogik/lime-elements/commit/9d9a744))
4006
-
4007
- ## [5.0.1](https://github.com/Lundalogik/lime-elements/compare/v5.0.0...v5.0.1) (2018-09-24)
4008
-
4009
-
4010
- ### Bug Fixes
4011
-
4012
- * exclude .scss files from dist-package ([6e7fabd](https://github.com/Lundalogik/lime-elements/commit/6e7fabd))
4013
-
4014
- # [5.0.0](https://github.com/Lundalogik/lime-elements/compare/v4.0.1...v5.0.0) (2018-09-21)
4015
-
4016
-
4017
- ### Bug Fixes
4018
-
4019
- * export previously missing interfaces ([0de8850](https://github.com/Lundalogik/lime-elements/commit/0de8850))
4020
-
4021
-
4022
- ### Code Refactoring
4023
-
4024
- * **limel-select:** rename `IOption` to `Option` ([4d707e9](https://github.com/Lundalogik/lime-elements/commit/4d707e9))
4025
-
4026
-
4027
- ### BREAKING CHANGES
4028
-
4029
- * **limel-select:** The interface `IOption` has been renamed to `Option`. Before this release, the
4030
- interface was not correctly exported, so it is unlikely that any external consumers of
4031
- **lime-elements** actually have a breaking dependency on this interface.
4032
-
4033
- ## [4.0.1](https://github.com/Lundalogik/lime-elements/compare/v4.0.0...v4.0.1) (2018-09-21)
4034
-
4035
-
4036
- ### Bug Fixes
4037
-
4038
- * fix dependency on lime-material-components-web ([076e8f5](https://github.com/Lundalogik/lime-elements/commit/076e8f5))
4039
-
4040
- # [4.0.0](https://github.com/Lundalogik/lime-elements/compare/v3.6.1...v4.0.0) (2018-09-21)
4041
-
4042
-
4043
- ### Bug Fixes
4044
-
4045
- * **stencil:** release 3.6.1 was actually breaking and is replaced by this release ([272c5ca](https://github.com/Lundalogik/lime-elements/commit/272c5ca))
4046
-
4047
-
4048
- ### BREAKING CHANGES
4049
-
4050
- * **stencil:** When using **lime-elements** with **Angular** or other build system using
4051
- **Webpack**, replace the line `import { defineCustomElements } from 'lime-elements'` with `import {
4052
- defineCustomElements } from 'lime-elements/dist/loader'`. In **Angular**, this line is found in
4053
- `main.ts`.
4054
-
4055
- ## [3.6.1](https://github.com/Lundalogik/lime-elements/compare/v3.6.0...v3.6.1) (2018-09-17)
4056
-
4057
- ### BREAKING! 3.6.1 should have been a major release. It has been unpublished. Please downgrade to 3.6.0 or upgrade to 4.0.0.
4058
-
4059
- ### Bug Fixes
4060
-
4061
- * **limel-list:** fix component crashing when there are no elements in the list ([453dc34](https://github.com/Lundalogik/lime-elements/commit/453dc34))
4062
- * **limel-list:** set the default display value to `block` ([6431af3](https://github.com/Lundalogik/lime-elements/commit/6431af3))
4063
-
4064
- # [3.6.0](https://github.com/Lundalogik/lime-elements/compare/v3.5.0...v3.6.0) (2018-09-06)
4065
-
4066
-
4067
- ### Features
4068
-
4069
- * **limel-menu:** add menu component ([c35c676](https://github.com/Lundalogik/lime-elements/commit/c35c676)), closes [#71](https://github.com/Lundalogik/lime-elements/issues/71)
4070
-
4071
- # [3.5.0](https://github.com/Lundalogik/lime-elements/compare/v3.4.2...v3.5.0) (2018-09-06)
4072
-
4073
-
4074
- ### Features
4075
-
4076
- * **limel-text-field:** add property type to determine the inputs html-type ([245bf71](https://github.com/Lundalogik/lime-elements/commit/245bf71)), closes [#75](https://github.com/Lundalogik/lime-elements/issues/75)
4077
-
4078
- ## [3.4.2](https://github.com/Lundalogik/lime-elements/compare/v3.4.1...v3.4.2) (2018-09-06)
4079
-
4080
-
4081
- ### Bug Fixes
4082
-
4083
- * add an empty file to trigger a release for debugging-purposes ([6eb4135](https://github.com/Lundalogik/lime-elements/commit/6eb4135))
4084
- * **dummy:** no actual changes, this bump is only to have semantic-release create a changelog file ([c7f5b09](https://github.com/Lundalogik/lime-elements/commit/c7f5b09))
4085
-
4086
- ## [3.4.1](https://github.com/Lundalogik/lime-elements/compare/v3.4.0...v3.4.1) (2018-08-31)
4087
-
4088
-
4089
- ### Performance Improvements
4090
-
4091
- * **limel-dialog:** remove unnecessary state-decorator ([7dd2f15](https://github.com/Lundalogik/lime-elements/commit/7dd2f15))
4092
-
4093
- # [3.4.0](https://github.com/Lundalogik/lime-elements/compare/v3.3.2...v3.4.0) (2018-08-30)
4094
-
4095
-
4096
- ### Features
4097
-
4098
- * **limel-collapsible-section:** add collapsible section component ([3b29074](https://github.com/Lundalogik/lime-elements/commit/3b29074)), closes [#63](https://github.com/Lundalogik/lime-elements/issues/63)
4099
-
4100
- ## [3.3.1](https://github.com/Lundalogik/lime-elements/compare/v3.3.0...v3.3.1) (2018-08-30)
4101
-
4102
-
4103
- ### Performance Improvements
4104
-
4105
- * **less:** remove support for styling with LESS ([64f3540](https://github.com/Lundalogik/lime-elements/commit/64f3540))
4106
-
4107
- # [3.3.0](https://github.com/Lundalogik/lime-elements/compare/v3.2.1...v3.3.0) (2018-08-29)
4108
-
4109
-
4110
- ### Features
4111
-
4112
- * **stenciljs:** update stenciljs to v0.11.4 ([5ca4e18](https://github.com/Lundalogik/lime-elements/commit/5ca4e18)), closes [/github.com/ionic-team/stencil/blob/master/CHANGELOG.md#-0114-2018-08-12](https://github.com//github.com/ionic-team/stencil/blob/master/CHANGELOG.md/issues/-0114-2018-08-12)
4113
-
4114
- ## [3.2.1](https://github.com/Lundalogik/lime-elements/compare/v3.2.0...v3.2.1) (2018-08-23)
4115
-
4116
-
4117
- ### Bug Fixes
4118
-
4119
- * **limel-props:** fix issue with props sometimes not being parsed ([fbe2caa](https://github.com/Lundalogik/lime-elements/commit/fbe2caa))
4120
-
4121
- # [3.2.0](https://github.com/Lundalogik/lime-elements/compare/v3.1.0...v3.2.0) (2018-08-20)
4122
-
4123
-
4124
- ### Features
4125
-
4126
- * **limel-list:** add list component ([ca12cf3](https://github.com/Lundalogik/lime-elements/commit/ca12cf3))
4127
- * **limel-picker:** add limel-picker component ([2233d84](https://github.com/Lundalogik/lime-elements/commit/2233d84))
4128
- * **limel-text-field:** add support for trailing icon ([3ffe17f](https://github.com/Lundalogik/lime-elements/commit/3ffe17f))
4129
- * **util:** export constants for keycodes ([9d698b1](https://github.com/Lundalogik/lime-elements/commit/9d698b1))
4130
-
4131
- # [3.1.0](https://github.com/Lundalogik/lime-elements/compare/v3.0.1...v3.1.0) (2018-08-16)
4132
-
4133
-
4134
- ### Features
4135
-
4136
- * **limel-slider:** add slider component ([fb57234](https://github.com/Lundalogik/lime-elements/commit/fb57234))
4137
-
4138
- ## [3.0.1](https://github.com/Lundalogik/lime-elements/compare/v3.0.0...v3.0.1) (2018-08-08)
4139
-
4140
-
4141
- ### Bug Fixes
4142
-
4143
- * **limel-button:** make it possible to create button in loading state ([27d3c5f](https://github.com/Lundalogik/lime-elements/commit/27d3c5f)), closes [#52](https://github.com/Lundalogik/lime-elements/issues/52)
4144
-
4145
- # [3.0.0](https://github.com/Lundalogik/lime-elements/compare/v2.4.1...v3.0.0) (2018-08-08)
4146
-
4147
-
4148
- ### Bug Fixes
4149
-
4150
- * **limel-button:** make limel-button display as inline-block ([0699df3](https://github.com/Lundalogik/lime-elements/commit/0699df3))
4151
- * **limel-button-group:** change styling attributes to css class names ([67c7fb3](https://github.com/Lundalogik/lime-elements/commit/67c7fb3))
4152
-
4153
-
4154
- ### BREAKING CHANGES
4155
-
4156
- * **limel-button-group:** Adding the `reverse-order` attribute no longer has any effect.
4157
-
4158
- ## [2.4.1](https://github.com/Lundalogik/lime-elements/compare/v2.4.0...v2.4.1) (2018-08-07)
4159
-
4160
-
4161
- ### Bug Fixes
4162
-
4163
- * **limel-switch:** correct colour for disabled switch in `on` state ([5b6fe02](https://github.com/Lundalogik/lime-elements/commit/5b6fe02))
4164
-
4165
- # [2.4.0](https://github.com/Lundalogik/lime-elements/compare/v2.3.0...v2.4.0) (2018-08-06)
4166
-
4167
-
4168
- ### Features
4169
-
4170
- * **stencil:** stencil updated to version 0.11.0 ([2da2a38](https://github.com/Lundalogik/lime-elements/commit/2da2a38))
4171
-
4172
- # [2.3.0](https://github.com/Lundalogik/lime-elements/compare/v2.2.2...v2.3.0) (2018-08-06)
4173
-
4174
-
4175
- ### Bug Fixes
4176
-
4177
- * **limel-text-field:** fix label floating on init of empty text-field ([dcb937e](https://github.com/Lundalogik/lime-elements/commit/dcb937e))
4178
-
4179
-
4180
- ### Features
4181
-
4182
- * **limel-autocomplete:** add limel-autocomplete component ([14f1967](https://github.com/Lundalogik/lime-elements/commit/14f1967))
4183
-
4184
- ## [2.2.2](https://github.com/Lundalogik/lime-elements/compare/v2.2.1...v2.2.2) (2018-08-02)
4185
-
4186
-
4187
- ### Bug Fixes
4188
-
4189
- * **limel-button:** add reflectToAttr to primitive properties ([77f4f10](https://github.com/Lundalogik/lime-elements/commit/77f4f10))
4190
- * **limel-dialog:** add reflectToAttr to primitive property ([d65944b](https://github.com/Lundalogik/lime-elements/commit/d65944b))
4191
- * **limel-select:** add reflectToAttr to primitive properties ([61bce7c](https://github.com/Lundalogik/lime-elements/commit/61bce7c))
4192
- * **limel-switch:** add reflectToAttr to primitive properties ([06fc6b1](https://github.com/Lundalogik/lime-elements/commit/06fc6b1))
4193
- * **limel-text-field:** add reflectToAttr to primitive properties ([ef7e70f](https://github.com/Lundalogik/lime-elements/commit/ef7e70f))
4194
-
4195
- ## [2.2.1](https://github.com/Lundalogik/lime-elements/compare/v2.2.0...v2.2.1) (2018-07-09)
4196
-
4197
-
4198
- ### Bug Fixes
4199
-
4200
- * **limel-spinner:** fix the broken `hidden` attribute ([204faa5](https://github.com/Lundalogik/lime-elements/commit/204faa5)), closes [#26](https://github.com/Lundalogik/lime-elements/issues/26)
4201
- * **limel-spinner:** fix the broken `size` attribute ([1599466](https://github.com/Lundalogik/lime-elements/commit/1599466)), closes [#25](https://github.com/Lundalogik/lime-elements/issues/25)
4202
-
4203
- # [2.2.0](https://github.com/Lundalogik/lime-elements/compare/v2.1.0...v2.2.0) (2018-07-06)
4204
-
4205
-
4206
- ### Features
4207
-
4208
- * **limel-dialog:** add `limel-dialog` ([c6cf287](https://github.com/Lundalogik/lime-elements/commit/c6cf287))
4209
-
4210
- # [2.1.0](https://github.com/Lundalogik/lime-elements/compare/v2.0.0...v2.1.0) (2018-07-05)
4211
-
4212
-
4213
- ### Features
4214
-
4215
- * **limel-text-field:** add limel-text-field ([a99caba](https://github.com/Lundalogik/lime-elements/commit/a99caba))
4216
-
4217
- # [2.0.0](https://github.com/Lundalogik/lime-elements/compare/v1.4.2...v2.0.0) (2018-07-05)
4218
-
4219
-
4220
- ### Continuous Integration
4221
-
4222
- * **npm release:** update config for npm release ([7c44ef0](https://github.com/Lundalogik/lime-elements/commit/7c44ef0))
4223
-
4224
-
4225
- ### BREAKING CHANGES
4226
-
4227
- * **npm release:** All version 1.x releases are broken. There is no build output in the npm package
4228
- released.
4229
-
4230
- # [1.5.0](https://github.com/Lundalogik/lime-elements/compare/v1.4.2...v1.5.0) (2018-07-05)
4231
-
4232
-
4233
- ### Bug Fixes
4234
-
4235
- * **package.json:** update release config ([98e583e](https://github.com/Lundalogik/lime-elements/commit/98e583e))
4236
-
4237
-
4238
- ### Features
4239
-
4240
- * **test:** no real commit ([769bb49](https://github.com/Lundalogik/lime-elements/commit/769bb49))
4241
-
4242
- ## [1.4.2](https://github.com/Lundalogik/lime-elements/compare/v1.4.1...v1.4.2) (2018-07-05)
4243
-
4244
-
4245
- ### Bug Fixes
4246
-
4247
- * **limel-select:** make 'disabled' property on option optional ([3c71ddb](https://github.com/Lundalogik/lime-elements/commit/3c71ddb))
4248
-
4249
- ## [1.4.1](https://github.com/Lundalogik/lime-elements/compare/v1.4.0...v1.4.1) (2018-07-05)
4250
-
4251
-
4252
- ### Bug Fixes
4253
-
4254
- * **limel-button:** make onClick work again ([95a8e58](https://github.com/Lundalogik/lime-elements/commit/95a8e58))
4255
- * **limel-select:** update property declarations ([c91ae26](https://github.com/Lundalogik/lime-elements/commit/c91ae26))
4256
- * **limel-switch:** update property declarations ([1c30951](https://github.com/Lundalogik/lime-elements/commit/1c30951))
4257
-
4258
- # [1.4.0](https://github.com/Lundalogik/lime-elements/compare/v1.3.0...v1.4.0) (2018-06-29)
4259
-
4260
-
4261
- ### Features
4262
-
4263
- * **limel-select:** `limel-select` component added ([8f251b0](https://github.com/Lundalogik/lime-elements/commit/8f251b0))
4264
-
4265
- # [1.3.0](https://github.com/Lundalogik/lime-elements/compare/v1.2.0...v1.3.0) (2018-06-29)
4266
-
4267
-
4268
- ### Features
4269
-
4270
- * **limel-switch:** `limel-switch` component added ([99ecb6b](https://github.com/Lundalogik/lime-elements/commit/99ecb6b))
4271
-
4272
- # [1.2.0](https://github.com/Lundalogik/lime-elements/compare/v1.1.0...v1.2.0) (2018-06-28)
4273
-
4274
-
4275
- ### Features
4276
-
4277
- * **CI:** dummy minor bump ([65d1b9b](https://github.com/Lundalogik/lime-elements/commit/65d1b9b))
4278
- * **CI:** dummy minor bump plus debug flag ([250116b](https://github.com/Lundalogik/lime-elements/commit/250116b))
4279
-
4280
- # [1.1.0](https://github.com/Lundalogik/lime-elements/compare/v1.0.0...v1.1.0) (2018-06-27)
4281
-
4282
-
4283
- ### Bug Fixes
4284
-
4285
- * **CI:** Debug flag removed ([d8185b1](https://github.com/Lundalogik/lime-elements/commit/d8185b1))
4286
- * **semantic-release:** Fixes bug in Makefile ([4faf38a](https://github.com/Lundalogik/lime-elements/commit/4faf38a))
4287
- * **semantic-release:** Fixes for npm publish ([feaca62](https://github.com/Lundalogik/lime-elements/commit/feaca62))
4288
- * **semantic-release:** Pass env-vars to container ([9343c36](https://github.com/Lundalogik/lime-elements/commit/9343c36))
4289
-
4290
-
4291
- ### Features
4292
-
4293
- * **README:** Improve readme ([7aced71](https://github.com/Lundalogik/lime-elements/commit/7aced71))