@synerise/ds-factors 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +786 -2398
- package/dist/FactorTypeSelector/FactorTypeSelector.d.ts +1 -1
- package/dist/FactorTypeSelector/FactorTypeSelector.js +6 -4
- package/dist/FactorValue/Array/Array.d.ts +1 -1
- package/dist/FactorValue/Array/Array.js +5 -3
- package/dist/FactorValue/Array/Array.styles.js +2 -2
- package/dist/FactorValue/Array/Array.types.d.ts +1 -1
- package/dist/FactorValue/Array/Array.utils.d.ts +1 -1
- package/dist/FactorValue/Array/components/ArrayCollector.d.ts +1 -1
- package/dist/FactorValue/Array/components/ArrayCollector.js +1 -1
- package/dist/FactorValue/Array/components/ArrayCreator.js +1 -1
- package/dist/FactorValue/Array/components/ArrayLimit.d.ts +1 -1
- package/dist/FactorValue/Array/components/ArrayModal.d.ts +1 -1
- package/dist/FactorValue/Array/components/ArrayModal.js +3 -4
- package/dist/FactorValue/Array/components/ArrayRaw.d.ts +1 -1
- package/dist/FactorValue/Array/components/ArrayRaw.js +1 -1
- package/dist/FactorValue/Array/components/CopyButton.d.ts +1 -1
- package/dist/FactorValue/Array/components/CopyButton.js +2 -2
- package/dist/FactorValue/Array/hooks/useCollector.d.ts +1 -1
- package/dist/FactorValue/Array/hooks/useCollector.js +1 -1
- package/dist/FactorValue/Date/Date.d.ts +1 -1
- package/dist/FactorValue/Date/Date.js +1 -1
- package/dist/FactorValue/DateRange/DateRange.d.ts +1 -1
- package/dist/FactorValue/DateRange/DateRange.js +1 -1
- package/dist/FactorValue/DynamicKey/DynamicKey.d.ts +2 -2
- package/dist/FactorValue/DynamicKey/DynamicKey.js +14 -4
- package/dist/FactorValue/DynamicKey/DynamicKey.style.d.ts +5 -0
- package/dist/FactorValue/DynamicKey/DynamicKey.style.js +10 -7
- package/dist/FactorValue/FactorValue.d.ts +2 -2
- package/dist/FactorValue/FactorValue.js +5 -3
- package/dist/FactorValue/FactorValue.style.js +0 -1
- package/dist/FactorValue/Formula/Formula.d.ts +1 -1
- package/dist/FactorValue/Formula/Formula.js +3 -3
- package/dist/FactorValue/Formula/Formula.styles.js +0 -2
- package/dist/FactorValue/Formula/FormulaModal.d.ts +1 -1
- package/dist/FactorValue/Formula/FormulaModal.js +1 -1
- package/dist/FactorValue/Number/NumberInput.d.ts +1 -1
- package/dist/FactorValue/Parameter/Parameter.constants.d.ts +1 -1
- package/dist/FactorValue/Parameter/Parameter.d.ts +1 -1
- package/dist/FactorValue/Parameter/Parameter.js +8 -9
- package/dist/FactorValue/Parameter/Parameter.style.d.ts +3 -1
- package/dist/FactorValue/Parameter/Parameter.style.js +11 -6
- package/dist/FactorValue/Parameter/Parameter.types.d.ts +2 -2
- package/dist/FactorValue/Parameter/ParameterDropdown.d.ts +1 -1
- package/dist/FactorValue/Parameter/ParameterDropdown.js +11 -11
- package/dist/FactorValue/Parameter/ParameterDropdownItem.d.ts +2 -2
- package/dist/FactorValue/Parameter/useGroups.d.ts +1 -1
- package/dist/FactorValue/Parameter/utils.d.ts +3 -3
- package/dist/FactorValue/RelativeDate/RelativeDate.const.d.ts +1 -1
- package/dist/FactorValue/RelativeDate/RelativeDate.d.ts +1 -1
- package/dist/FactorValue/RelativeDate/RelativeDate.js +8 -6
- package/dist/FactorValue/RelativeDate/RelativeDateDropdown.d.ts +1 -1
- package/dist/FactorValue/RelativeDate/RelativeDateDropdown.js +2 -2
- package/dist/FactorValue/RelativeDate/RelativeDateDropdown.styles.js +2 -2
- package/dist/FactorValue/Text/Text.d.ts +2 -2
- package/dist/FactorValue/Text/Text.js +17 -8
- package/dist/FactorValue/Text/Text.styles.js +0 -2
- package/dist/FactorValue/Text/TextModal.d.ts +1 -1
- package/dist/FactorValue/Text/TextModal.js +3 -2
- package/dist/Factors.d.ts +2 -2
- package/dist/Factors.js +10 -9
- package/dist/Factors.types.d.ts +23 -9
- package/dist/hooks/useTexts.d.ts +1 -1
- package/dist/hooks/useTexts.js +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.js +5 -1
- package/dist/style/Factors.style.js +1 -1
- package/package.json +30 -30
package/CHANGELOG.md
CHANGED
|
@@ -3,26 +3,23 @@
|
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
# [1.4.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.3.2...@synerise/ds-factors@1.4.0) (2025-07-04)
|
|
11
7
|
|
|
12
8
|
|
|
9
|
+
### Bug Fixes
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
* **condition:** allow param button to use available space ([b3ea666](https://github.com/Synerise/synerise-design/commit/b3ea666417cd14440ceff58de2e91e58198bfd49))
|
|
15
12
|
|
|
16
13
|
|
|
17
14
|
### Features
|
|
18
15
|
|
|
19
|
-
* **factors:**
|
|
16
|
+
* **factors:** pass component props ([81f40dd](https://github.com/Synerise/synerise-design/commit/81f40dd18b3e7d88828d5e418efc94b1cb9eda91))
|
|
20
17
|
|
|
21
18
|
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
|
|
25
|
-
## [1.
|
|
22
|
+
## [1.3.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.3.1...@synerise/ds-factors@1.3.2) (2025-07-01)
|
|
26
23
|
|
|
27
24
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
28
25
|
|
|
@@ -30,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
30
27
|
|
|
31
28
|
|
|
32
29
|
|
|
33
|
-
## [1.
|
|
30
|
+
## [1.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.3.0...@synerise/ds-factors@1.3.1) (2025-06-26)
|
|
34
31
|
|
|
35
32
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
36
33
|
|
|
@@ -38,3412 +35,1803 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
35
|
|
|
39
36
|
|
|
40
37
|
|
|
41
|
-
# [1.
|
|
38
|
+
# [1.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.2.2...@synerise/ds-factors@1.3.0) (2025-06-24)
|
|
42
39
|
|
|
43
40
|
|
|
44
41
|
### Features
|
|
45
42
|
|
|
46
|
-
* **factors:**
|
|
43
|
+
* **factors:** array factor type ([195d328](https://github.com/Synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
47
44
|
|
|
48
45
|
|
|
49
46
|
|
|
50
47
|
|
|
51
48
|
|
|
52
|
-
## [1.
|
|
49
|
+
## [1.2.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.2.1...@synerise/ds-factors@1.2.2) (2025-06-12)
|
|
53
50
|
|
|
54
51
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
55
52
|
|
|
53
|
+
## [1.2.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.2.0...@synerise/ds-factors@1.2.1) (2025-06-11)
|
|
56
54
|
|
|
55
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
57
56
|
|
|
57
|
+
# [1.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.14...@synerise/ds-factors@1.2.0) (2025-06-05)
|
|
58
58
|
|
|
59
|
+
### Features
|
|
59
60
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
61
|
+
- **factors:** relative date type ([e3d17f1](https://github.com/Synerise/synerise-design/commit/e3d17f18350044322c06c6b51263d69f97ee7dba))
|
|
63
62
|
|
|
63
|
+
## [1.1.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.13...@synerise/ds-factors@1.1.14) (2025-06-03)
|
|
64
64
|
|
|
65
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
65
66
|
|
|
67
|
+
## [1.1.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.12...@synerise/ds-factors@1.1.13) (2025-06-02)
|
|
66
68
|
|
|
69
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
67
70
|
|
|
68
71
|
## [1.1.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.11...@synerise/ds-factors@1.1.12) (2025-05-26)
|
|
69
72
|
|
|
70
73
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
71
74
|
|
|
75
|
+
## [1.1.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.10...@synerise/ds-factors@1.1.11) (2025-05-19)
|
|
72
76
|
|
|
77
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
73
78
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## [1.1.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.10...@synerise/ds-factors@1.1.11) (2025-05-19)
|
|
79
|
+
## [1.1.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.9...@synerise/ds-factors@1.1.10) (2025-05-15)
|
|
77
80
|
|
|
78
81
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
79
82
|
|
|
83
|
+
## [1.1.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.8...@synerise/ds-factors@1.1.9) (2025-05-07)
|
|
80
84
|
|
|
85
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
81
86
|
|
|
87
|
+
## [1.1.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.7...@synerise/ds-factors@1.1.8) (2025-04-24)
|
|
82
88
|
|
|
89
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
83
90
|
|
|
84
|
-
## [1.1.
|
|
91
|
+
## [1.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.6...@synerise/ds-factors@1.1.7) (2025-04-24)
|
|
85
92
|
|
|
86
93
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
87
94
|
|
|
95
|
+
## [1.1.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.5...@synerise/ds-factors@1.1.6) (2025-04-16)
|
|
88
96
|
|
|
97
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
89
98
|
|
|
99
|
+
## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.4...@synerise/ds-factors@1.1.5) (2025-04-08)
|
|
90
100
|
|
|
101
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
91
102
|
|
|
92
|
-
## [1.1.
|
|
103
|
+
## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.3...@synerise/ds-factors@1.1.4) (2025-04-04)
|
|
93
104
|
|
|
94
105
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
95
106
|
|
|
107
|
+
## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.2...@synerise/ds-factors@1.1.3) (2025-04-02)
|
|
96
108
|
|
|
109
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
97
110
|
|
|
111
|
+
## [1.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.1...@synerise/ds-factors@1.1.2) (2025-04-01)
|
|
98
112
|
|
|
113
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
99
114
|
|
|
100
|
-
## [1.1.
|
|
115
|
+
## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.1.0...@synerise/ds-factors@1.1.1) (2025-03-31)
|
|
101
116
|
|
|
102
117
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
103
118
|
|
|
119
|
+
# [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.0.1...@synerise/ds-factors@1.1.0) (2025-03-26)
|
|
104
120
|
|
|
121
|
+
### Features
|
|
105
122
|
|
|
123
|
+
- 🎸 removes debounce from factors ([1156197](https://github.com/Synerise/synerise-design/commit/11561979b0c1b368e9d9909e8a0cf84cfb45472b))
|
|
106
124
|
|
|
125
|
+
## [1.0.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.0.0...@synerise/ds-factors@1.0.1) (2025-03-18)
|
|
107
126
|
|
|
108
|
-
|
|
127
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
128
|
+
|
|
129
|
+
## [0.28.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.13...@synerise/ds-factors@0.28.14) (2025-03-10)
|
|
109
130
|
|
|
110
131
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
111
132
|
|
|
133
|
+
## [0.28.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.12...@synerise/ds-factors@0.28.13) (2025-03-07)
|
|
134
|
+
|
|
135
|
+
### Bug Fixes
|
|
112
136
|
|
|
137
|
+
- **factors:** empty results in promoted group ([412c1b3](https://github.com/Synerise/synerise-design/commit/412c1b345ca761c32bdc1a478b04bdd582aa1757))
|
|
113
138
|
|
|
139
|
+
## [0.28.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.11...@synerise/ds-factors@0.28.12) (2025-03-04)
|
|
114
140
|
|
|
141
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
115
142
|
|
|
116
|
-
## [
|
|
143
|
+
## [0.28.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.10...@synerise/ds-factors@0.28.11) (2025-02-27)
|
|
117
144
|
|
|
118
145
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
119
146
|
|
|
147
|
+
## [0.28.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.9...@synerise/ds-factors@0.28.10) (2025-02-27)
|
|
120
148
|
|
|
149
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
121
150
|
|
|
151
|
+
## [0.28.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.8...@synerise/ds-factors@0.28.9) (2025-02-21)
|
|
122
152
|
|
|
153
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
123
154
|
|
|
124
|
-
## [
|
|
155
|
+
## [0.28.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.7...@synerise/ds-factors@0.28.8) (2025-02-20)
|
|
125
156
|
|
|
126
157
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
127
158
|
|
|
159
|
+
## [0.28.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.6...@synerise/ds-factors@0.28.7) (2025-02-18)
|
|
160
|
+
|
|
161
|
+
### Bug Fixes
|
|
128
162
|
|
|
163
|
+
- **factors:** dynamic key and number typing glitch ([9ba57b7](https://github.com/Synerise/synerise-design/commit/9ba57b79900d7a77c52d3b13e8a1e4ef0ce1cad1))
|
|
164
|
+
- autosizer fixes ([2c09f50](https://github.com/Synerise/synerise-design/commit/2c09f50c4545e8246f5b4ccfc1b8282c8fa647fd))
|
|
129
165
|
|
|
166
|
+
## [0.28.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.5...@synerise/ds-factors@0.28.6) (2025-02-17)
|
|
130
167
|
|
|
168
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
131
169
|
|
|
132
|
-
## [
|
|
170
|
+
## [0.28.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.4...@synerise/ds-factors@0.28.5) (2025-02-14)
|
|
133
171
|
|
|
134
172
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
135
173
|
|
|
174
|
+
## [0.28.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.3...@synerise/ds-factors@0.28.4) (2025-02-14)
|
|
136
175
|
|
|
176
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
137
177
|
|
|
178
|
+
## [0.28.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.2...@synerise/ds-factors@0.28.3) (2025-02-07)
|
|
138
179
|
|
|
180
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
139
181
|
|
|
140
|
-
## [
|
|
182
|
+
## [0.28.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.1...@synerise/ds-factors@0.28.2) (2025-02-07)
|
|
141
183
|
|
|
142
184
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
143
185
|
|
|
186
|
+
## [0.28.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.0...@synerise/ds-factors@0.28.1) (2025-02-04)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
144
189
|
|
|
190
|
+
# [0.28.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.12...@synerise/ds-factors@0.28.0) (2025-01-29)
|
|
145
191
|
|
|
192
|
+
### Features
|
|
146
193
|
|
|
194
|
+
- antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
|
|
147
195
|
|
|
148
|
-
## [
|
|
196
|
+
## [0.27.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.11...@synerise/ds-factors@0.27.12) (2025-01-21)
|
|
149
197
|
|
|
150
198
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
151
199
|
|
|
200
|
+
## [0.27.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.10...@synerise/ds-factors@0.27.11) (2025-01-15)
|
|
152
201
|
|
|
202
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
153
203
|
|
|
204
|
+
## [0.27.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.9...@synerise/ds-factors@0.27.10) (2024-12-16)
|
|
154
205
|
|
|
206
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
155
207
|
|
|
156
|
-
## [
|
|
208
|
+
## [0.27.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.8...@synerise/ds-factors@0.27.9) (2024-12-13)
|
|
157
209
|
|
|
158
210
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
159
211
|
|
|
212
|
+
## [0.27.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.7...@synerise/ds-factors@0.27.8) (2024-12-11)
|
|
160
213
|
|
|
214
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
161
215
|
|
|
216
|
+
## [0.27.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.6...@synerise/ds-factors@0.27.7) (2024-12-09)
|
|
162
217
|
|
|
218
|
+
### Bug Fixes
|
|
163
219
|
|
|
164
|
-
|
|
165
|
-
|
|
220
|
+
- **factors:** fixes border radius of selector ([c5b2276](https://github.com/Synerise/synerise-design/commit/c5b22761a81c19d06901b9fe0d011a9461d1e5e3))
|
|
166
221
|
|
|
167
|
-
|
|
222
|
+
## [0.27.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.5...@synerise/ds-factors@0.27.6) (2024-12-04)
|
|
168
223
|
|
|
169
|
-
|
|
224
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
170
225
|
|
|
226
|
+
## [0.27.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.4...@synerise/ds-factors@0.27.5) (2024-11-29)
|
|
171
227
|
|
|
228
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
172
229
|
|
|
230
|
+
## [0.27.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.3...@synerise/ds-factors@0.27.4) (2024-11-28)
|
|
173
231
|
|
|
232
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
174
233
|
|
|
175
|
-
## [
|
|
234
|
+
## [0.27.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.2...@synerise/ds-factors@0.27.3) (2024-11-22)
|
|
176
235
|
|
|
177
|
-
|
|
236
|
+
### Bug Fixes
|
|
178
237
|
|
|
238
|
+
- **factors:** fixed date factor value change handler ([5e9a3aa](https://github.com/Synerise/synerise-design/commit/5e9a3aae9ad285f39c2785006ec4528169c99f65))
|
|
179
239
|
|
|
240
|
+
## [0.27.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.1...@synerise/ds-factors@0.27.2) (2024-11-21)
|
|
180
241
|
|
|
242
|
+
### Bug Fixes
|
|
181
243
|
|
|
244
|
+
- **core:** onError fn types ([c34bdfe](https://github.com/Synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
|
|
245
|
+
- **factors:** deep merge of default and prop texts ([787b436](https://github.com/Synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
|
|
182
246
|
|
|
183
|
-
## [0.
|
|
247
|
+
## [0.27.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.0...@synerise/ds-factors@0.27.1) (2024-11-12)
|
|
184
248
|
|
|
185
249
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
186
250
|
|
|
251
|
+
# [0.27.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.5...@synerise/ds-factors@0.27.0) (2024-11-12)
|
|
187
252
|
|
|
253
|
+
### Features
|
|
188
254
|
|
|
255
|
+
- **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/Synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
|
|
189
256
|
|
|
257
|
+
## [0.26.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.4...@synerise/ds-factors@0.26.5) (2024-10-29)
|
|
190
258
|
|
|
191
|
-
|
|
192
|
-
|
|
259
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
193
260
|
|
|
194
|
-
|
|
261
|
+
## [0.26.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.3...@synerise/ds-factors@0.26.4) (2024-10-28)
|
|
195
262
|
|
|
196
|
-
|
|
263
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
197
264
|
|
|
265
|
+
## [0.26.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.2...@synerise/ds-factors@0.26.3) (2024-10-24)
|
|
198
266
|
|
|
267
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
199
268
|
|
|
269
|
+
## [0.26.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.1...@synerise/ds-factors@0.26.2) (2024-10-23)
|
|
200
270
|
|
|
271
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
201
272
|
|
|
202
|
-
## [0.
|
|
273
|
+
## [0.26.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.0...@synerise/ds-factors@0.26.1) (2024-10-21)
|
|
203
274
|
|
|
204
275
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
205
276
|
|
|
277
|
+
# [0.26.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.8...@synerise/ds-factors@0.26.0) (2024-10-15)
|
|
206
278
|
|
|
279
|
+
### Features
|
|
207
280
|
|
|
281
|
+
- **factors:** allowClear prop in dp, drp and factors ([68e13d8](https://github.com/Synerise/synerise-design/commit/68e13d8e947c2c394ca2aab9f8cafe06e63f78b2))
|
|
208
282
|
|
|
209
|
-
|
|
210
|
-
## [0.28.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.10...@synerise/ds-factors@0.28.11) (2025-02-27)
|
|
283
|
+
## [0.25.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.7...@synerise/ds-factors@0.25.8) (2024-10-14)
|
|
211
284
|
|
|
212
285
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
213
286
|
|
|
287
|
+
## [0.25.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.6...@synerise/ds-factors@0.25.7) (2024-10-01)
|
|
288
|
+
|
|
289
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
214
290
|
|
|
291
|
+
## [0.25.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.5...@synerise/ds-factors@0.25.6) (2024-09-26)
|
|
215
292
|
|
|
293
|
+
### Bug Fixes
|
|
216
294
|
|
|
295
|
+
- adds missing hooks dependencies ([3e52cee](https://github.com/Synerise/synerise-design/commit/3e52cee92b57a6fc91d5ba2514a10d3d7e1f6f41))
|
|
217
296
|
|
|
218
|
-
## [0.
|
|
297
|
+
## [0.25.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.4...@synerise/ds-factors@0.25.5) (2024-09-26)
|
|
219
298
|
|
|
220
299
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
221
300
|
|
|
301
|
+
## [0.25.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.3...@synerise/ds-factors@0.25.4) (2024-09-18)
|
|
222
302
|
|
|
303
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
223
304
|
|
|
305
|
+
## [0.25.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.2...@synerise/ds-factors@0.25.3) (2024-09-17)
|
|
224
306
|
|
|
307
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
225
308
|
|
|
226
|
-
## [0.
|
|
309
|
+
## [0.25.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.1...@synerise/ds-factors@0.25.2) (2024-09-13)
|
|
227
310
|
|
|
228
311
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
229
312
|
|
|
313
|
+
## [0.25.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.0...@synerise/ds-factors@0.25.1) (2024-09-11)
|
|
230
314
|
|
|
315
|
+
### Bug Fixes
|
|
231
316
|
|
|
317
|
+
- **context-selector:** updated search logic ([dfadc02](https://github.com/Synerise/synerise-design/commit/dfadc02928651905f31c58a374d48368b8375eb3))
|
|
318
|
+
- **factors:** make all dropdowns same fixed height ([40e86d1](https://github.com/Synerise/synerise-design/commit/40e86d183dddb925c2b75c499615c1455b93b7c4))
|
|
232
319
|
|
|
320
|
+
# [0.25.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.24.0...@synerise/ds-factors@0.25.0) (2024-09-03)
|
|
233
321
|
|
|
234
|
-
|
|
322
|
+
### Features
|
|
235
323
|
|
|
236
|
-
**
|
|
324
|
+
- **storybook7:** added filter stories ([eb4f165](https://github.com/Synerise/synerise-design/commit/eb4f165077eac361d4c4e4deab48842edd191825))
|
|
237
325
|
|
|
326
|
+
# [0.24.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.7...@synerise/ds-factors@0.24.0) (2024-08-30)
|
|
238
327
|
|
|
328
|
+
### Bug Fixes
|
|
239
329
|
|
|
330
|
+
- **context-selector:** reuse renderHoverTooltip for selected item ([57e8a14](https://github.com/Synerise/synerise-design/commit/57e8a148e70bccd54c6d4540fb36c14d492f110b))
|
|
240
331
|
|
|
332
|
+
### Features
|
|
241
333
|
|
|
242
|
-
|
|
334
|
+
- **storybook7:** condition stories ([50c3613](https://github.com/Synerise/synerise-design/commit/50c36138dfd1097fe3b1182047eded4bbea584e9))
|
|
243
335
|
|
|
336
|
+
## [0.23.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.6...@synerise/ds-factors@0.23.7) (2024-08-27)
|
|
244
337
|
|
|
245
338
|
### Bug Fixes
|
|
246
339
|
|
|
247
|
-
|
|
248
|
-
* autosizer fixes ([2c09f50](https://github.com/Synerise/synerise-design/commit/2c09f50c4545e8246f5b4ccfc1b8282c8fa647fd))
|
|
340
|
+
- **factors:** btn color for selected parameter factor ([ef17cbb](https://github.com/Synerise/synerise-design/commit/ef17cbb394078fa27bad346c6f926521ad892aa4))
|
|
249
341
|
|
|
342
|
+
## [0.23.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.5...@synerise/ds-factors@0.23.6) (2024-08-19)
|
|
250
343
|
|
|
344
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
251
345
|
|
|
346
|
+
## [0.23.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.4...@synerise/ds-factors@0.23.5) (2024-08-06)
|
|
252
347
|
|
|
348
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
253
349
|
|
|
254
|
-
## [0.
|
|
350
|
+
## [0.23.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.3...@synerise/ds-factors@0.23.4) (2024-07-31)
|
|
255
351
|
|
|
256
352
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
257
353
|
|
|
354
|
+
## [0.23.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.2...@synerise/ds-factors@0.23.3) (2024-07-26)
|
|
258
355
|
|
|
356
|
+
### Bug Fixes
|
|
259
357
|
|
|
358
|
+
- **date-picker:** fixed types ([5980e37](https://github.com/Synerise/synerise-design/commit/5980e376bb80aa9fd272907c5ee88e397f0dacce))
|
|
260
359
|
|
|
261
|
-
|
|
262
|
-
## [0.28.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.4...@synerise/ds-factors@0.28.5) (2025-02-14)
|
|
360
|
+
## [0.23.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.1...@synerise/ds-factors@0.23.2) (2024-07-15)
|
|
263
361
|
|
|
264
362
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
265
363
|
|
|
364
|
+
## [0.23.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.0...@synerise/ds-factors@0.23.1) (2024-07-05)
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
- **date-picker:** fixes of types ([1b09748](https://github.com/Synerise/synerise-design/commit/1b097484782a5dc37e71711d7308511eb8103a45))
|
|
369
|
+
- fixed missing dependencies ([f718fb7](https://github.com/Synerise/synerise-design/commit/f718fb7e954a19857ea4b6bbd417e3fe290fd2dc))
|
|
266
370
|
|
|
371
|
+
# [0.23.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.30...@synerise/ds-factors@0.23.0) (2024-07-02)
|
|
267
372
|
|
|
373
|
+
### Features
|
|
268
374
|
|
|
375
|
+
- **factors:** swapped Menu.Item for ListItem ([8de560c](https://github.com/Synerise/synerise-design/commit/8de560ce5bb969ad9ccb0ca2b7249a14a5f5f356))
|
|
269
376
|
|
|
270
|
-
## [0.
|
|
377
|
+
## [0.22.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.29...@synerise/ds-factors@0.22.30) (2024-06-27)
|
|
271
378
|
|
|
272
379
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
273
380
|
|
|
381
|
+
## [0.22.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.28...@synerise/ds-factors@0.22.29) (2024-06-24)
|
|
274
382
|
|
|
383
|
+
### Bug Fixes
|
|
275
384
|
|
|
385
|
+
- **information-card:** updated ui and added actions and properties ([c30ed42](https://github.com/Synerise/synerise-design/commit/c30ed4203511f2c29aeea6d8bc17a6fd6170ffe5))
|
|
276
386
|
|
|
277
|
-
|
|
278
|
-
## [0.28.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.28.2...@synerise/ds-factors@0.28.3) (2025-02-07)
|
|
387
|
+
## [0.22.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.27...@synerise/ds-factors@0.22.28) (2024-06-21)
|
|
279
388
|
|
|
280
389
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
281
390
|
|
|
391
|
+
## [0.22.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.26...@synerise/ds-factors@0.22.27) (2024-06-05)
|
|
282
392
|
|
|
393
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
283
394
|
|
|
395
|
+
## [0.22.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.25...@synerise/ds-factors@0.22.26) (2024-05-31)
|
|
284
396
|
|
|
397
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
285
398
|
|
|
286
|
-
## [0.
|
|
399
|
+
## [0.22.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.24...@synerise/ds-factors@0.22.25) (2024-05-29)
|
|
287
400
|
|
|
288
401
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
289
402
|
|
|
403
|
+
## [0.22.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.23...@synerise/ds-factors@0.22.24) (2024-05-24)
|
|
290
404
|
|
|
405
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
291
406
|
|
|
407
|
+
## [0.22.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.22...@synerise/ds-factors@0.22.23) (2024-05-23)
|
|
292
408
|
|
|
409
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
293
410
|
|
|
294
|
-
## [0.
|
|
411
|
+
## [0.22.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.21...@synerise/ds-factors@0.22.22) (2024-05-23)
|
|
295
412
|
|
|
296
413
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
297
414
|
|
|
415
|
+
## [0.22.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.20...@synerise/ds-factors@0.22.21) (2024-05-22)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
298
418
|
|
|
419
|
+
## [0.22.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.19...@synerise/ds-factors@0.22.20) (2024-05-16)
|
|
299
420
|
|
|
421
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
300
422
|
|
|
423
|
+
## [0.22.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.18...@synerise/ds-factors@0.22.19) (2024-05-10)
|
|
301
424
|
|
|
302
|
-
|
|
425
|
+
### Bug Fixes
|
|
303
426
|
|
|
427
|
+
- **date-picker:** added autoResize handling ([f3a759c](https://github.com/Synerise/synerise-design/commit/f3a759c2b40664cc2d225cb4eaaefcbbf70321fe))
|
|
304
428
|
|
|
305
|
-
|
|
429
|
+
## [0.22.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.17...@synerise/ds-factors@0.22.18) (2024-05-08)
|
|
306
430
|
|
|
307
|
-
|
|
431
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
308
432
|
|
|
433
|
+
## [0.22.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.16...@synerise/ds-factors@0.22.17) (2024-05-08)
|
|
309
434
|
|
|
435
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
310
436
|
|
|
437
|
+
## [0.22.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.15...@synerise/ds-factors@0.22.16) (2024-04-29)
|
|
311
438
|
|
|
439
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
312
440
|
|
|
313
|
-
## [0.
|
|
441
|
+
## [0.22.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.14...@synerise/ds-factors@0.22.15) (2024-04-26)
|
|
314
442
|
|
|
315
443
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
316
444
|
|
|
445
|
+
## [0.22.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.13...@synerise/ds-factors@0.22.14) (2024-04-26)
|
|
317
446
|
|
|
447
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
318
448
|
|
|
449
|
+
## [0.22.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.12...@synerise/ds-factors@0.22.13) (2024-04-25)
|
|
319
450
|
|
|
451
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
320
452
|
|
|
321
|
-
## [0.
|
|
453
|
+
## [0.22.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.11...@synerise/ds-factors@0.22.12) (2024-04-22)
|
|
322
454
|
|
|
323
455
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
324
456
|
|
|
457
|
+
## [0.22.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.10...@synerise/ds-factors@0.22.11) (2024-04-17)
|
|
325
458
|
|
|
459
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
326
460
|
|
|
461
|
+
## [0.22.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.9...@synerise/ds-factors@0.22.10) (2024-04-17)
|
|
327
462
|
|
|
463
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
328
464
|
|
|
329
|
-
## [0.
|
|
465
|
+
## [0.22.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.8...@synerise/ds-factors@0.22.9) (2024-04-15)
|
|
330
466
|
|
|
331
467
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
332
468
|
|
|
469
|
+
## [0.22.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.7...@synerise/ds-factors@0.22.8) (2024-04-11)
|
|
333
470
|
|
|
471
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
334
472
|
|
|
473
|
+
## [0.22.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.6...@synerise/ds-factors@0.22.7) (2024-04-05)
|
|
335
474
|
|
|
475
|
+
### Bug Fixes
|
|
336
476
|
|
|
337
|
-
|
|
477
|
+
- **factors:** do not display empty icon wrapper in Parameter ([f528d53](https://github.com/Synerise/synerise-design/commit/f528d53c0dfa28b1ce2f0f7841ffa90d56cfbfc7))
|
|
478
|
+
|
|
479
|
+
## [0.22.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.5...@synerise/ds-factors@0.22.6) (2024-04-03)
|
|
338
480
|
|
|
339
481
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
340
482
|
|
|
483
|
+
## [0.22.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.4...@synerise/ds-factors@0.22.5) (2024-04-02)
|
|
341
484
|
|
|
485
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
342
486
|
|
|
487
|
+
## [0.22.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.3...@synerise/ds-factors@0.22.4) (2024-03-29)
|
|
343
488
|
|
|
489
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
344
490
|
|
|
345
|
-
## [0.
|
|
491
|
+
## [0.22.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.2...@synerise/ds-factors@0.22.3) (2024-03-20)
|
|
346
492
|
|
|
347
493
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
348
494
|
|
|
495
|
+
## [0.22.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.1...@synerise/ds-factors@0.22.2) (2024-03-18)
|
|
349
496
|
|
|
497
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
350
498
|
|
|
499
|
+
## [0.22.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.0...@synerise/ds-factors@0.22.1) (2024-03-13)
|
|
351
500
|
|
|
501
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
352
502
|
|
|
353
|
-
|
|
354
|
-
|
|
503
|
+
# [0.22.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.8...@synerise/ds-factors@0.22.0) (2024-03-05)
|
|
355
504
|
|
|
356
505
|
### Bug Fixes
|
|
357
506
|
|
|
358
|
-
|
|
507
|
+
- **factors:** change debounce logic in DynamicKey ([81d09b2](https://github.com/Synerise/synerise-design/commit/81d09b23e6dba125ffaca838f4b428c90d66a9ba))
|
|
359
508
|
|
|
509
|
+
### Features
|
|
360
510
|
|
|
511
|
+
- **input:** support autoresize to stretch to parent ([329c866](https://github.com/Synerise/synerise-design/commit/329c866cb54921ad1260ae217cb8c471e43b986e))
|
|
361
512
|
|
|
513
|
+
## [0.21.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.7...@synerise/ds-factors@0.21.8) (2024-03-04)
|
|
362
514
|
|
|
515
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
363
516
|
|
|
364
|
-
## [0.
|
|
517
|
+
## [0.21.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.6...@synerise/ds-factors@0.21.7) (2024-02-23)
|
|
365
518
|
|
|
366
519
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
367
520
|
|
|
521
|
+
## [0.21.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.5...@synerise/ds-factors@0.21.6) (2024-02-21)
|
|
368
522
|
|
|
523
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
369
524
|
|
|
525
|
+
## [0.21.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.4...@synerise/ds-factors@0.21.5) (2024-02-19)
|
|
370
526
|
|
|
527
|
+
### Bug Fixes
|
|
371
528
|
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
## [0.27.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.3...@synerise/ds-factors@0.27.4) (2024-11-28)
|
|
381
|
-
|
|
382
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
## [0.27.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.2...@synerise/ds-factors@0.27.3) (2024-11-22)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
* **factors:** fixed date factor value change handler ([5e9a3aa](https://github.com/Synerise/synerise-design/commit/5e9a3aae9ad285f39c2785006ec4528169c99f65))
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
## [0.27.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.1...@synerise/ds-factors@0.27.2) (2024-11-21)
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
### Bug Fixes
|
|
403
|
-
|
|
404
|
-
* **core:** onError fn types ([c34bdfe](https://github.com/Synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
|
|
405
|
-
* **factors:** deep merge of default and prop texts ([787b436](https://github.com/Synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
## [0.27.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.27.0...@synerise/ds-factors@0.27.1) (2024-11-12)
|
|
412
|
-
|
|
413
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
# [0.27.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.5...@synerise/ds-factors@0.27.0) (2024-11-12)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Features
|
|
423
|
-
|
|
424
|
-
* **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/Synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
## [0.26.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.4...@synerise/ds-factors@0.26.5) (2024-10-29)
|
|
431
|
-
|
|
432
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
## [0.26.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.3...@synerise/ds-factors@0.26.4) (2024-10-28)
|
|
439
|
-
|
|
440
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
## [0.26.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.2...@synerise/ds-factors@0.26.3) (2024-10-24)
|
|
447
|
-
|
|
448
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
## [0.26.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.1...@synerise/ds-factors@0.26.2) (2024-10-23)
|
|
455
|
-
|
|
456
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
## [0.26.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.26.0...@synerise/ds-factors@0.26.1) (2024-10-21)
|
|
463
|
-
|
|
464
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
# [0.26.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.8...@synerise/ds-factors@0.26.0) (2024-10-15)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Features
|
|
474
|
-
|
|
475
|
-
* **factors:** allowClear prop in dp, drp and factors ([68e13d8](https://github.com/Synerise/synerise-design/commit/68e13d8e947c2c394ca2aab9f8cafe06e63f78b2))
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
## [0.25.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.7...@synerise/ds-factors@0.25.8) (2024-10-14)
|
|
482
|
-
|
|
483
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
## [0.25.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.6...@synerise/ds-factors@0.25.7) (2024-10-01)
|
|
490
|
-
|
|
491
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
## [0.25.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.5...@synerise/ds-factors@0.25.6) (2024-09-26)
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
### Bug Fixes
|
|
501
|
-
|
|
502
|
-
* adds missing hooks dependencies ([3e52cee](https://github.com/Synerise/synerise-design/commit/3e52cee92b57a6fc91d5ba2514a10d3d7e1f6f41))
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
## [0.25.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.4...@synerise/ds-factors@0.25.5) (2024-09-26)
|
|
509
|
-
|
|
510
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
## [0.25.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.3...@synerise/ds-factors@0.25.4) (2024-09-18)
|
|
517
|
-
|
|
518
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
## [0.25.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.2...@synerise/ds-factors@0.25.3) (2024-09-17)
|
|
525
|
-
|
|
526
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
## [0.25.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.1...@synerise/ds-factors@0.25.2) (2024-09-13)
|
|
533
|
-
|
|
534
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
## [0.25.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.25.0...@synerise/ds-factors@0.25.1) (2024-09-11)
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
### Bug Fixes
|
|
544
|
-
|
|
545
|
-
* **context-selector:** updated search logic ([dfadc02](https://github.com/Synerise/synerise-design/commit/dfadc02928651905f31c58a374d48368b8375eb3))
|
|
546
|
-
* **factors:** make all dropdowns same fixed height ([40e86d1](https://github.com/Synerise/synerise-design/commit/40e86d183dddb925c2b75c499615c1455b93b7c4))
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
# [0.25.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.24.0...@synerise/ds-factors@0.25.0) (2024-09-03)
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
### Features
|
|
556
|
-
|
|
557
|
-
* **storybook7:** added filter stories ([eb4f165](https://github.com/Synerise/synerise-design/commit/eb4f165077eac361d4c4e4deab48842edd191825))
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
# [0.24.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.7...@synerise/ds-factors@0.24.0) (2024-08-30)
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
### Bug Fixes
|
|
567
|
-
|
|
568
|
-
* **context-selector:** reuse renderHoverTooltip for selected item ([57e8a14](https://github.com/Synerise/synerise-design/commit/57e8a148e70bccd54c6d4540fb36c14d492f110b))
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
### Features
|
|
572
|
-
|
|
573
|
-
* **storybook7:** condition stories ([50c3613](https://github.com/Synerise/synerise-design/commit/50c36138dfd1097fe3b1182047eded4bbea584e9))
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
## [0.23.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.6...@synerise/ds-factors@0.23.7) (2024-08-27)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
* **factors:** btn color for selected parameter factor ([ef17cbb](https://github.com/Synerise/synerise-design/commit/ef17cbb394078fa27bad346c6f926521ad892aa4))
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
## [0.23.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.5...@synerise/ds-factors@0.23.6) (2024-08-19)
|
|
591
|
-
|
|
592
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
## [0.23.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.4...@synerise/ds-factors@0.23.5) (2024-08-06)
|
|
599
|
-
|
|
600
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
## [0.23.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.3...@synerise/ds-factors@0.23.4) (2024-07-31)
|
|
607
|
-
|
|
608
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
## [0.23.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.2...@synerise/ds-factors@0.23.3) (2024-07-26)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Bug Fixes
|
|
618
|
-
|
|
619
|
-
* **date-picker:** fixed types ([5980e37](https://github.com/Synerise/synerise-design/commit/5980e376bb80aa9fd272907c5ee88e397f0dacce))
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
## [0.23.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.1...@synerise/ds-factors@0.23.2) (2024-07-15)
|
|
626
|
-
|
|
627
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
## [0.23.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.23.0...@synerise/ds-factors@0.23.1) (2024-07-05)
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
### Bug Fixes
|
|
637
|
-
|
|
638
|
-
* **date-picker:** fixes of types ([1b09748](https://github.com/Synerise/synerise-design/commit/1b097484782a5dc37e71711d7308511eb8103a45))
|
|
639
|
-
* fixed missing dependencies ([f718fb7](https://github.com/Synerise/synerise-design/commit/f718fb7e954a19857ea4b6bbd417e3fe290fd2dc))
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
# [0.23.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.30...@synerise/ds-factors@0.23.0) (2024-07-02)
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
### Features
|
|
649
|
-
|
|
650
|
-
* **factors:** swapped Menu.Item for ListItem ([8de560c](https://github.com/Synerise/synerise-design/commit/8de560ce5bb969ad9ccb0ca2b7249a14a5f5f356))
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
## [0.22.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.29...@synerise/ds-factors@0.22.30) (2024-06-27)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
## [0.22.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.28...@synerise/ds-factors@0.22.29) (2024-06-24)
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
### Bug Fixes
|
|
668
|
-
|
|
669
|
-
* **information-card:** updated ui and added actions and properties ([c30ed42](https://github.com/Synerise/synerise-design/commit/c30ed4203511f2c29aeea6d8bc17a6fd6170ffe5))
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
## [0.22.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.27...@synerise/ds-factors@0.22.28) (2024-06-21)
|
|
676
|
-
|
|
677
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
## [0.22.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.26...@synerise/ds-factors@0.22.27) (2024-06-05)
|
|
684
|
-
|
|
685
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
## [0.22.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.25...@synerise/ds-factors@0.22.26) (2024-05-31)
|
|
692
|
-
|
|
693
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
## [0.22.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.24...@synerise/ds-factors@0.22.25) (2024-05-29)
|
|
700
|
-
|
|
701
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
## [0.22.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.23...@synerise/ds-factors@0.22.24) (2024-05-24)
|
|
708
|
-
|
|
709
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
## [0.22.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.22...@synerise/ds-factors@0.22.23) (2024-05-23)
|
|
716
|
-
|
|
717
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
## [0.22.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.21...@synerise/ds-factors@0.22.22) (2024-05-23)
|
|
724
|
-
|
|
725
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
## [0.22.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.20...@synerise/ds-factors@0.22.21) (2024-05-22)
|
|
732
|
-
|
|
733
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
## [0.22.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.19...@synerise/ds-factors@0.22.20) (2024-05-16)
|
|
740
|
-
|
|
741
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
## [0.22.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.18...@synerise/ds-factors@0.22.19) (2024-05-10)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Bug Fixes
|
|
751
|
-
|
|
752
|
-
* **date-picker:** added autoResize handling ([f3a759c](https://github.com/Synerise/synerise-design/commit/f3a759c2b40664cc2d225cb4eaaefcbbf70321fe))
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
## [0.22.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.17...@synerise/ds-factors@0.22.18) (2024-05-08)
|
|
759
|
-
|
|
760
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
## [0.22.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.16...@synerise/ds-factors@0.22.17) (2024-05-08)
|
|
767
|
-
|
|
768
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
## [0.22.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.15...@synerise/ds-factors@0.22.16) (2024-04-29)
|
|
775
|
-
|
|
776
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
## [0.22.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.14...@synerise/ds-factors@0.22.15) (2024-04-26)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
## [0.22.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.13...@synerise/ds-factors@0.22.14) (2024-04-26)
|
|
791
|
-
|
|
792
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
## [0.22.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.12...@synerise/ds-factors@0.22.13) (2024-04-25)
|
|
799
|
-
|
|
800
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
## [0.22.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.11...@synerise/ds-factors@0.22.12) (2024-04-22)
|
|
807
|
-
|
|
808
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
## [0.22.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.10...@synerise/ds-factors@0.22.11) (2024-04-17)
|
|
815
|
-
|
|
816
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
## [0.22.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.9...@synerise/ds-factors@0.22.10) (2024-04-17)
|
|
823
|
-
|
|
824
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
## [0.22.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.8...@synerise/ds-factors@0.22.9) (2024-04-15)
|
|
831
|
-
|
|
832
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
## [0.22.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.7...@synerise/ds-factors@0.22.8) (2024-04-11)
|
|
839
|
-
|
|
840
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
## [0.22.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.6...@synerise/ds-factors@0.22.7) (2024-04-05)
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
### Bug Fixes
|
|
850
|
-
|
|
851
|
-
* **factors:** do not display empty icon wrapper in Parameter ([f528d53](https://github.com/Synerise/synerise-design/commit/f528d53c0dfa28b1ce2f0f7841ffa90d56cfbfc7))
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
## [0.22.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.5...@synerise/ds-factors@0.22.6) (2024-04-03)
|
|
858
|
-
|
|
859
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
## [0.22.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.4...@synerise/ds-factors@0.22.5) (2024-04-02)
|
|
866
|
-
|
|
867
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
## [0.22.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.3...@synerise/ds-factors@0.22.4) (2024-03-29)
|
|
874
|
-
|
|
875
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
## [0.22.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.2...@synerise/ds-factors@0.22.3) (2024-03-20)
|
|
882
|
-
|
|
883
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
## [0.22.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.1...@synerise/ds-factors@0.22.2) (2024-03-18)
|
|
890
|
-
|
|
891
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
## [0.22.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.0...@synerise/ds-factors@0.22.1) (2024-03-13)
|
|
898
|
-
|
|
899
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
# [0.22.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.8...@synerise/ds-factors@0.22.0) (2024-03-05)
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
### Bug Fixes
|
|
909
|
-
|
|
910
|
-
* **factors:** change debounce logic in DynamicKey ([81d09b2](https://github.com/Synerise/synerise-design/commit/81d09b23e6dba125ffaca838f4b428c90d66a9ba))
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
### Features
|
|
914
|
-
|
|
915
|
-
* **input:** support autoresize to stretch to parent ([329c866](https://github.com/Synerise/synerise-design/commit/329c866cb54921ad1260ae217cb8c471e43b986e))
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
## [0.21.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.7...@synerise/ds-factors@0.21.8) (2024-03-04)
|
|
922
|
-
|
|
923
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
## [0.21.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.6...@synerise/ds-factors@0.21.7) (2024-02-23)
|
|
930
|
-
|
|
931
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
## [0.21.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.5...@synerise/ds-factors@0.21.6) (2024-02-21)
|
|
938
|
-
|
|
939
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
## [0.21.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.4...@synerise/ds-factors@0.21.5) (2024-02-19)
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
### Bug Fixes
|
|
949
|
-
|
|
950
|
-
* **date-range-picker:** set body timezone request ([35755ee](https://github.com/Synerise/synerise-design/commit/35755ee22bd740621577f65278e8919b71d53813))
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
## [0.21.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.3...@synerise/ds-factors@0.21.4) (2024-02-19)
|
|
957
|
-
|
|
958
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
## [0.21.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.2...@synerise/ds-factors@0.21.3) (2024-02-07)
|
|
965
|
-
|
|
966
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
## [0.21.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.1...@synerise/ds-factors@0.21.2) (2024-02-06)
|
|
973
|
-
|
|
974
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
## [0.21.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.0...@synerise/ds-factors@0.21.1) (2024-01-31)
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
### Bug Fixes
|
|
984
|
-
|
|
985
|
-
* **date-range-picker:** added texts over translations ([7131f8c](https://github.com/Synerise/synerise-design/commit/7131f8c5c923527544fb54b5bb9eb15585bec442))
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
# [0.21.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.18...@synerise/ds-factors@0.21.0) (2024-01-24)
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
### Features
|
|
995
|
-
|
|
996
|
-
* **autocomplete:** add readonly prop ([e16133f](https://github.com/Synerise/synerise-design/commit/e16133f91e317c3019e844c615b77811c9ce2114))
|
|
997
|
-
* **context-selector:** replace: skeleton instead of loader ([291e3bf](https://github.com/Synerise/synerise-design/commit/291e3bf9c4abcd22aeda39dd3347e1bf7424b12d))
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
## [0.20.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.17...@synerise/ds-factors@0.20.18) (2024-01-17)
|
|
1004
|
-
|
|
1005
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
## [0.20.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.16...@synerise/ds-factors@0.20.17) (2024-01-15)
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
### Bug Fixes
|
|
1015
|
-
|
|
1016
|
-
* **filter:** fixed zindex issues ([71ce5bc](https://github.com/Synerise/synerise-design/commit/71ce5bcf25f2107fd1b43969d2c255e18c112b47))
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
## [0.20.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.15...@synerise/ds-factors@0.20.16) (2023-12-14)
|
|
1023
|
-
|
|
1024
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
## [0.20.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.14...@synerise/ds-factors@0.20.15) (2023-12-13)
|
|
1031
|
-
|
|
1032
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
## [0.20.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.13...@synerise/ds-factors@0.20.14) (2023-12-11)
|
|
1039
|
-
|
|
1040
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
## [0.20.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.12...@synerise/ds-factors@0.20.13) (2023-12-06)
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
### Bug Fixes
|
|
1050
|
-
|
|
1051
|
-
* **factors:** change debounce logic in NumberInput ([436ccaf](https://github.com/Synerise/synerise-design/commit/436ccaf70e053b948fd8ba7dbf29263d5b352629))
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
## [0.20.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.11...@synerise/ds-factors@0.20.12) (2023-11-16)
|
|
1058
|
-
|
|
1059
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
## [0.20.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.10...@synerise/ds-factors@0.20.11) (2023-11-09)
|
|
1066
|
-
|
|
1067
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
## [0.20.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.9...@synerise/ds-factors@0.20.10) (2023-10-30)
|
|
1074
|
-
|
|
1075
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
## [0.20.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.8...@synerise/ds-factors@0.20.9) (2023-10-19)
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
### Bug Fixes
|
|
1085
|
-
|
|
1086
|
-
* **factors:** fixes visibility of DatePicker ([a3a3232](https://github.com/Synerise/synerise-design/commit/a3a32323ecdf51e0281fa953455963ac46144dc6))
|
|
1087
|
-
* **input:** fixes styles of input group ([4f56031](https://github.com/Synerise/synerise-design/commit/4f56031a456905e84299b572fc9a11336eace9a9))
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
## [0.20.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.7...@synerise/ds-factors@0.20.8) (2023-10-18)
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
### Bug Fixes
|
|
1097
|
-
|
|
1098
|
-
* **date-range-picker:** ui/ux updates to filter and relative section ([8bb636b](https://github.com/Synerise/synerise-design/commit/8bb636b185a5fe98a4ef70350dc387493ac6f0a5))
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
## [0.20.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.6...@synerise/ds-factors@0.20.7) (2023-10-17)
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
### Bug Fixes
|
|
1108
|
-
|
|
1109
|
-
* **factors:** error validation for formula and date range factor type ([a9485dd](https://github.com/Synerise/synerise-design/commit/a9485dd239e8b5cf285ef5f2ab08f1d9b1993628))
|
|
1110
|
-
* **factors:** pass error to number input ([1a76ef6](https://github.com/Synerise/synerise-design/commit/1a76ef686593e40bd4c0fe31405134220a2fa669))
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
## [0.20.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.5...@synerise/ds-factors@0.20.6) (2023-10-11)
|
|
1117
|
-
|
|
1118
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
## [0.20.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.4...@synerise/ds-factors@0.20.5) (2023-10-06)
|
|
1125
|
-
|
|
1126
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
## [0.20.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.3...@synerise/ds-factors@0.20.4) (2023-10-02)
|
|
1133
|
-
|
|
1134
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
## [0.20.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.2...@synerise/ds-factors@0.20.3) (2023-09-26)
|
|
1141
|
-
|
|
1142
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
## [0.20.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.1...@synerise/ds-factors@0.20.2) (2023-09-21)
|
|
1149
|
-
|
|
1150
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
## [0.20.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.0...@synerise/ds-factors@0.20.1) (2023-09-19)
|
|
1157
|
-
|
|
1158
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
# [0.20.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.6...@synerise/ds-factors@0.20.0) (2023-09-18)
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
### Features
|
|
1168
|
-
|
|
1169
|
-
* **input:** autosize input, filter ([c507a67](https://github.com/Synerise/synerise-design/commit/c507a672b2705da82e8bebe589495caf5d509e71))
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
## [0.19.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.5...@synerise/ds-factors@0.19.6) (2023-09-14)
|
|
1176
|
-
|
|
1177
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
## [0.19.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.4...@synerise/ds-factors@0.19.5) (2023-09-08)
|
|
1184
|
-
|
|
1185
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
## [0.19.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.3...@synerise/ds-factors@0.19.4) (2023-09-05)
|
|
1192
|
-
|
|
1193
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
## [0.19.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.2...@synerise/ds-factors@0.19.3) (2023-08-30)
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
### Bug Fixes
|
|
1203
|
-
|
|
1204
|
-
* **factors:** set drp factor to display filter in slider mode ([ca7a4bb](https://github.com/Synerise/synerise-design/commit/ca7a4bb882a290c9fd25abbd2720ce5a3687f235))
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
## [0.19.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.1...@synerise/ds-factors@0.19.2) (2023-08-25)
|
|
1211
|
-
|
|
1212
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
## [0.19.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.0...@synerise/ds-factors@0.19.1) (2023-08-22)
|
|
1219
|
-
|
|
1220
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
# [0.19.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.18...@synerise/ds-factors@0.19.0) (2023-08-20)
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
### Features
|
|
1230
|
-
|
|
1231
|
-
* **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/Synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
## [0.18.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.17...@synerise/ds-factors@0.18.18) (2023-08-09)
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
### Bug Fixes
|
|
1241
|
-
|
|
1242
|
-
* **date-range-picker:** weekly filter standalone starttime reset fixed ([63072c2](https://github.com/Synerise/synerise-design/commit/63072c21bbe63286f2b5b31decf7f58b22c1ac1d))
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
## [0.18.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.16...@synerise/ds-factors@0.18.17) (2023-08-03)
|
|
1249
|
-
|
|
1250
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
## [0.18.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.15...@synerise/ds-factors@0.18.16) (2023-07-27)
|
|
1257
|
-
|
|
1258
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
## [0.18.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.14...@synerise/ds-factors@0.18.15) (2023-07-26)
|
|
1265
|
-
|
|
1266
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
## [0.18.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.13...@synerise/ds-factors@0.18.14) (2023-07-21)
|
|
1273
|
-
|
|
1274
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
## [0.18.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.12...@synerise/ds-factors@0.18.13) (2023-07-18)
|
|
1281
|
-
|
|
1282
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
## [0.18.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.11...@synerise/ds-factors@0.18.12) (2023-07-17)
|
|
1289
|
-
|
|
1290
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
## [0.18.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.10...@synerise/ds-factors@0.18.11) (2023-07-12)
|
|
1297
|
-
|
|
1298
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
## [0.18.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.9...@synerise/ds-factors@0.18.10) (2023-07-12)
|
|
1305
|
-
|
|
1306
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
## [0.18.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.8...@synerise/ds-factors@0.18.9) (2023-07-11)
|
|
1313
|
-
|
|
1314
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
## [0.18.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.7...@synerise/ds-factors@0.18.8) (2023-07-11)
|
|
1321
|
-
|
|
1322
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
## [0.18.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.6...@synerise/ds-factors@0.18.7) (2023-07-04)
|
|
1329
|
-
|
|
1330
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
## [0.18.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.5...@synerise/ds-factors@0.18.6) (2023-06-29)
|
|
1337
|
-
|
|
1338
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
## [0.18.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.4...@synerise/ds-factors@0.18.5) (2023-06-28)
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
### Bug Fixes
|
|
1348
|
-
|
|
1349
|
-
* **factors:** fixes debounced onchange for text field ([00df476](https://github.com/Synerise/synerise-design/commit/00df4764521cfb1c3cffa9b3240fd7a8e86d28bc))
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
## [0.18.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.3...@synerise/ds-factors@0.18.4) (2023-06-14)
|
|
1356
|
-
|
|
1357
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
## [0.18.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.2...@synerise/ds-factors@0.18.3) (2023-06-05)
|
|
1364
|
-
|
|
1365
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
## [0.18.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.1...@synerise/ds-factors@0.18.2) (2023-05-26)
|
|
1372
|
-
|
|
1373
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
## [0.18.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.0...@synerise/ds-factors@0.18.1) (2023-05-25)
|
|
1380
|
-
|
|
1381
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
# [0.18.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.22...@synerise/ds-factors@0.18.0) (2023-05-23)
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
### Bug Fixes
|
|
1391
|
-
|
|
1392
|
-
* **factors:** fix handling readOnly ([50c17a7](https://github.com/Synerise/synerise-design/commit/50c17a7eca3589204b35c90ab09cb247ec4fecfe))
|
|
1393
|
-
* **factors:** handle readOnly in FactorTypeSelector ([3b76ab6](https://github.com/Synerise/synerise-design/commit/3b76ab67c538cff33bd56a8464070d83ea298149))
|
|
1394
|
-
* **factors:** reuse FactorsProps type ([5743065](https://github.com/Synerise/synerise-design/commit/574306564fb5c2b8f78f75a36a937960f0c7c609))
|
|
1395
|
-
* **factors:** tooltip types, drilling menu props, test draft ([c01c97c](https://github.com/Synerise/synerise-design/commit/c01c97c19238991276f37f48c5a3cf1ce6af6d9a))
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
### Features
|
|
1399
|
-
|
|
1400
|
-
* **factors:** allow changing tooltip ([6da9e97](https://github.com/Synerise/synerise-design/commit/6da9e979e972ca042fce6b2c79d05735257155d9))
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
## [0.17.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.21...@synerise/ds-factors@0.17.22) (2023-05-20)
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
### Bug Fixes
|
|
1410
|
-
|
|
1411
|
-
* **condition:** adds validation errors support ([0da0a99](https://github.com/Synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
## [0.17.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.20...@synerise/ds-factors@0.17.21) (2023-05-16)
|
|
1418
|
-
|
|
1419
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
## [0.17.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.19...@synerise/ds-factors@0.17.20) (2023-04-26)
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
### Bug Fixes
|
|
1429
|
-
|
|
1430
|
-
* **factors:** adds missing texts for date-range-picker factor ([72e25e1](https://github.com/Synerise/synerise-design/commit/72e25e1638ba09f7de362e9d30f334b4b7099f24))
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
## [0.17.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.18...@synerise/ds-factors@0.17.19) (2023-04-19)
|
|
1437
|
-
|
|
1438
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
## [0.17.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.17...@synerise/ds-factors@0.17.18) (2023-04-17)
|
|
1445
|
-
|
|
1446
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
## [0.17.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.16...@synerise/ds-factors@0.17.17) (2023-04-14)
|
|
1453
|
-
|
|
1454
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
## [0.17.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.15...@synerise/ds-factors@0.17.16) (2023-04-12)
|
|
1461
|
-
|
|
1462
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
## [0.17.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.14...@synerise/ds-factors@0.17.15) (2023-04-12)
|
|
1469
|
-
|
|
1470
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
## [0.17.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.13...@synerise/ds-factors@0.17.14) (2023-04-05)
|
|
1477
|
-
|
|
1478
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
## [0.17.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.12...@synerise/ds-factors@0.17.13) (2023-04-05)
|
|
1485
|
-
|
|
1486
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
## [0.17.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.11...@synerise/ds-factors@0.17.12) (2023-03-31)
|
|
1493
|
-
|
|
1494
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
## [0.17.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.10...@synerise/ds-factors@0.17.11) (2023-03-30)
|
|
1501
|
-
|
|
1502
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
## [0.17.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.9...@synerise/ds-factors@0.17.10) (2023-03-29)
|
|
1509
|
-
|
|
1510
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
## [0.17.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.8...@synerise/ds-factors@0.17.9) (2023-03-28)
|
|
1517
|
-
|
|
1518
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
## [0.17.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.7...@synerise/ds-factors@0.17.8) (2023-03-24)
|
|
1525
|
-
|
|
1526
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
## [0.17.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.6...@synerise/ds-factors@0.17.7) (2023-03-22)
|
|
1533
|
-
|
|
1534
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
## [0.17.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.5...@synerise/ds-factors@0.17.6) (2023-03-21)
|
|
1541
|
-
|
|
1542
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
## [0.17.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.4...@synerise/ds-factors@0.17.5) (2023-03-20)
|
|
1549
|
-
|
|
1550
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
## [0.17.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.3...@synerise/ds-factors@0.17.4) (2023-03-09)
|
|
1557
|
-
|
|
1558
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
## [0.17.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.2...@synerise/ds-factors@0.17.3) (2023-03-08)
|
|
1565
|
-
|
|
1566
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
## [0.17.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.1...@synerise/ds-factors@0.17.2) (2023-03-06)
|
|
1573
|
-
|
|
1574
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
## [0.17.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.0...@synerise/ds-factors@0.17.1) (2023-03-02)
|
|
1581
|
-
|
|
1582
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
# [0.17.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.16...@synerise/ds-factors@0.17.0) (2023-03-02)
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
### Features
|
|
1592
|
-
|
|
1593
|
-
* add test for tooltip and fixes ([ad89d98](https://github.com/Synerise/synerise-design/commit/ad89d980591f39f66e66ba04f53c6df2d45cca99))
|
|
1594
|
-
* tooltip improvements ([7bd8c7f](https://github.com/Synerise/synerise-design/commit/7bd8c7fb3921932540edce5ee1435e5a810c852f))
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
## [0.16.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.15...@synerise/ds-factors@0.16.16) (2023-03-02)
|
|
1601
|
-
|
|
1602
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
## [0.16.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.13...@synerise/ds-factors@0.16.15) (2023-03-01)
|
|
1609
|
-
|
|
1610
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
## [0.16.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.13...@synerise/ds-factors@0.16.14) (2023-03-01)
|
|
1617
|
-
|
|
1618
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
## [0.16.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.12...@synerise/ds-factors@0.16.13) (2023-02-28)
|
|
1625
|
-
|
|
1626
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
## [0.16.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.11...@synerise/ds-factors@0.16.12) (2023-02-27)
|
|
1633
|
-
|
|
1634
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
## [0.16.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.10...@synerise/ds-factors@0.16.11) (2023-02-23)
|
|
1641
|
-
|
|
1642
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
## [0.16.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.9...@synerise/ds-factors@0.16.10) (2023-02-16)
|
|
1649
|
-
|
|
1650
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
## [0.16.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.8...@synerise/ds-factors@0.16.9) (2023-02-14)
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
### Bug Fixes
|
|
1660
|
-
|
|
1661
|
-
* **factors:** change usaCallback to useRef to fix problem with typing ([646888e](https://github.com/Synerise/synerise-design/commit/646888e35457fc74b0b843d137d4fbec5b03eaed))
|
|
1662
|
-
* **factors:** fix debounce for autocomplete ([0cf9478](https://github.com/Synerise/synerise-design/commit/0cf94789648df5e404bd9e154ba6bb9aafcf66ed))
|
|
1663
|
-
* **factors:** fix debounce for autocomplete ([b19f432](https://github.com/Synerise/synerise-design/commit/b19f43274ce8c0be5563e3e8d29a238214219a52))
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
## [0.16.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.7...@synerise/ds-factors@0.16.8) (2023-02-03)
|
|
1670
|
-
|
|
1671
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
## [0.16.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.6...@synerise/ds-factors@0.16.7) (2023-01-31)
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
### Bug Fixes
|
|
1681
|
-
|
|
1682
|
-
* **factors:** add autoResize in FactorValueProps ([85a7c38](https://github.com/Synerise/synerise-design/commit/85a7c384d1784e43f9c8425c15aee100f8c300f9))
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
## [0.16.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.5...@synerise/ds-factors@0.16.6) (2023-01-30)
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
### Bug Fixes
|
|
1692
|
-
|
|
1693
|
-
* **factors:** fix debounce on onChange ([954808d](https://github.com/Synerise/synerise-design/commit/954808daf1498f1c2260eb3d47c38cd9fed2452a))
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
## [0.16.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.4...@synerise/ds-factors@0.16.5) (2023-01-30)
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
### Bug Fixes
|
|
1703
|
-
|
|
1704
|
-
* **factors:** fix debounce on onChange ([ea297f7](https://github.com/Synerise/synerise-design/commit/ea297f7f298a5493b58bdb6ef3a18750ebf64443))
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
## [0.16.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.3...@synerise/ds-factors@0.16.4) (2023-01-25)
|
|
1711
|
-
|
|
1712
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
## [0.16.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.2...@synerise/ds-factors@0.16.3) (2023-01-12)
|
|
1719
|
-
|
|
1720
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
## [0.16.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.1...@synerise/ds-factors@0.16.2) (2023-01-09)
|
|
1727
|
-
|
|
1728
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
## [0.16.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.0...@synerise/ds-factors@0.16.1) (2023-01-02)
|
|
1735
|
-
|
|
1736
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
# [0.16.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.16...@synerise/ds-factors@0.16.0) (2022-12-13)
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
### Features
|
|
1746
|
-
|
|
1747
|
-
* **filter:** readOnly state for conditions ([dfa4db3](https://github.com/Synerise/synerise-design/commit/dfa4db35826c0800859b7217dd1ea2f1497ac3c9))
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
## [0.15.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.15...@synerise/ds-factors@0.15.16) (2022-12-08)
|
|
1754
|
-
|
|
1755
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
## [0.15.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.14...@synerise/ds-factors@0.15.15) (2022-12-07)
|
|
1762
|
-
|
|
1763
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
## [0.15.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.13...@synerise/ds-factors@0.15.14) (2022-11-30)
|
|
1770
|
-
|
|
1771
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
## [0.15.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.12...@synerise/ds-factors@0.15.13) (2022-11-22)
|
|
1778
|
-
|
|
1779
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
## [0.15.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.11...@synerise/ds-factors@0.15.12) (2022-11-08)
|
|
1786
|
-
|
|
1787
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
## [0.15.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.10...@synerise/ds-factors@0.15.11) (2022-11-08)
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
### Bug Fixes
|
|
1797
|
-
|
|
1798
|
-
* **factors:** remove AutoResizeInput, add logic to input, Autocomplete ([f105af7](https://github.com/Synerise/synerise-design/commit/f105af7746300b87b9e21d24589467c6f08c39fa))
|
|
1799
|
-
* **factors:** remove suffix icon in default input ([f360b51](https://github.com/Synerise/synerise-design/commit/f360b51c1781e681021ee8ea9f0c0930ec26eb2f))
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
## [0.15.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.9...@synerise/ds-factors@0.15.10) (2022-11-08)
|
|
1806
|
-
|
|
1807
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
## [0.15.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.8...@synerise/ds-factors@0.15.9) (2022-10-24)
|
|
1814
|
-
|
|
1815
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
## [0.15.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.7...@synerise/ds-factors@0.15.8) (2022-10-18)
|
|
1822
|
-
|
|
1823
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
## [0.15.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.6...@synerise/ds-factors@0.15.7) (2022-10-14)
|
|
1830
|
-
|
|
1831
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
## [0.15.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.5...@synerise/ds-factors@0.15.6) (2022-10-11)
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
### Bug Fixes
|
|
1841
|
-
|
|
1842
|
-
* **factors:** add input AutoResize to pick from inputs ([f641612](https://github.com/Synerise/synerise-design/commit/f641612ab4e109da277b8618d7b09e1f07505c0c))
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
## [0.15.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.4...@synerise/ds-factors@0.15.5) (2022-09-29)
|
|
1849
|
-
|
|
1850
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
## [0.15.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.3...@synerise/ds-factors@0.15.4) (2022-09-29)
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
### Bug Fixes
|
|
1860
|
-
|
|
1861
|
-
* **factors:** fix and make prop optional ([d5d4cca](https://github.com/Synerise/synerise-design/commit/d5d4ccab0825318edf8129cd943acb0b904a27d6))
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
## [0.15.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.2...@synerise/ds-factors@0.15.3) (2022-09-28)
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
### Bug Fixes
|
|
1871
|
-
|
|
1872
|
-
* **avatar:** remove unnecessary icon type check ([3aee1c2](https://github.com/Synerise/synerise-design/commit/3aee1c2b3157ea2c68d8de24d69f444beb3573db))
|
|
1873
|
-
* **factors:** add autoresize prop to input in ds-factors ([42d98d7](https://github.com/Synerise/synerise-design/commit/42d98d725faf6b403bfa4926213bf89b812d4d34))
|
|
1874
|
-
* **factors:** add prop autoresize to ds-factors ([67367f9](https://github.com/Synerise/synerise-design/commit/67367f924a695b9f48fe40b003fcbe2ebfdae804))
|
|
1875
|
-
* **factors:** add to factors import with inputProps ([cd0afe2](https://github.com/Synerise/synerise-design/commit/cd0afe2dde0606f10fea2e958f88446b54e71786))
|
|
1876
|
-
* **factors:** update documantation ([13dfe57](https://github.com/Synerise/synerise-design/commit/13dfe572ac98b7ef6332524f954f94e779a5e906))
|
|
1877
|
-
* **factors:** update documentation ([63b899e](https://github.com/Synerise/synerise-design/commit/63b899e995b2709e4b3b69bca991441c623f4328))
|
|
1878
|
-
* **factors:** update documentation ([1bf778f](https://github.com/Synerise/synerise-design/commit/1bf778f715375f1fcda0416fbfb06670d3d775c6))
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
## [0.15.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.1...@synerise/ds-factors@0.15.2) (2022-09-27)
|
|
1885
|
-
|
|
1886
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
## [0.15.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.0...@synerise/ds-factors@0.15.1) (2022-09-21)
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
### Bug Fixes
|
|
1896
|
-
|
|
1897
|
-
* **factors:** add autoresize option into input - autoResize prop ([44c35dd](https://github.com/Synerise/synerise-design/commit/44c35dd4523718a806867478d3dea78220c3e8e1))
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
# [0.15.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.30...@synerise/ds-factors@0.15.0) (2022-09-21)
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
### Features
|
|
1907
|
-
|
|
1908
|
-
* **menu:** add information card tooltip ([ded0bf1](https://github.com/Synerise/synerise-design/commit/ded0bf1b58e68f7061630810925669cb0fdad560))
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
## [0.14.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.29...@synerise/ds-factors@0.14.30) (2022-09-13)
|
|
1915
|
-
|
|
1916
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
## [0.14.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.28...@synerise/ds-factors@0.14.29) (2022-09-08)
|
|
1923
|
-
|
|
1924
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
## [0.14.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.27...@synerise/ds-factors@0.14.28) (2022-09-07)
|
|
1931
|
-
|
|
1932
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
## [0.14.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.26...@synerise/ds-factors@0.14.27) (2022-09-07)
|
|
1939
|
-
|
|
1940
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
## [0.14.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.24...@synerise/ds-factors@0.14.26) (2022-09-07)
|
|
1947
|
-
|
|
1948
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
## [0.14.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.24...@synerise/ds-factors@0.14.25) (2022-09-07)
|
|
1955
|
-
|
|
1956
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
## [0.14.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.23...@synerise/ds-factors@0.14.24) (2022-09-06)
|
|
1963
|
-
|
|
1964
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
## [0.14.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.22...@synerise/ds-factors@0.14.23) (2022-09-05)
|
|
1971
|
-
|
|
1972
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
## [0.14.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.21...@synerise/ds-factors@0.14.22) (2022-08-31)
|
|
1979
|
-
|
|
1980
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
## [0.14.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.20...@synerise/ds-factors@0.14.21) (2022-08-29)
|
|
1987
|
-
|
|
1988
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
## [0.14.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.19...@synerise/ds-factors@0.14.20) (2022-08-29)
|
|
1995
|
-
|
|
1996
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
## [0.14.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.18...@synerise/ds-factors@0.14.19) (2022-08-29)
|
|
2003
|
-
|
|
2004
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
## [0.14.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.17...@synerise/ds-factors@0.14.18) (2022-08-25)
|
|
2011
|
-
|
|
2012
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
## [0.14.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.12...@synerise/ds-factors@0.14.17) (2022-08-11)
|
|
2019
|
-
|
|
2020
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
## [0.14.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.11...@synerise/ds-factors@0.14.12) (2022-07-28)
|
|
2027
|
-
|
|
2028
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
## [0.14.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.10...@synerise/ds-factors@0.14.11) (2022-07-17)
|
|
2035
|
-
|
|
2036
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
## [0.14.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.9...@synerise/ds-factors@0.14.10) (2022-07-11)
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
### Bug Fixes
|
|
2046
|
-
|
|
2047
|
-
* **factors:** hide date dropdown when others are open ([a1e47fd](https://github.com/Synerise/synerise-design/commit/a1e47fdbd85e7cba404e945eb23a7c9c9abc987e))
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
## [0.14.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.8...@synerise/ds-factors@0.14.9) (2022-07-08)
|
|
2054
|
-
|
|
2055
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
## [0.14.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.7...@synerise/ds-factors@0.14.8) (2022-07-06)
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
### Bug Fixes
|
|
2065
|
-
|
|
2066
|
-
* **factors:** fixes factor types i18n ([8f501a3](https://github.com/Synerise/synerise-design/commit/8f501a36b7c7fdce4224c93f81d64f68fb691269))
|
|
2067
|
-
* **factors:** fixes factor types i18n ([5963bcf](https://github.com/Synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
## [0.14.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.6...@synerise/ds-factors@0.14.7) (2022-06-29)
|
|
2074
|
-
|
|
2075
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
## [0.14.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.5...@synerise/ds-factors@0.14.6) (2022-06-23)
|
|
2082
|
-
|
|
2083
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
## [0.14.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.4...@synerise/ds-factors@0.14.5) (2022-06-17)
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
### Bug Fixes
|
|
2093
|
-
|
|
2094
|
-
* **factors:** disabled factor options ([1f805b8](https://github.com/Synerise/synerise-design/commit/1f805b8152c24a669d32e8a3b43f844e75e21db8))
|
|
2095
|
-
* **factors:** fixes welders-3765 ([1e1e8f4](https://github.com/Synerise/synerise-design/commit/1e1e8f41d2c36a59e8b1f86a34def74c5f3f457d))
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
## [0.14.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.3...@synerise/ds-factors@0.14.4) (2022-06-15)
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
### Bug Fixes
|
|
2105
|
-
|
|
2106
|
-
* **factors:** adds custom arrow color ([26beb90](https://github.com/Synerise/synerise-design/commit/26beb90854efe80e65b4a0c4ad47bf56eb94a292))
|
|
2107
|
-
* **factors:** adds custom arrow color ([1b44050](https://github.com/Synerise/synerise-design/commit/1b4405009975e1e1160b8e8d75dd45182553c18c))
|
|
2108
|
-
* **filter:** fixes closing info-card when clicking on it ([91eed3b](https://github.com/Synerise/synerise-design/commit/91eed3b7a5392c04ed618c9f7265608d6c39655e))
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
## [0.14.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.2...@synerise/ds-factors@0.14.3) (2022-06-10)
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
### Bug Fixes
|
|
2118
|
-
|
|
2119
|
-
* **factors:** fixes using of autocomplete ([dd56cb3](https://github.com/Synerise/synerise-design/commit/dd56cb38a2a7bf022e8f9d12b2e23e6812b2f0b1))
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
## [0.14.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.1...@synerise/ds-factors@0.14.2) (2022-05-31)
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
### Bug Fixes
|
|
2129
|
-
|
|
2130
|
-
* **factors:** calls onChange callback on clearing input value ([37742e9](https://github.com/Synerise/synerise-design/commit/37742e9d87f526283641be964577c9f4754f463d))
|
|
2131
|
-
* **factors:** calls onChange callback on clearing input value ([92a3f80](https://github.com/Synerise/synerise-design/commit/92a3f80cc8d2d3ab2d4f0c5aa9c7be7168edb324))
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
## [0.14.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.0...@synerise/ds-factors@0.14.1) (2022-05-30)
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
### Bug Fixes
|
|
2141
|
-
|
|
2142
|
-
* **condition:** fix dynamic key condition validation ([1777297](https://github.com/Synerise/synerise-design/commit/1777297c2d3eddb29620b7ac4a802a5cb3c2f84c))
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
# [0.14.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.13.2...@synerise/ds-factors@0.14.0) (2022-05-28)
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
### Features
|
|
2152
|
-
|
|
2153
|
-
* **condition:** validation condition ([b8d9e62](https://github.com/Synerise/synerise-design/commit/b8d9e627f2d62113abc4716d4049c2e27ad49718))
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
## [0.13.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.13.1...@synerise/ds-factors@0.13.2) (2022-05-13)
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
### Bug Fixes
|
|
2163
|
-
|
|
2164
|
-
* **factors:** adds changeHandler to onValueChange ([afe05e8](https://github.com/Synerise/synerise-design/commit/afe05e8d568316ca339c975a27bf1b28b0fce237))
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
## [0.13.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.13.0...@synerise/ds-factors@0.13.1) (2022-04-29)
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
### Bug Fixes
|
|
2174
|
-
|
|
2175
|
-
* **factors:** fixes auto height of parameters dropdown list ([67ced37](https://github.com/Synerise/synerise-design/commit/67ced37b02f9e442721afb274c6a32b5def18a83))
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
# [0.13.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.12.2...@synerise/ds-factors@0.13.0) (2022-04-29)
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
### Features
|
|
2185
|
-
|
|
2186
|
-
* **factors:** adds onDeactivate prop, updates Readme.md ([ff85234](https://github.com/Synerise/synerise-design/commit/ff852349a5c77047d6d0642d4b5587dbcc6d24cd))
|
|
2187
|
-
* **factors:** adds tests ([8c469e1](https://github.com/Synerise/synerise-design/commit/8c469e164e986f346b591b3a97ed3b6fbab3cdaa))
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
## [0.12.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.12.1...@synerise/ds-factors@0.12.2) (2022-04-12)
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
### Bug Fixes
|
|
2197
|
-
|
|
2198
|
-
* fix filter dropdowns ([eaab107](https://github.com/Synerise/synerise-design/commit/eaab107b6dca7401a17c2e36806febd11edc677b))
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
## [0.12.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.12.0...@synerise/ds-factors@0.12.1) (2022-04-08)
|
|
2205
|
-
|
|
2206
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
# [0.12.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.9...@synerise/ds-factors@0.12.0) (2022-04-05)
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
### Bug Fixes
|
|
2216
|
-
|
|
2217
|
-
* fix eslint errors ([7cce9b9](https://github.com/Synerise/synerise-design/commit/7cce9b94f8dea533b3c36a0f0cfd5145d4737166))
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
### Features
|
|
2221
|
-
|
|
2222
|
-
* **filter:** fixes bugs ([b862ddd](https://github.com/Synerise/synerise-design/commit/b862dddbce1293c2a5381663fc903bb574edd135))
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
## [0.11.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.8...@synerise/ds-factors@0.11.9) (2022-03-30)
|
|
2229
|
-
|
|
2230
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
## [0.11.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.7...@synerise/ds-factors@0.11.8) (2022-03-24)
|
|
2237
|
-
|
|
2238
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
## [0.11.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.6...@synerise/ds-factors@0.11.7) (2022-03-24)
|
|
2245
|
-
|
|
2246
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
## [0.11.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.5...@synerise/ds-factors@0.11.6) (2022-03-21)
|
|
2253
|
-
|
|
2254
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
## [0.11.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.4...@synerise/ds-factors@0.11.5) (2022-03-14)
|
|
2261
|
-
|
|
2262
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
## [0.11.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.3...@synerise/ds-factors@0.11.4) (2022-02-25)
|
|
2269
|
-
|
|
2270
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
## [0.11.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.2...@synerise/ds-factors@0.11.3) (2022-02-16)
|
|
2277
|
-
|
|
2278
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
## [0.11.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.1...@synerise/ds-factors@0.11.2) (2022-02-03)
|
|
2285
|
-
|
|
2286
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
## [0.11.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.0...@synerise/ds-factors@0.11.1) (2022-01-17)
|
|
2293
|
-
|
|
2294
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
# [0.11.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.9...@synerise/ds-factors@0.11.0) (2022-01-13)
|
|
2301
|
-
|
|
2302
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
## [0.10.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.8...@synerise/ds-factors@0.10.9) (2022-01-04)
|
|
2309
|
-
|
|
2310
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
## [0.10.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.7...@synerise/ds-factors@0.10.8) (2021-12-29)
|
|
2317
|
-
|
|
2318
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
## [0.10.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.6...@synerise/ds-factors@0.10.7) (2021-12-22)
|
|
2325
|
-
|
|
2326
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
## [0.10.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.5...@synerise/ds-factors@0.10.6) (2021-12-20)
|
|
2333
|
-
|
|
2334
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
## [0.10.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.4...@synerise/ds-factors@0.10.5) (2021-12-01)
|
|
2341
|
-
|
|
2342
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
529
|
+
- **date-range-picker:** set body timezone request ([35755ee](https://github.com/Synerise/synerise-design/commit/35755ee22bd740621577f65278e8919b71d53813))
|
|
2346
530
|
|
|
2347
|
-
|
|
2348
|
-
## [0.10.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.3...@synerise/ds-factors@0.10.4) (2021-11-23)
|
|
531
|
+
## [0.21.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.3...@synerise/ds-factors@0.21.4) (2024-02-19)
|
|
2349
532
|
|
|
2350
533
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2351
534
|
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
## [0.10.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.2...@synerise/ds-factors@0.10.3) (2021-11-22)
|
|
535
|
+
## [0.21.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.2...@synerise/ds-factors@0.21.3) (2024-02-07)
|
|
2357
536
|
|
|
2358
537
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2359
538
|
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
## [0.10.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.1...@synerise/ds-factors@0.10.2) (2021-11-16)
|
|
539
|
+
## [0.21.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.1...@synerise/ds-factors@0.21.2) (2024-02-06)
|
|
2365
540
|
|
|
2366
541
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2367
542
|
|
|
543
|
+
## [0.21.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.0...@synerise/ds-factors@0.21.1) (2024-01-31)
|
|
2368
544
|
|
|
545
|
+
### Bug Fixes
|
|
2369
546
|
|
|
547
|
+
- **date-range-picker:** added texts over translations ([7131f8c](https://github.com/Synerise/synerise-design/commit/7131f8c5c923527544fb54b5bb9eb15585bec442))
|
|
2370
548
|
|
|
549
|
+
# [0.21.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.18...@synerise/ds-factors@0.21.0) (2024-01-24)
|
|
2371
550
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
551
|
+
### Features
|
|
2378
552
|
|
|
553
|
+
- **autocomplete:** add readonly prop ([e16133f](https://github.com/Synerise/synerise-design/commit/e16133f91e317c3019e844c615b77811c9ce2114))
|
|
554
|
+
- **context-selector:** replace: skeleton instead of loader ([291e3bf](https://github.com/Synerise/synerise-design/commit/291e3bf9c4abcd22aeda39dd3347e1bf7424b12d))
|
|
2379
555
|
|
|
2380
|
-
|
|
556
|
+
## [0.20.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.17...@synerise/ds-factors@0.20.18) (2024-01-17)
|
|
2381
557
|
|
|
2382
558
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2383
559
|
|
|
560
|
+
## [0.20.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.16...@synerise/ds-factors@0.20.17) (2024-01-15)
|
|
2384
561
|
|
|
562
|
+
### Bug Fixes
|
|
2385
563
|
|
|
564
|
+
- **filter:** fixed zindex issues ([71ce5bc](https://github.com/Synerise/synerise-design/commit/71ce5bcf25f2107fd1b43969d2c255e18c112b47))
|
|
2386
565
|
|
|
2387
|
-
|
|
2388
|
-
## [0.9.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.9.0...@synerise/ds-factors@0.9.1) (2021-11-05)
|
|
566
|
+
## [0.20.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.15...@synerise/ds-factors@0.20.16) (2023-12-14)
|
|
2389
567
|
|
|
2390
568
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2391
569
|
|
|
570
|
+
## [0.20.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.14...@synerise/ds-factors@0.20.15) (2023-12-13)
|
|
2392
571
|
|
|
572
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2393
573
|
|
|
574
|
+
## [0.20.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.13...@synerise/ds-factors@0.20.14) (2023-12-11)
|
|
2394
575
|
|
|
576
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2395
577
|
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
### Features
|
|
2400
|
-
|
|
2401
|
-
* **condition:** add custom factor component ([d1205bc](https://github.com/Synerise/synerise-design/commit/d1205bce20f4154e7596bcd33ad127557bc0ad99))
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
## [0.8.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.8.0...@synerise/ds-factors@0.8.2) (2021-10-26)
|
|
2408
|
-
|
|
578
|
+
## [0.20.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.12...@synerise/ds-factors@0.20.13) (2023-12-06)
|
|
2409
579
|
|
|
2410
580
|
### Bug Fixes
|
|
2411
581
|
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
582
|
+
- **factors:** change debounce logic in NumberInput ([436ccaf](https://github.com/Synerise/synerise-design/commit/436ccaf70e053b948fd8ba7dbf29263d5b352629))
|
|
2416
583
|
|
|
584
|
+
## [0.20.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.11...@synerise/ds-factors@0.20.12) (2023-11-16)
|
|
2417
585
|
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
### Bug Fixes
|
|
2422
|
-
|
|
2423
|
-
* **condition:** fixes add condition button ([2a06856](https://github.com/Synerise/synerise-design/commit/2a06856cf8759db1459467f95fcd4dd12af53e1c))
|
|
2424
|
-
|
|
586
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2425
587
|
|
|
588
|
+
## [0.20.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.10...@synerise/ds-factors@0.20.11) (2023-11-09)
|
|
2426
589
|
|
|
590
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2427
591
|
|
|
592
|
+
## [0.20.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.9...@synerise/ds-factors@0.20.10) (2023-10-30)
|
|
2428
593
|
|
|
2429
|
-
|
|
594
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2430
595
|
|
|
596
|
+
## [0.20.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.8...@synerise/ds-factors@0.20.9) (2023-10-19)
|
|
2431
597
|
|
|
2432
598
|
### Bug Fixes
|
|
2433
599
|
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
### Features
|
|
2438
|
-
|
|
2439
|
-
* **context-selector:** update styles ([5bdc277](https://github.com/Synerise/synerise-design/commit/5bdc277644da1f6eae9fe1d4aa9da7379bed389f))
|
|
2440
|
-
* **factors:** adds infinite scroll & virtualization ([1d7b818](https://github.com/Synerise/synerise-design/commit/1d7b818ae087e2bf10285d0db5c47d13fe2d5ec7))
|
|
2441
|
-
* **factors:** performance improvements ([71ac49b](https://github.com/Synerise/synerise-design/commit/71ac49b111fb2f6d51d65ae3bbd1a02d514bedf2))
|
|
2442
|
-
* **factors:** update hook deps ([191ef85](https://github.com/Synerise/synerise-design/commit/191ef85e944808d882183da339eb8245d671dbe5))
|
|
2443
|
-
* **factors:** update package.json ([9cfbda1](https://github.com/Synerise/synerise-design/commit/9cfbda1b134af86c1a96384b38dffda519955fc8))
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
## [0.7.36](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.35...@synerise/ds-factors@0.7.36) (2021-10-05)
|
|
600
|
+
- **factors:** fixes visibility of DatePicker ([a3a3232](https://github.com/Synerise/synerise-design/commit/a3a32323ecdf51e0281fa953455963ac46144dc6))
|
|
601
|
+
- **input:** fixes styles of input group ([4f56031](https://github.com/Synerise/synerise-design/commit/4f56031a456905e84299b572fc9a11336eace9a9))
|
|
2450
602
|
|
|
603
|
+
## [0.20.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.7...@synerise/ds-factors@0.20.8) (2023-10-18)
|
|
2451
604
|
|
|
2452
605
|
### Bug Fixes
|
|
2453
606
|
|
|
2454
|
-
|
|
2455
|
-
|
|
607
|
+
- **date-range-picker:** ui/ux updates to filter and relative section ([8bb636b](https://github.com/Synerise/synerise-design/commit/8bb636b185a5fe98a4ef70350dc387493ac6f0a5))
|
|
2456
608
|
|
|
609
|
+
## [0.20.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.6...@synerise/ds-factors@0.20.7) (2023-10-17)
|
|
2457
610
|
|
|
611
|
+
### Bug Fixes
|
|
2458
612
|
|
|
613
|
+
- **factors:** error validation for formula and date range factor type ([a9485dd](https://github.com/Synerise/synerise-design/commit/a9485dd239e8b5cf285ef5f2ab08f1d9b1993628))
|
|
614
|
+
- **factors:** pass error to number input ([1a76ef6](https://github.com/Synerise/synerise-design/commit/1a76ef686593e40bd4c0fe31405134220a2fa669))
|
|
2459
615
|
|
|
2460
|
-
## [0.
|
|
616
|
+
## [0.20.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.5...@synerise/ds-factors@0.20.6) (2023-10-11)
|
|
2461
617
|
|
|
2462
618
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2463
619
|
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
## [0.7.34](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.33...@synerise/ds-factors@0.7.34) (2021-09-15)
|
|
620
|
+
## [0.20.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.4...@synerise/ds-factors@0.20.5) (2023-10-06)
|
|
2469
621
|
|
|
2470
622
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2471
623
|
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
## [0.7.33](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.32...@synerise/ds-factors@0.7.33) (2021-09-14)
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
### Bug Fixes
|
|
2480
|
-
|
|
2481
|
-
* **factors:** fire method when dropdown is opened ([2ec39ec](https://github.com/Synerise/synerise-design/commit/2ec39ec0f075675f1fbf23af89cfde2a26f529e4))
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
## [0.7.32](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.31...@synerise/ds-factors@0.7.32) (2021-09-09)
|
|
624
|
+
## [0.20.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.3...@synerise/ds-factors@0.20.4) (2023-10-02)
|
|
2488
625
|
|
|
2489
626
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2490
627
|
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
## [0.7.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.30...@synerise/ds-factors@0.7.31) (2021-09-09)
|
|
628
|
+
## [0.20.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.2...@synerise/ds-factors@0.20.3) (2023-09-26)
|
|
2496
629
|
|
|
2497
630
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2498
631
|
|
|
632
|
+
## [0.20.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.1...@synerise/ds-factors@0.20.2) (2023-09-21)
|
|
2499
633
|
|
|
634
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2500
635
|
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
## [0.7.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.29...@synerise/ds-factors@0.7.30) (2021-09-03)
|
|
636
|
+
## [0.20.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.0...@synerise/ds-factors@0.20.1) (2023-09-19)
|
|
2504
637
|
|
|
2505
638
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2506
639
|
|
|
640
|
+
# [0.20.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.6...@synerise/ds-factors@0.20.0) (2023-09-18)
|
|
2507
641
|
|
|
642
|
+
### Features
|
|
2508
643
|
|
|
644
|
+
- **input:** autosize input, filter ([c507a67](https://github.com/Synerise/synerise-design/commit/c507a672b2705da82e8bebe589495caf5d509e71))
|
|
2509
645
|
|
|
2510
|
-
|
|
2511
|
-
## [0.7.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.28...@synerise/ds-factors@0.7.29) (2021-09-01)
|
|
646
|
+
## [0.19.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.5...@synerise/ds-factors@0.19.6) (2023-09-14)
|
|
2512
647
|
|
|
2513
648
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2514
649
|
|
|
650
|
+
## [0.19.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.4...@synerise/ds-factors@0.19.5) (2023-09-08)
|
|
2515
651
|
|
|
652
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2516
653
|
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
## [0.7.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.27...@synerise/ds-factors@0.7.28) (2021-08-31)
|
|
654
|
+
## [0.19.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.3...@synerise/ds-factors@0.19.4) (2023-09-05)
|
|
2520
655
|
|
|
2521
656
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2522
657
|
|
|
658
|
+
## [0.19.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.2...@synerise/ds-factors@0.19.3) (2023-08-30)
|
|
2523
659
|
|
|
660
|
+
### Bug Fixes
|
|
2524
661
|
|
|
662
|
+
- **factors:** set drp factor to display filter in slider mode ([ca7a4bb](https://github.com/Synerise/synerise-design/commit/ca7a4bb882a290c9fd25abbd2720ce5a3687f235))
|
|
2525
663
|
|
|
2526
|
-
|
|
2527
|
-
## [0.7.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.26...@synerise/ds-factors@0.7.27) (2021-08-26)
|
|
664
|
+
## [0.19.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.1...@synerise/ds-factors@0.19.2) (2023-08-25)
|
|
2528
665
|
|
|
2529
666
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2530
667
|
|
|
668
|
+
## [0.19.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.0...@synerise/ds-factors@0.19.1) (2023-08-22)
|
|
2531
669
|
|
|
670
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2532
671
|
|
|
672
|
+
# [0.19.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.18...@synerise/ds-factors@0.19.0) (2023-08-20)
|
|
2533
673
|
|
|
674
|
+
### Features
|
|
2534
675
|
|
|
2535
|
-
|
|
676
|
+
- **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/Synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
2536
677
|
|
|
678
|
+
## [0.18.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.17...@synerise/ds-factors@0.18.18) (2023-08-09)
|
|
2537
679
|
|
|
2538
680
|
### Bug Fixes
|
|
2539
681
|
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
682
|
+
- **date-range-picker:** weekly filter standalone starttime reset fixed ([63072c2](https://github.com/Synerise/synerise-design/commit/63072c21bbe63286f2b5b31decf7f58b22c1ac1d))
|
|
2543
683
|
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
## [0.7.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.24...@synerise/ds-factors@0.7.25) (2021-07-30)
|
|
684
|
+
## [0.18.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.16...@synerise/ds-factors@0.18.17) (2023-08-03)
|
|
2547
685
|
|
|
2548
686
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2549
687
|
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
## [0.7.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.23...@synerise/ds-factors@0.7.24) (2021-07-30)
|
|
688
|
+
## [0.18.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.15...@synerise/ds-factors@0.18.16) (2023-07-27)
|
|
2555
689
|
|
|
2556
690
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2557
691
|
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
## [0.7.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.22...@synerise/ds-factors@0.7.23) (2021-07-19)
|
|
692
|
+
## [0.18.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.14...@synerise/ds-factors@0.18.15) (2023-07-26)
|
|
2563
693
|
|
|
2564
694
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2565
695
|
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
## [0.7.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.21...@synerise/ds-factors@0.7.22) (2021-07-08)
|
|
696
|
+
## [0.18.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.13...@synerise/ds-factors@0.18.14) (2023-07-21)
|
|
2571
697
|
|
|
2572
698
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2573
699
|
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
## [0.7.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.20...@synerise/ds-factors@0.7.21) (2021-07-07)
|
|
700
|
+
## [0.18.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.12...@synerise/ds-factors@0.18.13) (2023-07-18)
|
|
2579
701
|
|
|
2580
702
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2581
703
|
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
## [0.7.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.19...@synerise/ds-factors@0.7.20) (2021-07-01)
|
|
704
|
+
## [0.18.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.11...@synerise/ds-factors@0.18.12) (2023-07-17)
|
|
2587
705
|
|
|
2588
706
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2589
707
|
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
## [0.7.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.18...@synerise/ds-factors@0.7.19) (2021-06-30)
|
|
708
|
+
## [0.18.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.10...@synerise/ds-factors@0.18.11) (2023-07-12)
|
|
2595
709
|
|
|
2596
710
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2597
711
|
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
## [0.7.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.17...@synerise/ds-factors@0.7.18) (2021-06-22)
|
|
712
|
+
## [0.18.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.9...@synerise/ds-factors@0.18.10) (2023-07-12)
|
|
2603
713
|
|
|
2604
714
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2605
715
|
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
## [0.7.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.16...@synerise/ds-factors@0.7.17) (2021-06-21)
|
|
716
|
+
## [0.18.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.8...@synerise/ds-factors@0.18.9) (2023-07-11)
|
|
2611
717
|
|
|
2612
718
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2613
719
|
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
## [0.7.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.15...@synerise/ds-factors@0.7.16) (2021-06-14)
|
|
720
|
+
## [0.18.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.7...@synerise/ds-factors@0.18.8) (2023-07-11)
|
|
2619
721
|
|
|
2620
722
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2621
723
|
|
|
724
|
+
## [0.18.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.6...@synerise/ds-factors@0.18.7) (2023-07-04)
|
|
2622
725
|
|
|
726
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2623
727
|
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
## [0.7.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.14...@synerise/ds-factors@0.7.15) (2021-05-27)
|
|
728
|
+
## [0.18.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.5...@synerise/ds-factors@0.18.6) (2023-06-29)
|
|
2627
729
|
|
|
2628
730
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2629
731
|
|
|
732
|
+
## [0.18.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.4...@synerise/ds-factors@0.18.5) (2023-06-28)
|
|
2630
733
|
|
|
734
|
+
### Bug Fixes
|
|
2631
735
|
|
|
736
|
+
- **factors:** fixes debounced onchange for text field ([00df476](https://github.com/Synerise/synerise-design/commit/00df4764521cfb1c3cffa9b3240fd7a8e86d28bc))
|
|
2632
737
|
|
|
2633
|
-
|
|
2634
|
-
## [0.7.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.13...@synerise/ds-factors@0.7.14) (2021-05-26)
|
|
738
|
+
## [0.18.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.3...@synerise/ds-factors@0.18.4) (2023-06-14)
|
|
2635
739
|
|
|
2636
740
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2637
741
|
|
|
742
|
+
## [0.18.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.2...@synerise/ds-factors@0.18.3) (2023-06-05)
|
|
2638
743
|
|
|
744
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2639
745
|
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
## [0.7.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.12...@synerise/ds-factors@0.7.13) (2021-05-25)
|
|
746
|
+
## [0.18.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.1...@synerise/ds-factors@0.18.2) (2023-05-26)
|
|
2643
747
|
|
|
2644
748
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2645
749
|
|
|
750
|
+
## [0.18.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.18.0...@synerise/ds-factors@0.18.1) (2023-05-25)
|
|
2646
751
|
|
|
752
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2647
753
|
|
|
754
|
+
# [0.18.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.22...@synerise/ds-factors@0.18.0) (2023-05-23)
|
|
2648
755
|
|
|
756
|
+
### Bug Fixes
|
|
2649
757
|
|
|
2650
|
-
|
|
758
|
+
- **factors:** fix handling readOnly ([50c17a7](https://github.com/Synerise/synerise-design/commit/50c17a7eca3589204b35c90ab09cb247ec4fecfe))
|
|
759
|
+
- **factors:** handle readOnly in FactorTypeSelector ([3b76ab6](https://github.com/Synerise/synerise-design/commit/3b76ab67c538cff33bd56a8464070d83ea298149))
|
|
760
|
+
- **factors:** reuse FactorsProps type ([5743065](https://github.com/Synerise/synerise-design/commit/574306564fb5c2b8f78f75a36a937960f0c7c609))
|
|
761
|
+
- **factors:** tooltip types, drilling menu props, test draft ([c01c97c](https://github.com/Synerise/synerise-design/commit/c01c97c19238991276f37f48c5a3cf1ce6af6d9a))
|
|
2651
762
|
|
|
2652
|
-
|
|
763
|
+
### Features
|
|
2653
764
|
|
|
765
|
+
- **factors:** allow changing tooltip ([6da9e97](https://github.com/Synerise/synerise-design/commit/6da9e979e972ca042fce6b2c79d05735257155d9))
|
|
2654
766
|
|
|
767
|
+
## [0.17.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.21...@synerise/ds-factors@0.17.22) (2023-05-20)
|
|
2655
768
|
|
|
769
|
+
### Bug Fixes
|
|
2656
770
|
|
|
771
|
+
- **condition:** adds validation errors support ([0da0a99](https://github.com/Synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
2657
772
|
|
|
2658
|
-
## [0.
|
|
773
|
+
## [0.17.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.20...@synerise/ds-factors@0.17.21) (2023-05-16)
|
|
2659
774
|
|
|
2660
775
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2661
776
|
|
|
777
|
+
## [0.17.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.19...@synerise/ds-factors@0.17.20) (2023-04-26)
|
|
2662
778
|
|
|
779
|
+
### Bug Fixes
|
|
2663
780
|
|
|
781
|
+
- **factors:** adds missing texts for date-range-picker factor ([72e25e1](https://github.com/Synerise/synerise-design/commit/72e25e1638ba09f7de362e9d30f334b4b7099f24))
|
|
2664
782
|
|
|
2665
|
-
|
|
2666
|
-
## [0.7.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.9...@synerise/ds-factors@0.7.10) (2021-05-20)
|
|
783
|
+
## [0.17.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.18...@synerise/ds-factors@0.17.19) (2023-04-19)
|
|
2667
784
|
|
|
2668
785
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2669
786
|
|
|
787
|
+
## [0.17.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.17...@synerise/ds-factors@0.17.18) (2023-04-17)
|
|
2670
788
|
|
|
789
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2671
790
|
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
## [0.7.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.8...@synerise/ds-factors@0.7.9) (2021-05-20)
|
|
791
|
+
## [0.17.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.16...@synerise/ds-factors@0.17.17) (2023-04-14)
|
|
2675
792
|
|
|
2676
793
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2677
794
|
|
|
795
|
+
## [0.17.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.15...@synerise/ds-factors@0.17.16) (2023-04-12)
|
|
2678
796
|
|
|
797
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2679
798
|
|
|
799
|
+
## [0.17.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.14...@synerise/ds-factors@0.17.15) (2023-04-12)
|
|
2680
800
|
|
|
801
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2681
802
|
|
|
2682
|
-
## [0.
|
|
803
|
+
## [0.17.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.13...@synerise/ds-factors@0.17.14) (2023-04-05)
|
|
2683
804
|
|
|
2684
805
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2685
806
|
|
|
807
|
+
## [0.17.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.12...@synerise/ds-factors@0.17.13) (2023-04-05)
|
|
2686
808
|
|
|
809
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2687
810
|
|
|
811
|
+
## [0.17.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.11...@synerise/ds-factors@0.17.12) (2023-03-31)
|
|
2688
812
|
|
|
813
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2689
814
|
|
|
2690
|
-
## [0.
|
|
815
|
+
## [0.17.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.10...@synerise/ds-factors@0.17.11) (2023-03-30)
|
|
2691
816
|
|
|
817
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2692
818
|
|
|
2693
|
-
|
|
819
|
+
## [0.17.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.9...@synerise/ds-factors@0.17.10) (2023-03-29)
|
|
2694
820
|
|
|
2695
|
-
|
|
821
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2696
822
|
|
|
823
|
+
## [0.17.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.8...@synerise/ds-factors@0.17.9) (2023-03-28)
|
|
2697
824
|
|
|
825
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2698
826
|
|
|
827
|
+
## [0.17.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.7...@synerise/ds-factors@0.17.8) (2023-03-24)
|
|
2699
828
|
|
|
829
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2700
830
|
|
|
2701
|
-
## [0.7
|
|
831
|
+
## [0.17.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.6...@synerise/ds-factors@0.17.7) (2023-03-22)
|
|
2702
832
|
|
|
2703
833
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2704
834
|
|
|
835
|
+
## [0.17.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.5...@synerise/ds-factors@0.17.6) (2023-03-21)
|
|
2705
836
|
|
|
837
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2706
838
|
|
|
839
|
+
## [0.17.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.4...@synerise/ds-factors@0.17.5) (2023-03-20)
|
|
2707
840
|
|
|
841
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2708
842
|
|
|
2709
|
-
## [0.
|
|
843
|
+
## [0.17.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.3...@synerise/ds-factors@0.17.4) (2023-03-09)
|
|
2710
844
|
|
|
2711
845
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2712
846
|
|
|
847
|
+
## [0.17.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.2...@synerise/ds-factors@0.17.3) (2023-03-08)
|
|
2713
848
|
|
|
849
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2714
850
|
|
|
851
|
+
## [0.17.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.1...@synerise/ds-factors@0.17.2) (2023-03-06)
|
|
2715
852
|
|
|
853
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2716
854
|
|
|
2717
|
-
## [0.
|
|
855
|
+
## [0.17.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.17.0...@synerise/ds-factors@0.17.1) (2023-03-02)
|
|
2718
856
|
|
|
2719
857
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2720
858
|
|
|
859
|
+
# [0.17.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.16...@synerise/ds-factors@0.17.0) (2023-03-02)
|
|
2721
860
|
|
|
861
|
+
### Features
|
|
2722
862
|
|
|
863
|
+
- add test for tooltip and fixes ([ad89d98](https://github.com/Synerise/synerise-design/commit/ad89d980591f39f66e66ba04f53c6df2d45cca99))
|
|
864
|
+
- tooltip improvements ([7bd8c7f](https://github.com/Synerise/synerise-design/commit/7bd8c7fb3921932540edce5ee1435e5a810c852f))
|
|
2723
865
|
|
|
2724
|
-
|
|
2725
|
-
## [0.7.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.2...@synerise/ds-factors@0.7.3) (2021-05-06)
|
|
866
|
+
## [0.16.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.15...@synerise/ds-factors@0.16.16) (2023-03-02)
|
|
2726
867
|
|
|
2727
868
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2728
869
|
|
|
870
|
+
## [0.16.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.13...@synerise/ds-factors@0.16.15) (2023-03-01)
|
|
2729
871
|
|
|
872
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2730
873
|
|
|
874
|
+
## [0.16.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.13...@synerise/ds-factors@0.16.14) (2023-03-01)
|
|
2731
875
|
|
|
876
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2732
877
|
|
|
2733
|
-
## [0.
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
### Bug Fixes
|
|
878
|
+
## [0.16.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.12...@synerise/ds-factors@0.16.13) (2023-02-28)
|
|
2737
879
|
|
|
2738
|
-
|
|
2739
|
-
* **factors:** fixes tabs in factor dropdowns ([df38c77](https://github.com/Synerise/synerise-design/commit/df38c774586a0f68b693edd8e9bef71009700b08))
|
|
880
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2740
881
|
|
|
882
|
+
## [0.16.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.11...@synerise/ds-factors@0.16.12) (2023-02-27)
|
|
2741
883
|
|
|
884
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2742
885
|
|
|
886
|
+
## [0.16.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.10...@synerise/ds-factors@0.16.11) (2023-02-23)
|
|
2743
887
|
|
|
888
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2744
889
|
|
|
2745
|
-
## [0.
|
|
890
|
+
## [0.16.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.9...@synerise/ds-factors@0.16.10) (2023-02-16)
|
|
2746
891
|
|
|
2747
892
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2748
893
|
|
|
894
|
+
## [0.16.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.8...@synerise/ds-factors@0.16.9) (2023-02-14)
|
|
2749
895
|
|
|
896
|
+
### Bug Fixes
|
|
2750
897
|
|
|
898
|
+
- **factors:** change usaCallback to useRef to fix problem with typing ([646888e](https://github.com/Synerise/synerise-design/commit/646888e35457fc74b0b843d137d4fbec5b03eaed))
|
|
899
|
+
- **factors:** fix debounce for autocomplete ([0cf9478](https://github.com/Synerise/synerise-design/commit/0cf94789648df5e404bd9e154ba6bb9aafcf66ed))
|
|
900
|
+
- **factors:** fix debounce for autocomplete ([b19f432](https://github.com/Synerise/synerise-design/commit/b19f43274ce8c0be5563e3e8d29a238214219a52))
|
|
2751
901
|
|
|
902
|
+
## [0.16.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.7...@synerise/ds-factors@0.16.8) (2023-02-03)
|
|
2752
903
|
|
|
2753
|
-
|
|
904
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2754
905
|
|
|
906
|
+
## [0.16.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.6...@synerise/ds-factors@0.16.7) (2023-01-31)
|
|
2755
907
|
|
|
2756
908
|
### Bug Fixes
|
|
2757
909
|
|
|
2758
|
-
|
|
2759
|
-
* **condition:** fixes from CR ([ac5e675](https://github.com/Synerise/synerise-design/commit/ac5e6750b8e4ae370e5043708f2497c202c8490b))
|
|
910
|
+
- **factors:** add autoResize in FactorValueProps ([85a7c38](https://github.com/Synerise/synerise-design/commit/85a7c384d1784e43f9c8425c15aee100f8c300f9))
|
|
2760
911
|
|
|
912
|
+
## [0.16.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.5...@synerise/ds-factors@0.16.6) (2023-01-30)
|
|
2761
913
|
|
|
2762
|
-
###
|
|
2763
|
-
|
|
2764
|
-
* **factors:** autofocus on current FactorValue input ([6ba4248](https://github.com/Synerise/synerise-design/commit/6ba4248b3e8b2d0e789dceac01c3a48eab85cfc1))
|
|
914
|
+
### Bug Fixes
|
|
2765
915
|
|
|
916
|
+
- **factors:** fix debounce on onChange ([954808d](https://github.com/Synerise/synerise-design/commit/954808daf1498f1c2260eb3d47c38cd9fed2452a))
|
|
2766
917
|
|
|
918
|
+
## [0.16.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.4...@synerise/ds-factors@0.16.5) (2023-01-30)
|
|
2767
919
|
|
|
920
|
+
### Bug Fixes
|
|
2768
921
|
|
|
922
|
+
- **factors:** fix debounce on onChange ([ea297f7](https://github.com/Synerise/synerise-design/commit/ea297f7f298a5493b58bdb6ef3a18750ebf64443))
|
|
2769
923
|
|
|
2770
|
-
## [0.
|
|
924
|
+
## [0.16.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.3...@synerise/ds-factors@0.16.4) (2023-01-25)
|
|
2771
925
|
|
|
2772
926
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2773
927
|
|
|
928
|
+
## [0.16.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.2...@synerise/ds-factors@0.16.3) (2023-01-12)
|
|
2774
929
|
|
|
930
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2775
931
|
|
|
932
|
+
## [0.16.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.1...@synerise/ds-factors@0.16.2) (2023-01-09)
|
|
2776
933
|
|
|
934
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2777
935
|
|
|
2778
|
-
## [0.
|
|
936
|
+
## [0.16.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.16.0...@synerise/ds-factors@0.16.1) (2023-01-02)
|
|
2779
937
|
|
|
2780
938
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2781
939
|
|
|
940
|
+
# [0.16.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.16...@synerise/ds-factors@0.16.0) (2022-12-13)
|
|
2782
941
|
|
|
942
|
+
### Features
|
|
2783
943
|
|
|
944
|
+
- **filter:** readOnly state for conditions ([dfa4db3](https://github.com/Synerise/synerise-design/commit/dfa4db35826c0800859b7217dd1ea2f1497ac3c9))
|
|
2784
945
|
|
|
2785
|
-
|
|
2786
|
-
## [0.6.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.13...@synerise/ds-factors@0.6.14) (2021-03-29)
|
|
946
|
+
## [0.15.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.15...@synerise/ds-factors@0.15.16) (2022-12-08)
|
|
2787
947
|
|
|
2788
948
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2789
949
|
|
|
950
|
+
## [0.15.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.14...@synerise/ds-factors@0.15.15) (2022-12-07)
|
|
2790
951
|
|
|
952
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2791
953
|
|
|
954
|
+
## [0.15.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.13...@synerise/ds-factors@0.15.14) (2022-11-30)
|
|
2792
955
|
|
|
956
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2793
957
|
|
|
2794
|
-
## [0.
|
|
958
|
+
## [0.15.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.12...@synerise/ds-factors@0.15.13) (2022-11-22)
|
|
2795
959
|
|
|
2796
960
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2797
961
|
|
|
962
|
+
## [0.15.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.11...@synerise/ds-factors@0.15.12) (2022-11-08)
|
|
963
|
+
|
|
964
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2798
965
|
|
|
966
|
+
## [0.15.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.10...@synerise/ds-factors@0.15.11) (2022-11-08)
|
|
2799
967
|
|
|
968
|
+
### Bug Fixes
|
|
2800
969
|
|
|
970
|
+
- **factors:** remove AutoResizeInput, add logic to input, Autocomplete ([f105af7](https://github.com/Synerise/synerise-design/commit/f105af7746300b87b9e21d24589467c6f08c39fa))
|
|
971
|
+
- **factors:** remove suffix icon in default input ([f360b51](https://github.com/Synerise/synerise-design/commit/f360b51c1781e681021ee8ea9f0c0930ec26eb2f))
|
|
2801
972
|
|
|
2802
|
-
## [0.
|
|
973
|
+
## [0.15.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.9...@synerise/ds-factors@0.15.10) (2022-11-08)
|
|
2803
974
|
|
|
2804
975
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2805
976
|
|
|
977
|
+
## [0.15.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.8...@synerise/ds-factors@0.15.9) (2022-10-24)
|
|
2806
978
|
|
|
979
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2807
980
|
|
|
981
|
+
## [0.15.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.7...@synerise/ds-factors@0.15.8) (2022-10-18)
|
|
2808
982
|
|
|
983
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2809
984
|
|
|
2810
|
-
## [0.
|
|
985
|
+
## [0.15.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.6...@synerise/ds-factors@0.15.7) (2022-10-14)
|
|
2811
986
|
|
|
2812
987
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2813
988
|
|
|
989
|
+
## [0.15.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.5...@synerise/ds-factors@0.15.6) (2022-10-11)
|
|
2814
990
|
|
|
991
|
+
### Bug Fixes
|
|
2815
992
|
|
|
993
|
+
- **factors:** add input AutoResize to pick from inputs ([f641612](https://github.com/Synerise/synerise-design/commit/f641612ab4e109da277b8618d7b09e1f07505c0c))
|
|
2816
994
|
|
|
2817
|
-
|
|
2818
|
-
## [0.6.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.9...@synerise/ds-factors@0.6.10) (2021-03-19)
|
|
995
|
+
## [0.15.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.4...@synerise/ds-factors@0.15.5) (2022-09-29)
|
|
2819
996
|
|
|
2820
997
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2821
998
|
|
|
999
|
+
## [0.15.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.3...@synerise/ds-factors@0.15.4) (2022-09-29)
|
|
1000
|
+
|
|
1001
|
+
### Bug Fixes
|
|
1002
|
+
|
|
1003
|
+
- **factors:** fix and make prop optional ([d5d4cca](https://github.com/Synerise/synerise-design/commit/d5d4ccab0825318edf8129cd943acb0b904a27d6))
|
|
2822
1004
|
|
|
1005
|
+
## [0.15.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.2...@synerise/ds-factors@0.15.3) (2022-09-28)
|
|
2823
1006
|
|
|
1007
|
+
### Bug Fixes
|
|
2824
1008
|
|
|
1009
|
+
- **avatar:** remove unnecessary icon type check ([3aee1c2](https://github.com/Synerise/synerise-design/commit/3aee1c2b3157ea2c68d8de24d69f444beb3573db))
|
|
1010
|
+
- **factors:** add autoresize prop to input in ds-factors ([42d98d7](https://github.com/Synerise/synerise-design/commit/42d98d725faf6b403bfa4926213bf89b812d4d34))
|
|
1011
|
+
- **factors:** add prop autoresize to ds-factors ([67367f9](https://github.com/Synerise/synerise-design/commit/67367f924a695b9f48fe40b003fcbe2ebfdae804))
|
|
1012
|
+
- **factors:** add to factors import with inputProps ([cd0afe2](https://github.com/Synerise/synerise-design/commit/cd0afe2dde0606f10fea2e958f88446b54e71786))
|
|
1013
|
+
- **factors:** update documantation ([13dfe57](https://github.com/Synerise/synerise-design/commit/13dfe572ac98b7ef6332524f954f94e779a5e906))
|
|
1014
|
+
- **factors:** update documentation ([63b899e](https://github.com/Synerise/synerise-design/commit/63b899e995b2709e4b3b69bca991441c623f4328))
|
|
1015
|
+
- **factors:** update documentation ([1bf778f](https://github.com/Synerise/synerise-design/commit/1bf778f715375f1fcda0416fbfb06670d3d775c6))
|
|
2825
1016
|
|
|
2826
|
-
## [0.
|
|
1017
|
+
## [0.15.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.1...@synerise/ds-factors@0.15.2) (2022-09-27)
|
|
2827
1018
|
|
|
2828
1019
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2829
1020
|
|
|
1021
|
+
## [0.15.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.0...@synerise/ds-factors@0.15.1) (2022-09-21)
|
|
2830
1022
|
|
|
1023
|
+
### Bug Fixes
|
|
2831
1024
|
|
|
1025
|
+
- **factors:** add autoresize option into input - autoResize prop ([44c35dd](https://github.com/Synerise/synerise-design/commit/44c35dd4523718a806867478d3dea78220c3e8e1))
|
|
2832
1026
|
|
|
1027
|
+
# [0.15.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.30...@synerise/ds-factors@0.15.0) (2022-09-21)
|
|
2833
1028
|
|
|
2834
|
-
|
|
1029
|
+
### Features
|
|
2835
1030
|
|
|
2836
|
-
**
|
|
1031
|
+
- **menu:** add information card tooltip ([ded0bf1](https://github.com/Synerise/synerise-design/commit/ded0bf1b58e68f7061630810925669cb0fdad560))
|
|
2837
1032
|
|
|
1033
|
+
## [0.14.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.29...@synerise/ds-factors@0.14.30) (2022-09-13)
|
|
2838
1034
|
|
|
1035
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2839
1036
|
|
|
1037
|
+
## [0.14.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.28...@synerise/ds-factors@0.14.29) (2022-09-08)
|
|
2840
1038
|
|
|
1039
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2841
1040
|
|
|
2842
|
-
## [0.
|
|
1041
|
+
## [0.14.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.27...@synerise/ds-factors@0.14.28) (2022-09-07)
|
|
2843
1042
|
|
|
2844
1043
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2845
1044
|
|
|
1045
|
+
## [0.14.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.26...@synerise/ds-factors@0.14.27) (2022-09-07)
|
|
2846
1046
|
|
|
1047
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2847
1048
|
|
|
1049
|
+
## [0.14.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.24...@synerise/ds-factors@0.14.26) (2022-09-07)
|
|
2848
1050
|
|
|
1051
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2849
1052
|
|
|
2850
|
-
## [0.
|
|
1053
|
+
## [0.14.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.24...@synerise/ds-factors@0.14.25) (2022-09-07)
|
|
2851
1054
|
|
|
2852
1055
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2853
1056
|
|
|
1057
|
+
## [0.14.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.23...@synerise/ds-factors@0.14.24) (2022-09-06)
|
|
2854
1058
|
|
|
1059
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2855
1060
|
|
|
1061
|
+
## [0.14.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.22...@synerise/ds-factors@0.14.23) (2022-09-05)
|
|
2856
1062
|
|
|
1063
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2857
1064
|
|
|
2858
|
-
## [0.
|
|
1065
|
+
## [0.14.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.21...@synerise/ds-factors@0.14.22) (2022-08-31)
|
|
2859
1066
|
|
|
2860
1067
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2861
1068
|
|
|
1069
|
+
## [0.14.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.20...@synerise/ds-factors@0.14.21) (2022-08-29)
|
|
2862
1070
|
|
|
1071
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2863
1072
|
|
|
1073
|
+
## [0.14.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.19...@synerise/ds-factors@0.14.20) (2022-08-29)
|
|
2864
1074
|
|
|
1075
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2865
1076
|
|
|
2866
|
-
## [0.
|
|
1077
|
+
## [0.14.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.18...@synerise/ds-factors@0.14.19) (2022-08-29)
|
|
2867
1078
|
|
|
2868
1079
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2869
1080
|
|
|
1081
|
+
## [0.14.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.17...@synerise/ds-factors@0.14.18) (2022-08-25)
|
|
2870
1082
|
|
|
1083
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2871
1084
|
|
|
1085
|
+
## [0.14.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.12...@synerise/ds-factors@0.14.17) (2022-08-11)
|
|
2872
1086
|
|
|
1087
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2873
1088
|
|
|
2874
|
-
## [0.
|
|
1089
|
+
## [0.14.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.11...@synerise/ds-factors@0.14.12) (2022-07-28)
|
|
2875
1090
|
|
|
2876
1091
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2877
1092
|
|
|
1093
|
+
## [0.14.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.10...@synerise/ds-factors@0.14.11) (2022-07-17)
|
|
1094
|
+
|
|
1095
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2878
1096
|
|
|
1097
|
+
## [0.14.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.9...@synerise/ds-factors@0.14.10) (2022-07-11)
|
|
2879
1098
|
|
|
1099
|
+
### Bug Fixes
|
|
2880
1100
|
|
|
1101
|
+
- **factors:** hide date dropdown when others are open ([a1e47fd](https://github.com/Synerise/synerise-design/commit/a1e47fdbd85e7cba404e945eb23a7c9c9abc987e))
|
|
2881
1102
|
|
|
2882
|
-
## [0.
|
|
1103
|
+
## [0.14.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.8...@synerise/ds-factors@0.14.9) (2022-07-08)
|
|
2883
1104
|
|
|
2884
1105
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2885
1106
|
|
|
1107
|
+
## [0.14.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.7...@synerise/ds-factors@0.14.8) (2022-07-06)
|
|
2886
1108
|
|
|
1109
|
+
### Bug Fixes
|
|
2887
1110
|
|
|
1111
|
+
- **factors:** fixes factor types i18n ([8f501a3](https://github.com/Synerise/synerise-design/commit/8f501a36b7c7fdce4224c93f81d64f68fb691269))
|
|
1112
|
+
- **factors:** fixes factor types i18n ([5963bcf](https://github.com/Synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
|
|
2888
1113
|
|
|
2889
|
-
|
|
2890
|
-
## [0.6.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.0...@synerise/ds-factors@0.6.1) (2021-03-10)
|
|
1114
|
+
## [0.14.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.6...@synerise/ds-factors@0.14.7) (2022-06-29)
|
|
2891
1115
|
|
|
2892
1116
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2893
1117
|
|
|
1118
|
+
## [0.14.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.5...@synerise/ds-factors@0.14.6) (2022-06-23)
|
|
2894
1119
|
|
|
1120
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2895
1121
|
|
|
1122
|
+
## [0.14.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.4...@synerise/ds-factors@0.14.5) (2022-06-17)
|
|
2896
1123
|
|
|
1124
|
+
### Bug Fixes
|
|
2897
1125
|
|
|
2898
|
-
|
|
1126
|
+
- **factors:** disabled factor options ([1f805b8](https://github.com/Synerise/synerise-design/commit/1f805b8152c24a669d32e8a3b43f844e75e21db8))
|
|
1127
|
+
- **factors:** fixes welders-3765 ([1e1e8f4](https://github.com/Synerise/synerise-design/commit/1e1e8f41d2c36a59e8b1f86a34def74c5f3f457d))
|
|
2899
1128
|
|
|
1129
|
+
## [0.14.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.3...@synerise/ds-factors@0.14.4) (2022-06-15)
|
|
2900
1130
|
|
|
2901
|
-
###
|
|
1131
|
+
### Bug Fixes
|
|
1132
|
+
|
|
1133
|
+
- **factors:** adds custom arrow color ([26beb90](https://github.com/Synerise/synerise-design/commit/26beb90854efe80e65b4a0c4ad47bf56eb94a292))
|
|
1134
|
+
- **factors:** adds custom arrow color ([1b44050](https://github.com/Synerise/synerise-design/commit/1b4405009975e1e1160b8e8d75dd45182553c18c))
|
|
1135
|
+
- **filter:** fixes closing info-card when clicking on it ([91eed3b](https://github.com/Synerise/synerise-design/commit/91eed3b7a5392c04ed618c9f7265608d6c39655e))
|
|
2902
1136
|
|
|
2903
|
-
|
|
1137
|
+
## [0.14.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.2...@synerise/ds-factors@0.14.3) (2022-06-10)
|
|
2904
1138
|
|
|
1139
|
+
### Bug Fixes
|
|
2905
1140
|
|
|
1141
|
+
- **factors:** fixes using of autocomplete ([dd56cb3](https://github.com/Synerise/synerise-design/commit/dd56cb38a2a7bf022e8f9d12b2e23e6812b2f0b1))
|
|
2906
1142
|
|
|
1143
|
+
## [0.14.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.1...@synerise/ds-factors@0.14.2) (2022-05-31)
|
|
2907
1144
|
|
|
1145
|
+
### Bug Fixes
|
|
2908
1146
|
|
|
2909
|
-
|
|
1147
|
+
- **factors:** calls onChange callback on clearing input value ([37742e9](https://github.com/Synerise/synerise-design/commit/37742e9d87f526283641be964577c9f4754f463d))
|
|
1148
|
+
- **factors:** calls onChange callback on clearing input value ([92a3f80](https://github.com/Synerise/synerise-design/commit/92a3f80cc8d2d3ab2d4f0c5aa9c7be7168edb324))
|
|
2910
1149
|
|
|
1150
|
+
## [0.14.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.0...@synerise/ds-factors@0.14.1) (2022-05-30)
|
|
2911
1151
|
|
|
2912
1152
|
### Bug Fixes
|
|
2913
1153
|
|
|
2914
|
-
|
|
1154
|
+
- **condition:** fix dynamic key condition validation ([1777297](https://github.com/Synerise/synerise-design/commit/1777297c2d3eddb29620b7ac4a802a5cb3c2f84c))
|
|
2915
1155
|
|
|
1156
|
+
# [0.14.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.13.2...@synerise/ds-factors@0.14.0) (2022-05-28)
|
|
2916
1157
|
|
|
1158
|
+
### Features
|
|
2917
1159
|
|
|
1160
|
+
- **condition:** validation condition ([b8d9e62](https://github.com/Synerise/synerise-design/commit/b8d9e627f2d62113abc4716d4049c2e27ad49718))
|
|
2918
1161
|
|
|
1162
|
+
## [0.13.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.13.1...@synerise/ds-factors@0.13.2) (2022-05-13)
|
|
2919
1163
|
|
|
2920
|
-
|
|
1164
|
+
### Bug Fixes
|
|
2921
1165
|
|
|
1166
|
+
- **factors:** adds changeHandler to onValueChange ([afe05e8](https://github.com/Synerise/synerise-design/commit/afe05e8d568316ca339c975a27bf1b28b0fce237))
|
|
2922
1167
|
|
|
2923
|
-
|
|
1168
|
+
## [0.13.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.13.0...@synerise/ds-factors@0.13.1) (2022-04-29)
|
|
2924
1169
|
|
|
2925
|
-
|
|
1170
|
+
### Bug Fixes
|
|
2926
1171
|
|
|
1172
|
+
- **factors:** fixes auto height of parameters dropdown list ([67ced37](https://github.com/Synerise/synerise-design/commit/67ced37b02f9e442721afb274c6a32b5def18a83))
|
|
2927
1173
|
|
|
1174
|
+
# [0.13.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.12.2...@synerise/ds-factors@0.13.0) (2022-04-29)
|
|
2928
1175
|
|
|
1176
|
+
### Features
|
|
2929
1177
|
|
|
1178
|
+
- **factors:** adds onDeactivate prop, updates Readme.md ([ff85234](https://github.com/Synerise/synerise-design/commit/ff852349a5c77047d6d0642d4b5587dbcc6d24cd))
|
|
1179
|
+
- **factors:** adds tests ([8c469e1](https://github.com/Synerise/synerise-design/commit/8c469e164e986f346b591b3a97ed3b6fbab3cdaa))
|
|
2930
1180
|
|
|
2931
|
-
## [0.
|
|
1181
|
+
## [0.12.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.12.1...@synerise/ds-factors@0.12.2) (2022-04-12)
|
|
2932
1182
|
|
|
2933
|
-
|
|
1183
|
+
### Bug Fixes
|
|
2934
1184
|
|
|
1185
|
+
- fix filter dropdowns ([eaab107](https://github.com/Synerise/synerise-design/commit/eaab107b6dca7401a17c2e36806febd11edc677b))
|
|
2935
1186
|
|
|
1187
|
+
## [0.12.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.12.0...@synerise/ds-factors@0.12.1) (2022-04-08)
|
|
2936
1188
|
|
|
1189
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2937
1190
|
|
|
1191
|
+
# [0.12.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.9...@synerise/ds-factors@0.12.0) (2022-04-05)
|
|
2938
1192
|
|
|
2939
|
-
|
|
1193
|
+
### Bug Fixes
|
|
2940
1194
|
|
|
1195
|
+
- fix eslint errors ([7cce9b9](https://github.com/Synerise/synerise-design/commit/7cce9b94f8dea533b3c36a0f0cfd5145d4737166))
|
|
2941
1196
|
|
|
2942
1197
|
### Features
|
|
2943
1198
|
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
1199
|
+
- **filter:** fixes bugs ([b862ddd](https://github.com/Synerise/synerise-design/commit/b862dddbce1293c2a5381663fc903bb574edd135))
|
|
2947
1200
|
|
|
1201
|
+
## [0.11.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.8...@synerise/ds-factors@0.11.9) (2022-03-30)
|
|
2948
1202
|
|
|
1203
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2949
1204
|
|
|
2950
|
-
## [0.
|
|
1205
|
+
## [0.11.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.7...@synerise/ds-factors@0.11.8) (2022-03-24)
|
|
2951
1206
|
|
|
2952
1207
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2953
1208
|
|
|
1209
|
+
## [0.11.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.6...@synerise/ds-factors@0.11.7) (2022-03-24)
|
|
2954
1210
|
|
|
1211
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2955
1212
|
|
|
1213
|
+
## [0.11.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.5...@synerise/ds-factors@0.11.6) (2022-03-21)
|
|
2956
1214
|
|
|
1215
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2957
1216
|
|
|
2958
|
-
|
|
1217
|
+
## [0.11.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.4...@synerise/ds-factors@0.11.5) (2022-03-14)
|
|
2959
1218
|
|
|
1219
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2960
1220
|
|
|
2961
|
-
|
|
1221
|
+
## [0.11.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.3...@synerise/ds-factors@0.11.4) (2022-02-25)
|
|
2962
1222
|
|
|
2963
|
-
|
|
1223
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2964
1224
|
|
|
1225
|
+
## [0.11.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.2...@synerise/ds-factors@0.11.3) (2022-02-16)
|
|
2965
1226
|
|
|
1227
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2966
1228
|
|
|
1229
|
+
## [0.11.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.1...@synerise/ds-factors@0.11.2) (2022-02-03)
|
|
2967
1230
|
|
|
1231
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2968
1232
|
|
|
2969
|
-
## [0.
|
|
1233
|
+
## [0.11.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.11.0...@synerise/ds-factors@0.11.1) (2022-01-17)
|
|
2970
1234
|
|
|
2971
1235
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2972
1236
|
|
|
1237
|
+
# [0.11.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.9...@synerise/ds-factors@0.11.0) (2022-01-13)
|
|
2973
1238
|
|
|
1239
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2974
1240
|
|
|
1241
|
+
## [0.10.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.8...@synerise/ds-factors@0.10.9) (2022-01-04)
|
|
2975
1242
|
|
|
1243
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2976
1244
|
|
|
2977
|
-
## [0.
|
|
1245
|
+
## [0.10.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.7...@synerise/ds-factors@0.10.8) (2021-12-29)
|
|
2978
1246
|
|
|
2979
1247
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2980
1248
|
|
|
1249
|
+
## [0.10.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.6...@synerise/ds-factors@0.10.7) (2021-12-22)
|
|
2981
1250
|
|
|
1251
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2982
1252
|
|
|
1253
|
+
## [0.10.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.5...@synerise/ds-factors@0.10.6) (2021-12-20)
|
|
2983
1254
|
|
|
1255
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2984
1256
|
|
|
2985
|
-
## [0.
|
|
1257
|
+
## [0.10.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.4...@synerise/ds-factors@0.10.5) (2021-12-01)
|
|
2986
1258
|
|
|
2987
1259
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2988
1260
|
|
|
1261
|
+
## [0.10.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.3...@synerise/ds-factors@0.10.4) (2021-11-23)
|
|
2989
1262
|
|
|
1263
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2990
1264
|
|
|
1265
|
+
## [0.10.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.2...@synerise/ds-factors@0.10.3) (2021-11-22)
|
|
2991
1266
|
|
|
1267
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2992
1268
|
|
|
2993
|
-
## [0.2
|
|
1269
|
+
## [0.10.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.10.1...@synerise/ds-factors@0.10.2) (2021-11-16)
|
|
2994
1270
|
|
|
2995
1271
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2996
1272
|
|
|
1273
|
+
## [0.10.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.9.1...@synerise/ds-factors@0.10.1) (2021-11-09)
|
|
2997
1274
|
|
|
1275
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2998
1276
|
|
|
1277
|
+
# [0.10.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.9.1...@synerise/ds-factors@0.10.0) (2021-11-09)
|
|
2999
1278
|
|
|
1279
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3000
1280
|
|
|
3001
|
-
## [0.
|
|
1281
|
+
## [0.9.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.9.0...@synerise/ds-factors@0.9.1) (2021-11-05)
|
|
3002
1282
|
|
|
3003
1283
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3004
1284
|
|
|
1285
|
+
# [0.9.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.8.2...@synerise/ds-factors@0.9.0) (2021-11-04)
|
|
1286
|
+
|
|
1287
|
+
### Features
|
|
3005
1288
|
|
|
1289
|
+
- **condition:** add custom factor component ([d1205bc](https://github.com/Synerise/synerise-design/commit/d1205bce20f4154e7596bcd33ad127557bc0ad99))
|
|
3006
1290
|
|
|
1291
|
+
## [0.8.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.8.0...@synerise/ds-factors@0.8.2) (2021-10-26)
|
|
3007
1292
|
|
|
1293
|
+
### Bug Fixes
|
|
3008
1294
|
|
|
3009
|
-
|
|
1295
|
+
- **condition:** fixes add condition button ([2a06856](https://github.com/Synerise/synerise-design/commit/2a06856cf8759db1459467f95fcd4dd12af53e1c))
|
|
3010
1296
|
|
|
3011
|
-
|
|
1297
|
+
## [0.8.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.8.0...@synerise/ds-factors@0.8.1) (2021-10-19)
|
|
3012
1298
|
|
|
1299
|
+
### Bug Fixes
|
|
3013
1300
|
|
|
1301
|
+
- **condition:** fixes add condition button ([2a06856](https://github.com/Synerise/synerise-design/commit/2a06856cf8759db1459467f95fcd4dd12af53e1c))
|
|
3014
1302
|
|
|
1303
|
+
# [0.8.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.36...@synerise/ds-factors@0.8.0) (2021-10-19)
|
|
3015
1304
|
|
|
1305
|
+
### Bug Fixes
|
|
3016
1306
|
|
|
3017
|
-
|
|
1307
|
+
- **condition:** performance improvements ([c3f54cf](https://github.com/Synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
|
|
3018
1308
|
|
|
3019
|
-
|
|
1309
|
+
### Features
|
|
3020
1310
|
|
|
1311
|
+
- **context-selector:** update styles ([5bdc277](https://github.com/Synerise/synerise-design/commit/5bdc277644da1f6eae9fe1d4aa9da7379bed389f))
|
|
1312
|
+
- **factors:** adds infinite scroll & virtualization ([1d7b818](https://github.com/Synerise/synerise-design/commit/1d7b818ae087e2bf10285d0db5c47d13fe2d5ec7))
|
|
1313
|
+
- **factors:** performance improvements ([71ac49b](https://github.com/Synerise/synerise-design/commit/71ac49b111fb2f6d51d65ae3bbd1a02d514bedf2))
|
|
1314
|
+
- **factors:** update hook deps ([191ef85](https://github.com/Synerise/synerise-design/commit/191ef85e944808d882183da339eb8245d671dbe5))
|
|
1315
|
+
- **factors:** update package.json ([9cfbda1](https://github.com/Synerise/synerise-design/commit/9cfbda1b134af86c1a96384b38dffda519955fc8))
|
|
3021
1316
|
|
|
1317
|
+
## [0.7.36](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.35...@synerise/ds-factors@0.7.36) (2021-10-05)
|
|
3022
1318
|
|
|
1319
|
+
### Bug Fixes
|
|
3023
1320
|
|
|
1321
|
+
- **factors:** fix invinite requests ([94c2a2c](https://github.com/Synerise/synerise-design/commit/94c2a2c145549ff0e0c9f774ea12509a79782615))
|
|
3024
1322
|
|
|
3025
|
-
## [0.
|
|
1323
|
+
## [0.7.35](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.34...@synerise/ds-factors@0.7.35) (2021-09-21)
|
|
3026
1324
|
|
|
3027
1325
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3028
1326
|
|
|
1327
|
+
## [0.7.34](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.33...@synerise/ds-factors@0.7.34) (2021-09-15)
|
|
3029
1328
|
|
|
1329
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3030
1330
|
|
|
1331
|
+
## [0.7.33](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.32...@synerise/ds-factors@0.7.33) (2021-09-14)
|
|
3031
1332
|
|
|
1333
|
+
### Bug Fixes
|
|
3032
1334
|
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1335
|
+
- **factors:** fire method when dropdown is opened ([2ec39ec](https://github.com/Synerise/synerise-design/commit/2ec39ec0f075675f1fbf23af89cfde2a26f529e4))
|
|
3036
1336
|
|
|
1337
|
+
## [0.7.32](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.31...@synerise/ds-factors@0.7.32) (2021-09-09)
|
|
3037
1338
|
|
|
1339
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3038
1340
|
|
|
1341
|
+
## [0.7.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.30...@synerise/ds-factors@0.7.31) (2021-09-09)
|
|
3039
1342
|
|
|
1343
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3040
1344
|
|
|
3041
|
-
## [0.
|
|
1345
|
+
## [0.7.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.29...@synerise/ds-factors@0.7.30) (2021-09-03)
|
|
3042
1346
|
|
|
3043
1347
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3044
1348
|
|
|
1349
|
+
## [0.7.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.28...@synerise/ds-factors@0.7.29) (2021-09-01)
|
|
3045
1350
|
|
|
1351
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3046
1352
|
|
|
1353
|
+
## [0.7.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.27...@synerise/ds-factors@0.7.28) (2021-08-31)
|
|
3047
1354
|
|
|
1355
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3048
1356
|
|
|
3049
|
-
## [0.
|
|
1357
|
+
## [0.7.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.26...@synerise/ds-factors@0.7.27) (2021-08-26)
|
|
3050
1358
|
|
|
3051
1359
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3052
1360
|
|
|
1361
|
+
## [0.7.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.25...@synerise/ds-factors@0.7.26) (2021-08-06)
|
|
3053
1362
|
|
|
1363
|
+
### Bug Fixes
|
|
3054
1364
|
|
|
1365
|
+
- **factors:** inrease specifity of styles ([2dfd1c0](https://github.com/Synerise/synerise-design/commit/2dfd1c02f859f2dce4e8411a3451a220e44bcb9e))
|
|
3055
1366
|
|
|
3056
|
-
|
|
3057
|
-
## [0.2.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.10...@synerise/ds-factors@0.2.11) (2020-12-23)
|
|
1367
|
+
## [0.7.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.24...@synerise/ds-factors@0.7.25) (2021-07-30)
|
|
3058
1368
|
|
|
3059
1369
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3060
1370
|
|
|
1371
|
+
## [0.7.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.23...@synerise/ds-factors@0.7.24) (2021-07-30)
|
|
3061
1372
|
|
|
1373
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3062
1374
|
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
## [0.2.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.9...@synerise/ds-factors@0.2.10) (2020-12-21)
|
|
1375
|
+
## [0.7.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.22...@synerise/ds-factors@0.7.23) (2021-07-19)
|
|
3066
1376
|
|
|
3067
1377
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3068
1378
|
|
|
1379
|
+
## [0.7.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.21...@synerise/ds-factors@0.7.22) (2021-07-08)
|
|
3069
1380
|
|
|
1381
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3070
1382
|
|
|
1383
|
+
## [0.7.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.20...@synerise/ds-factors@0.7.21) (2021-07-07)
|
|
3071
1384
|
|
|
1385
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3072
1386
|
|
|
3073
|
-
## [0.
|
|
1387
|
+
## [0.7.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.19...@synerise/ds-factors@0.7.20) (2021-07-01)
|
|
3074
1388
|
|
|
3075
1389
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3076
1390
|
|
|
1391
|
+
## [0.7.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.18...@synerise/ds-factors@0.7.19) (2021-06-30)
|
|
3077
1392
|
|
|
1393
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3078
1394
|
|
|
1395
|
+
## [0.7.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.17...@synerise/ds-factors@0.7.18) (2021-06-22)
|
|
3079
1396
|
|
|
1397
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3080
1398
|
|
|
3081
|
-
## [0.
|
|
1399
|
+
## [0.7.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.16...@synerise/ds-factors@0.7.17) (2021-06-21)
|
|
3082
1400
|
|
|
3083
1401
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3084
1402
|
|
|
1403
|
+
## [0.7.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.15...@synerise/ds-factors@0.7.16) (2021-06-14)
|
|
3085
1404
|
|
|
1405
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3086
1406
|
|
|
1407
|
+
## [0.7.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.14...@synerise/ds-factors@0.7.15) (2021-05-27)
|
|
3087
1408
|
|
|
1409
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3088
1410
|
|
|
3089
|
-
## [0.
|
|
1411
|
+
## [0.7.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.13...@synerise/ds-factors@0.7.14) (2021-05-26)
|
|
3090
1412
|
|
|
3091
1413
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3092
1414
|
|
|
1415
|
+
## [0.7.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.12...@synerise/ds-factors@0.7.13) (2021-05-25)
|
|
3093
1416
|
|
|
1417
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3094
1418
|
|
|
1419
|
+
## [0.7.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.11...@synerise/ds-factors@0.7.12) (2021-05-24)
|
|
3095
1420
|
|
|
1421
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3096
1422
|
|
|
3097
|
-
## [0.
|
|
1423
|
+
## [0.7.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.10...@synerise/ds-factors@0.7.11) (2021-05-20)
|
|
3098
1424
|
|
|
3099
1425
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3100
1426
|
|
|
1427
|
+
## [0.7.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.9...@synerise/ds-factors@0.7.10) (2021-05-20)
|
|
3101
1428
|
|
|
1429
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3102
1430
|
|
|
1431
|
+
## [0.7.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.8...@synerise/ds-factors@0.7.9) (2021-05-20)
|
|
3103
1432
|
|
|
1433
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3104
1434
|
|
|
3105
|
-
## [0.
|
|
1435
|
+
## [0.7.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.7...@synerise/ds-factors@0.7.8) (2021-05-20)
|
|
3106
1436
|
|
|
3107
1437
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3108
1438
|
|
|
1439
|
+
## [0.7.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.6...@synerise/ds-factors@0.7.7) (2021-05-18)
|
|
3109
1440
|
|
|
1441
|
+
### Bug Fixes
|
|
3110
1442
|
|
|
1443
|
+
- **condition:** removes focus on preselected param ([4eff5bc](https://github.com/Synerise/synerise-design/commit/4eff5bc43aaaa6ecf0e11d3dad2793da7f551fe4))
|
|
3111
1444
|
|
|
3112
|
-
|
|
3113
|
-
## [0.2.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.3...@synerise/ds-factors@0.2.4) (2020-12-14)
|
|
1445
|
+
## [0.7.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.5...@synerise/ds-factors@0.7.6) (2021-05-14)
|
|
3114
1446
|
|
|
3115
1447
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3116
1448
|
|
|
1449
|
+
## [0.7.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.4...@synerise/ds-factors@0.7.5) (2021-05-14)
|
|
3117
1450
|
|
|
1451
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3118
1452
|
|
|
1453
|
+
## [0.7.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.3...@synerise/ds-factors@0.7.4) (2021-05-14)
|
|
3119
1454
|
|
|
1455
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3120
1456
|
|
|
3121
|
-
## [0.
|
|
1457
|
+
## [0.7.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.2...@synerise/ds-factors@0.7.3) (2021-05-06)
|
|
3122
1458
|
|
|
3123
1459
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3124
1460
|
|
|
1461
|
+
## [0.7.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.1...@synerise/ds-factors@0.7.2) (2021-05-06)
|
|
3125
1462
|
|
|
1463
|
+
### Bug Fixes
|
|
3126
1464
|
|
|
1465
|
+
- **factors:** fixes tabs in factor dropdowns ([5de3097](https://github.com/Synerise/synerise-design/commit/5de309792741847892f5a7e902e3d648294cc88a))
|
|
1466
|
+
- **factors:** fixes tabs in factor dropdowns ([df38c77](https://github.com/Synerise/synerise-design/commit/df38c774586a0f68b693edd8e9bef71009700b08))
|
|
3127
1467
|
|
|
3128
|
-
|
|
3129
|
-
## [0.2.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.1...@synerise/ds-factors@0.2.2) (2020-12-11)
|
|
1468
|
+
## [0.7.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.7.0...@synerise/ds-factors@0.7.1) (2021-04-29)
|
|
3130
1469
|
|
|
3131
1470
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3132
1471
|
|
|
1472
|
+
# [0.7.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.16...@synerise/ds-factors@0.7.0) (2021-04-22)
|
|
1473
|
+
|
|
1474
|
+
### Bug Fixes
|
|
3133
1475
|
|
|
1476
|
+
- **condition:** eslint warnings ([9e9e83d](https://github.com/Synerise/synerise-design/commit/9e9e83d85e7445a8859deef1735bb85b2f17caea))
|
|
1477
|
+
- **condition:** fixes from CR ([ac5e675](https://github.com/Synerise/synerise-design/commit/ac5e6750b8e4ae370e5043708f2497c202c8490b))
|
|
3134
1478
|
|
|
1479
|
+
### Features
|
|
3135
1480
|
|
|
1481
|
+
- **factors:** autofocus on current FactorValue input ([6ba4248](https://github.com/Synerise/synerise-design/commit/6ba4248b3e8b2d0e789dceac01c3a48eab85cfc1))
|
|
3136
1482
|
|
|
3137
|
-
## [0.
|
|
1483
|
+
## [0.6.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.15...@synerise/ds-factors@0.6.16) (2021-04-07)
|
|
3138
1484
|
|
|
3139
1485
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3140
1486
|
|
|
1487
|
+
## [0.6.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.14...@synerise/ds-factors@0.6.15) (2021-03-30)
|
|
3141
1488
|
|
|
1489
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3142
1490
|
|
|
1491
|
+
## [0.6.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.13...@synerise/ds-factors@0.6.14) (2021-03-29)
|
|
3143
1492
|
|
|
1493
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3144
1494
|
|
|
3145
|
-
|
|
1495
|
+
## [0.6.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.12...@synerise/ds-factors@0.6.13) (2021-03-24)
|
|
3146
1496
|
|
|
3147
1497
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3148
1498
|
|
|
1499
|
+
## [0.6.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.11...@synerise/ds-factors@0.6.12) (2021-03-24)
|
|
3149
1500
|
|
|
1501
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3150
1502
|
|
|
1503
|
+
## [0.6.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.10...@synerise/ds-factors@0.6.11) (2021-03-22)
|
|
3151
1504
|
|
|
1505
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3152
1506
|
|
|
3153
|
-
## [0.
|
|
1507
|
+
## [0.6.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.9...@synerise/ds-factors@0.6.10) (2021-03-19)
|
|
3154
1508
|
|
|
3155
1509
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3156
1510
|
|
|
1511
|
+
## [0.6.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.8...@synerise/ds-factors@0.6.9) (2021-03-16)
|
|
3157
1512
|
|
|
1513
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3158
1514
|
|
|
1515
|
+
## [0.6.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.7...@synerise/ds-factors@0.6.8) (2021-03-16)
|
|
3159
1516
|
|
|
1517
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3160
1518
|
|
|
3161
|
-
## [0.
|
|
1519
|
+
## [0.6.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.6...@synerise/ds-factors@0.6.7) (2021-03-16)
|
|
3162
1520
|
|
|
3163
1521
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3164
1522
|
|
|
1523
|
+
## [0.6.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.5...@synerise/ds-factors@0.6.6) (2021-03-16)
|
|
3165
1524
|
|
|
1525
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3166
1526
|
|
|
1527
|
+
## [0.6.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.4...@synerise/ds-factors@0.6.5) (2021-03-16)
|
|
3167
1528
|
|
|
1529
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3168
1530
|
|
|
3169
|
-
## [0.
|
|
1531
|
+
## [0.6.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.3...@synerise/ds-factors@0.6.4) (2021-03-15)
|
|
3170
1532
|
|
|
3171
1533
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3172
1534
|
|
|
1535
|
+
## [0.6.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.2...@synerise/ds-factors@0.6.3) (2021-03-10)
|
|
3173
1536
|
|
|
1537
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3174
1538
|
|
|
1539
|
+
## [0.6.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.1...@synerise/ds-factors@0.6.2) (2021-03-10)
|
|
3175
1540
|
|
|
1541
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3176
1542
|
|
|
3177
|
-
## [0.1
|
|
1543
|
+
## [0.6.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.6.0...@synerise/ds-factors@0.6.1) (2021-03-10)
|
|
3178
1544
|
|
|
3179
1545
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3180
1546
|
|
|
1547
|
+
# [0.6.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.5.1...@synerise/ds-factors@0.6.0) (2021-03-09)
|
|
3181
1548
|
|
|
1549
|
+
### Features
|
|
3182
1550
|
|
|
1551
|
+
- **condition:** adjust for design ([4a2be5f](https://github.com/Synerise/synerise-design/commit/4a2be5f13c16c7c4360353bd34a7ed5a27e158c7))
|
|
3183
1552
|
|
|
1553
|
+
## [0.5.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.5.0...@synerise/ds-factors@0.5.1) (2021-03-08)
|
|
3184
1554
|
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1555
|
+
### Bug Fixes
|
|
3188
1556
|
|
|
1557
|
+
- **condition:** minior fixes ([26982be](https://github.com/Synerise/synerise-design/commit/26982bee3f682e6f8d5126e4143c80c4405f6bae))
|
|
3189
1558
|
|
|
1559
|
+
# [0.5.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.4.1...@synerise/ds-factors@0.5.0) (2021-03-03)
|
|
3190
1560
|
|
|
1561
|
+
### Features
|
|
3191
1562
|
|
|
1563
|
+
- **condition:** adjust for design ([1018428](https://github.com/Synerise/synerise-design/commit/101842816d94a413d36bffc1b64ffdb87cf0e753))
|
|
3192
1564
|
|
|
3193
|
-
## [0.1
|
|
1565
|
+
## [0.4.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.4.0...@synerise/ds-factors@0.4.1) (2021-03-02)
|
|
3194
1566
|
|
|
3195
1567
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3196
1568
|
|
|
1569
|
+
# [0.4.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.3.1...@synerise/ds-factors@0.4.0) (2021-03-02)
|
|
3197
1570
|
|
|
1571
|
+
### Features
|
|
3198
1572
|
|
|
1573
|
+
- **condition:** adjust for design ([1d338ef](https://github.com/Synerise/synerise-design/commit/1d338efd6ec42cd542c735475bd3956ef9e3a12a))
|
|
3199
1574
|
|
|
3200
|
-
|
|
3201
|
-
## [0.1.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.26...@synerise/ds-factors@0.1.27) (2020-11-12)
|
|
1575
|
+
## [0.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.3.0...@synerise/ds-factors@0.3.1) (2021-03-01)
|
|
3202
1576
|
|
|
3203
1577
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3204
1578
|
|
|
1579
|
+
# [0.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.22...@synerise/ds-factors@0.3.0) (2021-02-17)
|
|
3205
1580
|
|
|
1581
|
+
### Features
|
|
3206
1582
|
|
|
1583
|
+
- **progress-bar:** add progress tiles ([ba7a987](https://github.com/Synerise/synerise-design/commit/ba7a987f4859c0021d30f0cbc6a510919ae34893))
|
|
3207
1584
|
|
|
3208
|
-
|
|
3209
|
-
## [0.1.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.25...@synerise/ds-factors@0.1.26) (2020-11-09)
|
|
1585
|
+
## [0.2.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.21...@synerise/ds-factors@0.2.22) (2021-02-15)
|
|
3210
1586
|
|
|
3211
1587
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3212
1588
|
|
|
1589
|
+
## [0.2.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.20...@synerise/ds-factors@0.2.21) (2021-02-08)
|
|
3213
1590
|
|
|
1591
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3214
1592
|
|
|
1593
|
+
## [0.2.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.19...@synerise/ds-factors@0.2.20) (2021-02-05)
|
|
3215
1594
|
|
|
1595
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3216
1596
|
|
|
3217
|
-
## [0.
|
|
1597
|
+
## [0.2.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.18...@synerise/ds-factors@0.2.19) (2021-02-02)
|
|
3218
1598
|
|
|
3219
1599
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3220
1600
|
|
|
1601
|
+
## [0.2.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.17...@synerise/ds-factors@0.2.18) (2021-02-01)
|
|
3221
1602
|
|
|
1603
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3222
1604
|
|
|
1605
|
+
## [0.2.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.16...@synerise/ds-factors@0.2.17) (2021-01-22)
|
|
3223
1606
|
|
|
1607
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3224
1608
|
|
|
3225
|
-
## [0.
|
|
1609
|
+
## [0.2.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.15...@synerise/ds-factors@0.2.16) (2021-01-20)
|
|
3226
1610
|
|
|
3227
1611
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3228
1612
|
|
|
1613
|
+
## [0.2.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.14...@synerise/ds-factors@0.2.15) (2021-01-15)
|
|
3229
1614
|
|
|
1615
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3230
1616
|
|
|
1617
|
+
## [0.2.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.13...@synerise/ds-factors@0.2.14) (2021-01-13)
|
|
3231
1618
|
|
|
1619
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3232
1620
|
|
|
3233
|
-
## [0.
|
|
1621
|
+
## [0.2.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.12...@synerise/ds-factors@0.2.13) (2021-01-04)
|
|
3234
1622
|
|
|
3235
1623
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3236
1624
|
|
|
1625
|
+
## [0.2.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.11...@synerise/ds-factors@0.2.12) (2020-12-23)
|
|
3237
1626
|
|
|
1627
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3238
1628
|
|
|
1629
|
+
## [0.2.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.10...@synerise/ds-factors@0.2.11) (2020-12-23)
|
|
3239
1630
|
|
|
1631
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3240
1632
|
|
|
3241
|
-
## [0.
|
|
1633
|
+
## [0.2.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.9...@synerise/ds-factors@0.2.10) (2020-12-21)
|
|
3242
1634
|
|
|
3243
1635
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3244
1636
|
|
|
1637
|
+
## [0.2.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.8...@synerise/ds-factors@0.2.9) (2020-12-21)
|
|
3245
1638
|
|
|
1639
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3246
1640
|
|
|
1641
|
+
## [0.2.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.7...@synerise/ds-factors@0.2.8) (2020-12-18)
|
|
3247
1642
|
|
|
1643
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3248
1644
|
|
|
3249
|
-
## [0.
|
|
1645
|
+
## [0.2.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.6...@synerise/ds-factors@0.2.7) (2020-12-17)
|
|
3250
1646
|
|
|
3251
1647
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3252
1648
|
|
|
1649
|
+
## [0.2.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.5...@synerise/ds-factors@0.2.6) (2020-12-15)
|
|
3253
1650
|
|
|
1651
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3254
1652
|
|
|
1653
|
+
## [0.2.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.4...@synerise/ds-factors@0.2.5) (2020-12-15)
|
|
3255
1654
|
|
|
1655
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3256
1656
|
|
|
3257
|
-
## [0.
|
|
1657
|
+
## [0.2.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.3...@synerise/ds-factors@0.2.4) (2020-12-14)
|
|
3258
1658
|
|
|
3259
1659
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3260
1660
|
|
|
1661
|
+
## [0.2.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.2...@synerise/ds-factors@0.2.3) (2020-12-14)
|
|
3261
1662
|
|
|
1663
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3262
1664
|
|
|
1665
|
+
## [0.2.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.1...@synerise/ds-factors@0.2.2) (2020-12-11)
|
|
3263
1666
|
|
|
1667
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3264
1668
|
|
|
3265
|
-
## [0.1
|
|
1669
|
+
## [0.2.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.2.0...@synerise/ds-factors@0.2.1) (2020-12-09)
|
|
3266
1670
|
|
|
3267
1671
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3268
1672
|
|
|
1673
|
+
# [0.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.33...@synerise/ds-factors@0.2.0) (2020-12-07)
|
|
3269
1674
|
|
|
1675
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3270
1676
|
|
|
1677
|
+
## [0.1.33](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.32...@synerise/ds-factors@0.1.33) (2020-12-04)
|
|
3271
1678
|
|
|
1679
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3272
1680
|
|
|
3273
|
-
## [0.1.
|
|
1681
|
+
## [0.1.32](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.31...@synerise/ds-factors@0.1.32) (2020-12-02)
|
|
3274
1682
|
|
|
3275
1683
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3276
1684
|
|
|
1685
|
+
## [0.1.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.30...@synerise/ds-factors@0.1.31) (2020-11-25)
|
|
3277
1686
|
|
|
1687
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3278
1688
|
|
|
1689
|
+
## [0.1.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.29...@synerise/ds-factors@0.1.30) (2020-11-18)
|
|
3279
1690
|
|
|
1691
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3280
1692
|
|
|
3281
|
-
## [0.1.
|
|
1693
|
+
## [0.1.29](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.28...@synerise/ds-factors@0.1.29) (2020-11-13)
|
|
3282
1694
|
|
|
3283
1695
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3284
1696
|
|
|
1697
|
+
## [0.1.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.27...@synerise/ds-factors@0.1.28) (2020-11-12)
|
|
3285
1698
|
|
|
1699
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3286
1700
|
|
|
1701
|
+
## [0.1.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.26...@synerise/ds-factors@0.1.27) (2020-11-12)
|
|
3287
1702
|
|
|
1703
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3288
1704
|
|
|
3289
|
-
## [0.1.
|
|
1705
|
+
## [0.1.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.25...@synerise/ds-factors@0.1.26) (2020-11-09)
|
|
3290
1706
|
|
|
3291
1707
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3292
1708
|
|
|
1709
|
+
## [0.1.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.24...@synerise/ds-factors@0.1.25) (2020-11-08)
|
|
3293
1710
|
|
|
1711
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3294
1712
|
|
|
1713
|
+
## [0.1.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.23...@synerise/ds-factors@0.1.24) (2020-11-06)
|
|
3295
1714
|
|
|
1715
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3296
1716
|
|
|
3297
|
-
## [0.1.
|
|
1717
|
+
## [0.1.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.22...@synerise/ds-factors@0.1.23) (2020-11-04)
|
|
3298
1718
|
|
|
3299
1719
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3300
1720
|
|
|
1721
|
+
## [0.1.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.21...@synerise/ds-factors@0.1.22) (2020-10-30)
|
|
3301
1722
|
|
|
1723
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3302
1724
|
|
|
1725
|
+
## [0.1.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.20...@synerise/ds-factors@0.1.21) (2020-10-30)
|
|
3303
1726
|
|
|
1727
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3304
1728
|
|
|
3305
|
-
## [0.1.
|
|
1729
|
+
## [0.1.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.19...@synerise/ds-factors@0.1.20) (2020-10-30)
|
|
3306
1730
|
|
|
3307
1731
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3308
1732
|
|
|
1733
|
+
## [0.1.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.18...@synerise/ds-factors@0.1.19) (2020-10-29)
|
|
3309
1734
|
|
|
1735
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3310
1736
|
|
|
1737
|
+
## [0.1.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.17...@synerise/ds-factors@0.1.18) (2020-10-28)
|
|
3311
1738
|
|
|
1739
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3312
1740
|
|
|
3313
|
-
## [0.1.
|
|
1741
|
+
## [0.1.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.16...@synerise/ds-factors@0.1.17) (2020-10-22)
|
|
3314
1742
|
|
|
3315
1743
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3316
1744
|
|
|
1745
|
+
## [0.1.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.15...@synerise/ds-factors@0.1.16) (2020-10-22)
|
|
3317
1746
|
|
|
1747
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3318
1748
|
|
|
1749
|
+
## [0.1.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.14...@synerise/ds-factors@0.1.15) (2020-10-21)
|
|
3319
1750
|
|
|
1751
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3320
1752
|
|
|
3321
|
-
## [0.1.
|
|
1753
|
+
## [0.1.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.13...@synerise/ds-factors@0.1.14) (2020-10-20)
|
|
3322
1754
|
|
|
3323
1755
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3324
1756
|
|
|
1757
|
+
## [0.1.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.12...@synerise/ds-factors@0.1.13) (2020-10-13)
|
|
3325
1758
|
|
|
1759
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3326
1760
|
|
|
1761
|
+
## [0.1.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.11...@synerise/ds-factors@0.1.12) (2020-10-12)
|
|
3327
1762
|
|
|
1763
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3328
1764
|
|
|
3329
1765
|
## [0.1.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.10...@synerise/ds-factors@0.1.11) (2020-10-12)
|
|
3330
1766
|
|
|
3331
1767
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3332
1768
|
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
1769
|
## [0.1.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.9...@synerise/ds-factors@0.1.10) (2020-10-09)
|
|
3338
1770
|
|
|
3339
1771
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3340
1772
|
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
1773
|
## [0.1.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.8...@synerise/ds-factors@0.1.9) (2020-10-09)
|
|
3346
1774
|
|
|
3347
|
-
|
|
3348
1775
|
### Bug Fixes
|
|
3349
1776
|
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
1777
|
+
- **factors:** add latest ds-icon to deps ([c413466](https://github.com/Synerise/synerise-design/commit/c41346680319afd446f9dd6dae92a3f3d705912a))
|
|
3355
1778
|
|
|
3356
1779
|
## [0.1.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.7...@synerise/ds-factors@0.1.8) (2020-10-06)
|
|
3357
1780
|
|
|
3358
1781
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3359
1782
|
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
1783
|
## [0.1.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.6...@synerise/ds-factors@0.1.7) (2020-10-06)
|
|
3365
1784
|
|
|
3366
|
-
|
|
3367
1785
|
### Bug Fixes
|
|
3368
1786
|
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
1787
|
+
- **factors:** fix issues from QA ([496e88f](https://github.com/Synerise/synerise-design/commit/496e88f2cca86b87ff484e2a57a9ff3fa7bae425))
|
|
3374
1788
|
|
|
3375
1789
|
## [0.1.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.5...@synerise/ds-factors@0.1.6) (2020-10-06)
|
|
3376
1790
|
|
|
3377
1791
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3378
1792
|
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
1793
|
## [0.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.4...@synerise/ds-factors@0.1.5) (2020-10-05)
|
|
3384
1794
|
|
|
3385
1795
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3386
1796
|
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
1797
|
## [0.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.3...@synerise/ds-factors@0.1.4) (2020-10-02)
|
|
3392
1798
|
|
|
3393
1799
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3394
1800
|
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
1801
|
## [0.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.2...@synerise/ds-factors@0.1.3) (2020-10-02)
|
|
3400
1802
|
|
|
3401
1803
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3402
1804
|
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
1805
|
## [0.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.1...@synerise/ds-factors@0.1.2) (2020-09-29)
|
|
3408
1806
|
|
|
3409
1807
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3410
1808
|
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
1809
|
## [0.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.1.0...@synerise/ds-factors@0.1.1) (2020-09-28)
|
|
3416
1810
|
|
|
3417
1811
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3418
1812
|
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
1813
|
# 0.1.0 (2020-09-25)
|
|
3424
1814
|
|
|
3425
|
-
|
|
3426
1815
|
### Bug Fixes
|
|
3427
1816
|
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
1817
|
+
- **factors:** add missing dependencies in package.json ([8d1d616](https://github.com/Synerise/synerise-design/commit/8d1d616ccaa53fd1b15fd5518d0e8f2203e9590e))
|
|
1818
|
+
- **factors:** add missing deps in hooks ([755e4a4](https://github.com/Synerise/synerise-design/commit/755e4a4e2d5e705cfa1d907440e5bce990293428))
|
|
1819
|
+
- **factors:** add missing deps in package.json ([394f60a](https://github.com/Synerise/synerise-design/commit/394f60ae7a6ad0af2a1eff9d1d9ecca45167424f))
|
|
1820
|
+
- **factors:** add missing deps in package.json ([f032eaf](https://github.com/Synerise/synerise-design/commit/f032eaf22931a510a9dd9a69cf842f75c0d062e3))
|
|
1821
|
+
- **factors:** autofocus on search input ([dd8ec41](https://github.com/Synerise/synerise-design/commit/dd8ec41ca45bf98437e24d4ca015b87c9dab00f7))
|
|
1822
|
+
- **factors:** fix factors tests ([80536bc](https://github.com/Synerise/synerise-design/commit/80536bcf6adefcb4254c28ab411f261f87f1b87b))
|
|
1823
|
+
- **factors:** fix farmula modal, expansible text modal, autocomplete ([92a7e94](https://github.com/Synerise/synerise-design/commit/92a7e94af258a9601686d08d63f2317d79ddcfa0))
|
|
1824
|
+
- **factors:** fix navigation by keyboard arrows ([abb6ed8](https://github.com/Synerise/synerise-design/commit/abb6ed8f4b6f9593fea3169d046add488cdc3f8d))
|
|
1825
|
+
- **factors:** fix no results in parameters dropdown ([5d930eb](https://github.com/Synerise/synerise-design/commit/5d930eb08c19c4378a673ce8b2d5d3ea046b60e4))
|
|
1826
|
+
- **factors:** fix scrollbar position ([1fae18e](https://github.com/Synerise/synerise-design/commit/1fae18e409a7e61581f06fe26a31b474b5d0b3c7))
|
|
1827
|
+
- **factors:** fix styles and types ([bf5bb97](https://github.com/Synerise/synerise-design/commit/bf5bb979f3c3369d0107f22a3023ab402b33c54f))
|
|
1828
|
+
- **factors:** fix styles expansible text input, fix keyboard navigation ([4190b8d](https://github.com/Synerise/synerise-design/commit/4190b8dbb4312c19c9980aa60a6d66b3b6d85cc5))
|
|
1829
|
+
- **factors:** fix types ([cbe892f](https://github.com/Synerise/synerise-design/commit/cbe892fd5e776c6c224282158340e7b4717c5f25))
|
|
3442
1830
|
|
|
3443
1831
|
### Features
|
|
3444
1832
|
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
1833
|
+
- **condition:** open next field automically ([6e55d51](https://github.com/Synerise/synerise-design/commit/6e55d51fd252223c45d3926706cf31844dedd07a))
|
|
1834
|
+
- **factors:** add support for keyboard arrows ([f1fb894](https://github.com/Synerise/synerise-design/commit/f1fb89448ac8cb0bf20ab01bb9f60544d9d0ddfc))
|
|
1835
|
+
- **factors:** add translations ([253f00c](https://github.com/Synerise/synerise-design/commit/253f00c31d022880864c1c0df8cfa5091450dc1c))
|
|
1836
|
+
- **factors:** init factors component ([d23dc64](https://github.com/Synerise/synerise-design/commit/d23dc64cbc17274fa0a27d920eebb6c32924cc02))
|
|
1837
|
+
- **factors:** withoutTypeSelector mode ([0af0622](https://github.com/Synerise/synerise-design/commit/0af0622d6b096cc60445e232bdc43b98d6bd5a99))
|