@limetech/lime-web-components 4.54.2 → 5.0.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/LICENSE.txt +1 -1
- package/README.md +21 -6
- package/dist/commandbus/commandbus.d.ts +1 -1
- package/dist/dialog/dialog.d.ts +1 -1
- package/dist/es5/userdata/decorator.js +1 -1
- package/dist/es5/userdata/types.js +1 -1
- package/dist/filter/repository.d.ts +1 -1
- package/dist/limeobject/repository.d.ts +3 -16
- package/dist/userdata/decorator.js +1 -1
- package/dist/userdata/types.d.ts +2 -2
- package/dist/userdata/types.js +1 -1
- package/package.json +52 -29
- package/testing/package.json +1 -1
- package/CHANGELOG.md +0 -1495
package/CHANGELOG.md
DELETED
|
@@ -1,1495 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [4.54.2](https://github.com/Lundalogik/lime-web-components/compare/v4.54.1...v4.54.2) (2022-09-23)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **testing:** inject component states in connectedCallback ([4606839](https://github.com/Lundalogik/lime-web-components/commit/4606839a9ac0ed106e2d9352e243a270b21450b2))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [4.54.1](https://github.com/Lundalogik/lime-web-components/compare/v4.54.0...v4.54.1) (2022-09-23)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
# [4.54.0](https://github.com/Lundalogik/lime-web-components/compare/v4.53.1...v4.54.0) (2022-09-19)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Features
|
|
29
|
-
|
|
30
|
-
* **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)
|
|
31
|
-
* **http:** add missing `HttpResponseError` interface ([f86ae62](https://github.com/Lundalogik/lime-web-components/commit/f86ae62d6393b5a6a8f0996ac9da36b5869407b8))
|
|
32
|
-
* **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)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [4.53.1](https://github.com/Lundalogik/lime-web-components/compare/v4.53.0...v4.53.1) (2022-09-12)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [4.53.0](https://github.com/Lundalogik/lime-web-components/compare/v4.52.0...v4.53.0) (2022-09-01)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Features
|
|
50
|
-
|
|
51
|
-
* **query:** add ends with operator ([3661001](https://github.com/Lundalogik/lime-web-components/commit/36610013cf6bfe333c75093164ebc99e78d47845))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
# [4.52.0](https://github.com/Lundalogik/lime-web-components/compare/v4.51.12...v4.52.0) (2022-08-25)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Features
|
|
61
|
-
|
|
62
|
-
* **query:** add not equals operator ([ee2c215](https://github.com/Lundalogik/lime-web-components/commit/ee2c215bb6c153e96cc4a0a50ca65e680e0c7220))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## [4.51.12](https://github.com/Lundalogik/lime-web-components/compare/v4.51.11...v4.51.12) (2022-08-22)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## [4.51.11](https://github.com/Lundalogik/lime-web-components/compare/v4.51.10...v4.51.11) (2022-08-22)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## [4.51.10](https://github.com/Lundalogik/lime-web-components/compare/v4.51.9...v4.51.10) (2022-08-04)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## [4.51.9](https://github.com/Lundalogik/lime-web-components/compare/v4.51.8...v4.51.9) (2022-08-03)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## [4.51.8](https://github.com/Lundalogik/lime-web-components/compare/v4.51.7...v4.51.8) (2022-08-01)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## [4.51.7](https://github.com/Lundalogik/lime-web-components/compare/v4.51.6...v4.51.7) (2022-08-01)
|
|
109
|
-
|
|
110
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## [4.51.6](https://github.com/Lundalogik/lime-web-components/compare/v4.51.5...v4.51.6) (2022-07-15)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
### Bug Fixes
|
|
120
|
-
|
|
121
|
-
* **testing:** create empty hook if component's `componentWillLoad` is undefined ([be371a8](https://github.com/Lundalogik/lime-web-components/commit/be371a8eca26b9e29f8dfa462cdf77b992a278b6))
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## [4.51.5](https://github.com/Lundalogik/lime-web-components/compare/v4.51.4...v4.51.5) (2022-07-14)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
* **build:** include required libraries ([d2efa0e](https://github.com/Lundalogik/lime-web-components/commit/d2efa0e59b7a23188afbecf842832123e4233f41))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## [4.51.4](https://github.com/Lundalogik/lime-web-components/compare/v4.51.3...v4.51.4) (2022-07-14)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* **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)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## [4.51.3](https://github.com/Lundalogik/lime-web-components/compare/v4.51.2...v4.51.3) (2022-07-13)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
* include Stencil in build ([9c402b1](https://github.com/Lundalogik/lime-web-components/commit/9c402b1220b96c7f1a32a47e4e779057b7284445))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
## [4.51.2](https://github.com/Lundalogik/lime-web-components/compare/v4.51.1...v4.51.2) (2022-07-13)
|
|
161
|
-
|
|
162
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## [4.51.1](https://github.com/Lundalogik/lime-web-components/compare/v4.51.0...v4.51.1) (2022-07-12)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
### Bug Fixes
|
|
172
|
-
|
|
173
|
-
* please release this lerna ([6716f58](https://github.com/Lundalogik/lime-web-components/commit/6716f5825278c35a5c1c8f3131787fa8abf264b5))
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
# [4.51.0](https://github.com/Lundalogik/lime-web-components/compare/v4.50.1-alpha.1...v4.51.0) (2022-07-12)
|
|
180
|
-
|
|
181
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
## [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)
|
|
188
|
-
|
|
189
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
## [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)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
* remove alpha from version ([3323de9](https://github.com/Lundalogik/lime-web-components/commit/3323de9d81dfb414b5b59fdca10100c6d8ec86bc))
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
# [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)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
# [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)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* trigger release of all packages ([2909cf7](https://github.com/Lundalogik/lime-web-components/commit/2909cf75c7bc5adb1c5381304add8f7b10b62e06))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
# [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)
|
|
226
|
-
|
|
227
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
# [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)
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
### Bug Fixes
|
|
237
|
-
|
|
238
|
-
* **loader:** remove return types ([c7f33b5](https://github.com/Lundalogik/lime-web-components/commit/c7f33b5e0d6462534a00e1a0e7f4e3a477601347))
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
# [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)
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
# [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)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Bug Fixes
|
|
256
|
-
|
|
257
|
-
* **package.json:** set correct entry points ([3dedd2f](https://github.com/Lundalogik/lime-web-components/commit/3dedd2fbf5cc1473a4e37a34f15092bad90eb009))
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
### Features
|
|
261
|
-
|
|
262
|
-
* **testing:** expose testing package in a better way ([f52321f](https://github.com/Lundalogik/lime-web-components/commit/f52321f0388c39996296fb8ab542f03b426e5017))
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
## [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)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### Bug Fixes
|
|
272
|
-
|
|
273
|
-
* **platform:** create explicit type for names enum ([606bc3b](https://github.com/Lundalogik/lime-web-components/commit/606bc3b5547389366a28dd3a57edb4d322ed7372))
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
## [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)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.48.2) (2022-07-05)
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
## [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)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
* trigger release of all packages ([a5cd9ab](https://github.com/Lundalogik/lime-web-components/commit/a5cd9abed3a3633b0c099ffe3c8f8c61b1d9e5bd))
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
## [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)
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Bug Fixes
|
|
306
|
-
|
|
307
|
-
* trigger release ([b1a0586](https://github.com/Lundalogik/lime-web-components/commit/b1a05869dd6f19049a8ba66196b080a281ca585d))
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
## [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)
|
|
314
|
-
|
|
315
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
## [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)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
## [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)
|
|
330
|
-
|
|
331
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
# [4.49.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.48.1...v4.49.0-alpha.0) (2022-06-29)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
# [4.46.0-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0...v4.46.0-alpha.2) (2022-05-25)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Bug Fixes
|
|
345
|
-
|
|
346
|
-
* **docs:** add deprecation note ([a7bf0c5](https://github.com/Lundalogik/lime-web-components/commit/a7bf0c5dedb1dfb2b1452be370b543374b9809cc))
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
# [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)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Features
|
|
354
|
-
|
|
355
|
-
* **navigator:** move decorator `SelectQueryParam` to `@limetech/lime-web-components` ([1e5fa78](https://github.com/Lundalogik/lime-web-components/commit/1e5fa78b2035f0c358ed4fca8b679e818adc536d))
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
# [4.46.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.45.3...v4.46.0-alpha.0) (2022-05-12)
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
# [4.42.0-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.42.0...v4.42.0-alpha.1) (2022-04-14)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
# [4.42.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.41.10...v4.42.0-alpha.0) (2022-04-14)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
# [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)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
### Features
|
|
375
|
-
|
|
376
|
-
* **application:** move decorator to `@limetech/lime-web-components` ([bd0bfc1](https://github.com/Lundalogik/lime-web-components/commit/bd0bfc127355139a3818e0730f21224bf30cbbd4))
|
|
377
|
-
* **config:** move decorator to `@limetech/lime-web-components` ([8b7d6d9](https://github.com/Lundalogik/lime-web-components/commit/8b7d6d90192f86e7a9ea0fc5223663a0b126c295))
|
|
378
|
-
* **current-user:** move decorator to `@limetech/lime-web-components` ([1e9bd8a](https://github.com/Lundalogik/lime-web-components/commit/1e9bd8a95055e2382e3803fd577c948256d59057))
|
|
379
|
-
* **decorators:** move interface to `@limetech/lime-web-components` ([3b9a6c8](https://github.com/Lundalogik/lime-web-components/commit/3b9a6c82564fc46864d1698adb6d42299e355c0e))
|
|
380
|
-
* **device:** move decorator to `@limetech/lime-web-components` ([9b43f89](https://github.com/Lundalogik/lime-web-components/commit/9b43f897169486081d665bab5aaec357d78251ec))
|
|
381
|
-
* **filter:** move decorator to `@limetech/lime-web-components` ([7e200ed](https://github.com/Lundalogik/lime-web-components/commit/7e200ed9bb97ee9592fb69026cbdd8fe9ffba4f3))
|
|
382
|
-
* **limeobject:** move decorator to `@limetech/lime-web-components` ([37894f1](https://github.com/Lundalogik/lime-web-components/commit/37894f1524e8db1cf80165c2f0a63bdd954e0859))
|
|
383
|
-
* **limetype:** move decorator to `@limetech/lime-web-components` ([fc49855](https://github.com/Lundalogik/lime-web-components/commit/fc49855bb64d325ca4f1c55bf04e175b48e0efaa))
|
|
384
|
-
* **session:** move decorator to `@limetech/lime-web-components` ([3c72f12](https://github.com/Lundalogik/lime-web-components/commit/3c72f12012662d2caf6255abf1c6f7101fb1e86a))
|
|
385
|
-
* **user-data:** move decorator to `@limetech/lime-web-components` ([9a5f996](https://github.com/Lundalogik/lime-web-components/commit/9a5f9960d9441d511d84af60eb6bc08352341bef))
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
# [4.24.0-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.41.6...v4.24.0-alpha.0) (2022-03-25)
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
### Bug Fixes
|
|
393
|
-
|
|
394
|
-
* **platform:** add missing platform service names ([de30d58](https://github.com/Lundalogik/lime-web-components/commit/de30d580528a9ed05b646dd79c3f0b9af5aadd46))
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
### Features
|
|
398
|
-
|
|
399
|
-
* **config:** move interface to `@limetech/lime-web-components` ([d6b12bd](https://github.com/Lundalogik/lime-web-components/commit/d6b12bdf49b0a0a39f542d7899e3db67f5f38840))
|
|
400
|
-
* **device:** move interface to `@limetech/lime-web-components` ([3ec207b](https://github.com/Lundalogik/lime-web-components/commit/3ec207b4737e6c1592bd46125e4bdd8160ff8be0))
|
|
401
|
-
* **dialog:** move interface to `@limetech/lime-web-components` ([ce8f8fc](https://github.com/Lundalogik/lime-web-components/commit/ce8f8fca810e649cda82c6bb152d9959898dbf89))
|
|
402
|
-
* **filter:** move interface to `@limetech/lime-web-components` ([624afa4](https://github.com/Lundalogik/lime-web-components/commit/624afa4e78dd89da4140b0c74f3a82928dcf6936))
|
|
403
|
-
* **keybindings:** move interface to `@limetech/lime-web-components` ([c867376](https://github.com/Lundalogik/lime-web-components/commit/c86737653045fd2123345bde0123e92a384b9205))
|
|
404
|
-
* **limeobject:** move interface to `@limetech/lime-web-components` ([167d5a2](https://github.com/Lundalogik/lime-web-components/commit/167d5a24d2bbb51632be64a1271e66f957bd9458))
|
|
405
|
-
* **limeobject:** move interface to `@limetech/lime-web-components` ([ab608b3](https://github.com/Lundalogik/lime-web-components/commit/ab608b38288aa24289f1486bed6eabe0189f1174))
|
|
406
|
-
* **navigator:** move interface to `@limetech/lime-web-components` ([603510e](https://github.com/Lundalogik/lime-web-components/commit/603510e57a09b8e2faedeb464e7a1206388f93fe))
|
|
407
|
-
* **notifications:** move interface to `@limetech/lime-web-components` ([f69a1fc](https://github.com/Lundalogik/lime-web-components/commit/f69a1fcf7be22409e35381b278cb74c9199bbe87))
|
|
408
|
-
* **platform:** use module augmentation to add service names ([53e19eb](https://github.com/Lundalogik/lime-web-components/commit/53e19ebb41761750fb7e2feeb9a9d5980ecce543))
|
|
409
|
-
* **platform:** use module augmentation to overload services ([e7460ad](https://github.com/Lundalogik/lime-web-components/commit/e7460ad275691b15fc7981a80d649fe1c31f25c9))
|
|
410
|
-
* **query:** move interface to `@limetech/lime-web-components` ([e2f5c9f](https://github.com/Lundalogik/lime-web-components/commit/e2f5c9faa38041150161ee71d1ec315fead147e4))
|
|
411
|
-
* **router:** move interface to `@limetech/lime-web-components` ([fa3d83c](https://github.com/Lundalogik/lime-web-components/commit/fa3d83c8291bf08b68b99d5d3fa78154d88c26a8))
|
|
412
|
-
* **session:** move interface to `@limetech/lime-web-components` ([1b005c8](https://github.com/Lundalogik/lime-web-components/commit/1b005c842d555b097c32114f7a8f1a5d064ae86a))
|
|
413
|
-
* **state:** move interface to `@limetech/lime-web-components` ([91970f4](https://github.com/Lundalogik/lime-web-components/commit/91970f4a150708a20afb292eeb9d740b47ff416b))
|
|
414
|
-
* **task:** move interface to `@limetech/lime-web-components` ([65a6f46](https://github.com/Lundalogik/lime-web-components/commit/65a6f46d30da7971ef5d5f6d746632b0f808ea76))
|
|
415
|
-
* **translator:** move interface to `@limetech/lime-web-components` ([38b2890](https://github.com/Lundalogik/lime-web-components/commit/38b2890833e06736cd0d02f40f3e3f3635018212))
|
|
416
|
-
* **user:** move interface to `@limetech/lime-web-components` ([0c75aa5](https://github.com/Lundalogik/lime-web-components/commit/0c75aa5bd4e2b9c7fa35407a91a383c18edb7ce3))
|
|
417
|
-
* **userdata:** move interface to `@limetech/lime-web-components` ([b4adf23](https://github.com/Lundalogik/lime-web-components/commit/b4adf238bc0013d23331a718a210f823705a8358))
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
## [4.23.3-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.41.3...v4.23.3-alpha.3) (2022-03-21)
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
## [4.23.3-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.29.2...v4.23.3-alpha.2) (2021-11-15)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
## [4.23.3-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.24.0...v4.23.3-alpha.1) (2021-09-28)
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
## [4.23.3-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3...v4.23.3-alpha.0) (2021-09-27)
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
## [4.13.3-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.13.2...v4.13.3-alpha.0) (2021-02-26)
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.48.1...v4.48.2) (2022-07-05)
|
|
444
|
-
|
|
445
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
## [4.48.1](https://github.com/Lundalogik/lime-web-components/compare/v4.48.0...v4.48.1) (2022-06-21)
|
|
452
|
-
|
|
453
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
# [4.48.0](https://github.com/Lundalogik/lime-web-components/compare/v4.47.4...v4.48.0) (2022-06-21)
|
|
460
|
-
|
|
461
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
## [4.47.4](https://github.com/Lundalogik/lime-web-components/compare/v4.47.3...v4.47.4) (2022-06-17)
|
|
468
|
-
|
|
469
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
## [4.47.3](https://github.com/Lundalogik/lime-web-components/compare/v4.47.2...v4.47.3) (2022-06-03)
|
|
476
|
-
|
|
477
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
## [4.47.2](https://github.com/Lundalogik/lime-web-components/compare/v4.47.1...v4.47.2) (2022-06-03)
|
|
484
|
-
|
|
485
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
## [4.47.1](https://github.com/Lundalogik/lime-web-components/compare/v4.47.0...v4.47.1) (2022-05-31)
|
|
492
|
-
|
|
493
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
# [4.47.0](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0...v4.47.0) (2022-05-27)
|
|
500
|
-
|
|
501
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
# [4.46.0](https://github.com/Lundalogik/lime-web-components/compare/v4.45.3...v4.46.0) (2022-05-24)
|
|
508
|
-
|
|
509
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
## [4.45.3](https://github.com/Lundalogik/lime-web-components/compare/v4.45.2...v4.45.3) (2022-05-09)
|
|
516
|
-
|
|
517
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
## [4.45.2](https://github.com/Lundalogik/lime-web-components/compare/v4.45.1...v4.45.2) (2022-05-03)
|
|
524
|
-
|
|
525
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
## [4.45.1](https://github.com/Lundalogik/lime-web-components/compare/v4.45.0...v4.45.1) (2022-04-27)
|
|
532
|
-
|
|
533
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
# [4.45.0](https://github.com/Lundalogik/lime-web-components/compare/v4.44.0...v4.45.0) (2022-04-22)
|
|
540
|
-
|
|
541
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
# [4.44.0](https://github.com/Lundalogik/lime-web-components/compare/v4.43.0...v4.44.0) (2022-04-21)
|
|
548
|
-
|
|
549
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
# [4.43.0](https://github.com/Lundalogik/lime-web-components/compare/v4.42.2...v4.43.0) (2022-04-21)
|
|
556
|
-
|
|
557
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
## [4.42.2](https://github.com/Lundalogik/lime-web-components/compare/v4.42.1...v4.42.2) (2022-04-18)
|
|
564
|
-
|
|
565
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
## [4.42.1](https://github.com/Lundalogik/lime-web-components/compare/v4.42.0...v4.42.1) (2022-04-18)
|
|
572
|
-
|
|
573
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
# [4.42.0](https://github.com/Lundalogik/lime-web-components/compare/v4.41.10...v4.42.0) (2022-04-14)
|
|
580
|
-
|
|
581
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
## [4.41.10](https://github.com/Lundalogik/lime-web-components/compare/v4.41.9...v4.41.10) (2022-04-13)
|
|
588
|
-
|
|
589
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
## [4.41.9](https://github.com/Lundalogik/lime-web-components/compare/v4.41.8...v4.41.9) (2022-04-13)
|
|
596
|
-
|
|
597
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
## [4.41.8](https://github.com/Lundalogik/lime-web-components/compare/v4.41.7...v4.41.8) (2022-03-28)
|
|
604
|
-
|
|
605
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
## [4.41.7](https://github.com/Lundalogik/lime-web-components/compare/v4.41.6...v4.41.7) (2022-03-28)
|
|
612
|
-
|
|
613
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
## [4.41.6](https://github.com/Lundalogik/lime-web-components/compare/v4.41.5...v4.41.6) (2022-03-24)
|
|
620
|
-
|
|
621
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
## [4.41.5](https://github.com/Lundalogik/lime-web-components/compare/v4.41.4...v4.41.5) (2022-03-23)
|
|
628
|
-
|
|
629
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
## [4.41.4](https://github.com/Lundalogik/lime-web-components/compare/v4.41.3...v4.41.4) (2022-03-23)
|
|
636
|
-
|
|
637
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
## [4.41.3](https://github.com/Lundalogik/lime-web-components/compare/v4.41.2...v4.41.3) (2022-03-11)
|
|
644
|
-
|
|
645
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
## [4.41.2](https://github.com/Lundalogik/lime-web-components/compare/v4.41.1...v4.41.2) (2022-03-07)
|
|
652
|
-
|
|
653
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
## [4.41.1](https://github.com/Lundalogik/lime-web-components/compare/v4.41.0...v4.41.1) (2022-03-07)
|
|
660
|
-
|
|
661
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
# [4.41.0](https://github.com/Lundalogik/lime-web-components/compare/v4.40.0...v4.41.0) (2022-03-07)
|
|
668
|
-
|
|
669
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
# [4.40.0](https://github.com/Lundalogik/lime-web-components/compare/v4.39.0...v4.40.0) (2022-03-07)
|
|
676
|
-
|
|
677
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
# [4.39.0](https://github.com/Lundalogik/lime-web-components/compare/v4.38.5...v4.39.0) (2022-03-04)
|
|
684
|
-
|
|
685
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
## [4.38.5](https://github.com/Lundalogik/lime-web-components/compare/v4.38.4...v4.38.5) (2022-03-03)
|
|
692
|
-
|
|
693
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
## [4.38.4](https://github.com/Lundalogik/lime-web-components/compare/v4.38.3...v4.38.4) (2022-02-26)
|
|
700
|
-
|
|
701
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
## [4.38.3](https://github.com/Lundalogik/lime-web-components/compare/v4.38.2...v4.38.3) (2022-02-26)
|
|
708
|
-
|
|
709
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
## [4.38.2](https://github.com/Lundalogik/lime-web-components/compare/v4.38.1...v4.38.2) (2022-02-26)
|
|
716
|
-
|
|
717
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
## [4.38.1](https://github.com/Lundalogik/lime-web-components/compare/v4.38.0...v4.38.1) (2022-02-25)
|
|
724
|
-
|
|
725
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
# [4.38.0](https://github.com/Lundalogik/lime-web-components/compare/v4.37.0...v4.38.0) (2022-02-25)
|
|
732
|
-
|
|
733
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
# [4.37.0](https://github.com/Lundalogik/lime-web-components/compare/v4.36.1...v4.37.0) (2022-02-25)
|
|
740
|
-
|
|
741
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
## [4.36.1](https://github.com/Lundalogik/lime-web-components/compare/v4.36.0...v4.36.1) (2022-02-23)
|
|
748
|
-
|
|
749
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
# [4.36.0](https://github.com/Lundalogik/lime-web-components/compare/v4.35.0...v4.36.0) (2022-02-03)
|
|
756
|
-
|
|
757
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
# [4.35.0](https://github.com/Lundalogik/lime-web-components/compare/v4.34.0...v4.35.0) (2022-01-26)
|
|
764
|
-
|
|
765
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
# [4.34.0](https://github.com/Lundalogik/lime-web-components/compare/v4.33.0...v4.34.0) (2022-01-26)
|
|
772
|
-
|
|
773
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
# [4.33.0](https://github.com/Lundalogik/lime-web-components/compare/v4.32.0...v4.33.0) (2022-01-24)
|
|
780
|
-
|
|
781
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
# [4.32.0](https://github.com/Lundalogik/lime-web-components/compare/v4.31.2...v4.32.0) (2022-01-03)
|
|
788
|
-
|
|
789
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
## [4.31.2](https://github.com/Lundalogik/lime-web-components/compare/v4.31.1...v4.31.2) (2021-12-01)
|
|
796
|
-
|
|
797
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
## [4.31.1](https://github.com/Lundalogik/lime-web-components/compare/v4.31.0...v4.31.1) (2021-12-01)
|
|
804
|
-
|
|
805
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
# [4.31.0](https://github.com/Lundalogik/lime-web-components/compare/v4.30.0...v4.31.0) (2021-12-01)
|
|
812
|
-
|
|
813
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
# [4.30.0](https://github.com/Lundalogik/lime-web-components/compare/v4.29.3...v4.30.0) (2021-11-22)
|
|
820
|
-
|
|
821
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
## [4.29.3](https://github.com/Lundalogik/lime-web-components/compare/v4.29.2...v4.29.3) (2021-11-15)
|
|
828
|
-
|
|
829
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
## [4.29.2](https://github.com/Lundalogik/lime-web-components/compare/v4.29.1...v4.29.2) (2021-11-04)
|
|
836
|
-
|
|
837
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
## [4.29.1](https://github.com/Lundalogik/lime-web-components/compare/v4.29.0...v4.29.1) (2021-11-04)
|
|
844
|
-
|
|
845
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
# [4.29.0](https://github.com/Lundalogik/lime-web-components/compare/v4.28.0...v4.29.0) (2021-10-27)
|
|
852
|
-
|
|
853
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
# [4.28.0](https://github.com/Lundalogik/lime-web-components/compare/v4.27.0...v4.28.0) (2021-10-18)
|
|
860
|
-
|
|
861
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
# [4.27.0](https://github.com/Lundalogik/lime-web-components/compare/v4.26.0...v4.27.0) (2021-10-14)
|
|
868
|
-
|
|
869
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
# [4.26.0](https://github.com/Lundalogik/lime-web-components/compare/v4.25.1...v4.26.0) (2021-10-11)
|
|
876
|
-
|
|
877
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
## [4.25.1](https://github.com/Lundalogik/lime-web-components/compare/v4.25.0...v4.25.1) (2021-10-06)
|
|
884
|
-
|
|
885
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
# [4.25.0](https://github.com/Lundalogik/lime-web-components/compare/v4.24.0...v4.25.0) (2021-10-06)
|
|
892
|
-
|
|
893
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
# [4.24.0](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3...v4.24.0) (2021-09-28)
|
|
900
|
-
|
|
901
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
## [4.23.3](https://github.com/Lundalogik/lime-web-components/compare/v4.23.2...v4.23.3) (2021-09-23)
|
|
908
|
-
|
|
909
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
## [4.23.2](https://github.com/Lundalogik/lime-web-components/compare/v4.23.1...v4.23.2) (2021-09-13)
|
|
916
|
-
|
|
917
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
## [4.23.1](https://github.com/Lundalogik/lime-web-components/compare/v4.23.0...v4.23.1) (2021-06-14)
|
|
924
|
-
|
|
925
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
# [4.23.0](https://github.com/Lundalogik/lime-web-components/compare/v4.22.0...v4.23.0) (2021-06-10)
|
|
932
|
-
|
|
933
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
# [4.22.0](https://github.com/Lundalogik/lime-web-components/compare/v4.21.1...v4.22.0) (2021-06-10)
|
|
940
|
-
|
|
941
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
## [4.21.1](https://github.com/Lundalogik/lime-web-components/compare/v4.21.0...v4.21.1) (2021-04-15)
|
|
948
|
-
|
|
949
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
# [4.21.0](https://github.com/Lundalogik/lime-web-components/compare/v4.20.0...v4.21.0) (2021-04-14)
|
|
956
|
-
|
|
957
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
# [4.20.0](https://github.com/Lundalogik/lime-web-components/compare/v4.19.0...v4.20.0) (2021-04-01)
|
|
964
|
-
|
|
965
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
# [4.19.0](https://github.com/Lundalogik/lime-web-components/compare/v4.18.0...v4.19.0) (2021-03-23)
|
|
972
|
-
|
|
973
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
# [4.18.0](https://github.com/Lundalogik/lime-web-components/compare/v4.17.0...v4.18.0) (2021-03-19)
|
|
980
|
-
|
|
981
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
# [4.17.0](https://github.com/Lundalogik/lime-web-components/compare/v4.16.1...v4.17.0) (2021-03-15)
|
|
988
|
-
|
|
989
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
## [4.16.1](https://github.com/Lundalogik/lime-web-components/compare/v4.16.0...v4.16.1) (2021-03-12)
|
|
996
|
-
|
|
997
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
# [4.16.0](https://github.com/Lundalogik/lime-web-components/compare/v4.15.0...v4.16.0) (2021-03-09)
|
|
1004
|
-
|
|
1005
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
# [4.15.0](https://github.com/Lundalogik/lime-web-components/compare/v4.14.0...v4.15.0) (2021-03-08)
|
|
1012
|
-
|
|
1013
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
# [4.14.0](https://github.com/Lundalogik/lime-web-components/compare/v4.13.3...v4.14.0) (2021-03-08)
|
|
1020
|
-
|
|
1021
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
## [4.13.3](https://github.com/Lundalogik/lime-web-components/compare/v4.13.2...v4.13.3) (2021-03-05)
|
|
1028
|
-
|
|
1029
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
## [4.13.2](https://github.com/Lundalogik/lime-web-components/compare/v4.13.1...v4.13.2) (2021-02-17)
|
|
1036
|
-
|
|
1037
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
## [4.13.1](https://github.com/Lundalogik/lime-web-components/compare/v4.13.0...v4.13.1) (2021-02-04)
|
|
1044
|
-
|
|
1045
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
# [4.13.0](https://github.com/Lundalogik/lime-web-components/compare/v4.12.0...v4.13.0) (2021-01-20)
|
|
1052
|
-
|
|
1053
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
# [4.12.0](https://github.com/Lundalogik/lime-web-components/compare/v4.11.0...v4.12.0) (2020-12-11)
|
|
1060
|
-
|
|
1061
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
# [4.11.0](https://github.com/Lundalogik/lime-web-components/compare/v4.10.1...v4.11.0) (2020-12-04)
|
|
1068
|
-
|
|
1069
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
## [4.10.1](https://github.com/Lundalogik/lime-web-components/compare/v4.10.0...v4.10.1) (2020-11-20)
|
|
1076
|
-
|
|
1077
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
# [4.10.0](https://github.com/Lundalogik/lime-web-components/compare/v4.9.0...v4.10.0) (2020-11-20)
|
|
1084
|
-
|
|
1085
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
# [4.9.0](https://github.com/Lundalogik/lime-web-components/compare/v4.8.0...v4.9.0) (2020-11-12)
|
|
1092
|
-
|
|
1093
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
# [4.8.0](https://github.com/Lundalogik/lime-web-components/compare/v4.7.0...v4.8.0) (2020-11-03)
|
|
1100
|
-
|
|
1101
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
# [4.7.0](https://github.com/Lundalogik/lime-web-components/compare/v4.6.0...v4.7.0) (2020-10-30)
|
|
1108
|
-
|
|
1109
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
# [4.6.0](https://github.com/Lundalogik/lime-web-components/compare/v4.5.2...v4.6.0) (2020-10-29)
|
|
1116
|
-
|
|
1117
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
## [4.5.2](https://github.com/Lundalogik/lime-web-components/compare/v4.5.1...v4.5.2) (2020-10-23)
|
|
1124
|
-
|
|
1125
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
## [4.5.1](https://github.com/Lundalogik/lime-web-components/compare/v4.5.0...v4.5.1) (2020-10-15)
|
|
1132
|
-
|
|
1133
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
# [4.5.0](https://github.com/Lundalogik/lime-web-components/compare/v4.4.1...v4.5.0) (2020-10-15)
|
|
1140
|
-
|
|
1141
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
## [4.4.1](https://github.com/Lundalogik/lime-web-components/compare/v4.4.0...v4.4.1) (2020-09-21)
|
|
1148
|
-
|
|
1149
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
# [4.4.0](https://github.com/Lundalogik/lime-web-components/compare/v4.3.5...v4.4.0) (2020-09-14)
|
|
1156
|
-
|
|
1157
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
## [4.3.5](https://github.com/Lundalogik/lime-web-components/compare/v4.3.4...v4.3.5) (2020-08-25)
|
|
1164
|
-
|
|
1165
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
## [4.3.4](https://github.com/Lundalogik/lime-web-components/compare/v4.3.3...v4.3.4) (2020-08-25)
|
|
1172
|
-
|
|
1173
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
## [4.3.3](https://github.com/Lundalogik/lime-web-components/compare/v4.3.2...v4.3.3) (2020-08-25)
|
|
1180
|
-
|
|
1181
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
## [4.3.2](https://github.com/Lundalogik/lime-web-components/compare/v4.3.1...v4.3.2) (2020-07-17)
|
|
1188
|
-
|
|
1189
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
## [4.3.1](https://github.com/Lundalogik/lime-web-components/compare/v4.3.0...v4.3.1) (2020-07-15)
|
|
1196
|
-
|
|
1197
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
# [4.3.0](https://github.com/Lundalogik/lime-web-components/compare/v4.2.0...v4.3.0) (2020-07-09)
|
|
1204
|
-
|
|
1205
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
# [4.2.0](https://github.com/Lundalogik/lime-web-components/compare/v4.1.0...v4.2.0) (2020-06-24)
|
|
1212
|
-
|
|
1213
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
# [4.1.0](https://github.com/Lundalogik/lime-web-components/compare/v4.0.1...v4.1.0) (2020-06-11)
|
|
1220
|
-
|
|
1221
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
## [4.0.1](https://github.com/Lundalogik/lime-web-components/compare/v4.0.0...v4.0.1) (2020-06-10)
|
|
1228
|
-
|
|
1229
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
# [4.0.0](https://github.com/Lundalogik/lime-web-components/compare/v3.2.0...v4.0.0) (2020-05-27)
|
|
1236
|
-
|
|
1237
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
# [3.2.0](https://github.com/Lundalogik/lime-web-components/compare/v3.1.1...v3.2.0) (2020-05-15)
|
|
1244
|
-
|
|
1245
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
## [3.1.1](https://github.com/Lundalogik/lime-web-components/compare/v3.1.0...v3.1.1) (2020-05-14)
|
|
1252
|
-
|
|
1253
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
# [3.1.0](https://github.com/Lundalogik/lime-web-components/compare/v3.0.0...v3.1.0) (2020-05-04)
|
|
1260
|
-
|
|
1261
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
# [3.0.0](https://github.com/Lundalogik/lime-web-components/compare/v2.6.2...v3.0.0) (2020-04-23)
|
|
1268
|
-
|
|
1269
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
## [2.6.2](https://github.com/Lundalogik/lime-web-components/compare/v2.6.1...v2.6.2) (2020-04-22)
|
|
1276
|
-
|
|
1277
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
## [2.6.1](https://github.com/Lundalogik/lime-web-components/compare/v2.6.0...v2.6.1) (2020-04-17)
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
### Bug Fixes
|
|
1287
|
-
|
|
1288
|
-
* include testing package in root package ([be1ffbf](https://github.com/Lundalogik/lime-web-components/commit/be1ffbf190de7b9082b3d054cbb5076d118d47d6))
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
# [2.5.0](https://github.com/Lundalogik/lime-web-components/compare/v2.4.1...v2.5.0) (2020-04-09)
|
|
1295
|
-
|
|
1296
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
## [2.4.1](https://github.com/Lundalogik/lime-web-components/compare/v2.4.1-alpha.1...v2.4.1) (2020-03-30)
|
|
1303
|
-
|
|
1304
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
## [2.4.1-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v2.4.0...v2.4.1-alpha.1) (2020-03-30)
|
|
1311
|
-
|
|
1312
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
## [2.4.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v2.4.0...v2.4.1-alpha.0) (2020-03-30)
|
|
1319
|
-
|
|
1320
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
# [2.4.0](https://github.com/Lundalogik/lime-web-components/compare/v2.3.0...v2.4.0) (2020-03-30)
|
|
1327
|
-
|
|
1328
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
# [2.3.0](https://github.com/Lundalogik/lime-web-components/compare/v2.2.1...v2.3.0) (2020-02-21)
|
|
1335
|
-
|
|
1336
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
## [2.2.1](https://github.com/Lundalogik/lime-web-components/compare/v2.2.0...v2.2.1) (2020-01-09)
|
|
1343
|
-
|
|
1344
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
# [2.2.0](https://github.com/Lundalogik/lime-web-components/compare/v2.1.0...v2.2.0) (2019-12-20)
|
|
1351
|
-
|
|
1352
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
# [2.1.0](https://github.com/Lundalogik/lime-web-components/compare/v2.0.0...v2.1.0) (2019-08-09)
|
|
1359
|
-
|
|
1360
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
# [2.0.0](https://github.com/Lundalogik/lime-web-components/compare/v1.4.1...v2.0.0) (2019-07-04)
|
|
1367
|
-
|
|
1368
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
## [1.4.1](https://github.com/Lundalogik/lime-web-components/compare/v1.4.0...v1.4.1) (2019-06-28)
|
|
1375
|
-
|
|
1376
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
# [1.4.0](https://github.com/Lundalogik/lime-web-components/compare/v1.3.0...v1.4.0) (2019-06-24)
|
|
1383
|
-
|
|
1384
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
# [1.3.0](https://github.com/Lundalogik/lime-web-components/compare/v1.2.8...v1.3.0) (2019-06-24)
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
### Features
|
|
1394
|
-
|
|
1395
|
-
* license under Apache-2.0 ([34b755e](https://github.com/Lundalogik/lime-web-components/commit/34b755e))
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
## [1.2.8](https://github.com/Lundalogik/lime-web-components/compare/v1.2.7...v1.2.8) (2019-06-20)
|
|
1402
|
-
|
|
1403
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
## [1.2.7](https://github.com/Lundalogik/lime-web-components/compare/v1.2.6...v1.2.7) (2019-06-20)
|
|
1410
|
-
|
|
1411
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
## [1.2.6](https://github.com/Lundalogik/lime-web-components/compare/v1.2.5...v1.2.6) (2019-06-20)
|
|
1418
|
-
|
|
1419
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
## [1.2.5](https://github.com/Lundalogik/lime-web-components/compare/v1.2.4...v1.2.5) (2019-06-20)
|
|
1426
|
-
|
|
1427
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
## [1.2.4](https://github.com/Lundalogik/lime-web-components/compare/v1.2.3...v1.2.4) (2019-06-20)
|
|
1434
|
-
|
|
1435
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
## [1.2.3](https://github.com/Lundalogik/lime-web-components/compare/v1.2.2...v1.2.3) (2019-06-20)
|
|
1442
|
-
|
|
1443
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
## [1.2.2](https://github.com/Lundalogik/lime-web-components/compare/v1.2.1...v1.2.2) (2019-06-20)
|
|
1450
|
-
|
|
1451
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
## [1.2.1](https://github.com/Lundalogik/lime-web-components/compare/v1.2.0...v1.2.1) (2019-06-19)
|
|
1458
|
-
|
|
1459
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
# [1.2.0](https://github.com/Lundalogik/lime-web-components/compare/v1.1.0...v1.2.0) (2019-06-19)
|
|
1466
|
-
|
|
1467
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
# [1.1.0](https://github.com/Lundalogik/lime-web-components/compare/v1.0.1...v1.1.0) (2019-06-05)
|
|
1474
|
-
|
|
1475
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
## [1.0.1](https://github.com/Lundalogik/lime-web-components/compare/v1.0.0...v1.0.1) (2019-05-29)
|
|
1482
|
-
|
|
1483
|
-
**Note:** Version bump only for package @limetech/lime-web-components
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
# [1.0.0](https://github.com/Lundalogik/lime-web-components/compare/v0.1.0...v1.0.0) (2019-05-29)
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
### Features
|
|
1493
|
-
|
|
1494
|
-
* convert lime-web-component-interfaces to monorepo lime-web-components ([2266483](https://github.com/Lundalogik/lime-web-components/commit/2266483))
|
|
1495
|
-
* rename packages to `@limetech/lime-web-components-<package-name>` ([25f7a9f](https://github.com/Lundalogik/lime-web-components/commit/25f7a9f))
|