@synerise/ds-utils 1.3.0 → 1.3.1

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +197 -861
  2. package/README.md +1 -0
  3. package/dist/doubleClickListener/doubleClickListener.d.ts +2 -2
  4. package/dist/doubleClickListener/doubleClickListener.js +0 -2
  5. package/dist/focusWithArrowKeys/focusWithArrowKeys.d.ts +1 -1
  6. package/dist/getPopupContainer/getPopupContainer.js +3 -1
  7. package/dist/index.d.ts +1 -2
  8. package/dist/index.js +1 -1
  9. package/dist/regex/regex.js +1 -2
  10. package/dist/renderWithHighlight/renderWithHighlight.d.ts +1 -1
  11. package/dist/selectColorByLetter/selectColorByLetter.js +4 -2
  12. package/dist/testing/index.js +0 -1
  13. package/dist/testing/renderWithProvider/renderWithProvider.d.ts +4 -4
  14. package/dist/testing/renderWithProvider/renderWithProvider.js +1 -1
  15. package/dist/types/types.d.ts +1 -1
  16. package/dist/useCombinedRefs/useCombinedRefs.d.ts +1 -1
  17. package/dist/useCombinedRefs/useCombinedRefs.js +0 -1
  18. package/dist/useElementInView/useElementInView.d.ts +1 -1
  19. package/dist/useOnClickOutside/useOnClickOutside.d.ts +9 -4
  20. package/dist/useOnClickOutside/useOnClickOutside.js +2 -2
  21. package/dist/useResize/useResize.js +3 -3
  22. package/dist/useResizeObserver/useResizeObserver.d.ts +1 -1
  23. package/dist/useResizeObserver/useResizeObserver.js +1 -1
  24. package/dist/useResizeToFit/useResizeToFit.d.ts +1 -1
  25. package/dist/useResizeToFit/useResizeToFit.js +1 -1
  26. package/dist/useSearchResults/search.utils.d.ts +2 -2
  27. package/dist/useSearchResults/search.utils.js +3 -1
  28. package/dist/useSearchResults/useSearchResults.d.ts +1 -1
  29. package/dist/useSearchResults/useSearchResults.js +3 -1
  30. package/dist/useTraceUpdate/index.js +0 -3
  31. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,1427 +3,763 @@
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.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-utils@1.2.0...@synerise/ds-utils@1.3.0) (2025-06-24)
7
-
8
-
9
- ### Features
6
+ ## [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)
10
7
 
11
- * **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
8
+ **Note:** Version bump only for package @synerise/ds-utils
12
9
 
13
10
 
14
11
 
15
12
 
16
13
 
17
- # [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)
14
+ # [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)
18
15
 
19
16
 
20
17
  ### Features
21
18
 
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
-
25
-
19
+ * **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
26
20
 
27
21
 
28
22
 
29
- ## [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)
30
23
 
31
24
 
32
- ### Bug Fixes
25
+ # [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)
33
26
 
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))
27
+ ### Features
36
28
 
29
+ - **factors:** relative date type ([e3d17f1](https://github.com/synerise/synerise-design/commit/e3d17f18350044322c06c6b51263d69f97ee7dba))
30
+ - **filter:** change dnd lib and update ux ([f5a979e](https://github.com/synerise/synerise-design/commit/f5a979e6c9e5d9c8251c3f57da8ce57c416dadab))
37
31
 
32
+ ## [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)
38
33
 
34
+ ### Bug Fixes
39
35
 
36
+ - **core:** make translation imports static ([76df190](https://github.com/synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
37
+ - **item-picker:** invoke latest loadItems function on refresh ([f358c0a](https://github.com/synerise/synerise-design/commit/f358c0ac4ccefb6ed51f7ad641376a80c70a1fa4))
40
38
 
41
39
  # [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)
42
40
 
43
-
44
41
  ### Bug Fixes
45
42
 
46
- * **item-picker:** focus in search on section change ([9b41649](https://github.com/synerise/synerise-design/commit/9b416499c0cb2fa78447eb5769ae9f9a0f35b6d4))
47
- * **table:** update batch selection for table with limit ([a63698a](https://github.com/synerise/synerise-design/commit/a63698adf24e59aa3b220f3840ecdc43d60d62a5))
48
-
43
+ - **item-picker:** focus in search on section change ([9b41649](https://github.com/synerise/synerise-design/commit/9b416499c0cb2fa78447eb5769ae9f9a0f35b6d4))
44
+ - **table:** update batch selection for table with limit ([a63698a](https://github.com/synerise/synerise-design/commit/a63698adf24e59aa3b220f3840ecdc43d60d62a5))
49
45
 
50
46
  ### Features
51
47
 
52
- * **toast:** toast component ([0cb20d0](https://github.com/synerise/synerise-design/commit/0cb20d07b48d1c768a0ddf133b1970a4a13444ca))
53
-
54
-
55
-
56
-
48
+ - **toast:** toast component ([0cb20d0](https://github.com/synerise/synerise-design/commit/0cb20d07b48d1c768a0ddf133b1970a4a13444ca))
57
49
 
58
50
  ## [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
51
 
60
52
  **Note:** Version bump only for package @synerise/ds-utils
61
53
 
62
-
63
-
64
-
65
-
66
54
  ## [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
55
 
68
56
  **Note:** Version bump only for package @synerise/ds-utils
69
57
 
70
-
71
-
72
-
73
-
74
58
  ## [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
59
 
76
60
  **Note:** Version bump only for package @synerise/ds-utils
77
61
 
78
-
79
-
80
-
81
-
82
62
  ## [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
63
 
84
64
  **Note:** Version bump only for package @synerise/ds-utils
85
65
 
86
-
87
-
88
-
89
-
90
66
  # [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
67
 
92
-
93
68
  ### Features
94
69
 
95
- * antd@4.24 react@18 ([d97a667](https://github.com/synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
96
-
97
-
98
-
99
-
70
+ - antd@4.24 react@18 ([d97a667](https://github.com/synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
100
71
 
101
72
  ## [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
73
 
103
-
104
74
  ### Bug Fixes
105
75
 
106
- * **core:** onError fn types ([c34bdfe](https://github.com/synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
107
- * **factors:** deep merge of default and prop texts ([787b436](https://github.com/synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
108
-
109
-
110
-
111
-
76
+ - **core:** onError fn types ([c34bdfe](https://github.com/synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
77
+ - **factors:** deep merge of default and prop texts ([787b436](https://github.com/synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
112
78
 
113
79
  ## [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
80
 
115
81
  **Note:** Version bump only for package @synerise/ds-utils
116
82
 
117
-
118
-
119
-
120
-
121
83
  # [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
84
 
123
-
124
85
  ### Features
125
86
 
126
- * **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
127
-
128
-
129
-
130
-
87
+ - **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
131
88
 
132
89
  ## [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
90
 
134
91
  **Note:** Version bump only for package @synerise/ds-utils
135
92
 
136
-
137
-
138
-
139
-
140
93
  ## [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
94
 
142
95
  **Note:** Version bump only for package @synerise/ds-utils
143
96
 
144
-
145
-
146
-
147
-
148
97
  # [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
98
 
150
-
151
99
  ### Features
152
100
 
153
- * **menu:** maxToShowItems props ([982d12c](https://github.com/synerise/synerise-design/commit/982d12cf00dfd271bd75e3228e0e231ab26dc7f1))
154
-
155
-
156
-
157
-
101
+ - **menu:** maxToShowItems props ([982d12c](https://github.com/synerise/synerise-design/commit/982d12cf00dfd271bd75e3228e0e231ab26dc7f1))
158
102
 
159
103
  ## [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
104
 
161
105
  **Note:** Version bump only for package @synerise/ds-utils
162
106
 
163
-
164
-
165
-
166
-
167
107
  ## [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
108
 
169
109
  **Note:** Version bump only for package @synerise/ds-utils
170
110
 
171
-
172
-
173
-
174
-
175
111
  ## [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
112
 
177
-
178
113
  ### Bug Fixes
179
114
 
180
- * **table:** allow htmlattributes on cell divs ([f4cf677](https://github.com/synerise/synerise-design/commit/f4cf6773add2a4e8ce62dc83d42ae93f2c8d27b0))
181
-
182
-
183
-
184
-
115
+ - **table:** allow htmlattributes on cell divs ([f4cf677](https://github.com/synerise/synerise-design/commit/f4cf6773add2a4e8ce62dc83d42ae93f2c8d27b0))
185
116
 
186
117
  ## [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
118
 
188
-
189
119
  ### Bug Fixes
190
120
 
191
- * **context-selector:** updated search logic ([dfadc02](https://github.com/synerise/synerise-design/commit/dfadc02928651905f31c58a374d48368b8375eb3))
192
-
193
-
194
-
195
-
121
+ - **context-selector:** updated search logic ([dfadc02](https://github.com/synerise/synerise-design/commit/dfadc02928651905f31c58a374d48368b8375eb3))
196
122
 
197
123
  # [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
124
 
199
-
200
125
  ### Features
201
126
 
202
- * **storybook7:** added filter stories ([eb4f165](https://github.com/synerise/synerise-design/commit/eb4f165077eac361d4c4e4deab48842edd191825))
203
-
204
-
205
-
206
-
127
+ - **storybook7:** added filter stories ([eb4f165](https://github.com/synerise/synerise-design/commit/eb4f165077eac361d4c4e4deab48842edd191825))
207
128
 
208
129
  ## [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
130
 
210
131
  **Note:** Version bump only for package @synerise/ds-utils
211
132
 
212
-
213
-
214
-
215
-
216
133
  ## [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
134
 
218
-
219
135
  ### Bug Fixes
220
136
 
221
- * **table:** adjust scrollbar zindex when unstuck ([902da6f](https://github.com/synerise/synerise-design/commit/902da6f82402d6b959b3827493147b8ed407062f))
222
-
223
-
224
-
225
-
137
+ - **table:** adjust scrollbar zindex when unstuck ([902da6f](https://github.com/synerise/synerise-design/commit/902da6f82402d6b959b3827493147b8ed407062f))
226
138
 
227
139
  # [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
140
 
229
-
230
141
  ### Features
231
142
 
232
- * **badge:** added IconBadge ([4f44b60](https://github.com/synerise/synerise-design/commit/4f44b60b3eff77eb6c21b9ba0ec0cdf745100eff))
233
-
234
-
235
-
236
-
143
+ - **badge:** added IconBadge ([4f44b60](https://github.com/synerise/synerise-design/commit/4f44b60b3eff77eb6c21b9ba0ec0cdf745100eff))
237
144
 
238
145
  # [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
146
 
240
-
241
147
  ### Features
242
148
 
243
- * **list-item:** added prefix, suffix, ordered props ([3927035](https://github.com/synerise/synerise-design/commit/39270352b6a681f3ac402edb6c2fb7a245883304))
244
-
245
-
246
-
247
-
149
+ - **list-item:** added prefix, suffix, ordered props ([3927035](https://github.com/synerise/synerise-design/commit/39270352b6a681f3ac402edb6c2fb7a245883304))
248
150
 
249
151
  ## [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
152
 
251
153
  **Note:** Version bump only for package @synerise/ds-utils
252
154
 
253
-
254
-
255
-
256
-
257
155
  ## [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
156
 
259
-
260
157
  ### Bug Fixes
261
158
 
262
- * **input:** refactored autosize input solution ([449bd86](https://github.com/synerise/synerise-design/commit/449bd868b8d3b545ac582c556fa0ff607c77f853))
263
-
264
-
265
-
266
-
159
+ - **input:** refactored autosize input solution ([449bd86](https://github.com/synerise/synerise-design/commit/449bd868b8d3b545ac582c556fa0ff607c77f853))
267
160
 
268
161
  ## [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
162
 
270
163
  **Note:** Version bump only for package @synerise/ds-utils
271
164
 
272
-
273
-
274
-
275
-
276
165
  ## [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
166
 
278
-
279
167
  ### Bug Fixes
280
168
 
281
- * **tabs:** tabs height and testing issues ([424707d](https://github.com/synerise/synerise-design/commit/424707d35bdfbea65621ff175fa7772996f24c77))
282
-
283
-
284
-
285
-
169
+ - **tabs:** tabs height and testing issues ([424707d](https://github.com/synerise/synerise-design/commit/424707d35bdfbea65621ff175fa7772996f24c77))
286
170
 
287
171
  ## [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
172
 
289
-
290
173
  ### Bug Fixes
291
174
 
292
- * **inline-edit:** fixed autosize ([3dba994](https://github.com/synerise/synerise-design/commit/3dba9947e3a0c43297fce8d66ba5be2514db4f4c))
293
-
294
-
295
-
296
-
175
+ - **inline-edit:** fixed autosize ([3dba994](https://github.com/synerise/synerise-design/commit/3dba9947e3a0c43297fce8d66ba5be2514db4f4c))
297
176
 
298
177
  ## [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
178
 
300
179
  **Note:** Version bump only for package @synerise/ds-utils
301
180
 
302
-
303
-
304
-
305
-
306
181
  # [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
182
 
308
-
309
183
  ### Features
310
184
 
311
- * **table:** sticky virtualised table ([4733821](https://github.com/synerise/synerise-design/commit/47338215ed6355a90edf7350e6002c96c9f83809))
312
-
313
-
314
-
315
-
185
+ - **table:** sticky virtualised table ([4733821](https://github.com/synerise/synerise-design/commit/47338215ed6355a90edf7350e6002c96c9f83809))
316
186
 
317
187
  # [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
188
 
319
-
320
189
  ### Features
321
190
 
322
- * **input:** support autoresize to stretch to parent ([329c866](https://github.com/synerise/synerise-design/commit/329c866cb54921ad1260ae217cb8c471e43b986e))
323
- * **utils:** horizontal overscroll blocking hook ([5896100](https://github.com/synerise/synerise-design/commit/5896100d514a910fbdf6614dab5de12b4701cd36))
324
-
325
-
326
-
327
-
191
+ - **input:** support autoresize to stretch to parent ([329c866](https://github.com/synerise/synerise-design/commit/329c866cb54921ad1260ae217cb8c471e43b986e))
192
+ - **utils:** horizontal overscroll blocking hook ([5896100](https://github.com/synerise/synerise-design/commit/5896100d514a910fbdf6614dab5de12b4701cd36))
328
193
 
329
194
  ## [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
195
 
331
196
  **Note:** Version bump only for package @synerise/ds-utils
332
197
 
333
-
334
-
335
-
336
-
337
198
  ## [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
199
 
339
200
  **Note:** Version bump only for package @synerise/ds-utils
340
201
 
202
+ ## [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
203
 
204
+ **Note:** Version bump only for package @synerise/ds-utils
342
205
 
206
+ ## [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
207
 
208
+ **Note:** Version bump only for package @synerise/ds-utils
344
209
 
345
- ## [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)
210
+ ## [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
211
 
347
212
  **Note:** Version bump only for package @synerise/ds-utils
348
213
 
214
+ ## [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
215
 
216
+ **Note:** Version bump only for package @synerise/ds-utils
350
217
 
218
+ ## [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
219
 
220
+ **Note:** Version bump only for package @synerise/ds-utils
352
221
 
353
- ## [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)
222
+ ## [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
223
 
355
224
  **Note:** Version bump only for package @synerise/ds-utils
356
225
 
226
+ ## [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
227
 
228
+ **Note:** Version bump only for package @synerise/ds-utils
358
229
 
230
+ ## [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
231
 
232
+ **Note:** Version bump only for package @synerise/ds-utils
360
233
 
361
- ## [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)
234
+ ## [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
235
 
363
236
  **Note:** Version bump only for package @synerise/ds-utils
364
237
 
238
+ ## [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
239
 
240
+ **Note:** Version bump only for package @synerise/ds-utils
366
241
 
242
+ ## [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
243
 
244
+ **Note:** Version bump only for package @synerise/ds-utils
368
245
 
369
- ## [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)
246
+ ## [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
247
 
371
248
  **Note:** Version bump only for package @synerise/ds-utils
372
249
 
250
+ ## [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
251
 
252
+ **Note:** Version bump only for package @synerise/ds-utils
374
253
 
254
+ ## [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
255
 
256
+ **Note:** Version bump only for package @synerise/ds-utils
376
257
 
377
- ## [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)
258
+ ## [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
259
 
379
260
  **Note:** Version bump only for package @synerise/ds-utils
380
261
 
262
+ ## [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
263
 
264
+ **Note:** Version bump only for package @synerise/ds-utils
382
265
 
266
+ ## [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
267
 
268
+ **Note:** Version bump only for package @synerise/ds-utils
384
269
 
385
- ## [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)
270
+ ## [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
271
 
387
272
  **Note:** Version bump only for package @synerise/ds-utils
388
273
 
274
+ ## [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
275
 
276
+ **Note:** Version bump only for package @synerise/ds-utils
390
277
 
278
+ ## [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
279
 
280
+ **Note:** Version bump only for package @synerise/ds-utils
392
281
 
393
- ## [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)
282
+ ## [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
283
 
395
284
  **Note:** Version bump only for package @synerise/ds-utils
396
285
 
286
+ ## [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
287
 
288
+ **Note:** Version bump only for package @synerise/ds-utils
398
289
 
290
+ ## [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
291
 
292
+ **Note:** Version bump only for package @synerise/ds-utils
400
293
 
401
- ## [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)
294
+ ## [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
295
 
403
296
  **Note:** Version bump only for package @synerise/ds-utils
404
297
 
298
+ # [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
299
 
300
+ ### Features
406
301
 
302
+ - **ds-data-format:** data format intl tools ([838380b](https://github.com/synerise/synerise-design/commit/838380b89956c37ff0e54b6be93f68aae03f1e1b))
407
303
 
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)
304
+ ## [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
305
 
411
306
  **Note:** Version bump only for package @synerise/ds-utils
412
307
 
308
+ ## [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)
309
+
310
+ **Note:** Version bump only for package @synerise/ds-utils
413
311
 
312
+ # [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
313
 
314
+ ### Features
415
315
 
316
+ - **menu:** add information card tooltip ([ded0bf1](https://github.com/synerise/synerise-design/commit/ded0bf1b58e68f7061630810925669cb0fdad560))
416
317
 
417
- ## [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)
318
+ ## [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
319
 
419
320
  **Note:** Version bump only for package @synerise/ds-utils
420
321
 
322
+ ## [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
323
 
324
+ **Note:** Version bump only for package @synerise/ds-utils
422
325
 
326
+ ## [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
327
 
328
+ **Note:** Version bump only for package @synerise/ds-utils
424
329
 
425
- ## [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)
330
+ ## [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
331
 
427
332
  **Note:** Version bump only for package @synerise/ds-utils
428
333
 
334
+ ## [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
335
 
336
+ **Note:** Version bump only for package @synerise/ds-utils
430
337
 
338
+ ## [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
339
 
340
+ **Note:** Version bump only for package @synerise/ds-utils
432
341
 
433
- ## [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)
342
+ ## [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
343
 
435
344
  **Note:** Version bump only for package @synerise/ds-utils
436
345
 
346
+ ## [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)
347
+
348
+ **Note:** Version bump only for package @synerise/ds-utils
437
349
 
350
+ # [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)
438
351
 
352
+ ### Features
439
353
 
354
+ - **utils:** outside click other ignored elements (useful for nesting) ([0ac399d](https://github.com/synerise/synerise-design/commit/0ac399dcd64cbff0158b5b1902ff34efa8aefb3d))
440
355
 
441
- ## [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)
356
+ ## [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)
442
357
 
443
358
  **Note:** Version bump only for package @synerise/ds-utils
444
359
 
360
+ ## [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)
445
361
 
362
+ **Note:** Version bump only for package @synerise/ds-utils
446
363
 
364
+ ## [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)
447
365
 
366
+ **Note:** Version bump only for package @synerise/ds-utils
448
367
 
449
- ## [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)
368
+ ## [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)
450
369
 
451
370
  **Note:** Version bump only for package @synerise/ds-utils
452
371
 
372
+ ## [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)
453
373
 
374
+ **Note:** Version bump only for package @synerise/ds-utils
454
375
 
376
+ ## [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)
455
377
 
378
+ ### Bug Fixes
456
379
 
457
- ## [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)
380
+ - **table:** fixes sorting ([8042c70](https://github.com/synerise/synerise-design/commit/8042c70e131be15ad8cb30e771d0c5b695647b8d))
458
381
 
459
- **Note:** Version bump only for package @synerise/ds-utils
382
+ ## [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)
460
383
 
384
+ ### Bug Fixes
461
385
 
386
+ - **core:** fix exporting types ([65531bf](https://github.com/synerise/synerise-design/commit/65531bf5da1915f8f2c8f856ccd2318375c6a2c3))
462
387
 
388
+ ## [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)
463
389
 
390
+ **Note:** Version bump only for package @synerise/ds-utils
464
391
 
465
- ## [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)
466
-
467
- **Note:** Version bump only for package @synerise/ds-utils
468
-
469
-
470
-
471
-
472
-
473
- ## [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)
474
-
475
- **Note:** Version bump only for package @synerise/ds-utils
476
-
477
-
478
-
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)
392
+ ## [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)
737
393
 
738
394
  **Note:** Version bump only for package @synerise/ds-utils
739
395
 
396
+ ## [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)
740
397
 
398
+ **Note:** Version bump only for package @synerise/ds-utils
741
399
 
400
+ # [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)
742
401
 
402
+ **Note:** Version bump only for package @synerise/ds-utils
743
403
 
744
404
  # [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
405
 
746
-
747
406
  ### Bug Fixes
748
407
 
749
- * **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
750
-
408
+ - **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
751
409
 
752
410
  ### Features
753
411
 
754
- * **utils:** adds onClick event to onClickOutside ([3ac8e54](https://github.com/synerise/synerise-design/commit/3ac8e54546fbf07a98f184415b00bf9a3a1263f6))
755
-
756
-
757
-
758
-
412
+ - **utils:** adds onClick event to onClickOutside ([3ac8e54](https://github.com/synerise/synerise-design/commit/3ac8e54546fbf07a98f184415b00bf9a3a1263f6))
759
413
 
760
414
  # [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
415
 
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
416
  ### Bug Fixes
799
417
 
800
- * **utils:** export type separatly, to be removed during build from js ([d110a3b](https://github.com/synerise/synerise-design/commit/d110a3b0a0009edb8cebf3d4dcb5ef287482fada))
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
-
418
+ - **condition:** performance improvements ([c3f54cf](https://github.com/synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
808
419
 
809
420
  ### Features
810
421
 
811
- * **utils:** enable custom event listener from list ([94091f1](https://github.com/synerise/synerise-design/commit/94091f174274f02f1ccb8ccf8ecaebd0ab7a4cb5))
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
-
422
+ - **utils:** adds onClick event to onClickOutside ([3ac8e54](https://github.com/synerise/synerise-design/commit/3ac8e54546fbf07a98f184415b00bf9a3a1263f6))
934
423
 
935
- ## [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)
424
+ ## [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
425
 
937
426
  **Note:** Version bump only for package @synerise/ds-utils
938
427
 
428
+ # [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
429
 
430
+ ### Features
940
431
 
432
+ - **context-selector:** add onClickOutSide callback ([40edab8](https://github.com/synerise/synerise-design/commit/40edab8c6b09b2229a33207531b97073331a8d54))
941
433
 
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
-
434
+ ## [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
435
 
946
436
  ### Bug Fixes
947
437
 
948
- * **utils:** fix latinize type ([bcaf70a](https://github.com/synerise/synerise-design/commit/bcaf70ac714edeb564926bc2604ac2aaa0f5e1bd))
949
- * **utils:** split Color type ([6de5c59](https://github.com/synerise/synerise-design/commit/6de5c592927443ec9f257e4613779604d828159e))
438
+ - **utils:** export type separatly, to be removed during build from js ([d110a3b](https://github.com/synerise/synerise-design/commit/d110a3b0a0009edb8cebf3d4dcb5ef287482fada))
950
439
 
440
+ # [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
441
 
952
442
  ### Features
953
443
 
954
- * **utils:** better color by letter function ([64b9f12](https://github.com/synerise/synerise-design/commit/64b9f12bb78837dc0fb11cd4414960bebff5c1d9))
444
+ - **utils:** enable custom event listener from list ([94091f1](https://github.com/synerise/synerise-design/commit/94091f174274f02f1ccb8ccf8ecaebd0ab7a4cb5))
955
445
 
446
+ ## [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
447
 
448
+ **Note:** Version bump only for package @synerise/ds-utils
957
449
 
450
+ ## [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
451
 
452
+ **Note:** Version bump only for package @synerise/ds-utils
959
453
 
960
- ## [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)
454
+ ## [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
455
 
962
456
  **Note:** Version bump only for package @synerise/ds-utils
963
457
 
458
+ ## [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
459
 
460
+ **Note:** Version bump only for package @synerise/ds-utils
965
461
 
462
+ ## [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
463
 
464
+ **Note:** Version bump only for package @synerise/ds-utils
967
465
 
968
- ## [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)
466
+ ## [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
467
 
970
468
  **Note:** Version bump only for package @synerise/ds-utils
971
469
 
470
+ ## [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
471
 
472
+ **Note:** Version bump only for package @synerise/ds-utils
973
473
 
474
+ ## [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
475
 
476
+ **Note:** Version bump only for package @synerise/ds-utils
975
477
 
976
- # [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)
977
-
478
+ ## [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
479
 
979
- ### Features
480
+ **Note:** Version bump only for package @synerise/ds-utils
980
481
 
981
- * **condition:** adjust for design ([1018428](https://github.com/synerise/synerise-design/commit/101842816d94a413d36bffc1b64ffdb87cf0e753))
482
+ ## [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
483
 
484
+ **Note:** Version bump only for package @synerise/ds-utils
983
485
 
486
+ # [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
487
 
488
+ ### Features
985
489
 
490
+ - **utils:** add combineRefs utils ([227e530](https://github.com/synerise/synerise-design/commit/227e530fed452444bc367e99b29411d1e36b3c01))
986
491
 
987
- ## [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)
492
+ ## [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
493
 
989
494
  **Note:** Version bump only for package @synerise/ds-utils
990
495
 
496
+ # [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
497
 
498
+ ### Features
992
499
 
500
+ - **utils:** usePrevious hook ([529fa7b](https://github.com/synerise/synerise-design/commit/529fa7baf3edbdc949fe22b6f7e8b9430fe94aea))
993
501
 
502
+ ## [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
503
 
995
- # [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)
504
+ **Note:** Version bump only for package @synerise/ds-utils
996
505
 
506
+ ## [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
507
 
998
- ### Features
508
+ **Note:** Version bump only for package @synerise/ds-utils
999
509
 
1000
- * **progress-bar:** add progress tiles ([3a4a29a](https://github.com/synerise/synerise-design/commit/3a4a29a959d6842a9c873ba8dacf6da32211370b))
510
+ # [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
511
 
512
+ ### Bug Fixes
1002
513
 
514
+ - **utils:** fix latinize type ([bcaf70a](https://github.com/synerise/synerise-design/commit/bcaf70ac714edeb564926bc2604ac2aaa0f5e1bd))
515
+ - **utils:** split Color type ([6de5c59](https://github.com/synerise/synerise-design/commit/6de5c592927443ec9f257e4613779604d828159e))
1003
516
 
517
+ ### Features
1004
518
 
519
+ - **utils:** better color by letter function ([64b9f12](https://github.com/synerise/synerise-design/commit/64b9f12bb78837dc0fb11cd4414960bebff5c1d9))
1005
520
 
1006
- ## [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)
521
+ ## [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
522
 
1008
523
  **Note:** Version bump only for package @synerise/ds-utils
1009
524
 
525
+ ## [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
526
 
527
+ **Note:** Version bump only for package @synerise/ds-utils
1011
528
 
529
+ # [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
530
 
531
+ ### Features
1013
532
 
1014
- ## [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)
533
+ - **condition:** adjust for design ([1018428](https://github.com/synerise/synerise-design/commit/101842816d94a413d36bffc1b64ffdb87cf0e753))
1015
534
 
1016
- **Note:** Version bump only for package @synerise/ds-utils
535
+ ## [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
536
 
537
+ **Note:** Version bump only for package @synerise/ds-utils
1018
538
 
539
+ # [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
540
 
541
+ ### Features
1020
542
 
543
+ - **progress-bar:** add progress tiles ([3a4a29a](https://github.com/synerise/synerise-design/commit/3a4a29a959d6842a9c873ba8dacf6da32211370b))
1021
544
 
1022
- ## [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)
545
+ ## [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
546
 
1024
547
  **Note:** Version bump only for package @synerise/ds-utils
1025
548
 
549
+ ## [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
550
 
551
+ **Note:** Version bump only for package @synerise/ds-utils
1027
552
 
553
+ ## [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
554
 
555
+ **Note:** Version bump only for package @synerise/ds-utils
1029
556
 
1030
557
  ## [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
558
 
1032
559
  **Note:** Version bump only for package @synerise/ds-utils
1033
560
 
1034
-
1035
-
1036
-
1037
-
1038
561
  ## [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
562
 
1040
563
  **Note:** Version bump only for package @synerise/ds-utils
1041
564
 
1042
-
1043
-
1044
-
1045
-
1046
565
  ## [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
566
 
1048
567
  **Note:** Version bump only for package @synerise/ds-utils
1049
568
 
1050
-
1051
-
1052
-
1053
-
1054
569
  ## [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
570
 
1056
571
  **Note:** Version bump only for package @synerise/ds-utils
1057
572
 
1058
-
1059
-
1060
-
1061
-
1062
573
  ## [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
574
 
1064
575
  **Note:** Version bump only for package @synerise/ds-utils
1065
576
 
1066
-
1067
-
1068
-
1069
-
1070
577
  ## [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
578
 
1072
579
  **Note:** Version bump only for package @synerise/ds-utils
1073
580
 
1074
-
1075
-
1076
-
1077
-
1078
581
  ## [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
582
 
1080
583
  **Note:** Version bump only for package @synerise/ds-utils
1081
584
 
1082
-
1083
-
1084
-
1085
-
1086
585
  ## [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
586
 
1088
587
  **Note:** Version bump only for package @synerise/ds-utils
1089
588
 
1090
-
1091
-
1092
-
1093
-
1094
589
  ## [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
590
 
1096
591
  **Note:** Version bump only for package @synerise/ds-utils
1097
592
 
1098
-
1099
-
1100
-
1101
-
1102
593
  ## [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
594
 
1104
595
  **Note:** Version bump only for package @synerise/ds-utils
1105
596
 
1106
-
1107
-
1108
-
1109
-
1110
597
  ## [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
598
 
1112
599
  **Note:** Version bump only for package @synerise/ds-utils
1113
600
 
1114
-
1115
-
1116
-
1117
-
1118
601
  ## [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
602
 
1120
603
  **Note:** Version bump only for package @synerise/ds-utils
1121
604
 
1122
-
1123
-
1124
-
1125
-
1126
605
  ## [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
606
 
1128
607
  **Note:** Version bump only for package @synerise/ds-utils
1129
608
 
1130
-
1131
-
1132
-
1133
-
1134
609
  # [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
610
 
1136
-
1137
611
  ### Features
1138
612
 
1139
- * **grid:** update grid size on xsmall ([f9bea08](https://github.com/synerise/synerise-design/commit/f9bea08cb5d38212a91d6fb1cb8b49f850bc7a32))
1140
-
1141
-
1142
-
1143
-
613
+ - **grid:** update grid size on xsmall ([f9bea08](https://github.com/synerise/synerise-design/commit/f9bea08cb5d38212a91d6fb1cb8b49f850bc7a32))
1144
614
 
1145
615
  ## [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
616
 
1147
617
  **Note:** Version bump only for package @synerise/ds-utils
1148
618
 
1149
-
1150
-
1151
-
1152
-
1153
619
  # [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
620
 
1155
-
1156
621
  ### Bug Fixes
1157
622
 
1158
- * **utils:** fix size calculation on show component ([baf2772](https://github.com/synerise/synerise-design/commit/baf27720fadca3a9075e7c9657e4d2a084b31a3b))
1159
-
623
+ - **utils:** fix size calculation on show component ([baf2772](https://github.com/synerise/synerise-design/commit/baf27720fadca3a9075e7c9657e4d2a084b31a3b))
1160
624
 
1161
625
  ### Features
1162
626
 
1163
- * **grid:** useBreakpoint ([d433434](https://github.com/synerise/synerise-design/commit/d433434026808f8862874ee5d65f6d83530e1d65))
1164
- * **utils:** add breakpoints into useBreakpoints ([eda5134](https://github.com/synerise/synerise-design/commit/eda5134dd938db2070e4523d498adce8389fa65a))
1165
-
1166
-
1167
-
1168
-
627
+ - **grid:** useBreakpoint ([d433434](https://github.com/synerise/synerise-design/commit/d433434026808f8862874ee5d65f6d83530e1d65))
628
+ - **utils:** add breakpoints into useBreakpoints ([eda5134](https://github.com/synerise/synerise-design/commit/eda5134dd938db2070e4523d498adce8389fa65a))
1169
629
 
1170
630
  ## [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
631
 
1172
632
  **Note:** Version bump only for package @synerise/ds-utils
1173
633
 
1174
-
1175
-
1176
-
1177
-
1178
634
  ## [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
635
 
1180
636
  **Note:** Version bump only for package @synerise/ds-utils
1181
637
 
1182
-
1183
-
1184
-
1185
-
1186
638
  ## [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
639
 
1188
640
  **Note:** Version bump only for package @synerise/ds-utils
1189
641
 
1190
-
1191
-
1192
-
1193
-
1194
642
  # [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
643
 
1196
-
1197
644
  ### Features
1198
645
 
1199
- * **utils:** update colorByLetter to works witch Avatar ([8f603a0](https://github.com/synerise/synerise-design/commit/8f603a09e8e0e16b3380189606e0b256bc9347bf))
1200
-
1201
-
1202
-
1203
-
646
+ - **utils:** update colorByLetter to works witch Avatar ([8f603a0](https://github.com/synerise/synerise-design/commit/8f603a09e8e0e16b3380189606e0b256bc9347bf))
1204
647
 
1205
648
  ## [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
649
 
1207
650
  **Note:** Version bump only for package @synerise/ds-utils
1208
651
 
1209
-
1210
-
1211
-
1212
-
1213
652
  ## [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
653
 
1215
654
  **Note:** Version bump only for package @synerise/ds-utils
1216
655
 
1217
-
1218
-
1219
-
1220
-
1221
656
  ## [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
657
 
1223
658
  **Note:** Version bump only for package @synerise/ds-utils
1224
659
 
1225
-
1226
-
1227
-
1228
-
1229
660
  ## [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
661
 
1231
662
  **Note:** Version bump only for package @synerise/ds-utils
1232
663
 
1233
-
1234
-
1235
-
1236
-
1237
664
  ## [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
665
 
1239
666
  **Note:** Version bump only for package @synerise/ds-utils
1240
667
 
1241
-
1242
-
1243
-
1244
-
1245
668
  ## [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
669
 
1247
-
1248
670
  ### Bug Fixes
1249
671
 
1250
- * **utils:** improved focusing with arrows inside nested items ([b409396](https://github.com/synerise/synerise-design/commit/b40939633eea8af8284c29a5c043512cc8543203))
1251
-
1252
-
1253
-
1254
-
672
+ - **utils:** improved focusing with arrows inside nested items ([b409396](https://github.com/synerise/synerise-design/commit/b40939633eea8af8284c29a5c043512cc8543203))
1255
673
 
1256
674
  ## [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
675
 
1258
-
1259
676
  ### Bug Fixes
1260
677
 
1261
- * **menu:** refactored stories, added focusing with arrow keys ([5af2fe4](https://github.com/synerise/synerise-design/commit/5af2fe42c01ba58a0211efd0ca3f1670e564d164))
1262
-
1263
-
1264
-
1265
-
678
+ - **menu:** refactored stories, added focusing with arrow keys ([5af2fe4](https://github.com/synerise/synerise-design/commit/5af2fe42c01ba58a0211efd0ca3f1670e564d164))
1266
679
 
1267
680
  ## [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
681
 
1269
-
1270
682
  ### Bug Fixes
1271
683
 
1272
- * **cascader:** added width and height handling, added callbacks ([baaea36](https://github.com/synerise/synerise-design/commit/baaea368dfba6366de6e1935b8bf575738626794))
1273
-
1274
-
1275
-
1276
-
684
+ - **cascader:** added width and height handling, added callbacks ([baaea36](https://github.com/synerise/synerise-design/commit/baaea368dfba6366de6e1935b8bf575738626794))
1277
685
 
1278
686
  ## [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
687
 
1280
-
1281
688
  ### Bug Fixes
1282
689
 
1283
- * **utils:** added tests ([c596293](https://github.com/synerise/synerise-design/commit/c5962934ba05848d0427ab74ec10693753063497))
1284
- * **utils:** added utils for handling double click ([9129c5d](https://github.com/synerise/synerise-design/commit/9129c5d9b6898a4a9ad9de9251f0911437ff94f8))
1285
-
1286
-
1287
-
1288
-
690
+ - **utils:** added tests ([c596293](https://github.com/synerise/synerise-design/commit/c5962934ba05848d0427ab74ec10693753063497))
691
+ - **utils:** added utils for handling double click ([9129c5d](https://github.com/synerise/synerise-design/commit/9129c5d9b6898a4a9ad9de9251f0911437ff94f8))
1289
692
 
1290
693
  ## [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
694
 
1292
695
  **Note:** Version bump only for package @synerise/ds-utils
1293
696
 
1294
-
1295
-
1296
-
1297
-
1298
697
  ## [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
698
 
1300
-
1301
699
  ### Bug Fixes
1302
700
 
1303
- * **search:** added util for escaping regex ([f10942d](https://github.com/synerise/synerise-design/commit/f10942d7b78cf0f916dd7763fa2c1d81e5295979))
1304
-
1305
-
1306
-
1307
-
701
+ - **search:** added util for escaping regex ([f10942d](https://github.com/synerise/synerise-design/commit/f10942d7b78cf0f916dd7763fa2c1d81e5295979))
1308
702
 
1309
703
  ## [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
704
 
1311
705
  **Note:** Version bump only for package @synerise/ds-utils
1312
706
 
1313
-
1314
-
1315
-
1316
-
1317
707
  ## [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
708
 
1319
-
1320
709
  ### Bug Fixes
1321
710
 
1322
- * **search:** added tests for focusWithArrowKeys utils ([187ca6b](https://github.com/synerise/synerise-design/commit/187ca6b9ff7d77a87a64e06da4c8f902a49993a7))
1323
- * **search:** extracted focusing with arrows to utils ([2eaf8c3](https://github.com/synerise/synerise-design/commit/2eaf8c37d25777f11e475c846e60927b6226c384))
1324
-
1325
-
1326
-
1327
-
711
+ - **search:** added tests for focusWithArrowKeys utils ([187ca6b](https://github.com/synerise/synerise-design/commit/187ca6b9ff7d77a87a64e06da4c8f902a49993a7))
712
+ - **search:** extracted focusing with arrows to utils ([2eaf8c3](https://github.com/synerise/synerise-design/commit/2eaf8c37d25777f11e475c846e60927b6226c384))
1328
713
 
1329
714
  ## [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
715
 
1331
716
  **Note:** Version bump only for package @synerise/ds-utils
1332
717
 
1333
-
1334
-
1335
-
1336
-
1337
718
  ## [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
719
 
1339
720
  **Note:** Version bump only for package @synerise/ds-utils
1340
721
 
1341
-
1342
-
1343
-
1344
-
1345
722
  ## [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
723
 
1347
724
  **Note:** Version bump only for package @synerise/ds-utils
1348
725
 
1349
-
1350
-
1351
-
1352
-
1353
726
  ## [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
727
 
1355
728
  **Note:** Version bump only for package @synerise/ds-utils
1356
729
 
1357
-
1358
-
1359
-
1360
-
1361
730
  ## [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
731
 
1363
732
  **Note:** Version bump only for package @synerise/ds-utils
1364
733
 
1365
-
1366
-
1367
-
1368
-
1369
734
  ## [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
735
 
1371
736
  **Note:** Version bump only for package @synerise/ds-utils
1372
737
 
1373
-
1374
-
1375
-
1376
-
1377
738
  ## [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
739
 
1379
740
  **Note:** Version bump only for package @synerise/ds-utils
1380
741
 
1381
-
1382
-
1383
-
1384
-
1385
742
  ## [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
743
 
1387
744
  **Note:** Version bump only for package @synerise/ds-utils
1388
745
 
1389
-
1390
-
1391
-
1392
-
1393
746
  ## [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
747
 
1395
748
  **Note:** Version bump only for package @synerise/ds-utils
1396
749
 
1397
-
1398
-
1399
-
1400
-
1401
750
  ## [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
751
 
1403
752
  **Note:** Version bump only for package @synerise/ds-utils
1404
753
 
1405
-
1406
-
1407
-
1408
-
1409
754
  ## [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
755
 
1411
756
  **Note:** Version bump only for package @synerise/ds-utils
1412
757
 
1413
-
1414
-
1415
-
1416
-
1417
758
  ## [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
759
 
1419
-
1420
760
  ### Bug Fixes
1421
761
 
1422
- * **core:** allow side effects ([0fcca2b](https://github.com/synerise/synerise-design/commit/0fcca2b3476b539a60d6d21af5a43a7d32135868))
1423
-
1424
-
1425
-
1426
-
762
+ - **core:** allow side effects ([0fcca2b](https://github.com/synerise/synerise-design/commit/0fcca2b3476b539a60d6d21af5a43a7d32135868))
1427
763
 
1428
764
  ## [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
765