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