@synerise/ds-utils 1.3.0 → 1.4.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 +203 -856
- package/README.md +1 -0
- package/dist/doubleClickListener/doubleClickListener.d.ts +2 -2
- package/dist/doubleClickListener/doubleClickListener.js +0 -2
- package/dist/focusWithArrowKeys/focusWithArrowKeys.d.ts +1 -1
- package/dist/getPopupContainer/getPopupContainer.js +3 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.js +2 -2
- package/dist/regex/regex.js +1 -2
- package/dist/renderWithHighlight/renderWithHighlight.d.ts +1 -1
- package/dist/selectColorByLetter/selectColorByLetter.js +4 -2
- package/dist/testing/index.js +0 -1
- package/dist/testing/renderWithProvider/renderWithProvider.d.ts +6 -5
- package/dist/testing/renderWithProvider/renderWithProvider.js +9 -6
- package/dist/types/types.d.ts +7 -1
- package/dist/useBreakpoint/useBreakpoint.d.ts +3 -2
- package/dist/useBreakpoint/useBreakpoint.js +1 -1
- package/dist/useCombinedRefs/useCombinedRefs.d.ts +1 -1
- package/dist/useCombinedRefs/useCombinedRefs.js +0 -1
- package/dist/useElementInView/useElementInView.d.ts +1 -1
- package/dist/useIsMounted/useIsMounted.d.ts +0 -1
- package/dist/useLatestRef/useLatestRef.d.ts +0 -1
- package/dist/useOnClickOutside/useOnClickOutside.d.ts +9 -4
- package/dist/useOnClickOutside/useOnClickOutside.js +2 -2
- package/dist/useOverscrollBlock/useOverscrollBlock.d.ts +0 -1
- package/dist/useResize/useResize.js +3 -3
- package/dist/useResizeObserver/useResizeObserver.d.ts +2 -2
- package/dist/useResizeObserver/useResizeObserver.js +1 -1
- package/dist/useResizeToFit/useResizeToFit.d.ts +1 -2
- package/dist/useResizeToFit/useResizeToFit.js +1 -1
- package/dist/useScrollContain/useScrollContain.d.ts +0 -1
- package/dist/useSearchResults/search.utils.d.ts +5 -5
- package/dist/useSearchResults/search.utils.js +5 -3
- package/dist/useSearchResults/useSearchResults.d.ts +4 -4
- package/dist/useSearchResults/useSearchResults.js +3 -1
- package/dist/useTraceUpdate/index.js +0 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,1427 +3,774 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [1.
|
|
6
|
+
# [1.4.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.3.1...@synerise/ds-utils@1.4.0) (2025-07-24)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* **
|
|
11
|
+
* **data-format:** conditionally apply timezone offset ([aa91c76](https://github.com/synerise/synerise-design/commit/aa91c76a88261745bbfd46e0a0dd779877931624))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.3.0...@synerise/ds-utils@1.3.1) (2025-07-01)
|
|
18
18
|
|
|
19
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
19
20
|
|
|
20
|
-
### Features
|
|
21
21
|
|
|
22
|
-
* **factors:** relative date type ([e3d17f1](https://github.com/synerise/synerise-design/commit/e3d17f18350044322c06c6b51263d69f97ee7dba))
|
|
23
|
-
* **filter:** change dnd lib and update ux ([f5a979e](https://github.com/synerise/synerise-design/commit/f5a979e6c9e5d9c8251c3f57da8ce57c416dadab))
|
|
24
22
|
|
|
25
23
|
|
|
26
24
|
|
|
25
|
+
# [1.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.2.0...@synerise/ds-utils@1.3.0) (2025-06-24)
|
|
27
26
|
|
|
28
27
|
|
|
29
|
-
|
|
28
|
+
### Features
|
|
30
29
|
|
|
30
|
+
* **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
31
31
|
|
|
32
|
-
### Bug Fixes
|
|
33
32
|
|
|
34
|
-
* **core:** make translation imports static ([76df190](https://github.com/synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
|
|
35
|
-
* **item-picker:** invoke latest loadItems function on refresh ([f358c0a](https://github.com/synerise/synerise-design/commit/f358c0ac4ccefb6ed51f7ad641376a80c70a1fa4))
|
|
36
33
|
|
|
37
34
|
|
|
38
35
|
|
|
36
|
+
# [1.2.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.1.1...@synerise/ds-utils@1.2.0) (2025-06-05)
|
|
39
37
|
|
|
38
|
+
### Features
|
|
40
39
|
|
|
41
|
-
|
|
40
|
+
- **factors:** relative date type ([e3d17f1](https://github.com/synerise/synerise-design/commit/e3d17f18350044322c06c6b51263d69f97ee7dba))
|
|
41
|
+
- **filter:** change dnd lib and update ux ([f5a979e](https://github.com/synerise/synerise-design/commit/f5a979e6c9e5d9c8251c3f57da8ce57c416dadab))
|
|
42
42
|
|
|
43
|
+
## [1.1.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.1.0...@synerise/ds-utils@1.1.1) (2025-05-26)
|
|
43
44
|
|
|
44
45
|
### Bug Fixes
|
|
45
46
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
47
|
+
- **core:** make translation imports static ([76df190](https://github.com/synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
|
|
48
|
+
- **item-picker:** invoke latest loadItems function on refresh ([f358c0a](https://github.com/synerise/synerise-design/commit/f358c0ac4ccefb6ed51f7ad641376a80c70a1fa4))
|
|
51
49
|
|
|
52
|
-
|
|
50
|
+
# [1.1.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.0.1...@synerise/ds-utils@1.1.0) (2025-05-07)
|
|
53
51
|
|
|
52
|
+
### Bug Fixes
|
|
54
53
|
|
|
54
|
+
- **item-picker:** focus in search on section change ([9b41649](https://github.com/synerise/synerise-design/commit/9b416499c0cb2fa78447eb5769ae9f9a0f35b6d4))
|
|
55
|
+
- **table:** update batch selection for table with limit ([a63698a](https://github.com/synerise/synerise-design/commit/a63698adf24e59aa3b220f3840ecdc43d60d62a5))
|
|
55
56
|
|
|
57
|
+
### Features
|
|
56
58
|
|
|
59
|
+
- **toast:** toast component ([0cb20d0](https://github.com/synerise/synerise-design/commit/0cb20d07b48d1c768a0ddf133b1970a4a13444ca))
|
|
57
60
|
|
|
58
61
|
## [1.0.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.0.0...@synerise/ds-utils@1.0.1) (2025-03-18)
|
|
59
62
|
|
|
60
63
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
61
64
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
65
|
## [0.32.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.32.2...@synerise/ds-utils@0.32.3) (2025-03-10)
|
|
67
66
|
|
|
68
67
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
69
68
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
69
|
## [0.32.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.32.1...@synerise/ds-utils@0.32.2) (2025-02-27)
|
|
75
70
|
|
|
76
71
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
77
72
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
73
|
## [0.32.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.32.0...@synerise/ds-utils@0.32.1) (2025-02-14)
|
|
83
74
|
|
|
84
75
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
85
76
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
77
|
# [0.32.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.31.2...@synerise/ds-utils@0.32.0) (2025-01-29)
|
|
91
78
|
|
|
92
|
-
|
|
93
79
|
### Features
|
|
94
80
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
81
|
+
- antd@4.24 react@18 ([d97a667](https://github.com/synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
|
|
100
82
|
|
|
101
83
|
## [0.31.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.31.1...@synerise/ds-utils@0.31.2) (2024-11-21)
|
|
102
84
|
|
|
103
|
-
|
|
104
85
|
### Bug Fixes
|
|
105
86
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
87
|
+
- **core:** onError fn types ([c34bdfe](https://github.com/synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
|
|
88
|
+
- **factors:** deep merge of default and prop texts ([787b436](https://github.com/synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
|
|
112
89
|
|
|
113
90
|
## [0.31.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.31.0...@synerise/ds-utils@0.31.1) (2024-11-12)
|
|
114
91
|
|
|
115
92
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
116
93
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
94
|
# [0.31.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.30.2...@synerise/ds-utils@0.31.0) (2024-11-12)
|
|
122
95
|
|
|
123
|
-
|
|
124
96
|
### Features
|
|
125
97
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
98
|
+
- **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
|
|
131
99
|
|
|
132
100
|
## [0.30.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.30.1...@synerise/ds-utils@0.30.2) (2024-10-29)
|
|
133
101
|
|
|
134
102
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
135
103
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
104
|
## [0.30.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.30.0...@synerise/ds-utils@0.30.1) (2024-10-28)
|
|
141
105
|
|
|
142
106
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
143
107
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
108
|
# [0.30.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.29.4...@synerise/ds-utils@0.30.0) (2024-10-01)
|
|
149
109
|
|
|
150
|
-
|
|
151
110
|
### Features
|
|
152
111
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
112
|
+
- **menu:** maxToShowItems props ([982d12c](https://github.com/synerise/synerise-design/commit/982d12cf00dfd271bd75e3228e0e231ab26dc7f1))
|
|
158
113
|
|
|
159
114
|
## [0.29.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.29.3...@synerise/ds-utils@0.29.4) (2024-09-26)
|
|
160
115
|
|
|
161
116
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
162
117
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
118
|
## [0.29.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.29.2...@synerise/ds-utils@0.29.3) (2024-09-17)
|
|
168
119
|
|
|
169
120
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
170
121
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
122
|
## [0.29.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.29.1...@synerise/ds-utils@0.29.2) (2024-09-13)
|
|
176
123
|
|
|
177
|
-
|
|
178
124
|
### Bug Fixes
|
|
179
125
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
126
|
+
- **table:** allow htmlattributes on cell divs ([f4cf677](https://github.com/synerise/synerise-design/commit/f4cf6773add2a4e8ce62dc83d42ae93f2c8d27b0))
|
|
185
127
|
|
|
186
128
|
## [0.29.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.29.0...@synerise/ds-utils@0.29.1) (2024-09-11)
|
|
187
129
|
|
|
188
|
-
|
|
189
130
|
### Bug Fixes
|
|
190
131
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
132
|
+
- **context-selector:** updated search logic ([dfadc02](https://github.com/synerise/synerise-design/commit/dfadc02928651905f31c58a374d48368b8375eb3))
|
|
196
133
|
|
|
197
134
|
# [0.29.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.28.2...@synerise/ds-utils@0.29.0) (2024-09-03)
|
|
198
135
|
|
|
199
|
-
|
|
200
136
|
### Features
|
|
201
137
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
138
|
+
- **storybook7:** added filter stories ([eb4f165](https://github.com/synerise/synerise-design/commit/eb4f165077eac361d4c4e4deab48842edd191825))
|
|
207
139
|
|
|
208
140
|
## [0.28.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.28.1...@synerise/ds-utils@0.28.2) (2024-08-06)
|
|
209
141
|
|
|
210
142
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
211
143
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
144
|
## [0.28.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.28.0...@synerise/ds-utils@0.28.1) (2024-07-31)
|
|
217
145
|
|
|
218
|
-
|
|
219
146
|
### Bug Fixes
|
|
220
147
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
148
|
+
- **table:** adjust scrollbar zindex when unstuck ([902da6f](https://github.com/synerise/synerise-design/commit/902da6f82402d6b959b3827493147b8ed407062f))
|
|
226
149
|
|
|
227
150
|
# [0.28.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.27.0...@synerise/ds-utils@0.28.0) (2024-07-05)
|
|
228
151
|
|
|
229
|
-
|
|
230
152
|
### Features
|
|
231
153
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
154
|
+
- **badge:** added IconBadge ([4f44b60](https://github.com/synerise/synerise-design/commit/4f44b60b3eff77eb6c21b9ba0ec0cdf745100eff))
|
|
237
155
|
|
|
238
156
|
# [0.27.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.6...@synerise/ds-utils@0.27.0) (2024-05-29)
|
|
239
157
|
|
|
240
|
-
|
|
241
158
|
### Features
|
|
242
159
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
160
|
+
- **list-item:** added prefix, suffix, ordered props ([3927035](https://github.com/synerise/synerise-design/commit/39270352b6a681f3ac402edb6c2fb7a245883304))
|
|
248
161
|
|
|
249
162
|
## [0.26.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.5...@synerise/ds-utils@0.26.6) (2024-05-16)
|
|
250
163
|
|
|
251
164
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
252
165
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
166
|
## [0.26.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.4...@synerise/ds-utils@0.26.5) (2024-05-10)
|
|
258
167
|
|
|
259
|
-
|
|
260
168
|
### Bug Fixes
|
|
261
169
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
170
|
+
- **input:** refactored autosize input solution ([449bd86](https://github.com/synerise/synerise-design/commit/449bd868b8d3b545ac582c556fa0ff607c77f853))
|
|
267
171
|
|
|
268
172
|
## [0.26.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.3...@synerise/ds-utils@0.26.4) (2024-05-08)
|
|
269
173
|
|
|
270
174
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
271
175
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
176
|
## [0.26.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.2...@synerise/ds-utils@0.26.3) (2024-04-15)
|
|
277
177
|
|
|
278
|
-
|
|
279
178
|
### Bug Fixes
|
|
280
179
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
180
|
+
- **tabs:** tabs height and testing issues ([424707d](https://github.com/synerise/synerise-design/commit/424707d35bdfbea65621ff175fa7772996f24c77))
|
|
286
181
|
|
|
287
182
|
## [0.26.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.1...@synerise/ds-utils@0.26.2) (2024-04-02)
|
|
288
183
|
|
|
289
|
-
|
|
290
184
|
### Bug Fixes
|
|
291
185
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
186
|
+
- **inline-edit:** fixed autosize ([3dba994](https://github.com/synerise/synerise-design/commit/3dba9947e3a0c43297fce8d66ba5be2514db4f4c))
|
|
297
187
|
|
|
298
188
|
## [0.26.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.26.0...@synerise/ds-utils@0.26.1) (2024-03-29)
|
|
299
189
|
|
|
300
190
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
301
191
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
192
|
# [0.26.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.25.0...@synerise/ds-utils@0.26.0) (2024-03-20)
|
|
307
193
|
|
|
308
|
-
|
|
309
194
|
### Features
|
|
310
195
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
196
|
+
- **table:** sticky virtualised table ([4733821](https://github.com/synerise/synerise-design/commit/47338215ed6355a90edf7350e6002c96c9f83809))
|
|
316
197
|
|
|
317
198
|
# [0.25.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.26...@synerise/ds-utils@0.25.0) (2024-03-05)
|
|
318
199
|
|
|
319
|
-
|
|
320
200
|
### Features
|
|
321
201
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
202
|
+
- **input:** support autoresize to stretch to parent ([329c866](https://github.com/synerise/synerise-design/commit/329c866cb54921ad1260ae217cb8c471e43b986e))
|
|
203
|
+
- **utils:** horizontal overscroll blocking hook ([5896100](https://github.com/synerise/synerise-design/commit/5896100d514a910fbdf6614dab5de12b4701cd36))
|
|
328
204
|
|
|
329
205
|
## [0.24.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.25...@synerise/ds-utils@0.24.26) (2024-02-21)
|
|
330
206
|
|
|
331
207
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
332
208
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
209
|
## [0.24.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.24...@synerise/ds-utils@0.24.25) (2024-02-19)
|
|
338
210
|
|
|
339
211
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
340
212
|
|
|
213
|
+
## [0.24.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.23...@synerise/ds-utils@0.24.24) (2024-01-17)
|
|
341
214
|
|
|
215
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
342
216
|
|
|
217
|
+
## [0.24.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.22...@synerise/ds-utils@0.24.23) (2023-12-13)
|
|
343
218
|
|
|
219
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
344
220
|
|
|
345
|
-
## [0.24.
|
|
221
|
+
## [0.24.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.21...@synerise/ds-utils@0.24.22) (2023-12-11)
|
|
346
222
|
|
|
347
223
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
348
224
|
|
|
225
|
+
## [0.24.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.20...@synerise/ds-utils@0.24.21) (2023-10-30)
|
|
349
226
|
|
|
227
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
350
228
|
|
|
229
|
+
## [0.24.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.19...@synerise/ds-utils@0.24.20) (2023-10-19)
|
|
351
230
|
|
|
231
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
352
232
|
|
|
353
|
-
## [0.24.
|
|
233
|
+
## [0.24.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.18...@synerise/ds-utils@0.24.19) (2023-10-18)
|
|
354
234
|
|
|
355
235
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
356
236
|
|
|
237
|
+
## [0.24.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.17...@synerise/ds-utils@0.24.18) (2023-10-11)
|
|
357
238
|
|
|
239
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
358
240
|
|
|
241
|
+
## [0.24.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.16...@synerise/ds-utils@0.24.17) (2023-10-02)
|
|
359
242
|
|
|
243
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
360
244
|
|
|
361
|
-
## [0.24.
|
|
245
|
+
## [0.24.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.15...@synerise/ds-utils@0.24.16) (2023-09-26)
|
|
362
246
|
|
|
363
247
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
364
248
|
|
|
249
|
+
## [0.24.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.14...@synerise/ds-utils@0.24.15) (2023-09-05)
|
|
365
250
|
|
|
251
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
366
252
|
|
|
253
|
+
## [0.24.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.13...@synerise/ds-utils@0.24.14) (2023-08-30)
|
|
367
254
|
|
|
255
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
368
256
|
|
|
369
|
-
## [0.24.
|
|
257
|
+
## [0.24.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.12...@synerise/ds-utils@0.24.13) (2023-08-25)
|
|
370
258
|
|
|
371
259
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
372
260
|
|
|
261
|
+
## [0.24.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.11...@synerise/ds-utils@0.24.12) (2023-08-20)
|
|
373
262
|
|
|
263
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
374
264
|
|
|
265
|
+
## [0.24.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.10...@synerise/ds-utils@0.24.11) (2023-07-17)
|
|
375
266
|
|
|
267
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
376
268
|
|
|
377
|
-
## [0.24.
|
|
269
|
+
## [0.24.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.9...@synerise/ds-utils@0.24.10) (2023-07-12)
|
|
378
270
|
|
|
379
271
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
380
272
|
|
|
273
|
+
## [0.24.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.8...@synerise/ds-utils@0.24.9) (2023-06-28)
|
|
381
274
|
|
|
275
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
382
276
|
|
|
277
|
+
## [0.24.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.7...@synerise/ds-utils@0.24.8) (2023-04-26)
|
|
383
278
|
|
|
279
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
384
280
|
|
|
385
|
-
## [0.24.
|
|
281
|
+
## [0.24.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.6...@synerise/ds-utils@0.24.7) (2023-04-14)
|
|
386
282
|
|
|
387
283
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
388
284
|
|
|
285
|
+
## [0.24.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.5...@synerise/ds-utils@0.24.6) (2023-04-05)
|
|
389
286
|
|
|
287
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
390
288
|
|
|
289
|
+
## [0.24.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.4...@synerise/ds-utils@0.24.5) (2023-03-31)
|
|
391
290
|
|
|
291
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
392
292
|
|
|
393
|
-
## [0.24.
|
|
293
|
+
## [0.24.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.3...@synerise/ds-utils@0.24.4) (2023-03-21)
|
|
394
294
|
|
|
395
295
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
396
296
|
|
|
297
|
+
## [0.24.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.2...@synerise/ds-utils@0.24.3) (2023-03-20)
|
|
397
298
|
|
|
299
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
398
300
|
|
|
301
|
+
## [0.24.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.1...@synerise/ds-utils@0.24.2) (2023-03-08)
|
|
399
302
|
|
|
303
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
400
304
|
|
|
401
|
-
## [0.24.
|
|
305
|
+
## [0.24.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.0...@synerise/ds-utils@0.24.1) (2023-02-28)
|
|
402
306
|
|
|
403
307
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
404
308
|
|
|
309
|
+
# [0.24.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.23.2...@synerise/ds-utils@0.24.0) (2023-02-27)
|
|
405
310
|
|
|
311
|
+
### Features
|
|
406
312
|
|
|
313
|
+
- **ds-data-format:** data format intl tools ([838380b](https://github.com/synerise/synerise-design/commit/838380b89956c37ff0e54b6be93f68aae03f1e1b))
|
|
407
314
|
|
|
408
|
-
|
|
409
|
-
## [0.24.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.15...@synerise/ds-utils@0.24.16) (2023-09-26)
|
|
315
|
+
## [0.23.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.23.1...@synerise/ds-utils@0.23.2) (2022-10-24)
|
|
410
316
|
|
|
411
317
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
412
318
|
|
|
319
|
+
## [0.23.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.23.0...@synerise/ds-utils@0.23.1) (2022-10-18)
|
|
320
|
+
|
|
321
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
413
322
|
|
|
323
|
+
# [0.23.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.12...@synerise/ds-utils@0.23.0) (2022-09-21)
|
|
414
324
|
|
|
325
|
+
### Features
|
|
415
326
|
|
|
327
|
+
- **menu:** add information card tooltip ([ded0bf1](https://github.com/synerise/synerise-design/commit/ded0bf1b58e68f7061630810925669cb0fdad560))
|
|
416
328
|
|
|
417
|
-
## [0.
|
|
329
|
+
## [0.22.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.11...@synerise/ds-utils@0.22.12) (2022-09-07)
|
|
418
330
|
|
|
419
331
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
420
332
|
|
|
333
|
+
## [0.22.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.10...@synerise/ds-utils@0.22.11) (2022-09-07)
|
|
421
334
|
|
|
335
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
422
336
|
|
|
337
|
+
## [0.22.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.9...@synerise/ds-utils@0.22.10) (2022-09-06)
|
|
423
338
|
|
|
339
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
424
340
|
|
|
425
|
-
## [0.
|
|
341
|
+
## [0.22.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.8...@synerise/ds-utils@0.22.9) (2022-09-05)
|
|
426
342
|
|
|
427
343
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
428
344
|
|
|
345
|
+
## [0.22.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.3...@synerise/ds-utils@0.22.8) (2022-08-11)
|
|
429
346
|
|
|
347
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
430
348
|
|
|
349
|
+
## [0.22.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.2...@synerise/ds-utils@0.22.3) (2022-07-17)
|
|
431
350
|
|
|
351
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
432
352
|
|
|
433
|
-
## [0.
|
|
353
|
+
## [0.22.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.1...@synerise/ds-utils@0.22.2) (2022-07-08)
|
|
434
354
|
|
|
435
355
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
436
356
|
|
|
357
|
+
## [0.22.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.0...@synerise/ds-utils@0.22.1) (2022-07-06)
|
|
437
358
|
|
|
359
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
438
360
|
|
|
361
|
+
# [0.22.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.10...@synerise/ds-utils@0.22.0) (2022-06-15)
|
|
439
362
|
|
|
363
|
+
### Features
|
|
440
364
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
365
|
+
- **utils:** outside click other ignored elements (useful for nesting) ([0ac399d](https://github.com/synerise/synerise-design/commit/0ac399dcd64cbff0158b5b1902ff34efa8aefb3d))
|
|
444
366
|
|
|
367
|
+
## [0.21.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.9...@synerise/ds-utils@0.21.10) (2022-04-29)
|
|
445
368
|
|
|
369
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
446
370
|
|
|
371
|
+
## [0.21.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.8...@synerise/ds-utils@0.21.9) (2022-04-05)
|
|
447
372
|
|
|
373
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
448
374
|
|
|
449
|
-
## [0.
|
|
375
|
+
## [0.21.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.7...@synerise/ds-utils@0.21.8) (2022-03-24)
|
|
450
376
|
|
|
451
377
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
452
378
|
|
|
379
|
+
## [0.21.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.6...@synerise/ds-utils@0.21.7) (2022-03-24)
|
|
453
380
|
|
|
381
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
454
382
|
|
|
383
|
+
## [0.21.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.5...@synerise/ds-utils@0.21.6) (2022-03-14)
|
|
455
384
|
|
|
385
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
456
386
|
|
|
457
|
-
## [0.
|
|
387
|
+
## [0.21.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.4...@synerise/ds-utils@0.21.5) (2021-12-29)
|
|
458
388
|
|
|
459
|
-
|
|
389
|
+
### Bug Fixes
|
|
460
390
|
|
|
391
|
+
- **table:** fixes sorting ([8042c70](https://github.com/synerise/synerise-design/commit/8042c70e131be15ad8cb30e771d0c5b695647b8d))
|
|
461
392
|
|
|
393
|
+
## [0.21.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.3...@synerise/ds-utils@0.21.4) (2021-11-23)
|
|
462
394
|
|
|
395
|
+
### Bug Fixes
|
|
463
396
|
|
|
397
|
+
- **core:** fix exporting types ([65531bf](https://github.com/synerise/synerise-design/commit/65531bf5da1915f8f2c8f856ccd2318375c6a2c3))
|
|
464
398
|
|
|
465
|
-
## [0.
|
|
399
|
+
## [0.21.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.2...@synerise/ds-utils@0.21.3) (2021-11-22)
|
|
466
400
|
|
|
467
401
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
468
402
|
|
|
403
|
+
## [0.21.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.1...@synerise/ds-utils@0.21.2) (2021-11-16)
|
|
469
404
|
|
|
405
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
470
406
|
|
|
407
|
+
## [0.21.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.19.0...@synerise/ds-utils@0.21.1) (2021-11-09)
|
|
471
408
|
|
|
409
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
472
410
|
|
|
473
|
-
|
|
411
|
+
# [0.21.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.19.0...@synerise/ds-utils@0.21.0) (2021-11-09)
|
|
474
412
|
|
|
475
413
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
476
414
|
|
|
415
|
+
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.11-alpha.3...@synerise/ds-utils@0.20.0) (2021-11-05)
|
|
477
416
|
|
|
417
|
+
### Bug Fixes
|
|
478
418
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
## [0.24.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.6...@synerise/ds-utils@0.24.7) (2023-04-14)
|
|
482
|
-
|
|
483
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
## [0.24.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.5...@synerise/ds-utils@0.24.6) (2023-04-05)
|
|
490
|
-
|
|
491
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
## [0.24.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.4...@synerise/ds-utils@0.24.5) (2023-03-31)
|
|
498
|
-
|
|
499
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
## [0.24.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.3...@synerise/ds-utils@0.24.4) (2023-03-21)
|
|
506
|
-
|
|
507
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
## [0.24.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.2...@synerise/ds-utils@0.24.3) (2023-03-20)
|
|
514
|
-
|
|
515
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
## [0.24.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.1...@synerise/ds-utils@0.24.2) (2023-03-08)
|
|
522
|
-
|
|
523
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
## [0.24.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.24.0...@synerise/ds-utils@0.24.1) (2023-02-28)
|
|
530
|
-
|
|
531
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
# [0.24.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.23.2...@synerise/ds-utils@0.24.0) (2023-02-27)
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
### Features
|
|
541
|
-
|
|
542
|
-
* **ds-data-format:** data format intl tools ([838380b](https://github.com/synerise/synerise-design/commit/838380b89956c37ff0e54b6be93f68aae03f1e1b))
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
## [0.23.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.23.1...@synerise/ds-utils@0.23.2) (2022-10-24)
|
|
549
|
-
|
|
550
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
## [0.23.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.23.0...@synerise/ds-utils@0.23.1) (2022-10-18)
|
|
557
|
-
|
|
558
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
# [0.23.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.12...@synerise/ds-utils@0.23.0) (2022-09-21)
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
### Features
|
|
568
|
-
|
|
569
|
-
* **menu:** add information card tooltip ([ded0bf1](https://github.com/synerise/synerise-design/commit/ded0bf1b58e68f7061630810925669cb0fdad560))
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
## [0.22.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.11...@synerise/ds-utils@0.22.12) (2022-09-07)
|
|
576
|
-
|
|
577
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
## [0.22.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.10...@synerise/ds-utils@0.22.11) (2022-09-07)
|
|
584
|
-
|
|
585
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
## [0.22.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.9...@synerise/ds-utils@0.22.10) (2022-09-06)
|
|
592
|
-
|
|
593
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
## [0.22.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.8...@synerise/ds-utils@0.22.9) (2022-09-05)
|
|
600
|
-
|
|
601
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
## [0.22.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.3...@synerise/ds-utils@0.22.8) (2022-08-11)
|
|
608
|
-
|
|
609
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
## [0.22.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.2...@synerise/ds-utils@0.22.3) (2022-07-17)
|
|
616
|
-
|
|
617
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
## [0.22.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.1...@synerise/ds-utils@0.22.2) (2022-07-08)
|
|
624
|
-
|
|
625
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
## [0.22.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.22.0...@synerise/ds-utils@0.22.1) (2022-07-06)
|
|
632
|
-
|
|
633
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
# [0.22.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.10...@synerise/ds-utils@0.22.0) (2022-06-15)
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
### Features
|
|
643
|
-
|
|
644
|
-
* **utils:** outside click other ignored elements (useful for nesting) ([0ac399d](https://github.com/synerise/synerise-design/commit/0ac399dcd64cbff0158b5b1902ff34efa8aefb3d))
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
## [0.21.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.9...@synerise/ds-utils@0.21.10) (2022-04-29)
|
|
651
|
-
|
|
652
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
## [0.21.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.8...@synerise/ds-utils@0.21.9) (2022-04-05)
|
|
659
|
-
|
|
660
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
## [0.21.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.7...@synerise/ds-utils@0.21.8) (2022-03-24)
|
|
667
|
-
|
|
668
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
## [0.21.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.6...@synerise/ds-utils@0.21.7) (2022-03-24)
|
|
675
|
-
|
|
676
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
## [0.21.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.5...@synerise/ds-utils@0.21.6) (2022-03-14)
|
|
683
|
-
|
|
684
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
## [0.21.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.4...@synerise/ds-utils@0.21.5) (2021-12-29)
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
### Bug Fixes
|
|
694
|
-
|
|
695
|
-
* **table:** fixes sorting ([8042c70](https://github.com/synerise/synerise-design/commit/8042c70e131be15ad8cb30e771d0c5b695647b8d))
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
## [0.21.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.3...@synerise/ds-utils@0.21.4) (2021-11-23)
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
### Bug Fixes
|
|
705
|
-
|
|
706
|
-
* **core:** fix exporting types ([65531bf](https://github.com/synerise/synerise-design/commit/65531bf5da1915f8f2c8f856ccd2318375c6a2c3))
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
## [0.21.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.2...@synerise/ds-utils@0.21.3) (2021-11-22)
|
|
713
|
-
|
|
714
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
## [0.21.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.21.1...@synerise/ds-utils@0.21.2) (2021-11-16)
|
|
721
|
-
|
|
722
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
## [0.21.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.19.0...@synerise/ds-utils@0.21.1) (2021-11-09)
|
|
729
|
-
|
|
730
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
# [0.21.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.19.0...@synerise/ds-utils@0.21.0) (2021-11-09)
|
|
737
|
-
|
|
738
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.11-alpha.3...@synerise/ds-utils@0.20.0) (2021-11-05)
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
### Bug Fixes
|
|
748
|
-
|
|
749
|
-
* **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
|
|
750
|
-
|
|
419
|
+
- **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
|
|
751
420
|
|
|
752
421
|
### Features
|
|
753
422
|
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
423
|
+
- **utils:** adds onClick event to onClickOutside ([3ac8e54](https://github.com/synerise/synerise-design/commit/3ac8e54546fbf07a98f184415b00bf9a3a1263f6))
|
|
759
424
|
|
|
760
425
|
# [0.19.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.18.1...@synerise/ds-utils@0.19.0) (2021-10-19)
|
|
761
426
|
|
|
762
|
-
|
|
763
|
-
### Bug Fixes
|
|
764
|
-
|
|
765
|
-
* **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
### Features
|
|
769
|
-
|
|
770
|
-
* **utils:** adds onClick event to onClickOutside ([3ac8e54](https://github.com/synerise/synerise-design/commit/3ac8e54546fbf07a98f184415b00bf9a3a1263f6))
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
## [0.18.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.18.0...@synerise/ds-utils@0.18.1) (2021-09-21)
|
|
777
|
-
|
|
778
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.17.1...@synerise/ds-utils@0.18.0) (2021-09-03)
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
### Features
|
|
788
|
-
|
|
789
|
-
* **context-selector:** add onClickOutSide callback ([40edab8](https://github.com/synerise/synerise-design/commit/40edab8c6b09b2229a33207531b97073331a8d54))
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.17.0...@synerise/ds-utils@0.17.1) (2021-09-01)
|
|
796
|
-
|
|
797
|
-
|
|
798
427
|
### Bug Fixes
|
|
799
428
|
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.10...@synerise/ds-utils@0.17.0) (2021-08-31)
|
|
807
|
-
|
|
429
|
+
- **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
|
|
808
430
|
|
|
809
431
|
### Features
|
|
810
432
|
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
## [0.16.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.9...@synerise/ds-utils@0.16.10) (2021-07-30)
|
|
818
|
-
|
|
819
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
## [0.16.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.8...@synerise/ds-utils@0.16.9) (2021-07-08)
|
|
826
|
-
|
|
827
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
## [0.16.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.7...@synerise/ds-utils@0.16.8) (2021-06-22)
|
|
834
|
-
|
|
835
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
## [0.16.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.6...@synerise/ds-utils@0.16.7) (2021-06-14)
|
|
842
|
-
|
|
843
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
## [0.16.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.5...@synerise/ds-utils@0.16.6) (2021-05-20)
|
|
850
|
-
|
|
851
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
## [0.16.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.4...@synerise/ds-utils@0.16.5) (2021-05-20)
|
|
858
|
-
|
|
859
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
## [0.16.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.3...@synerise/ds-utils@0.16.4) (2021-05-20)
|
|
866
|
-
|
|
867
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
## [0.16.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.2...@synerise/ds-utils@0.16.3) (2021-05-14)
|
|
874
|
-
|
|
875
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
## [0.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.1...@synerise/ds-utils@0.16.2) (2021-05-14)
|
|
882
|
-
|
|
883
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.0...@synerise/ds-utils@0.16.1) (2021-05-06)
|
|
890
|
-
|
|
891
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.15.1...@synerise/ds-utils@0.16.0) (2021-05-06)
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
### Features
|
|
901
|
-
|
|
902
|
-
* **utils:** add combineRefs utils ([227e530](https://github.com/synerise/synerise-design/commit/227e530fed452444bc367e99b29411d1e36b3c01))
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
## [0.15.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.15.0...@synerise/ds-utils@0.15.1) (2021-04-29)
|
|
909
|
-
|
|
910
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.14.2...@synerise/ds-utils@0.15.0) (2021-04-22)
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
### Features
|
|
920
|
-
|
|
921
|
-
* **utils:** usePrevious hook ([529fa7b](https://github.com/synerise/synerise-design/commit/529fa7baf3edbdc949fe22b6f7e8b9430fe94aea))
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
## [0.14.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.14.1...@synerise/ds-utils@0.14.2) (2021-03-22)
|
|
928
|
-
|
|
929
|
-
**Note:** Version bump only for package @synerise/ds-utils
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
433
|
+
- **utils:** adds onClick event to onClickOutside ([3ac8e54](https://github.com/synerise/synerise-design/commit/3ac8e54546fbf07a98f184415b00bf9a3a1263f6))
|
|
934
434
|
|
|
935
|
-
## [0.
|
|
435
|
+
## [0.18.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.18.0...@synerise/ds-utils@0.18.1) (2021-09-21)
|
|
936
436
|
|
|
937
437
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
938
438
|
|
|
439
|
+
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.17.1...@synerise/ds-utils@0.18.0) (2021-09-03)
|
|
939
440
|
|
|
441
|
+
### Features
|
|
940
442
|
|
|
443
|
+
- **context-selector:** add onClickOutSide callback ([40edab8](https://github.com/synerise/synerise-design/commit/40edab8c6b09b2229a33207531b97073331a8d54))
|
|
941
444
|
|
|
942
|
-
|
|
943
|
-
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.13.2...@synerise/ds-utils@0.14.0) (2021-03-16)
|
|
944
|
-
|
|
445
|
+
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.17.0...@synerise/ds-utils@0.17.1) (2021-09-01)
|
|
945
446
|
|
|
946
447
|
### Bug Fixes
|
|
947
448
|
|
|
948
|
-
|
|
949
|
-
* **utils:** split Color type ([6de5c59](https://github.com/synerise/synerise-design/commit/6de5c592927443ec9f257e4613779604d828159e))
|
|
449
|
+
- **utils:** export type separatly, to be removed during build from js ([d110a3b](https://github.com/synerise/synerise-design/commit/d110a3b0a0009edb8cebf3d4dcb5ef287482fada))
|
|
950
450
|
|
|
451
|
+
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.10...@synerise/ds-utils@0.17.0) (2021-08-31)
|
|
951
452
|
|
|
952
453
|
### Features
|
|
953
454
|
|
|
954
|
-
|
|
455
|
+
- **utils:** enable custom event listener from list ([94091f1](https://github.com/synerise/synerise-design/commit/94091f174274f02f1ccb8ccf8ecaebd0ab7a4cb5))
|
|
955
456
|
|
|
457
|
+
## [0.16.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.9...@synerise/ds-utils@0.16.10) (2021-07-30)
|
|
956
458
|
|
|
459
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
957
460
|
|
|
461
|
+
## [0.16.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.8...@synerise/ds-utils@0.16.9) (2021-07-08)
|
|
958
462
|
|
|
463
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
959
464
|
|
|
960
|
-
## [0.
|
|
465
|
+
## [0.16.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.7...@synerise/ds-utils@0.16.8) (2021-06-22)
|
|
961
466
|
|
|
962
467
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
963
468
|
|
|
469
|
+
## [0.16.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.6...@synerise/ds-utils@0.16.7) (2021-06-14)
|
|
964
470
|
|
|
471
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
965
472
|
|
|
473
|
+
## [0.16.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.5...@synerise/ds-utils@0.16.6) (2021-05-20)
|
|
966
474
|
|
|
475
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
967
476
|
|
|
968
|
-
## [0.
|
|
477
|
+
## [0.16.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.4...@synerise/ds-utils@0.16.5) (2021-05-20)
|
|
969
478
|
|
|
970
479
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
971
480
|
|
|
481
|
+
## [0.16.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.3...@synerise/ds-utils@0.16.4) (2021-05-20)
|
|
972
482
|
|
|
483
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
973
484
|
|
|
485
|
+
## [0.16.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.2...@synerise/ds-utils@0.16.3) (2021-05-14)
|
|
974
486
|
|
|
487
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
975
488
|
|
|
976
|
-
|
|
977
|
-
|
|
489
|
+
## [0.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.1...@synerise/ds-utils@0.16.2) (2021-05-14)
|
|
978
490
|
|
|
979
|
-
|
|
491
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
980
492
|
|
|
981
|
-
|
|
493
|
+
## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.16.0...@synerise/ds-utils@0.16.1) (2021-05-06)
|
|
982
494
|
|
|
495
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
983
496
|
|
|
497
|
+
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.15.1...@synerise/ds-utils@0.16.0) (2021-05-06)
|
|
984
498
|
|
|
499
|
+
### Features
|
|
985
500
|
|
|
501
|
+
- **utils:** add combineRefs utils ([227e530](https://github.com/synerise/synerise-design/commit/227e530fed452444bc367e99b29411d1e36b3c01))
|
|
986
502
|
|
|
987
|
-
## [0.
|
|
503
|
+
## [0.15.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.15.0...@synerise/ds-utils@0.15.1) (2021-04-29)
|
|
988
504
|
|
|
989
505
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
990
506
|
|
|
507
|
+
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.14.2...@synerise/ds-utils@0.15.0) (2021-04-22)
|
|
991
508
|
|
|
509
|
+
### Features
|
|
992
510
|
|
|
511
|
+
- **utils:** usePrevious hook ([529fa7b](https://github.com/synerise/synerise-design/commit/529fa7baf3edbdc949fe22b6f7e8b9430fe94aea))
|
|
993
512
|
|
|
513
|
+
## [0.14.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.14.1...@synerise/ds-utils@0.14.2) (2021-03-22)
|
|
994
514
|
|
|
995
|
-
|
|
515
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
996
516
|
|
|
517
|
+
## [0.14.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.14.0...@synerise/ds-utils@0.14.1) (2021-03-19)
|
|
997
518
|
|
|
998
|
-
|
|
519
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
999
520
|
|
|
1000
|
-
|
|
521
|
+
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.13.2...@synerise/ds-utils@0.14.0) (2021-03-16)
|
|
1001
522
|
|
|
523
|
+
### Bug Fixes
|
|
1002
524
|
|
|
525
|
+
- **utils:** fix latinize type ([bcaf70a](https://github.com/synerise/synerise-design/commit/bcaf70ac714edeb564926bc2604ac2aaa0f5e1bd))
|
|
526
|
+
- **utils:** split Color type ([6de5c59](https://github.com/synerise/synerise-design/commit/6de5c592927443ec9f257e4613779604d828159e))
|
|
1003
527
|
|
|
528
|
+
### Features
|
|
1004
529
|
|
|
530
|
+
- **utils:** better color by letter function ([64b9f12](https://github.com/synerise/synerise-design/commit/64b9f12bb78837dc0fb11cd4414960bebff5c1d9))
|
|
1005
531
|
|
|
1006
|
-
## [0.
|
|
532
|
+
## [0.13.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.13.1...@synerise/ds-utils@0.13.2) (2021-03-10)
|
|
1007
533
|
|
|
1008
534
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1009
535
|
|
|
536
|
+
## [0.13.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.13.0...@synerise/ds-utils@0.13.1) (2021-03-10)
|
|
1010
537
|
|
|
538
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
1011
539
|
|
|
540
|
+
# [0.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.12.1...@synerise/ds-utils@0.13.0) (2021-03-03)
|
|
1012
541
|
|
|
542
|
+
### Features
|
|
1013
543
|
|
|
1014
|
-
|
|
544
|
+
- **condition:** adjust for design ([1018428](https://github.com/synerise/synerise-design/commit/101842816d94a413d36bffc1b64ffdb87cf0e753))
|
|
1015
545
|
|
|
1016
|
-
|
|
546
|
+
## [0.12.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.12.0...@synerise/ds-utils@0.12.1) (2021-02-17)
|
|
1017
547
|
|
|
548
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
1018
549
|
|
|
550
|
+
# [0.12.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.16...@synerise/ds-utils@0.12.0) (2021-02-15)
|
|
1019
551
|
|
|
552
|
+
### Features
|
|
1020
553
|
|
|
554
|
+
- **progress-bar:** add progress tiles ([3a4a29a](https://github.com/synerise/synerise-design/commit/3a4a29a959d6842a9c873ba8dacf6da32211370b))
|
|
1021
555
|
|
|
1022
|
-
## [0.11.
|
|
556
|
+
## [0.11.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.15...@synerise/ds-utils@0.11.16) (2021-02-08)
|
|
1023
557
|
|
|
1024
558
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1025
559
|
|
|
560
|
+
## [0.11.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.14...@synerise/ds-utils@0.11.15) (2021-02-05)
|
|
1026
561
|
|
|
562
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
1027
563
|
|
|
564
|
+
## [0.11.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.13...@synerise/ds-utils@0.11.14) (2021-02-02)
|
|
1028
565
|
|
|
566
|
+
**Note:** Version bump only for package @synerise/ds-utils
|
|
1029
567
|
|
|
1030
568
|
## [0.11.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.12...@synerise/ds-utils@0.11.13) (2021-02-01)
|
|
1031
569
|
|
|
1032
570
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1033
571
|
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
572
|
## [0.11.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.11...@synerise/ds-utils@0.11.12) (2021-01-04)
|
|
1039
573
|
|
|
1040
574
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1041
575
|
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
576
|
## [0.11.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.10...@synerise/ds-utils@0.11.11) (2020-12-21)
|
|
1047
577
|
|
|
1048
578
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1049
579
|
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
580
|
## [0.11.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.9...@synerise/ds-utils@0.11.10) (2020-12-14)
|
|
1055
581
|
|
|
1056
582
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1057
583
|
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
584
|
## [0.11.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.8...@synerise/ds-utils@0.11.9) (2020-12-04)
|
|
1063
585
|
|
|
1064
586
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1065
587
|
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
588
|
## [0.11.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.7...@synerise/ds-utils@0.11.8) (2020-12-02)
|
|
1071
589
|
|
|
1072
590
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1073
591
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
592
|
## [0.11.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.6...@synerise/ds-utils@0.11.7) (2020-11-12)
|
|
1079
593
|
|
|
1080
594
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1081
595
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
596
|
## [0.11.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.5...@synerise/ds-utils@0.11.6) (2020-10-30)
|
|
1087
597
|
|
|
1088
598
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1089
599
|
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
600
|
## [0.11.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.4...@synerise/ds-utils@0.11.5) (2020-10-28)
|
|
1095
601
|
|
|
1096
602
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1097
603
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
604
|
## [0.11.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.3...@synerise/ds-utils@0.11.4) (2020-10-22)
|
|
1103
605
|
|
|
1104
606
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1105
607
|
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
608
|
## [0.11.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.2...@synerise/ds-utils@0.11.3) (2020-10-20)
|
|
1111
609
|
|
|
1112
610
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1113
611
|
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
612
|
## [0.11.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.1...@synerise/ds-utils@0.11.2) (2020-10-13)
|
|
1119
613
|
|
|
1120
614
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1121
615
|
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
616
|
## [0.11.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.11.0...@synerise/ds-utils@0.11.1) (2020-10-12)
|
|
1127
617
|
|
|
1128
618
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1129
619
|
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
620
|
# [0.11.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.10.1...@synerise/ds-utils@0.11.0) (2020-10-06)
|
|
1135
621
|
|
|
1136
|
-
|
|
1137
622
|
### Features
|
|
1138
623
|
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
624
|
+
- **grid:** update grid size on xsmall ([f9bea08](https://github.com/synerise/synerise-design/commit/f9bea08cb5d38212a91d6fb1cb8b49f850bc7a32))
|
|
1144
625
|
|
|
1145
626
|
## [0.10.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.10.0...@synerise/ds-utils@0.10.1) (2020-09-29)
|
|
1146
627
|
|
|
1147
628
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1148
629
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
630
|
# [0.10.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.9.3...@synerise/ds-utils@0.10.0) (2020-09-25)
|
|
1154
631
|
|
|
1155
|
-
|
|
1156
632
|
### Bug Fixes
|
|
1157
633
|
|
|
1158
|
-
|
|
1159
|
-
|
|
634
|
+
- **utils:** fix size calculation on show component ([baf2772](https://github.com/synerise/synerise-design/commit/baf27720fadca3a9075e7c9657e4d2a084b31a3b))
|
|
1160
635
|
|
|
1161
636
|
### Features
|
|
1162
637
|
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
638
|
+
- **grid:** useBreakpoint ([d433434](https://github.com/synerise/synerise-design/commit/d433434026808f8862874ee5d65f6d83530e1d65))
|
|
639
|
+
- **utils:** add breakpoints into useBreakpoints ([eda5134](https://github.com/synerise/synerise-design/commit/eda5134dd938db2070e4523d498adce8389fa65a))
|
|
1169
640
|
|
|
1170
641
|
## [0.9.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.9.2...@synerise/ds-utils@0.9.3) (2020-09-01)
|
|
1171
642
|
|
|
1172
643
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1173
644
|
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
645
|
## [0.9.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.9.1...@synerise/ds-utils@0.9.2) (2020-07-30)
|
|
1179
646
|
|
|
1180
647
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1181
648
|
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
649
|
## [0.9.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.9.0...@synerise/ds-utils@0.9.1) (2020-07-29)
|
|
1187
650
|
|
|
1188
651
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1189
652
|
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
653
|
# [0.9.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.31...@synerise/ds-utils@0.9.0) (2020-07-24)
|
|
1195
654
|
|
|
1196
|
-
|
|
1197
655
|
### Features
|
|
1198
656
|
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
657
|
+
- **utils:** update colorByLetter to works witch Avatar ([8f603a0](https://github.com/synerise/synerise-design/commit/8f603a09e8e0e16b3380189606e0b256bc9347bf))
|
|
1204
658
|
|
|
1205
659
|
## [0.8.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.30...@synerise/ds-utils@0.8.31) (2020-07-15)
|
|
1206
660
|
|
|
1207
661
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1208
662
|
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
663
|
## [0.8.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.29...@synerise/ds-utils@0.8.30) (2020-07-13)
|
|
1214
664
|
|
|
1215
665
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1216
666
|
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
667
|
## [0.8.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.28...@synerise/ds-utils@0.8.29) (2020-07-09)
|
|
1222
668
|
|
|
1223
669
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1224
670
|
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
671
|
## [0.8.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.27...@synerise/ds-utils@0.8.28) (2020-06-25)
|
|
1230
672
|
|
|
1231
673
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1232
674
|
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
675
|
## [0.8.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.26...@synerise/ds-utils@0.8.27) (2020-06-17)
|
|
1238
676
|
|
|
1239
677
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1240
678
|
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
679
|
## [0.8.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.25...@synerise/ds-utils@0.8.26) (2020-06-02)
|
|
1246
680
|
|
|
1247
|
-
|
|
1248
681
|
### Bug Fixes
|
|
1249
682
|
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
683
|
+
- **utils:** improved focusing with arrows inside nested items ([b409396](https://github.com/synerise/synerise-design/commit/b40939633eea8af8284c29a5c043512cc8543203))
|
|
1255
684
|
|
|
1256
685
|
## [0.8.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.24...@synerise/ds-utils@0.8.25) (2020-05-28)
|
|
1257
686
|
|
|
1258
|
-
|
|
1259
687
|
### Bug Fixes
|
|
1260
688
|
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
689
|
+
- **menu:** refactored stories, added focusing with arrow keys ([5af2fe4](https://github.com/synerise/synerise-design/commit/5af2fe42c01ba58a0211efd0ca3f1670e564d164))
|
|
1266
690
|
|
|
1267
691
|
## [0.8.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.23...@synerise/ds-utils@0.8.24) (2020-05-25)
|
|
1268
692
|
|
|
1269
|
-
|
|
1270
693
|
### Bug Fixes
|
|
1271
694
|
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
695
|
+
- **cascader:** added width and height handling, added callbacks ([baaea36](https://github.com/synerise/synerise-design/commit/baaea368dfba6366de6e1935b8bf575738626794))
|
|
1277
696
|
|
|
1278
697
|
## [0.8.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.22...@synerise/ds-utils@0.8.23) (2020-05-22)
|
|
1279
698
|
|
|
1280
|
-
|
|
1281
699
|
### Bug Fixes
|
|
1282
700
|
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
701
|
+
- **utils:** added tests ([c596293](https://github.com/synerise/synerise-design/commit/c5962934ba05848d0427ab74ec10693753063497))
|
|
702
|
+
- **utils:** added utils for handling double click ([9129c5d](https://github.com/synerise/synerise-design/commit/9129c5d9b6898a4a9ad9de9251f0911437ff94f8))
|
|
1289
703
|
|
|
1290
704
|
## [0.8.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.21...@synerise/ds-utils@0.8.22) (2020-05-08)
|
|
1291
705
|
|
|
1292
706
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1293
707
|
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
708
|
## [0.8.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.20...@synerise/ds-utils@0.8.21) (2020-05-05)
|
|
1299
709
|
|
|
1300
|
-
|
|
1301
710
|
### Bug Fixes
|
|
1302
711
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
712
|
+
- **search:** added util for escaping regex ([f10942d](https://github.com/synerise/synerise-design/commit/f10942d7b78cf0f916dd7763fa2c1d81e5295979))
|
|
1308
713
|
|
|
1309
714
|
## [0.8.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.19...@synerise/ds-utils@0.8.20) (2020-04-30)
|
|
1310
715
|
|
|
1311
716
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1312
717
|
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
718
|
## [0.8.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.18...@synerise/ds-utils@0.8.19) (2020-04-29)
|
|
1318
719
|
|
|
1319
|
-
|
|
1320
720
|
### Bug Fixes
|
|
1321
721
|
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
722
|
+
- **search:** added tests for focusWithArrowKeys utils ([187ca6b](https://github.com/synerise/synerise-design/commit/187ca6b9ff7d77a87a64e06da4c8f902a49993a7))
|
|
723
|
+
- **search:** extracted focusing with arrows to utils ([2eaf8c3](https://github.com/synerise/synerise-design/commit/2eaf8c37d25777f11e475c846e60927b6226c384))
|
|
1328
724
|
|
|
1329
725
|
## [0.8.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.17...@synerise/ds-utils@0.8.18) (2020-04-27)
|
|
1330
726
|
|
|
1331
727
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1332
728
|
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
729
|
## [0.8.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.16...@synerise/ds-utils@0.8.17) (2020-04-15)
|
|
1338
730
|
|
|
1339
731
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1340
732
|
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
733
|
## [0.8.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.15...@synerise/ds-utils@0.8.16) (2020-04-14)
|
|
1346
734
|
|
|
1347
735
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1348
736
|
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
737
|
## [0.8.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.14...@synerise/ds-utils@0.8.15) (2020-04-13)
|
|
1354
738
|
|
|
1355
739
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1356
740
|
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
741
|
## [0.8.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.13...@synerise/ds-utils@0.8.14) (2020-03-27)
|
|
1362
742
|
|
|
1363
743
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1364
744
|
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
745
|
## [0.8.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.12...@synerise/ds-utils@0.8.13) (2020-03-26)
|
|
1370
746
|
|
|
1371
747
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1372
748
|
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
749
|
## [0.8.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.11...@synerise/ds-utils@0.8.12) (2020-03-24)
|
|
1378
750
|
|
|
1379
751
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1380
752
|
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
753
|
## [0.8.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.9...@synerise/ds-utils@0.8.11) (2020-03-23)
|
|
1386
754
|
|
|
1387
755
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1388
756
|
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
757
|
## [0.8.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.9...@synerise/ds-utils@0.8.10) (2020-03-23)
|
|
1394
758
|
|
|
1395
759
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1396
760
|
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
761
|
## [0.8.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.8...@synerise/ds-utils@0.8.9) (2020-03-19)
|
|
1402
762
|
|
|
1403
763
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1404
764
|
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
765
|
## [0.8.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.7...@synerise/ds-utils@0.8.8) (2020-03-18)
|
|
1410
766
|
|
|
1411
767
|
**Note:** Version bump only for package @synerise/ds-utils
|
|
1412
768
|
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
769
|
## [0.8.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.6...@synerise/ds-utils@0.8.7) (2020-03-18)
|
|
1418
770
|
|
|
1419
|
-
|
|
1420
771
|
### Bug Fixes
|
|
1421
772
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
773
|
+
- **core:** allow side effects ([0fcca2b](https://github.com/synerise/synerise-design/commit/0fcca2b3476b539a60d6d21af5a43a7d32135868))
|
|
1427
774
|
|
|
1428
775
|
## [0.8.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@0.8.5...@synerise/ds-utils@0.8.6) (2020-03-17)
|
|
1429
776
|
|