@limetech/lime-web-components 5.23.1 → 5.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,2111 @@
1
+ ## [5.24.0](https://github.com/Lundalogik/lime-web-components/compare/v5.23.1...v5.24.0) (2024-01-18)
2
+
3
+
4
+ ### Features
5
+
6
+
7
+ * **view:** add registry for view factories ([a7a00cb](https://github.com/Lundalogik/lime-web-components/commit/a7a00cb1f5807786d81bfc2d30b8f5c384f2ac6c)), closes [Lundalogik/crm-feature#3866](https://github.com/Lundalogik/crm-feature/issues/3866)
8
+
9
+ ### [5.23.1](https://github.com/Lundalogik/lime-web-components/compare/v5.23.0...v5.23.1) (2023-12-13)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **limeobject:** change type of filter for AggregateProperty ([f170916](https://github.com/Lundalogik/lime-web-components/commit/f170916edcb6e75dc43c1d71e553d413d594785e)), closes [Lundalogik/crm-feature#3720](https://github.com/Lundalogik/crm-feature/issues/3720)
15
+
16
+ ## [5.23.0](https://github.com/Lundalogik/lime-web-components/compare/v5.22.0...v5.23.0) (2023-11-28)
17
+
18
+
19
+ ### Features
20
+
21
+ * **limeobject:** add load options when loading a single object ([04deee1](https://github.com/Lundalogik/lime-web-components/commit/04deee1d99d8e6c0f6948b6e34bf95666c630346))
22
+ * **limeobject:** add option to specify properties when loading objects ([0314fd2](https://github.com/Lundalogik/lime-web-components/commit/0314fd2d734bb9ac4a143cdc5f59a60faf5b46c7))
23
+
24
+ ## [5.22.0](https://github.com/Lundalogik/lime-web-components/compare/v5.21.0...v5.22.0) (2023-10-27)
25
+
26
+
27
+ ### Features
28
+
29
+ * **commandbus:** make `CommandIdentifier` generic ([9d1404e](https://github.com/Lundalogik/lime-web-components/commit/9d1404ebefef7e4a1d4456c9640022536386881d))
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **commandbus:** make filter required on bulk command ([11ae676](https://github.com/Lundalogik/lime-web-components/commit/11ae67665f133331bf204c52183d87e492d4f966))
35
+
36
+ ## [5.21.0](https://github.com/Lundalogik/lime-web-components/compare/v5.20.0...v5.21.0) (2023-10-25)
37
+
38
+
39
+ ### Features
40
+
41
+ * **datetimeformatter:** add parse method ([c8fd468](https://github.com/Lundalogik/lime-web-components/commit/c8fd468694a931756c87b4e1b0c83f7660b81fc6))
42
+
43
+ ## [5.20.0](https://github.com/Lundalogik/lime-web-components/compare/v5.19.0...v5.20.0) (2023-10-23)
44
+
45
+
46
+ ### Features
47
+
48
+ * **action:** add types for actions ([43da992](https://github.com/Lundalogik/lime-web-components/commit/43da992422616f66268f16d0786e48a3873615e9))
49
+ * **commandbus:** add command types ([1a3f34c](https://github.com/Lundalogik/lime-web-components/commit/1a3f34c1999544176352851a6252828e706c1476))
50
+ * **conditions:** add action condition ([caaf721](https://github.com/Lundalogik/lime-web-components/commit/caaf7219d88561079840aaf1fa07cb0faf8168b2))
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **conditions:** make params optional ([e726962](https://github.com/Lundalogik/lime-web-components/commit/e726962288f7ceb27f8d438a49564ab4f75af508))
56
+
57
+ ## [5.19.0](https://github.com/Lundalogik/lime-web-components/compare/v5.18.0...v5.19.0) (2023-10-23)
58
+
59
+
60
+ ### Features
61
+
62
+ * **registry:** add optional `titleChanged` event to route components ([ccc7de4](https://github.com/Lundalogik/lime-web-components/commit/ccc7de47b824bd771217f05e21f8de3217e2abd0))
63
+
64
+ ## [5.18.0](https://github.com/Lundalogik/lime-web-components/compare/v5.17.0...v5.18.0) (2023-10-19)
65
+
66
+
67
+ ### Features
68
+
69
+ * **testing:** add test todo for default todo action testing ([7eaa340](https://github.com/Lundalogik/lime-web-components/commit/7eaa340a21173c6951b7a043b75dd4783f814960))
70
+
71
+ ## [5.17.0](https://github.com/Lundalogik/lime-web-components/compare/v5.16.0...v5.17.0) (2023-10-16)
72
+
73
+
74
+ ### Features
75
+
76
+ * **application:** add language getter ([0e8be61](https://github.com/Lundalogik/lime-web-components/commit/0e8be6115a826f7f49f5be2871aeac65381d539d))
77
+
78
+ ## [5.16.0](https://github.com/Lundalogik/lime-web-components/compare/v5.15.0...v5.16.0) (2023-10-03)
79
+
80
+
81
+ ### Features
82
+
83
+ * **conditionregistry:** add LimeObjectCondition type ([fe295ac](https://github.com/Lundalogik/lime-web-components/commit/fe295acb7ee77a3774d6adc664ee27109483609c))
84
+
85
+ ## [5.15.0](https://github.com/Lundalogik/lime-web-components/compare/v5.14.0...v5.15.0) (2023-09-15)
86
+
87
+
88
+ ### Features
89
+
90
+ * **platform-service:** add condition service ([9f4ee1f](https://github.com/Lundalogik/lime-web-components/commit/9f4ee1fd55cae2de3b022abeb94438c023934305))
91
+
92
+ ## [5.14.0](https://github.com/Lundalogik/lime-web-components/compare/v5.13.0...v5.14.0) (2023-09-11)
93
+
94
+
95
+ ### Features
96
+
97
+ * **application:** add new interface for the application state repository ([e74a139](https://github.com/Lundalogik/lime-web-components/commit/e74a1395965c52d3d8e86f47794c0a405d439d84))
98
+ * **config:** add method for setting a config ([3b397d6](https://github.com/Lundalogik/lime-web-components/commit/3b397d6f18ae342a02e5e50d4ae0629a7f4dee14))
99
+ * **limeobject:** add new methods for getting objects already loaded in the state ([2698dd0](https://github.com/Lundalogik/lime-web-components/commit/2698dd0fa4c9abe66d027b51d009cf1c7c711189))
100
+ * **limeobject:** add property for auto attach relation to dialog command ([767038f](https://github.com/Lundalogik/lime-web-components/commit/767038f48c2e19f850f7838abb37f64ce07c60b6))
101
+ * **limetype:** add new interface for the limetype repository ([855b7c2](https://github.com/Lundalogik/lime-web-components/commit/855b7c24d23ab3223b52d9dcd04fb6462277426f))
102
+
103
+
104
+ ### Bug Fixes
105
+
106
+ * **core:** add missing arguments to callback function ([8b917c0](https://github.com/Lundalogik/lime-web-components/commit/8b917c050956bdffe54ebbef9b41b3b8c3d52b40))
107
+
108
+ ## [5.13.0](https://github.com/Lundalogik/lime-web-components/compare/v5.12.0...v5.13.0) (2023-07-07)
109
+
110
+
111
+ ### Features
112
+
113
+ * **platform:** add method for checking feature switches ([c4aed96](https://github.com/Lundalogik/lime-web-components/commit/c4aed96770ad2e2dea6af06d3b64f3b0c9d0c5b1)), closes [Lundalogik/crm-feature#3511](https://github.com/Lundalogik/crm-feature/issues/3511)
114
+
115
+ ## [5.12.0](https://github.com/Lundalogik/lime-web-components/compare/v5.11.0...v5.12.0) (2023-05-17)
116
+
117
+
118
+ ### Features
119
+
120
+ * **commandbus:** add `Symbol.hasInstance` to commands ([75dca7a](https://github.com/Lundalogik/lime-web-components/commit/75dca7ad09457aed572cacd7b73859609995e20a))
121
+
122
+ ## [5.11.0](https://github.com/Lundalogik/lime-web-components/compare/v5.10.0...v5.11.0) (2023-05-05)
123
+
124
+
125
+ ### Features
126
+
127
+ * **create-lime-object-dialog-command:** add optional subtitle ([6dd8b4b](https://github.com/Lundalogik/lime-web-components/commit/6dd8b4bc20e0ef74979e71913520413628d079e3))
128
+
129
+ ## [5.10.0](https://github.com/Lundalogik/lime-web-components/compare/v5.9.0...v5.10.0) (2023-05-04)
130
+
131
+
132
+ ### Features
133
+
134
+ * **save-lime-object-command:** add optional save label ([c8feb68](https://github.com/Lundalogik/lime-web-components/commit/c8feb686124611c53875efce07ec42833caa5ca3))
135
+
136
+ ## [5.9.0](https://github.com/Lundalogik/lime-web-components/compare/v5.8.0...v5.9.0) (2023-04-28)
137
+
138
+
139
+ ### Features
140
+
141
+ * **limeobject:** add "saveCommand" on create limeobject dialog command ([0541b5c](https://github.com/Lundalogik/lime-web-components/commit/0541b5c0a769d1e2dd8f54fcd96aedb0f4902519))
142
+
143
+ ## [5.8.0](https://github.com/Lundalogik/lime-web-components/compare/v5.7.0...v5.8.0) (2023-04-25)
144
+
145
+
146
+ ### Features
147
+
148
+ * **datetimeformatter:** add option for relative date formatting ([2417d60](https://github.com/Lundalogik/lime-web-components/commit/2417d60d288f3e8445efc496a3a56566a153abdd))
149
+
150
+ ## [5.7.0](https://github.com/Lundalogik/lime-web-components/compare/v5.6.0...v5.7.0) (2023-04-21)
151
+
152
+
153
+ ### Features
154
+
155
+ * **limeobject:** deprecate multiple relations on bulk create command ([b2e9081](https://github.com/Lundalogik/lime-web-components/commit/b2e908135beed321bba98d20b4c2b49d1df58a2e))
156
+
157
+ ## [5.6.0](https://github.com/Lundalogik/lime-web-components/compare/v5.5.0...v5.6.0) (2023-03-31)
158
+
159
+
160
+ ### Features
161
+
162
+ * **platform:** add a new type LimeCRMWebAdminClient to the platform ([d3a7234](https://github.com/Lundalogik/lime-web-components/commit/d3a723421e6a5db3f825726cdc6799b14b7215e6))
163
+
164
+ ## [5.5.0](https://github.com/Lundalogik/lime-web-components/compare/v5.4.0...v5.5.0) (2023-02-20)
165
+
166
+
167
+ ### Features
168
+
169
+ * **datetimeformatter:** add hourCycle to DateTimeFormatterOptions interface ([855fa02](https://github.com/Lundalogik/lime-web-components/commit/855fa02445d3cca9278f9e280f9d5786f33ddbc0))
170
+
171
+ ## [5.4.0](https://github.com/Lundalogik/lime-web-components/compare/v5.3.0...v5.4.0) (2023-02-07)
172
+
173
+
174
+ ### Features
175
+
176
+ * **testing:** add `getDateTimeFormatter()` returning a fixture for `DateTimeFormatter` ([2b16cb0](https://github.com/Lundalogik/lime-web-components/commit/2b16cb096195c4c9fbf655713e2c2b57bd920a20))
177
+ * **testing:** add `getTranslator()` returning a fixture for `Translator` ([c570e45](https://github.com/Lundalogik/lime-web-components/commit/c570e45240d8e0b373f9efa1980d4f1910ca750f))
178
+
179
+ ## [5.3.0](https://github.com/Lundalogik/lime-web-components/compare/v5.2.1...v5.3.0) (2023-02-02)
180
+
181
+
182
+ ### Features
183
+
184
+ * **datetimeformatter:** add new interface `DateTimeFormatter` ([74ada16](https://github.com/Lundalogik/lime-web-components/commit/74ada16953d8670c672c00acd48a11f47cc68080))
185
+
186
+ ### [5.2.1](https://github.com/Lundalogik/lime-web-components/compare/v5.2.0...v5.2.1) (2023-01-25)
187
+
188
+
189
+ ### Bug Fixes
190
+
191
+ * **userdata:** use async when saving changes ([0d0a368](https://github.com/Lundalogik/lime-web-components/commit/0d0a3680dd82756bb55b36d16281da0694fcbc1d))
192
+ * **userpreferences:** use async when saving changes ([f3f7979](https://github.com/Lundalogik/lime-web-components/commit/f3f797996ac6655e8aff91b9d6a36be9f4b7bd9f))
193
+
194
+ ## [5.2.0](https://github.com/Lundalogik/lime-web-components/compare/v5.1.0...v5.2.0) (2023-01-24)
195
+
196
+
197
+ ### Features
198
+
199
+ * **userpreferences:** add user preferences interface ([1e99817](https://github.com/Lundalogik/lime-web-components/commit/1e99817e7827e6d97c03595f01779598dfd7a8a6))
200
+
201
+ ## [5.1.0](https://github.com/Lundalogik/lime-web-components/compare/v5.0.1...v5.1.0) (2022-11-28)
202
+
203
+
204
+ ### Features
205
+
206
+ * **limeobject:** add validation errors to exception interface ([6f5de25](https://github.com/Lundalogik/lime-web-components/commit/6f5de25d29d3c05d2931c33c596733c53fd3d77a)), closes [Lundalogik/crm-feature#2956](https://github.com/Lundalogik/crm-feature/issues/2956)
207
+
208
+ ### [5.0.1](https://github.com/Lundalogik/lime-web-components/compare/v5.0.0...v5.0.1) (2022-09-23)
209
+
210
+
211
+ ### Bug Fixes
212
+
213
+ * **docs:** fix bug that prevented publishing docs on release in v5.0.0 ([348ae4d](https://github.com/Lundalogik/lime-web-components/commit/348ae4d6eefc576392666084b7fb99e79d204778))
214
+
215
+ ## [5.0.0](https://github.com/Lundalogik/lime-web-components/compare/v4.54.2...v5.0.0) (2022-09-23)
216
+
217
+
218
+ ### ⚠ BREAKING CHANGES
219
+
220
+ * **commandbus:** `createCommand` is now required when implementing `CommandBus`
221
+ * **limeobject:** `reloadObject` has been deleted from the interface
222
+ * **limeobject:** `loadObjects`, `loadSchema` and `deleteObject` are now required when implementing
223
+ `LimeObjectRepository`
224
+ * **filter:** The `delete` method is now required when implementing the `FilterRepository`
225
+ interface
226
+ * **dialog:** The `update` method is now required when implementing the `DialogRenderer`
227
+ interface
228
+ * **userdata:** The name of the `UserDataRepository` service on `PlatformServiceName` is changed
229
+ from `UserData` to `UserDataRepository`
230
+ * All code previously imported from the deprecated `@limetech/lime-web-components-*`
231
+ packages now need to be imported from the new `@limetech/lime-web-components` package instead.
232
+
233
+ ### Features
234
+
235
+ * remove deprecated packages ([5ee34c5](https://github.com/Lundalogik/lime-web-components/commit/5ee34c5227d743ff77eab51e3dccdfe996771b3c))
236
+
237
+
238
+ ### Code Refactoring
239
+
240
+ * **userdata:** rename service name ([5645b58](https://github.com/Lundalogik/lime-web-components/commit/5645b588ce2d3d3114b3a7607bf3dfe70e49e8a6))
241
+
242
+
243
+ ### Miscellaneous Chores
244
+
245
+ * **commandbus:** make method required ([4d0c8fe](https://github.com/Lundalogik/lime-web-components/commit/4d0c8fe6b5d55b9dd7ca4a3e90dd05ce5244e807))
246
+ * **dialog:** make `update` required ([23dc7d4](https://github.com/Lundalogik/lime-web-components/commit/23dc7d4b5da8a881d0aa5ddb65256a28fc386e26))
247
+ * **filter:** make `delete` required ([a17c987](https://github.com/Lundalogik/lime-web-components/commit/a17c987598472f1da05a98e8da6bc09a9cd68ff9))
248
+ * **limeobject:** make new methods required ([dfccdbb](https://github.com/Lundalogik/lime-web-components/commit/dfccdbbe7f0a47959ed2bf74a04e1f113c87422a))
249
+ * **limeobject:** remove deprecated method ([f8a2684](https://github.com/Lundalogik/lime-web-components/commit/f8a2684f40e4386f5ef4efc69a583f9664406cbe))
250
+
251
+ # Change Log
252
+
253
+ All notable changes to this project will be documented in this file.
254
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
255
+
256
+ ## [4.54.2](https://github.com/Lundalogik/lime-web-components/compare/v4.54.1...v4.54.2) (2022-09-23)
257
+
258
+
259
+ ### Bug Fixes
260
+
261
+ * **testing:** inject component states in connectedCallback ([4606839](https://github.com/Lundalogik/lime-web-components/commit/4606839a9ac0ed106e2d9352e243a270b21450b2))
262
+
263
+
264
+
265
+
266
+
267
+ ## [4.54.1](https://github.com/Lundalogik/lime-web-components/compare/v4.54.0...v4.54.1) (2022-09-23)
268
+
269
+ **Note:** Version bump only for package lime-web-components
270
+
271
+
272
+
273
+
274
+
275
+ # [4.54.0](https://github.com/Lundalogik/lime-web-components/compare/v4.53.1...v4.54.0) (2022-09-19)
276
+
277
+
278
+ ### Features
279
+
280
+ * **commandbus:** add factory method ([3bb2085](https://github.com/Lundalogik/lime-web-components/commit/3bb208557db1b138b9d1f56813bad5140a7ca1fc)), closes [Lundalogik/crm-feature#2892](https://github.com/Lundalogik/crm-feature/issues/2892)
281
+ * **http:** add missing `HttpResponseError` interface ([f86ae62](https://github.com/Lundalogik/lime-web-components/commit/f86ae62d6393b5a6a8f0996ac9da36b5869407b8))
282
+ * **navigator:** add new command for navigating ([73bc129](https://github.com/Lundalogik/lime-web-components/commit/73bc12987c16105ea6159f92d53aeae67dfe9bd9)), closes [Lundalogik/crm-feature#2892](https://github.com/Lundalogik/crm-feature/issues/2892)
283
+
284
+
285
+
286
+
287
+
288
+ ## [4.53.1](https://github.com/Lundalogik/lime-web-components/compare/v4.53.0...v4.53.1) (2022-09-12)
289
+
290
+ **Note:** Version bump only for package lime-web-components
291
+
292
+
293
+
294
+
295
+
296
+ # [4.53.0](https://github.com/Lundalogik/lime-web-components/compare/v4.52.0...v4.53.0) (2022-09-01)
297
+
298
+
299
+ ### Features
300
+
301
+ * **query:** add ends with operator ([3661001](https://github.com/Lundalogik/lime-web-components/commit/36610013cf6bfe333c75093164ebc99e78d47845))
302
+
303
+
304
+
305
+
306
+
307
+ # [4.52.0](https://github.com/Lundalogik/lime-web-components/compare/v4.51.12...v4.52.0) (2022-08-25)
308
+
309
+
310
+ ### Features
311
+
312
+ * **query:** add not equals operator ([ee2c215](https://github.com/Lundalogik/lime-web-components/commit/ee2c215bb6c153e96cc4a0a50ca65e680e0c7220))
313
+
314
+
315
+
316
+
317
+
318
+ ## [4.51.12](https://github.com/Lundalogik/lime-web-components/compare/v4.51.11...v4.51.12) (2022-08-22)
319
+
320
+ **Note:** Version bump only for package lime-web-components
321
+
322
+
323
+
324
+
325
+
326
+ ## [4.51.11](https://github.com/Lundalogik/lime-web-components/compare/v4.51.10...v4.51.11) (2022-08-22)
327
+
328
+ **Note:** Version bump only for package lime-web-components
329
+
330
+
331
+
332
+
333
+
334
+ ## [4.51.10](https://github.com/Lundalogik/lime-web-components/compare/v4.51.9...v4.51.10) (2022-08-04)
335
+
336
+ **Note:** Version bump only for package lime-web-components
337
+
338
+
339
+
340
+
341
+
342
+ ## [4.51.9](https://github.com/Lundalogik/lime-web-components/compare/v4.51.8...v4.51.9) (2022-08-03)
343
+
344
+ **Note:** Version bump only for package lime-web-components
345
+
346
+
347
+
348
+
349
+
350
+ ## [4.51.8](https://github.com/Lundalogik/lime-web-components/compare/v4.51.7...v4.51.8) (2022-08-01)
351
+
352
+ **Note:** Version bump only for package lime-web-components
353
+
354
+
355
+
356
+
357
+
358
+ ## [4.51.7](https://github.com/Lundalogik/lime-web-components/compare/v4.51.6...v4.51.7) (2022-08-01)
359
+
360
+ **Note:** Version bump only for package lime-web-components
361
+
362
+
363
+
364
+
365
+
366
+ ## [4.51.6](https://github.com/Lundalogik/lime-web-components/compare/v4.51.5...v4.51.6) (2022-07-15)
367
+
368
+
369
+ ### Bug Fixes
370
+
371
+ * **testing:** create empty hook if component's `componentWillLoad` is undefined ([be371a8](https://github.com/Lundalogik/lime-web-components/commit/be371a8eca26b9e29f8dfa462cdf77b992a278b6))
372
+
373
+
374
+
375
+
376
+
377
+ ## [4.51.5](https://github.com/Lundalogik/lime-web-components/compare/v4.51.4...v4.51.5) (2022-07-14)
378
+
379
+
380
+ ### Bug Fixes
381
+
382
+ * **build:** include required libraries ([d2efa0e](https://github.com/Lundalogik/lime-web-components/commit/d2efa0e59b7a23188afbecf842832123e4233f41))
383
+
384
+
385
+
386
+
387
+
388
+ ## [4.51.4](https://github.com/Lundalogik/lime-web-components/compare/v4.51.3...v4.51.4) (2022-07-14)
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * **decorators:** emit context changes correctly ([01b8333](https://github.com/Lundalogik/lime-web-components/commit/01b8333be51017d1400557e63814803de14c9a54)), closes [Lundalogik/crm-feature#2891](https://github.com/Lundalogik/crm-feature/issues/2891)
394
+
395
+
396
+
397
+
398
+
399
+ ## [4.51.3](https://github.com/Lundalogik/lime-web-components/compare/v4.51.2...v4.51.3) (2022-07-13)
400
+
401
+
402
+ ### Bug Fixes
403
+
404
+ * include Stencil in build ([9c402b1](https://github.com/Lundalogik/lime-web-components/commit/9c402b1220b96c7f1a32a47e4e779057b7284445))
405
+
406
+
407
+
408
+
409
+
410
+ ## [4.51.2](https://github.com/Lundalogik/lime-web-components/compare/v4.51.1...v4.51.2) (2022-07-13)
411
+
412
+ **Note:** Version bump only for package lime-web-components
413
+
414
+
415
+
416
+
417
+
418
+ ## [4.51.1](https://github.com/Lundalogik/lime-web-components/compare/v4.51.0...v4.51.1) (2022-07-12)
419
+
420
+
421
+ ### Bug Fixes
422
+
423
+ * please release this lerna ([6716f58](https://github.com/Lundalogik/lime-web-components/commit/6716f5825278c35a5c1c8f3131787fa8abf264b5))
424
+ * trigger release ([421be7c](https://github.com/Lundalogik/lime-web-components/commit/421be7c858b5c511f3fcfffef724015bd2dff5fe))
425
+
426
+
427
+
428
+
429
+
430
+ # [4.51.0](https://github.com/Lundalogik/lime-web-components/compare/v4.50.1-alpha.1...v4.51.0) (2022-07-12)
431
+
432
+ **Note:** Version bump only for package lime-web-components
433
+
434
+
435
+
436
+
437
+
438
+ ## [4.50.1-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.50.1-alpha.0...v4.50.1-alpha.1) (2022-07-12)
439
+
440
+ **Note:** Version bump only for package lime-web-components
441
+
442
+
443
+
444
+
445
+
446
+ ## [4.50.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.5...v4.50.1-alpha.0) (2022-07-12)
447
+
448
+
449
+ ### Bug Fixes
450
+
451
+ * remove alpha from version ([3323de9](https://github.com/Lundalogik/lime-web-components/commit/3323de9d81dfb414b5b59fdca10100c6d8ec86bc))
452
+
453
+
454
+
455
+
456
+
457
+ # [4.50.0-alpha.5](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.4...v4.50.0-alpha.5) (2022-07-12)
458
+
459
+ **Note:** Version bump only for package lime-web-components
460
+
461
+
462
+
463
+
464
+
465
+ # [4.50.0-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.3...v4.50.0-alpha.4) (2022-07-12)
466
+
467
+
468
+ ### Features
469
+
470
+ * trigger release of all packages ([2909cf7](https://github.com/Lundalogik/lime-web-components/commit/2909cf75c7bc5adb1c5381304add8f7b10b62e06))
471
+
472
+
473
+
474
+
475
+
476
+ # [4.50.0-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.2...v4.50.0-alpha.3) (2022-07-11)
477
+
478
+ **Note:** Version bump only for package lime-web-components
479
+
480
+
481
+
482
+
483
+
484
+ # [4.50.0-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.1...v4.50.0-alpha.2) (2022-07-11)
485
+
486
+
487
+ ### Bug Fixes
488
+
489
+ * **loader:** remove return types ([c7f33b5](https://github.com/Lundalogik/lime-web-components/commit/c7f33b5e0d6462534a00e1a0e7f4e3a477601347))
490
+
491
+
492
+
493
+
494
+
495
+ # [4.50.0-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.0...v4.50.0-alpha.1) (2022-07-08)
496
+
497
+ **Note:** Version bump only for package lime-web-components
498
+
499
+
500
+
501
+
502
+
503
+ # [4.50.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.6...v4.50.0-alpha.0) (2022-07-07)
504
+
505
+
506
+ ### Bug Fixes
507
+
508
+ * **package.json:** set correct entry points ([3dedd2f](https://github.com/Lundalogik/lime-web-components/commit/3dedd2fbf5cc1473a4e37a34f15092bad90eb009))
509
+
510
+
511
+ ### Features
512
+
513
+ * **testing:** expose testing package in a better way ([f52321f](https://github.com/Lundalogik/lime-web-components/commit/f52321f0388c39996296fb8ab542f03b426e5017))
514
+
515
+
516
+
517
+
518
+
519
+ ## [4.49.1-alpha.6](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.5...v4.49.1-alpha.6) (2022-07-06)
520
+
521
+
522
+ ### Bug Fixes
523
+
524
+ * **commands:** use correct `LimeObject` type in `SaveLimeObjectCommand` ([bb3e55f](https://github.com/Lundalogik/lime-web-components/commit/bb3e55f0a66fe2444645a3ba95da9a67a91b077e))
525
+ * **interfaces:** ensure `getHandler` is optional in old interface ([1107cf6](https://github.com/Lundalogik/lime-web-components/commit/1107cf62518393f5dc4ae1980df3b52ba05b20a9))
526
+ * **interfaces:** make sure lifecycle hooks are optional in old interface ([ec887c3](https://github.com/Lundalogik/lime-web-components/commit/ec887c38656b9bb749f6981dce1f08e9b529d41b))
527
+ * **interfaces:** make sure translator is backwards compatible ([48929e0](https://github.com/Lundalogik/lime-web-components/commit/48929e0e4b61b08474eaec78928639093fd5167b))
528
+ * **interfaces:** remove typings when getting a platform service ([cd1eaa3](https://github.com/Lundalogik/lime-web-components/commit/cd1eaa338d1da06b862aec1f68afe7b7105db887))
529
+ * **platform:** create explicit type for names enum ([606bc3b](https://github.com/Lundalogik/lime-web-components/commit/606bc3b5547389366a28dd3a57edb4d322ed7372))
530
+
531
+
532
+
533
+
534
+
535
+ ## [4.49.1-alpha.5](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.4...v4.49.1-alpha.5) (2022-07-06)
536
+
537
+
538
+
539
+ ## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.48.2) (2022-07-05)
540
+
541
+ **Note:** Version bump only for package lime-web-components
542
+
543
+
544
+
545
+
546
+
547
+ ## [4.49.1-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.3...v4.49.1-alpha.4) (2022-07-05)
548
+
549
+
550
+ ### Bug Fixes
551
+
552
+ * trigger release of all packages ([a5cd9ab](https://github.com/Lundalogik/lime-web-components/commit/a5cd9abed3a3633b0c099ffe3c8f8c61b1d9e5bd))
553
+
554
+
555
+
556
+
557
+
558
+ ## [4.49.1-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.49.1-alpha.3) (2022-07-05)
559
+
560
+
561
+ ### Bug Fixes
562
+
563
+ * trigger release ([b1a0586](https://github.com/Lundalogik/lime-web-components/commit/b1a05869dd6f19049a8ba66196b080a281ca585d))
564
+
565
+
566
+
567
+
568
+
569
+ ## [4.49.1-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.1...v4.49.1-alpha.2) (2022-07-05)
570
+
571
+
572
+ ### Bug Fixes
573
+
574
+ * export decorator as function instead of const ([17bf3a8](https://github.com/Lundalogik/lime-web-components/commit/17bf3a8f01355dcec4d8164ce576a6b563d8245c))
575
+ * set correct dist paths ([342d8b3](https://github.com/Lundalogik/lime-web-components/commit/342d8b3a049d4ee140401f8ea5676e69e406c5c3))
576
+
577
+
578
+
579
+
580
+
581
+ ## [4.49.1-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.0...v4.49.1-alpha.1) (2022-07-04)
582
+
583
+ **Note:** Version bump only for package lime-web-components
584
+
585
+
586
+
587
+
588
+
589
+ ## [4.49.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.49.0-alpha.0...v4.49.1-alpha.0) (2022-07-04)
590
+
591
+ **Note:** Version bump only for package lime-web-components
592
+
593
+
594
+
595
+
596
+
597
+ # [4.49.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.48.1...v4.49.0-alpha.0) (2022-06-29)
598
+
599
+
600
+
601
+ # [4.46.0-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0...v4.46.0-alpha.2) (2022-05-25)
602
+
603
+
604
+ ### Bug Fixes
605
+
606
+ * **ci:** use correct npm token ([e63d7d5](https://github.com/Lundalogik/lime-web-components/commit/e63d7d50ec303729f3ebc274e74b5cf1db64dcd7))
607
+ * **docs:** add deprecation note ([a7bf0c5](https://github.com/Lundalogik/lime-web-components/commit/a7bf0c5dedb1dfb2b1452be370b543374b9809cc))
608
+
609
+
610
+
611
+ # [4.46.0-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0-alpha.0...v4.46.0-alpha.1) (2022-05-20)
612
+
613
+
614
+ ### Features
615
+
616
+ * **navigator:** move decorator `SelectQueryParam` to `@limetech/lime-web-components` ([1e5fa78](https://github.com/Lundalogik/lime-web-components/commit/1e5fa78b2035f0c358ed4fca8b679e818adc536d))
617
+
618
+
619
+
620
+ # [4.46.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.45.3...v4.46.0-alpha.0) (2022-05-12)
621
+
622
+
623
+
624
+ # [4.42.0-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.42.0...v4.42.0-alpha.1) (2022-04-14)
625
+
626
+
627
+
628
+ # [4.42.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.41.10...v4.42.0-alpha.0) (2022-04-14)
629
+
630
+
631
+
632
+ # [4.24.0-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.24.0-alpha.0...v4.24.0-alpha.1) (2022-03-28)
633
+
634
+
635
+ ### Features
636
+
637
+ * **application:** move decorator to `@limetech/lime-web-components` ([bd0bfc1](https://github.com/Lundalogik/lime-web-components/commit/bd0bfc127355139a3818e0730f21224bf30cbbd4))
638
+ * **config:** move decorator to `@limetech/lime-web-components` ([8b7d6d9](https://github.com/Lundalogik/lime-web-components/commit/8b7d6d90192f86e7a9ea0fc5223663a0b126c295))
639
+ * **current-user:** move decorator to `@limetech/lime-web-components` ([1e9bd8a](https://github.com/Lundalogik/lime-web-components/commit/1e9bd8a95055e2382e3803fd577c948256d59057))
640
+ * **decorators:** move interface to `@limetech/lime-web-components` ([3b9a6c8](https://github.com/Lundalogik/lime-web-components/commit/3b9a6c82564fc46864d1698adb6d42299e355c0e))
641
+ * **device:** move decorator to `@limetech/lime-web-components` ([9b43f89](https://github.com/Lundalogik/lime-web-components/commit/9b43f897169486081d665bab5aaec357d78251ec))
642
+ * **filter:** move decorator to `@limetech/lime-web-components` ([7e200ed](https://github.com/Lundalogik/lime-web-components/commit/7e200ed9bb97ee9592fb69026cbdd8fe9ffba4f3))
643
+ * **limeobject:** move decorator to `@limetech/lime-web-components` ([37894f1](https://github.com/Lundalogik/lime-web-components/commit/37894f1524e8db1cf80165c2f0a63bdd954e0859))
644
+ * **limetype:** move decorator to `@limetech/lime-web-components` ([fc49855](https://github.com/Lundalogik/lime-web-components/commit/fc49855bb64d325ca4f1c55bf04e175b48e0efaa))
645
+ * **session:** move decorator to `@limetech/lime-web-components` ([3c72f12](https://github.com/Lundalogik/lime-web-components/commit/3c72f12012662d2caf6255abf1c6f7101fb1e86a))
646
+ * **user-data:** move decorator to `@limetech/lime-web-components` ([9a5f996](https://github.com/Lundalogik/lime-web-components/commit/9a5f9960d9441d511d84af60eb6bc08352341bef))
647
+
648
+
649
+
650
+ # [4.24.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.41.6...v4.24.0-alpha.0) (2022-03-25)
651
+
652
+
653
+ ### Bug Fixes
654
+
655
+ * **decorators:** fix broken import ([926a628](https://github.com/Lundalogik/lime-web-components/commit/926a628065ac3780bcf5930c2f952108ff2f0b51))
656
+ * **interfaces:** revert unintentional breaking changes ([bbb08f7](https://github.com/Lundalogik/lime-web-components/commit/bbb08f704d0a22f49f3bb457180d1641b023b2d6))
657
+ * **platform:** add missing platform service names ([de30d58](https://github.com/Lundalogik/lime-web-components/commit/de30d580528a9ed05b646dd79c3f0b9af5aadd46))
658
+
659
+
660
+ ### Features
661
+
662
+ * **config:** move interface to `@limetech/lime-web-components` ([d6b12bd](https://github.com/Lundalogik/lime-web-components/commit/d6b12bdf49b0a0a39f542d7899e3db67f5f38840))
663
+ * **device:** move interface to `@limetech/lime-web-components` ([3ec207b](https://github.com/Lundalogik/lime-web-components/commit/3ec207b4737e6c1592bd46125e4bdd8160ff8be0))
664
+ * **dialog:** move interface to `@limetech/lime-web-components` ([ce8f8fc](https://github.com/Lundalogik/lime-web-components/commit/ce8f8fca810e649cda82c6bb152d9959898dbf89))
665
+ * **filter:** move interface to `@limetech/lime-web-components` ([624afa4](https://github.com/Lundalogik/lime-web-components/commit/624afa4e78dd89da4140b0c74f3a82928dcf6936))
666
+ * **keybindings:** move interface to `@limetech/lime-web-components` ([c867376](https://github.com/Lundalogik/lime-web-components/commit/c86737653045fd2123345bde0123e92a384b9205))
667
+ * **limeobject:** move interface to `@limetech/lime-web-components` ([167d5a2](https://github.com/Lundalogik/lime-web-components/commit/167d5a24d2bbb51632be64a1271e66f957bd9458))
668
+ * **limeobject:** move interface to `@limetech/lime-web-components` ([ab608b3](https://github.com/Lundalogik/lime-web-components/commit/ab608b38288aa24289f1486bed6eabe0189f1174))
669
+ * **navigator:** move interface to `@limetech/lime-web-components` ([603510e](https://github.com/Lundalogik/lime-web-components/commit/603510e57a09b8e2faedeb464e7a1206388f93fe))
670
+ * **notifications:** move interface to `@limetech/lime-web-components` ([f69a1fc](https://github.com/Lundalogik/lime-web-components/commit/f69a1fcf7be22409e35381b278cb74c9199bbe87))
671
+ * **platform:** use module augmentation to add service names ([53e19eb](https://github.com/Lundalogik/lime-web-components/commit/53e19ebb41761750fb7e2feeb9a9d5980ecce543))
672
+ * **platform:** use module augmentation to overload services ([e7460ad](https://github.com/Lundalogik/lime-web-components/commit/e7460ad275691b15fc7981a80d649fe1c31f25c9))
673
+ * **query:** move interface to `@limetech/lime-web-components` ([e2f5c9f](https://github.com/Lundalogik/lime-web-components/commit/e2f5c9faa38041150161ee71d1ec315fead147e4))
674
+ * **router:** move interface to `@limetech/lime-web-components` ([fa3d83c](https://github.com/Lundalogik/lime-web-components/commit/fa3d83c8291bf08b68b99d5d3fa78154d88c26a8))
675
+ * **session:** move interface to `@limetech/lime-web-components` ([1b005c8](https://github.com/Lundalogik/lime-web-components/commit/1b005c842d555b097c32114f7a8f1a5d064ae86a))
676
+ * **state:** move interface to `@limetech/lime-web-components` ([91970f4](https://github.com/Lundalogik/lime-web-components/commit/91970f4a150708a20afb292eeb9d740b47ff416b))
677
+ * **task:** move interface to `@limetech/lime-web-components` ([65a6f46](https://github.com/Lundalogik/lime-web-components/commit/65a6f46d30da7971ef5d5f6d746632b0f808ea76))
678
+ * **translator:** move interface to `@limetech/lime-web-components` ([38b2890](https://github.com/Lundalogik/lime-web-components/commit/38b2890833e06736cd0d02f40f3e3f3635018212))
679
+ * **user:** move interface to `@limetech/lime-web-components` ([0c75aa5](https://github.com/Lundalogik/lime-web-components/commit/0c75aa5bd4e2b9c7fa35407a91a383c18edb7ce3))
680
+ * **userdata:** move interface to `@limetech/lime-web-components` ([b4adf23](https://github.com/Lundalogik/lime-web-components/commit/b4adf238bc0013d23331a718a210f823705a8358))
681
+
682
+
683
+
684
+ ## [4.23.3-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.41.3...v4.23.3-alpha.3) (2022-03-21)
685
+
686
+
687
+
688
+ ## [4.23.3-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.29.2...v4.23.3-alpha.2) (2021-11-15)
689
+
690
+
691
+
692
+ ## [4.23.3-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.24.0...v4.23.3-alpha.1) (2021-09-28)
693
+
694
+
695
+
696
+ ## [4.23.3-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3...v4.23.3-alpha.0) (2021-09-27)
697
+
698
+
699
+
700
+ ## [4.13.3-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.13.2...v4.13.3-alpha.0) (2021-02-26)
701
+
702
+
703
+
704
+
705
+
706
+ ## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.48.1...v4.48.2) (2022-07-05)
707
+
708
+ **Note:** Version bump only for package lime-web-components
709
+
710
+
711
+
712
+
713
+
714
+ ## [4.48.1](https://github.com/Lundalogik/lime-web-components/compare/v4.48.0...v4.48.1) (2022-06-21)
715
+
716
+ **Note:** Version bump only for package lime-web-components
717
+
718
+
719
+
720
+
721
+
722
+ # [4.48.0](https://github.com/Lundalogik/lime-web-components/compare/v4.47.4...v4.48.0) (2022-06-21)
723
+
724
+
725
+ ### Features
726
+
727
+ * **decorators:** make location decorators context-aware ([1988bcf](https://github.com/Lundalogik/lime-web-components/commit/1988bcfcaaf9587ad371c8cd1582e953658695dc)), closes [Lundalogik/crm-feature#2828](https://github.com/Lundalogik/crm-feature/issues/2828)
728
+
729
+
730
+
731
+
732
+
733
+ ## [4.47.4](https://github.com/Lundalogik/lime-web-components/compare/v4.47.3...v4.47.4) (2022-06-17)
734
+
735
+
736
+ ### Bug Fixes
737
+
738
+ * **decorators:** update rxjs version ([d52b7a6](https://github.com/Lundalogik/lime-web-components/commit/d52b7a623fd2829f4a40acbf17c5f3ce63358c5d)), closes [Lundalogik/crm-feature#2850](https://github.com/Lundalogik/crm-feature/issues/2850)
739
+ * **interfaces:** avoid exposing Observable type ([c389e19](https://github.com/Lundalogik/lime-web-components/commit/c389e196197136f84dd2e3073562a61265e863f2))
740
+
741
+
742
+
743
+
744
+
745
+ ## [4.47.3](https://github.com/Lundalogik/lime-web-components/compare/v4.47.2...v4.47.3) (2022-06-03)
746
+
747
+ **Note:** Version bump only for package lime-web-components
748
+
749
+
750
+
751
+
752
+
753
+ ## [4.47.2](https://github.com/Lundalogik/lime-web-components/compare/v4.47.1...v4.47.2) (2022-06-03)
754
+
755
+ **Note:** Version bump only for package lime-web-components
756
+
757
+
758
+
759
+
760
+
761
+ ## [4.47.1](https://github.com/Lundalogik/lime-web-components/compare/v4.47.0...v4.47.1) (2022-05-31)
762
+
763
+ **Note:** Version bump only for package lime-web-components
764
+
765
+
766
+
767
+
768
+
769
+ # [4.47.0](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0...v4.47.0) (2022-05-27)
770
+
771
+
772
+ ### Features
773
+
774
+ * **dialog:** add new dialog destroy event for desktop client ([8b8f75f](https://github.com/Lundalogik/lime-web-components/commit/8b8f75f2c8edf84ee8ea5ae01460b8ea5a6aeb09))
775
+
776
+
777
+
778
+
779
+
780
+ # [4.46.0](https://github.com/Lundalogik/lime-web-components/compare/v4.45.3...v4.46.0) (2022-05-24)
781
+
782
+
783
+ ### Features
784
+
785
+ * **session:** add service number to session ([6083176](https://github.com/Lundalogik/lime-web-components/commit/608317645c1acdc020d65f27ee6fcb0d970e64dc)), closes [Lundalogik/crm-feature#2734](https://github.com/Lundalogik/crm-feature/issues/2734)
786
+
787
+
788
+
789
+
790
+
791
+ ## [4.45.3](https://github.com/Lundalogik/lime-web-components/compare/v4.45.2...v4.45.3) (2022-05-09)
792
+
793
+ **Note:** Version bump only for package lime-web-components
794
+
795
+
796
+
797
+
798
+
799
+ ## [4.45.2](https://github.com/Lundalogik/lime-web-components/compare/v4.45.1...v4.45.2) (2022-05-03)
800
+
801
+ **Note:** Version bump only for package lime-web-components
802
+
803
+
804
+
805
+
806
+
807
+ ## [4.45.1](https://github.com/Lundalogik/lime-web-components/compare/v4.45.0...v4.45.1) (2022-04-27)
808
+
809
+
810
+ ### Bug Fixes
811
+
812
+ * **navigation:** supply retry function to blocker ([9f45d77](https://github.com/Lundalogik/lime-web-components/commit/9f45d77bb874707ab27febd5b0b613b775952729)), closes [Lundalogik/crm-feature#2780](https://github.com/Lundalogik/crm-feature/issues/2780)
813
+
814
+
815
+
816
+
817
+
818
+ # [4.45.0](https://github.com/Lundalogik/lime-web-components/compare/v4.44.0...v4.45.0) (2022-04-22)
819
+
820
+
821
+ ### Features
822
+
823
+ * **navigator:** add method for creating URLs for a location ([e898e09](https://github.com/Lundalogik/lime-web-components/commit/e898e09ad186ef59d1521a56a6822978d3c0c6a7)), closes [Lundalogik/crm-feature#2774](https://github.com/Lundalogik/crm-feature/issues/2774)
824
+
825
+
826
+
827
+
828
+
829
+ # [4.44.0](https://github.com/Lundalogik/lime-web-components/compare/v4.43.0...v4.44.0) (2022-04-21)
830
+
831
+
832
+ ### Features
833
+
834
+ * **navigation:** add interface to block navigation ([c60f895](https://github.com/Lundalogik/lime-web-components/commit/c60f8952b09f4ee1b703f702984553d0308af828)), closes [Lundalogik/crm-feature#2767](https://github.com/Lundalogik/crm-feature/issues/2767)
835
+
836
+
837
+
838
+
839
+
840
+ # [4.43.0](https://github.com/Lundalogik/lime-web-components/compare/v4.42.2...v4.43.0) (2022-04-21)
841
+
842
+
843
+ ### Features
844
+
845
+ * **navigation-service:** add replace option to navigate method ([bef49cf](https://github.com/Lundalogik/lime-web-components/commit/bef49cfb87b2b73fe54c974c4cbd6213e0d684c5)), closes [Lundalogik/crm-feature#2769](https://github.com/Lundalogik/crm-feature/issues/2769)
846
+
847
+
848
+
849
+
850
+
851
+ ## [4.42.2](https://github.com/Lundalogik/lime-web-components/compare/v4.42.1...v4.42.2) (2022-04-18)
852
+
853
+ **Note:** Version bump only for package lime-web-components
854
+
855
+
856
+
857
+
858
+
859
+ ## [4.42.1](https://github.com/Lundalogik/lime-web-components/compare/v4.42.0...v4.42.1) (2022-04-18)
860
+
861
+ **Note:** Version bump only for package lime-web-components
862
+
863
+
864
+
865
+
866
+
867
+ # [4.42.0](https://github.com/Lundalogik/lime-web-components/compare/v4.41.10...v4.42.0) (2022-04-14)
868
+
869
+
870
+ ### Features
871
+
872
+ * **decorators:** add decorator for accessing query params ([af00070](https://github.com/Lundalogik/lime-web-components/commit/af000709fe01adea2002afaac74f33a1ffcb2f69))
873
+
874
+
875
+
876
+
877
+
878
+ ## [4.41.10](https://github.com/Lundalogik/lime-web-components/compare/v4.41.9...v4.41.10) (2022-04-13)
879
+
880
+
881
+ ### Bug Fixes
882
+
883
+ * **decorators:** make sure `render` waits for decorators to load ([c56ed44](https://github.com/Lundalogik/lime-web-components/commit/c56ed440591b5fca5476cd9262323b6d217a3dad)), closes [#405](https://github.com/Lundalogik/lime-web-components/issues/405)
884
+
885
+
886
+
887
+
888
+
889
+ ## [4.41.9](https://github.com/Lundalogik/lime-web-components/compare/v4.41.8...v4.41.9) (2022-04-13)
890
+
891
+
892
+ ### Bug Fixes
893
+
894
+ * **decorators:** make sure `componentWillLoad` waits for decorators to load ([2db79d1](https://github.com/Lundalogik/lime-web-components/commit/2db79d1b95546deb6902884d231087e41fae90fd)), closes [#405](https://github.com/Lundalogik/lime-web-components/issues/405)
895
+
896
+
897
+
898
+
899
+
900
+ ## [4.41.8](https://github.com/Lundalogik/lime-web-components/compare/v4.41.7...v4.41.8) (2022-03-28)
901
+
902
+ **Note:** Version bump only for package lime-web-components
903
+
904
+
905
+
906
+
907
+
908
+ ## [4.41.7](https://github.com/Lundalogik/lime-web-components/compare/v4.41.6...v4.41.7) (2022-03-28)
909
+
910
+ **Note:** Version bump only for package lime-web-components
911
+
912
+
913
+
914
+
915
+
916
+ ## [4.41.6](https://github.com/Lundalogik/lime-web-components/compare/v4.41.5...v4.41.6) (2022-03-24)
917
+
918
+ **Note:** Version bump only for package lime-web-components
919
+
920
+
921
+
922
+
923
+
924
+ ## [4.41.5](https://github.com/Lundalogik/lime-web-components/compare/v4.41.4...v4.41.5) (2022-03-23)
925
+
926
+ **Note:** Version bump only for package lime-web-components
927
+
928
+
929
+
930
+
931
+
932
+ ## [4.41.4](https://github.com/Lundalogik/lime-web-components/compare/v4.41.3...v4.41.4) (2022-03-23)
933
+
934
+
935
+ ### Bug Fixes
936
+
937
+ * **interfaces:** move product analytics interface to its own package ([e4daaf8](https://github.com/Lundalogik/lime-web-components/commit/e4daaf829d83a2bf6073cf4a4a5c4b2b872530b4))
938
+
939
+
940
+
941
+
942
+
943
+ ## [4.41.3](https://github.com/Lundalogik/lime-web-components/compare/v4.41.2...v4.41.3) (2022-03-11)
944
+
945
+ **Note:** Version bump only for package lime-web-components
946
+
947
+
948
+
949
+
950
+
951
+ ## [4.41.2](https://github.com/Lundalogik/lime-web-components/compare/v4.41.1...v4.41.2) (2022-03-07)
952
+
953
+ **Note:** Version bump only for package lime-web-components
954
+
955
+
956
+
957
+
958
+
959
+ ## [4.41.1](https://github.com/Lundalogik/lime-web-components/compare/v4.41.0...v4.41.1) (2022-03-07)
960
+
961
+ **Note:** Version bump only for package lime-web-components
962
+
963
+
964
+
965
+
966
+
967
+ # [4.41.0](https://github.com/Lundalogik/lime-web-components/compare/v4.40.0...v4.41.0) (2022-03-07)
968
+
969
+
970
+ ### Features
971
+
972
+ * **product-analytics:** add product analytics service ([ac72a2d](https://github.com/Lundalogik/lime-web-components/commit/ac72a2d58558b8fe028ac95f91247123f2481d6f)), closes [Lundalogik/crm-feature#2704](https://github.com/Lundalogik/crm-feature/issues/2704) [#371](https://github.com/Lundalogik/lime-web-components/issues/371)
973
+
974
+
975
+
976
+
977
+
978
+ # [4.40.0](https://github.com/Lundalogik/lime-web-components/compare/v4.39.0...v4.40.0) (2022-03-07)
979
+
980
+
981
+ ### Features
982
+
983
+ * **navigation-service:** add optional location params to navigate method ([2005d1d](https://github.com/Lundalogik/lime-web-components/commit/2005d1db143fb88ab4a9f0104aea580dd540c5bf))
984
+
985
+
986
+
987
+
988
+
989
+ # [4.39.0](https://github.com/Lundalogik/lime-web-components/compare/v4.38.5...v4.39.0) (2022-03-04)
990
+
991
+
992
+ ### Features
993
+
994
+ * **interfaces:** add `RouteComponent` interface ([f226801](https://github.com/Lundalogik/lime-web-components/commit/f226801cb6faba5c7817fa4b821ad95699ce306b)), closes [Lundalogik/crm-feature#2680](https://github.com/Lundalogik/crm-feature/issues/2680)
995
+
996
+
997
+
998
+
999
+
1000
+ ## [4.38.5](https://github.com/Lundalogik/lime-web-components/compare/v4.38.4...v4.38.5) (2022-03-03)
1001
+
1002
+ **Note:** Version bump only for package lime-web-components
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+ ## [4.38.4](https://github.com/Lundalogik/lime-web-components/compare/v4.38.3...v4.38.4) (2022-02-26)
1009
+
1010
+ **Note:** Version bump only for package lime-web-components
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+ ## [4.38.3](https://github.com/Lundalogik/lime-web-components/compare/v4.38.2...v4.38.3) (2022-02-26)
1017
+
1018
+ **Note:** Version bump only for package lime-web-components
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+ ## [4.38.2](https://github.com/Lundalogik/lime-web-components/compare/v4.38.1...v4.38.2) (2022-02-26)
1025
+
1026
+ **Note:** Version bump only for package lime-web-components
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+ ## [4.38.1](https://github.com/Lundalogik/lime-web-components/compare/v4.38.0...v4.38.1) (2022-02-25)
1033
+
1034
+ **Note:** Version bump only for package lime-web-components
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+ # [4.38.0](https://github.com/Lundalogik/lime-web-components/compare/v4.37.0...v4.38.0) (2022-02-25)
1041
+
1042
+
1043
+ ### Features
1044
+
1045
+ * **router-registry-service:** add new interface for router registry ([ab79d15](https://github.com/Lundalogik/lime-web-components/commit/ab79d15952424cb2917cd92fb2b2ab832a8b116a))
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+ # [4.37.0](https://github.com/Lundalogik/lime-web-components/compare/v4.36.1...v4.37.0) (2022-02-25)
1052
+
1053
+
1054
+ ### Features
1055
+
1056
+ * **navigation-service:** add interface for navigation ([c538271](https://github.com/Lundalogik/lime-web-components/commit/c538271044f22a0e0037394949728a473fd0cc00))
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ ## [4.36.1](https://github.com/Lundalogik/lime-web-components/compare/v4.36.0...v4.36.1) (2022-02-23)
1063
+
1064
+ **Note:** Version bump only for package lime-web-components
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ # [4.36.0](https://github.com/Lundalogik/lime-web-components/compare/v4.35.0...v4.36.0) (2022-02-03)
1071
+
1072
+
1073
+ ### Features
1074
+
1075
+ * **interfaces:** add interface describing users ([699b7c8](https://github.com/Lundalogik/lime-web-components/commit/699b7c811781a2b44f16e5e2ac193abec62ca411))
1076
+
1077
+
1078
+
1079
+
1080
+
1081
+ # [4.35.0](https://github.com/Lundalogik/lime-web-components/compare/v4.34.0...v4.35.0) (2022-01-26)
1082
+
1083
+
1084
+ ### Features
1085
+
1086
+ * **interfaces:** add timeofday as a property type ([ba9cfd3](https://github.com/Lundalogik/lime-web-components/commit/ba9cfd37a7c65ec238d8947372a54d02e040102e))
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+ # [4.34.0](https://github.com/Lundalogik/lime-web-components/compare/v4.33.0...v4.34.0) (2022-01-26)
1093
+
1094
+
1095
+ ### Features
1096
+
1097
+ * **interfaces:** adds session interface ([a3dcd3b](https://github.com/Lundalogik/lime-web-components/commit/a3dcd3b549a8781c428d4f71c5f49217fecfc382))
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+ # [4.33.0](https://github.com/Lundalogik/lime-web-components/compare/v4.32.0...v4.33.0) (2022-01-24)
1104
+
1105
+
1106
+ ### Features
1107
+
1108
+ * **interfaces:** adds iduser to filter interface ([5ae96e7](https://github.com/Lundalogik/lime-web-components/commit/5ae96e79b75f524b1e7f5257d88510e8c1917561))
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+ # [4.32.0](https://github.com/Lundalogik/lime-web-components/compare/v4.31.2...v4.32.0) (2022-01-03)
1115
+
1116
+
1117
+ ### Features
1118
+
1119
+ * **interfaces:** add interface `SaveLimeObjectError` ([2a185da](https://github.com/Lundalogik/lime-web-components/commit/2a185da6e5c9434879cf3041940b4e285d7f4304)), closes [Lundalogik/lime-crm-components#705](https://github.com/Lundalogik/lime-crm-components/issues/705)
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+ ## [4.31.2](https://github.com/Lundalogik/lime-web-components/compare/v4.31.1...v4.31.2) (2021-12-01)
1126
+
1127
+
1128
+ ### Bug Fixes
1129
+
1130
+ * **interfaces:** trigger new release again ([8ec81b3](https://github.com/Lundalogik/lime-web-components/commit/8ec81b305a70d2a9fcb31d80044ff282de1b7573))
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+ ## [4.31.1](https://github.com/Lundalogik/lime-web-components/compare/v4.31.0...v4.31.1) (2021-12-01)
1137
+
1138
+
1139
+ ### Bug Fixes
1140
+
1141
+ * **interfaces:** trigger new release ([e2df548](https://github.com/Lundalogik/lime-web-components/commit/e2df5486044ef483dbcb646210e3a49fd5278360))
1142
+ * trigger new release ([cfb5c55](https://github.com/Lundalogik/lime-web-components/commit/cfb5c55426d7bceecaed095c724434816070ed85))
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+ # [4.31.0](https://github.com/Lundalogik/lime-web-components/compare/v4.30.0...v4.31.0) (2021-12-01)
1149
+
1150
+
1151
+ ### Features
1152
+
1153
+ * **query.interface:** add description to the Filter interface ([d80fc30](https://github.com/Lundalogik/lime-web-components/commit/d80fc305152abc1b5f15d43788498f698e5572f8))
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+ # [4.30.0](https://github.com/Lundalogik/lime-web-components/compare/v4.29.3...v4.30.0) (2021-11-22)
1160
+
1161
+
1162
+ ### Features
1163
+
1164
+ * **interfaces:** add method to limeobject service for deleting objects ([121669c](https://github.com/Lundalogik/lime-web-components/commit/121669c59b115e79c307ada63b3c25ea1c221cee)), closes [Lundalogik/crm-feature#2370](https://github.com/Lundalogik/crm-feature/issues/2370)
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+ ## [4.29.3](https://github.com/Lundalogik/lime-web-components/compare/v4.29.2...v4.29.3) (2021-11-15)
1171
+
1172
+ **Note:** Version bump only for package lime-web-components
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+ ## [4.29.2](https://github.com/Lundalogik/lime-web-components/compare/v4.29.1...v4.29.2) (2021-11-04)
1179
+
1180
+ **Note:** Version bump only for package lime-web-components
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+ ## [4.29.1](https://github.com/Lundalogik/lime-web-components/compare/v4.29.0...v4.29.1) (2021-11-04)
1187
+
1188
+ **Note:** Version bump only for package lime-web-components
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+ # [4.29.0](https://github.com/Lundalogik/lime-web-components/compare/v4.28.0...v4.29.0) (2021-10-27)
1195
+
1196
+
1197
+ ### Features
1198
+
1199
+ * **keybindings-interface:** be able to unbind and check for binded specific keybindings and not just keys ([57c0faf](https://github.com/Lundalogik/lime-web-components/commit/57c0faf9d49403511306aceab010c2daf9efe96f))
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+ # [4.28.0](https://github.com/Lundalogik/lime-web-components/compare/v4.27.0...v4.28.0) (2021-10-18)
1206
+
1207
+
1208
+ ### Features
1209
+
1210
+ * **create-dialog-command:** add optional context property ([40b2053](https://github.com/Lundalogik/lime-web-components/commit/40b2053b945825b95b3f2ffc3a9949c0de4a7532))
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+ # [4.27.0](https://github.com/Lundalogik/lime-web-components/compare/v4.26.0...v4.27.0) (2021-10-14)
1217
+
1218
+
1219
+ ### Features
1220
+
1221
+ * **platform:** add name for keybind registry ([2e2c234](https://github.com/Lundalogik/lime-web-components/commit/2e2c23492ab48f36e1ed30e8564d1353e93f3bf6))
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+ # [4.26.0](https://github.com/Lundalogik/lime-web-components/compare/v4.25.1...v4.26.0) (2021-10-11)
1228
+
1229
+
1230
+ ### Features
1231
+
1232
+ * **keybinding-interface:** adds method for checking if a key is bound ([6959db9](https://github.com/Lundalogik/lime-web-components/commit/6959db97bc6cfbaddab2ab98052b61232f5d6c22))
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+ ## [4.25.1](https://github.com/Lundalogik/lime-web-components/compare/v4.25.0...v4.25.1) (2021-10-06)
1239
+
1240
+ **Note:** Version bump only for package lime-web-components
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+ # [4.25.0](https://github.com/Lundalogik/lime-web-components/compare/v4.24.0...v4.25.0) (2021-10-06)
1247
+
1248
+
1249
+ ### Features
1250
+
1251
+ * **keybinding-registry:** create HotkeyRegistry interface ([d98cc37](https://github.com/Lundalogik/lime-web-components/commit/d98cc37994bd829903bb63f01b42e7242c0c4b6b)), closes [Lundalogik/crm-feature#2350](https://github.com/Lundalogik/crm-feature/issues/2350)
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+ # [4.24.0](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3...v4.24.0) (2021-09-28)
1258
+
1259
+
1260
+ ### Features
1261
+
1262
+ * **decorators:** add decorator for accessing user data ([7d4168c](https://github.com/Lundalogik/lime-web-components/commit/7d4168cee2598d36ce6ea3cd7ee9f29e48292e03))
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+ ## [4.23.3](https://github.com/Lundalogik/lime-web-components/compare/v4.23.2...v4.23.3) (2021-09-23)
1269
+
1270
+ **Note:** Version bump only for package lime-web-components
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+ ## [4.23.2](https://github.com/Lundalogik/lime-web-components/compare/v4.23.1...v4.23.2) (2021-09-13)
1277
+
1278
+ **Note:** Version bump only for package lime-web-components
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ ## [4.23.1](https://github.com/Lundalogik/lime-web-components/compare/v4.23.0...v4.23.1) (2021-06-14)
1285
+
1286
+
1287
+ ### Bug Fixes
1288
+
1289
+ * **interface-property:** added length as optional property ([96b4baf](https://github.com/Lundalogik/lime-web-components/commit/96b4baff2ac1f19174bf312e09c4ac71eac9a6da))
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+ # [4.23.0](https://github.com/Lundalogik/lime-web-components/compare/v4.22.0...v4.23.0) (2021-06-10)
1296
+
1297
+
1298
+ ### Features
1299
+
1300
+ * **limetype.interface:** remove week and datetime to PropertyType interface ([6352b8f](https://github.com/Lundalogik/lime-web-components/commit/6352b8fbd18863d0c99ea86a2ef14591291894b1))
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+ # [4.22.0](https://github.com/Lundalogik/lime-web-components/compare/v4.21.1...v4.22.0) (2021-06-10)
1307
+
1308
+
1309
+ ### Features
1310
+
1311
+ * **limetype.interface:** add week and datetime types to PropertyType interface ([310c937](https://github.com/Lundalogik/lime-web-components/commit/310c9373055222fb0ad582a9390a6679f1e17e18))
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+ ## [4.21.1](https://github.com/Lundalogik/lime-web-components/compare/v4.21.0...v4.21.1) (2021-04-15)
1318
+
1319
+
1320
+ ### Bug Fixes
1321
+
1322
+ * **command-bus:** add getHandler type to command bus service ([000e115](https://github.com/Lundalogik/lime-web-components/commit/000e11599bb326820b0bb1664884bd5824c26d88))
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+ # [4.21.0](https://github.com/Lundalogik/lime-web-components/compare/v4.20.0...v4.21.0) (2021-04-14)
1329
+
1330
+
1331
+ ### Features
1332
+
1333
+ * **limetype.interface:** create PropertyOption interface and use it in Property interface ([5c974ed](https://github.com/Lundalogik/lime-web-components/commit/5c974edc5f68b7335cf8d9e09887ad48ed576dd4)), closes [Lundalogik/crm-feature#1828](https://github.com/Lundalogik/crm-feature/issues/1828)
1334
+
1335
+
1336
+
1337
+
1338
+
1339
+ # [4.20.0](https://github.com/Lundalogik/lime-web-components/compare/v4.19.0...v4.20.0) (2021-04-01)
1340
+
1341
+
1342
+ ### Features
1343
+
1344
+ * **route-service:** add optional params when routing to table ([265443e](https://github.com/Lundalogik/lime-web-components/commit/265443e0d456203654788b8d57a7a5c591becbf2))
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+ # [4.19.0](https://github.com/Lundalogik/lime-web-components/compare/v4.18.0...v4.19.0) (2021-03-23)
1351
+
1352
+
1353
+ ### Features
1354
+
1355
+ * **filter-service:** implement delete method to the filter service interface ([da5ef71](https://github.com/Lundalogik/lime-web-components/commit/da5ef718fa3ab760346e815345ff908d7487a377))
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+ # [4.18.0](https://github.com/Lundalogik/lime-web-components/compare/v4.17.0...v4.18.0) (2021-03-19)
1362
+
1363
+
1364
+ ### Features
1365
+
1366
+ * **interfaces:** add device-state interface ([4797358](https://github.com/Lundalogik/lime-web-components/commit/4797358bd0ea954fe465ed1956e2620f158bb4c9))
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+ # [4.17.0](https://github.com/Lundalogik/lime-web-components/compare/v4.16.1...v4.17.0) (2021-03-15)
1373
+
1374
+
1375
+ ### Features
1376
+
1377
+ * **filter-service:** implement filter service interface ([b00fdc2](https://github.com/Lundalogik/lime-web-components/commit/b00fdc2e841bd68427a956cb0605944cfde50bfb))
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+ ## [4.16.1](https://github.com/Lundalogik/lime-web-components/compare/v4.16.0...v4.16.1) (2021-03-12)
1384
+
1385
+
1386
+ ### Bug Fixes
1387
+
1388
+ * **testing:** bind services registered on the test platform correctly ([5c17b14](https://github.com/Lundalogik/lime-web-components/commit/5c17b140b1c95baae74e38d5b0d599ea1da55dc6))
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+ # [4.16.0](https://github.com/Lundalogik/lime-web-components/compare/v4.15.0...v4.16.0) (2021-03-09)
1395
+
1396
+
1397
+ ### Features
1398
+
1399
+ * **interfaces:** add userdata service ([afab0ef](https://github.com/Lundalogik/lime-web-components/commit/afab0ef4a9719485c2974814b8678f3cdd6af7de))
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+ # [4.15.0](https://github.com/Lundalogik/lime-web-components/compare/v4.14.0...v4.15.0) (2021-03-08)
1406
+
1407
+
1408
+ ### Features
1409
+
1410
+ * **interfaces:** create interface for config state service ([f631b1f](https://github.com/Lundalogik/lime-web-components/commit/f631b1f18662442c46d9cf53167f864a9614e0a8))
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+ # [4.14.0](https://github.com/Lundalogik/lime-web-components/compare/v4.13.3...v4.14.0) (2021-03-08)
1417
+
1418
+
1419
+ ### Features
1420
+
1421
+ * **interfaces:** add "update" method to dialog service ([6378e3e](https://github.com/Lundalogik/lime-web-components/commit/6378e3e858c654478239883d6404c7af03a37281))
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+ ## [4.13.3](https://github.com/Lundalogik/lime-web-components/compare/v4.13.2...v4.13.3) (2021-03-05)
1428
+
1429
+ **Note:** Version bump only for package lime-web-components
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ ## [4.13.2](https://github.com/Lundalogik/lime-web-components/compare/v4.13.1...v4.13.2) (2021-02-17)
1436
+
1437
+ **Note:** Version bump only for package lime-web-components
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+ ## [4.13.1](https://github.com/Lundalogik/lime-web-components/compare/v4.13.0...v4.13.1) (2021-02-04)
1444
+
1445
+ **Note:** Version bump only for package lime-web-components
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+ # [4.13.0](https://github.com/Lundalogik/lime-web-components/compare/v4.12.0...v4.13.0) (2021-01-20)
1452
+
1453
+
1454
+ ### Features
1455
+
1456
+ * **interfaces:** add loadObjects method to limeobjects state service ([d423e77](https://github.com/Lundalogik/lime-web-components/commit/d423e772f6057517700a05bbcda47653d5405413)), closes [Lundalogik/crm-feature#1754](https://github.com/Lundalogik/crm-feature/issues/1754)
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+ # [4.12.0](https://github.com/Lundalogik/lime-web-components/compare/v4.11.0...v4.12.0) (2020-12-11)
1463
+
1464
+
1465
+ ### Features
1466
+
1467
+ * include route option in command ([9dd967a](https://github.com/Lundalogik/lime-web-components/commit/9dd967a87ecf675506f7f42939d36b6493d665df))
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+ # [4.11.0](https://github.com/Lundalogik/lime-web-components/compare/v4.10.1...v4.11.0) (2020-12-04)
1474
+
1475
+
1476
+ ### Bug Fixes
1477
+
1478
+ * **testing:** add getLimetype method to limeobjects ([9e9a48d](https://github.com/Lundalogik/lime-web-components/commit/9e9a48dbe2cc771e7855932f9832145147c081c9))
1479
+ * **testing:** add getProperty method to limetypes ([fc1da46](https://github.com/Lundalogik/lime-web-components/commit/fc1da46f58c0e8f7486f0030315252b7bca70cd8))
1480
+ * **testing:** add getValue method to limeobjects ([5ff2fbb](https://github.com/Lundalogik/lime-web-components/commit/5ff2fbb96116f6158b5c33b2f2cdc65a511654a0))
1481
+
1482
+
1483
+ ### Features
1484
+
1485
+ * **limeobject:** deprecate getRelation in favor of getValue ([5b68948](https://github.com/Lundalogik/lime-web-components/commit/5b689482db407bfc88be77c0a242f6e63a07f26c)), closes [Lundalogik/crm-feature#1621](https://github.com/Lundalogik/crm-feature/issues/1621)
1486
+ * **limetype:** allow nested properties to be retrieved by getProperty ([a44e9d2](https://github.com/Lundalogik/lime-web-components/commit/a44e9d2d81a645ac15562a0cd62fe0f35805e4a4))
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+ ## [4.10.1](https://github.com/Lundalogik/lime-web-components/compare/v4.10.0...v4.10.1) (2020-11-20)
1493
+
1494
+ **Note:** Version bump only for package lime-web-components
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+ # [4.10.0](https://github.com/Lundalogik/lime-web-components/compare/v4.9.0...v4.10.0) (2020-11-20)
1501
+
1502
+
1503
+ ### Features
1504
+
1505
+ * **task service:** add task events dispatched by the task service ([d33d0b4](https://github.com/Lundalogik/lime-web-components/commit/d33d0b43a2b7e9dd13f3a78ac66e8027ee375c49)), closes [Lundalogik/crm-feature#1591](https://github.com/Lundalogik/crm-feature/issues/1591)
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+ # [4.9.0](https://github.com/Lundalogik/lime-web-components/compare/v4.8.0...v4.9.0) (2020-11-12)
1512
+
1513
+
1514
+ ### Features
1515
+
1516
+ * add getProperty function ([125ad28](https://github.com/Lundalogik/lime-web-components/commit/125ad2888bb7452040596c7f9b4c4211cd28ea0b))
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+ # [4.8.0](https://github.com/Lundalogik/lime-web-components/compare/v4.7.0...v4.8.0) (2020-11-03)
1523
+
1524
+
1525
+ ### Features
1526
+
1527
+ * **save-object:** add save-object command ([d3017bb](https://github.com/Lundalogik/lime-web-components/commit/d3017bb7df62c13dc5482f800f559fb56af08f44)), closes [Lundalogik/crm-feature#1491](https://github.com/Lundalogik/crm-feature/issues/1491)
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+ # [4.7.0](https://github.com/Lundalogik/lime-web-components/compare/v4.6.0...v4.7.0) (2020-10-30)
1534
+
1535
+
1536
+ ### Features
1537
+
1538
+ * **decorators:** improve Limeobjects decorator ([6ca4dd1](https://github.com/Lundalogik/lime-web-components/commit/6ca4dd130e3a155dd25b8994fd18283d74828663)), closes [#240](https://github.com/Lundalogik/lime-web-components/issues/240)
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+ # [4.6.0](https://github.com/Lundalogik/lime-web-components/compare/v4.5.2...v4.6.0) (2020-10-29)
1545
+
1546
+
1547
+ ### Features
1548
+
1549
+ * **interface/limeobject:** improve working with limeobjects ([9f7f598](https://github.com/Lundalogik/lime-web-components/commit/9f7f598eea337aa3bb1d69bbfa686e53d55bb686)), closes [#239](https://github.com/Lundalogik/lime-web-components/issues/239)
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+ ## [4.5.2](https://github.com/Lundalogik/lime-web-components/compare/v4.5.1...v4.5.2) (2020-10-23)
1556
+
1557
+
1558
+ ### Bug Fixes
1559
+
1560
+ * **lime-plugin-loader.interface:** make deprecated `componentDidUnload` method optional ([e5b4365](https://github.com/Lundalogik/lime-web-components/commit/e5b43654bd3ba14504fab458f4bd507f4f3afe0d))
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+ ## [4.5.1](https://github.com/Lundalogik/lime-web-components/compare/v4.5.0...v4.5.1) (2020-10-15)
1567
+
1568
+
1569
+ ### Bug Fixes
1570
+
1571
+ * **limeobject:** fix return type of `LimeobjectsStateService.loadSchema` ([bc1f6e2](https://github.com/Lundalogik/lime-web-components/commit/bc1f6e2c85914d5ea6da4742e38aa421937f5048))
1572
+ * **limeobject:** make accidentally breaking change non-breaking ([e696cfe](https://github.com/Lundalogik/lime-web-components/commit/e696cfe1a7ebe08ed6d5e49fefb5e153646a2a4e))
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+ # [4.5.0](https://github.com/Lundalogik/lime-web-components/compare/v4.4.1...v4.5.0) (2020-10-15)
1579
+
1580
+
1581
+ ### Features
1582
+
1583
+ * **limeobject:** add method for loading schema ([e516ec4](https://github.com/Lundalogik/lime-web-components/commit/e516ec454d096c60be6ba509a2a7dd25246b9e99)), closes [Lundalogik/crm-feature#1476](https://github.com/Lundalogik/crm-feature/issues/1476)
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+ ## [4.4.1](https://github.com/Lundalogik/lime-web-components/compare/v4.4.0...v4.4.1) (2020-09-21)
1590
+
1591
+
1592
+ ### Bug Fixes
1593
+
1594
+ * **interfaces:** add totalRelations to limeobject TotalResponse ([f048eb3](https://github.com/Lundalogik/lime-web-components/commit/f048eb39db2e4fefdb97fcae58ea4f0725db7a65)), closes [Lundalogik/crm-feature#1349](https://github.com/Lundalogik/crm-feature/issues/1349)
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+ # [4.4.0](https://github.com/Lundalogik/lime-web-components/compare/v4.3.5...v4.4.0) (2020-09-14)
1601
+
1602
+
1603
+ ### Features
1604
+
1605
+ * **interfaces:** add ordering to limeobject LoadOptions ([972f8bd](https://github.com/Lundalogik/lime-web-components/commit/972f8bdd805c758505726bcdefb7bf5a881f1ad6)), closes [Lundalogik/crm-feature#1370](https://github.com/Lundalogik/crm-feature/issues/1370)
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+ ## [4.3.5](https://github.com/Lundalogik/lime-web-components/compare/v4.3.4...v4.3.5) (2020-08-25)
1612
+
1613
+
1614
+ ### Bug Fixes
1615
+
1616
+ * **decorators:** reconnected components create new subscriptions ([fe84ed4](https://github.com/Lundalogik/lime-web-components/commit/fe84ed4be9466de3187ee2de665a3bfd9d1f9f39)), closes [Lundalogik/crm-feature#1292](https://github.com/Lundalogik/crm-feature/issues/1292)
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+ ## [4.3.4](https://github.com/Lundalogik/lime-web-components/compare/v4.3.3...v4.3.4) (2020-08-25)
1623
+
1624
+ **Note:** Version bump only for package lime-web-components
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+ ## [4.3.3](https://github.com/Lundalogik/lime-web-components/compare/v4.3.2...v4.3.3) (2020-08-25)
1631
+
1632
+ **Note:** Version bump only for package lime-web-components
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+ ## [4.3.2](https://github.com/Lundalogik/lime-web-components/compare/v4.3.1...v4.3.2) (2020-07-17)
1639
+
1640
+ **Note:** Version bump only for package lime-web-components
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+ ## [4.3.1](https://github.com/Lundalogik/lime-web-components/compare/v4.3.0...v4.3.1) (2020-07-15)
1647
+
1648
+
1649
+ ### Bug Fixes
1650
+
1651
+ * **decorators:** add required dependency on rxjs ([1eef4ad](https://github.com/Lundalogik/lime-web-components/commit/1eef4adb4472d5d2beca095e0fc08f1646cb3297))
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+ # [4.3.0](https://github.com/Lundalogik/lime-web-components/compare/v4.2.0...v4.3.0) (2020-07-09)
1658
+
1659
+
1660
+ ### Features
1661
+
1662
+ * **context:** add support for nested contexts ([0ba530a](https://github.com/Lundalogik/lime-web-components/commit/0ba530a09cbf5a7aa61e1e7f1046b584dad33dd2))
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+ # [4.2.0](https://github.com/Lundalogik/lime-web-components/compare/v4.1.0...v4.2.0) (2020-06-24)
1669
+
1670
+
1671
+ ### Features
1672
+
1673
+ * **create-dialog:** update create limeobject dialog command ([fac2889](https://github.com/Lundalogik/lime-web-components/commit/fac2889fd4a68f6f5b4dd8ae6184937fea046fc6))
1674
+ * **delete-object:** add delete object command ([0d72359](https://github.com/Lundalogik/lime-web-components/commit/0d72359ca8619435a294cb8d0c41b627efde7ab2))
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+ # [4.1.0](https://github.com/Lundalogik/lime-web-components/compare/v4.0.1...v4.1.0) (2020-06-11)
1681
+
1682
+
1683
+ ### Features
1684
+
1685
+ * **interfaces:** add aggregates to response ([a4ab5d7](https://github.com/Lundalogik/lime-web-components/commit/a4ab5d77f9f967914ad2e84ff743eb3a8d906009))
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+ ## [4.0.1](https://github.com/Lundalogik/lime-web-components/compare/v4.0.0...v4.0.1) (2020-06-10)
1692
+
1693
+ **Note:** Version bump only for package lime-web-components
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+ # [4.0.0](https://github.com/Lundalogik/lime-web-components/compare/v3.2.0...v4.0.0) (2020-05-27)
1700
+
1701
+
1702
+ ### Bug Fixes
1703
+
1704
+ * **user-statistics-service:** revert version 2.5.0 ([5b71a32](https://github.com/Lundalogik/lime-web-components/commit/5b71a3267d869c095c4bf17196b6266e8a51892c))
1705
+ * upgrade tslint from 6.1.1 to 6.1.2 ([151c997](https://github.com/Lundalogik/lime-web-components/commit/151c9978b8894b324d5347363973fc434080d260))
1706
+ * upgrade tslint from 6.1.1 to 6.1.2 ([c7aa292](https://github.com/Lundalogik/lime-web-components/commit/c7aa292cff8be15d211162b5b3b68a99eb138c72))
1707
+
1708
+
1709
+ ### BREAKING CHANGES
1710
+
1711
+ * **user-statistics-service:** The UserStatistics interface is removed
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+ # [3.2.0](https://github.com/Lundalogik/lime-web-components/compare/v3.1.1...v3.2.0) (2020-05-15)
1718
+
1719
+
1720
+ ### Features
1721
+
1722
+ * **testing:** add document limeobject for testing ([f962c9d](https://github.com/Lundalogik/lime-web-components/commit/f962c9d33d155fb4f0a1f6d9a30af96b7cea9b95))
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+ ## [3.1.1](https://github.com/Lundalogik/lime-web-components/compare/v3.1.0...v3.1.1) (2020-05-14)
1729
+
1730
+
1731
+ ### Bug Fixes
1732
+
1733
+ * **testing:** correctly expose history limetype ([9dc6e7a](https://github.com/Lundalogik/lime-web-components/commit/9dc6e7a053e8e01f3d054925da1504b9f172f8ae))
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+ # [3.1.0](https://github.com/Lundalogik/lime-web-components/compare/v3.0.0...v3.1.0) (2020-05-04)
1740
+
1741
+
1742
+ ### Features
1743
+
1744
+ * add functions for setting the state ([d1d632e](https://github.com/Lundalogik/lime-web-components/commit/d1d632eba8a188a4e201f025b2173410c25974e4))
1745
+ * add test fixtures for limeobjects ([7389723](https://github.com/Lundalogik/lime-web-components/commit/7389723dcce5420ba20f0a8c584c1e8da35fdde3))
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+ # [3.0.0](https://github.com/Lundalogik/lime-web-components/compare/v2.6.2...v3.0.0) (2020-04-23)
1752
+
1753
+
1754
+ ### Bug Fixes
1755
+
1756
+ * **decorators:** emit new value when context has changed ([a87c93a](https://github.com/Lundalogik/lime-web-components/commit/a87c93a9ba0dbe3436111898a1bb43ef2de19558)), closes [Lundalogik/crm-feature#1011](https://github.com/Lundalogik/crm-feature/issues/1011)
1757
+
1758
+
1759
+ ### BREAKING CHANGES
1760
+
1761
+ * **decorators:** The `LimePluginLoader` interface now requires the method `componentWillUpdate` to
1762
+ be implemented. This is due to an issue in Stencil where the functionality of the function is not
1763
+ included in the build unless at least one component in the project is using it. Since this fix is
1764
+ using the `componentWillUpdate` function under the hood, it is now required that plugins add it to
1765
+ their projects.
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+ ## [2.6.2](https://github.com/Lundalogik/lime-web-components/compare/v2.6.1...v2.6.2) (2020-04-22)
1772
+
1773
+ **Note:** Version bump only for package lime-web-components
1774
+
1775
+
1776
+
1777
+
1778
+
1779
+ ## [2.6.1](https://github.com/Lundalogik/lime-web-components/compare/v2.6.0...v2.6.1) (2020-04-17)
1780
+
1781
+
1782
+ ### Bug Fixes
1783
+
1784
+ * include testing package in root package ([be1ffbf](https://github.com/Lundalogik/lime-web-components/commit/be1ffbf190de7b9082b3d054cbb5076d118d47d6))
1785
+ * trigger release ([a24e352](https://github.com/Lundalogik/lime-web-components/commit/a24e352059a937dd7d83f1a598accd9913cba624))
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+ # [2.6.0](https://github.com/Lundalogik/lime-web-components/compare/v2.5.0...v2.6.0) (2020-04-16)
1792
+
1793
+
1794
+ ### Features
1795
+
1796
+ * **testing:** add helper functions to make it easier to write tests for lime-web-components ([744ba03](https://github.com/Lundalogik/lime-web-components/commit/744ba03c2b7f80e1d1a71612e750591b99d22c52))
1797
+ * **testing:** add package to help writing tests for lime web components ([4a306f0](https://github.com/Lundalogik/lime-web-components/commit/4a306f0ae656e11e33613c663cf0a93c245334db))
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+ # [2.5.0](https://github.com/Lundalogik/lime-web-components/compare/v2.4.1...v2.5.0) (2020-04-09)
1804
+
1805
+
1806
+ ### Features
1807
+
1808
+ * **user-statistics-service:** add user statistics service interface ([250486b](https://github.com/Lundalogik/lime-web-components/commit/250486b2968880eef516422aefa14c30152161ea))
1809
+
1810
+
1811
+ ### Reverts
1812
+
1813
+ * Revert "ci(release): graduate pre-releases" ([306e7a2](https://github.com/Lundalogik/lime-web-components/commit/306e7a2c0eaeda4006f3a4dde0912be7611fb272))
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+ ## [2.4.1](https://github.com/Lundalogik/lime-web-components/compare/v2.4.1-alpha.1...v2.4.1) (2020-03-30)
1820
+
1821
+ **Note:** Version bump only for package lime-web-components
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+ ## [2.4.1-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v2.4.0...v2.4.1-alpha.1) (2020-03-30)
1828
+
1829
+
1830
+ ### Bug Fixes
1831
+
1832
+ * **decorators:** wait for lime properties in componentWillLoad ([d9193e3](https://github.com/Lundalogik/lime-web-components/commit/d9193e3e4dc1d2892dbb766a6fd9a0e2234e4da0)), closes [Lundalogik/crm-feature#1004](https://github.com/Lundalogik/crm-feature/issues/1004)
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+ ## [2.4.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v2.4.0...v2.4.1-alpha.0) (2020-03-30)
1839
+
1840
+
1841
+ ### Bug Fixes
1842
+
1843
+ * **decorators:** wait for lime properties in componentWillLoad ([d9193e3](https://github.com/Lundalogik/lime-web-components/commit/d9193e3e4dc1d2892dbb766a6fd9a0e2234e4da0)), closes [Lundalogik/crm-feature#1004](https://github.com/Lundalogik/crm-feature/issues/1004)
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+ # [2.4.0](https://github.com/Lundalogik/lime-web-components/compare/v2.3.0...v2.4.0) (2020-03-30)
1850
+
1851
+
1852
+ ### Features
1853
+
1854
+ * **limeobject:** add method for loading relations into the state ([d5cd8b9](https://github.com/Lundalogik/lime-web-components/commit/d5cd8b9e9a4565130b172f892b5d31210b7eef9f))
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+ # [2.3.0](https://github.com/Lundalogik/lime-web-components/compare/v2.2.1...v2.3.0) (2020-02-21)
1861
+
1862
+
1863
+ ### Features
1864
+
1865
+ * **dialog command:** add optional route property on createlimeobjectdialogcommand ([114d547](https://github.com/Lundalogik/lime-web-components/commit/114d5472464f3b4845f889ef7227bd5a5a29191c))
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+ ## [2.2.1](https://github.com/Lundalogik/lime-web-components/compare/v2.2.0...v2.2.1) (2020-01-09)
1872
+
1873
+
1874
+ ### Bug Fixes
1875
+
1876
+ * **decorators:** return value from original componentWillLoad in state decorators ([e91faa7](https://github.com/Lundalogik/lime-web-components/commit/e91faa7583afd56685fa4dc39292c5fcd7dfb969)), closes [#104](https://github.com/Lundalogik/lime-web-components/issues/104) [#75](https://github.com/Lundalogik/lime-web-components/issues/75)
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+ # [2.2.0](https://github.com/Lundalogik/lime-web-components/compare/v2.1.0...v2.2.0) (2019-12-20)
1883
+
1884
+
1885
+ ### Features
1886
+
1887
+ * **limetype interface:** adds system type to property type ([3e1799e](https://github.com/Lundalogik/lime-web-components/commit/3e1799e4393df1facf7b0d4d9357140c06c3ad31))
1888
+
1889
+
1890
+ ### Reverts
1891
+
1892
+ * Revert "build: publish to github registry" ([f535e0d](https://github.com/Lundalogik/lime-web-components/commit/f535e0df2d93382aa440ffbcc88542f1dff83cab))
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+ # [2.1.0](https://github.com/Lundalogik/lime-web-components/compare/v2.0.0...v2.1.0) (2019-08-09)
1899
+
1900
+
1901
+ ### Features
1902
+
1903
+ * **notification-service:** report non-blocking and non-transient message ([e02ff9f](https://github.com/Lundalogik/lime-web-components/commit/e02ff9f))
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+ # [2.0.0](https://github.com/Lundalogik/lime-web-components/compare/v1.4.1...v2.0.0) (2019-07-04)
1910
+
1911
+
1912
+ ### Bug Fixes
1913
+
1914
+ * trigger release ([01b4dfc](https://github.com/Lundalogik/lime-web-components/commit/01b4dfc))
1915
+
1916
+
1917
+ ### Code Refactoring
1918
+
1919
+ * **platform:** add get method in favor of public properties ([5d0c903](https://github.com/Lundalogik/lime-web-components/commit/5d0c903))
1920
+
1921
+
1922
+ ### BREAKING CHANGES
1923
+
1924
+ * **platform:** Removed all public properties, services are now retrieved with the `get` method.
1925
+ New services can be registered with the `register` method which can also be used by 3rd parties to
1926
+ register new services on the platform. Core platform service names are exposed in the
1927
+ `PlatformServiceName` enum.
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+ ## [1.4.1](https://github.com/Lundalogik/lime-web-components/compare/v1.4.0...v1.4.1) (2019-06-28)
1934
+
1935
+
1936
+ ### Bug Fixes
1937
+
1938
+ * send_task expects app ([5f2eefa](https://github.com/Lundalogik/lime-web-components/commit/5f2eefa))
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+ # [1.4.0](https://github.com/Lundalogik/lime-web-components/compare/v1.3.0...v1.4.0) (2019-06-24)
1945
+
1946
+
1947
+ ### Bug Fixes
1948
+
1949
+ * **npm:** publish to npmjs.org ([73b94ea](https://github.com/Lundalogik/lime-web-components/commit/73b94ea))
1950
+
1951
+
1952
+ ### Features
1953
+
1954
+ * **task service:** add getStatus method ([fb28b85](https://github.com/Lundalogik/lime-web-components/commit/fb28b85))
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+ # [1.3.0](https://github.com/Lundalogik/lime-web-components/compare/v1.2.8...v1.3.0) (2019-06-24)
1961
+
1962
+
1963
+ ### Features
1964
+
1965
+ * license under Apache-2.0 ([34b755e](https://github.com/Lundalogik/lime-web-components/commit/34b755e))
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+ ## [1.2.8](https://github.com/Lundalogik/lime-web-components/compare/v1.2.7...v1.2.8) (2019-06-20)
1972
+
1973
+
1974
+ ### Bug Fixes
1975
+
1976
+ * Revert "fix: Revert "fix:... ([e4439d1](https://github.com/Lundalogik/lime-web-components/commit/e4439d1))
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+ ## [1.2.7](https://github.com/Lundalogik/lime-web-components/compare/v1.2.6...v1.2.7) (2019-06-20)
1983
+
1984
+
1985
+ ### Bug Fixes
1986
+
1987
+ * Revert "fix: Revert "Revert "fix: Revert... ([b7f2830](https://github.com/Lundalogik/lime-web-components/commit/b7f2830))
1988
+ * Revert "Revert "fix: Revert "fix: Revert "fix: dummy commit"""" ([730ebcd](https://github.com/Lundalogik/lime-web-components/commit/730ebcd))
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ ## [1.2.6](https://github.com/Lundalogik/lime-web-components/compare/v1.2.5...v1.2.6) (2019-06-20)
1995
+
1996
+
1997
+ ### Bug Fixes
1998
+
1999
+ * Revert "fix: Revert "fix: dummy commit"" ([d6b6002](https://github.com/Lundalogik/lime-web-components/commit/d6b6002))
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+ ## [1.2.5](https://github.com/Lundalogik/lime-web-components/compare/v1.2.4...v1.2.5) (2019-06-20)
2006
+
2007
+
2008
+ ### Bug Fixes
2009
+
2010
+ * Revert "fix: dummy commit" ([0b187ef](https://github.com/Lundalogik/lime-web-components/commit/0b187ef))
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+ ## [1.2.4](https://github.com/Lundalogik/lime-web-components/compare/v1.2.3...v1.2.4) (2019-06-20)
2017
+
2018
+
2019
+ ### Bug Fixes
2020
+
2021
+ * dummy commit ([78e0667](https://github.com/Lundalogik/lime-web-components/commit/78e0667))
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+ ## [1.2.3](https://github.com/Lundalogik/lime-web-components/compare/v1.2.2...v1.2.3) (2019-06-20)
2028
+
2029
+
2030
+ ### Bug Fixes
2031
+
2032
+ * Revert "fix: dummy commit" ([f1ff607](https://github.com/Lundalogik/lime-web-components/commit/f1ff607))
2033
+
2034
+
2035
+
2036
+
2037
+
2038
+ ## [1.2.2](https://github.com/Lundalogik/lime-web-components/compare/v1.2.1...v1.2.2) (2019-06-20)
2039
+
2040
+
2041
+ ### Bug Fixes
2042
+
2043
+ * dummy commit ([a91aa7c](https://github.com/Lundalogik/lime-web-components/commit/a91aa7c))
2044
+ * dummy commit ([9ec3ccb](https://github.com/Lundalogik/lime-web-components/commit/9ec3ccb))
2045
+ * dummy version ([ac9d6c8](https://github.com/Lundalogik/lime-web-components/commit/ac9d6c8))
2046
+
2047
+
2048
+
2049
+
2050
+
2051
+ ## [1.2.1](https://github.com/Lundalogik/lime-web-components/compare/v1.2.0...v1.2.1) (2019-06-19)
2052
+
2053
+
2054
+ ### Bug Fixes
2055
+
2056
+ * dummy version ([4402508](https://github.com/Lundalogik/lime-web-components/commit/4402508))
2057
+
2058
+
2059
+
2060
+
2061
+
2062
+ # [1.2.0](https://github.com/Lundalogik/lime-web-components/compare/v1.1.0...v1.2.0) (2019-06-19)
2063
+
2064
+
2065
+ ### Bug Fixes
2066
+
2067
+ * **tutorial:** update how to create web-components ([640b8c9](https://github.com/Lundalogik/lime-web-components/commit/640b8c9))
2068
+
2069
+
2070
+ ### Features
2071
+
2072
+ * **notification:** add dismissible option ([b163f6b](https://github.com/Lundalogik/lime-web-components/commit/b163f6b))
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+ # [1.1.0](https://github.com/Lundalogik/lime-web-components/compare/v1.0.1...v1.1.0) (2019-06-05)
2079
+
2080
+
2081
+ ### Features
2082
+
2083
+ * **commands:** add relations property on bulk create command ([803e8a4](https://github.com/Lundalogik/lime-web-components/commit/803e8a4))
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+ ## [1.0.1](https://github.com/Lundalogik/lime-web-components/compare/v1.0.0...v1.0.1) (2019-05-29)
2090
+
2091
+
2092
+ ### Bug Fixes
2093
+
2094
+ * **decorators:** add missing exports ([cf60471](https://github.com/Lundalogik/lime-web-components/commit/cf60471))
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+ # [1.0.0](https://github.com/Lundalogik/lime-web-components/compare/v0.1.0...v1.0.0) (2019-05-29)
2101
+
2102
+
2103
+ ### Features
2104
+
2105
+ * convert lime-web-component-interfaces to monorepo lime-web-components ([2266483](https://github.com/Lundalogik/lime-web-components/commit/2266483))
2106
+ * rename packages to `@limetech/lime-web-components-<package-name>` ([25f7a9f](https://github.com/Lundalogik/lime-web-components/commit/25f7a9f))
2107
+
2108
+
2109
+ ### Reverts
2110
+
2111
+ * **route-interface:** removes origin param again ([8104086](https://github.com/Lundalogik/lime-web-components/commit/8104086))