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