@synerise/ds-factors 1.3.1 → 1.3.2
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 +775 -2403
- 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 +1 -1
- package/dist/FactorValue/DynamicKey/DynamicKey.style.js +0 -2
- package/dist/FactorValue/FactorValue.d.ts +1 -1
- 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 +7 -7
- package/dist/FactorValue/Parameter/Parameter.style.d.ts +1 -1
- package/dist/FactorValue/Parameter/Parameter.style.js +3 -1
- 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 +1 -1
- package/dist/FactorValue/Text/Text.js +2 -2
- 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 +1 -1
- package/dist/Factors.js +7 -8
- package/dist/Factors.types.d.ts +7 -7
- 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,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.3.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@1.3.1...@synerise/ds-factors@1.3.2) (2025-07-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [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)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
@@ -26,3424 +34,1788 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
26
34
|
|
|
27
35
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
28
36
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
37
|
## [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)
|
|
34
38
|
|
|
35
39
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
36
40
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
41
|
# [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)
|
|
42
42
|
|
|
43
|
-
|
|
44
43
|
### Features
|
|
45
44
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
- **factors:** relative date type ([e3d17f1](https://github.com/Synerise/synerise-design/commit/e3d17f18350044322c06c6b51263d69f97ee7dba))
|
|
51
46
|
|
|
52
47
|
## [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)
|
|
53
48
|
|
|
54
49
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
55
50
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
51
|
## [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)
|
|
61
52
|
|
|
62
53
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
63
54
|
|
|
55
|
+
## [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)
|
|
64
56
|
|
|
57
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
65
58
|
|
|
59
|
+
## [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)
|
|
66
60
|
|
|
61
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
67
62
|
|
|
68
|
-
## [1.1.
|
|
63
|
+
## [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)
|
|
69
64
|
|
|
70
65
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
71
66
|
|
|
67
|
+
## [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)
|
|
72
68
|
|
|
69
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
73
70
|
|
|
71
|
+
## [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)
|
|
74
72
|
|
|
73
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
75
74
|
|
|
76
|
-
## [1.1.
|
|
75
|
+
## [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)
|
|
77
76
|
|
|
78
77
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
79
78
|
|
|
79
|
+
## [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)
|
|
80
80
|
|
|
81
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
81
82
|
|
|
83
|
+
## [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)
|
|
82
84
|
|
|
85
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
83
86
|
|
|
84
|
-
## [1.1.
|
|
87
|
+
## [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)
|
|
85
88
|
|
|
86
89
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
87
90
|
|
|
91
|
+
## [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)
|
|
88
92
|
|
|
93
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
89
94
|
|
|
95
|
+
## [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)
|
|
90
96
|
|
|
97
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
91
98
|
|
|
92
|
-
## [1.1.
|
|
99
|
+
## [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)
|
|
93
100
|
|
|
94
101
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
95
102
|
|
|
103
|
+
# [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)
|
|
96
104
|
|
|
105
|
+
### Features
|
|
97
106
|
|
|
107
|
+
- 🎸 removes debounce from factors ([1156197](https://github.com/Synerise/synerise-design/commit/11561979b0c1b368e9d9909e8a0cf84cfb45472b))
|
|
98
108
|
|
|
99
|
-
|
|
100
|
-
## [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)
|
|
109
|
+
## [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)
|
|
101
110
|
|
|
102
111
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
103
112
|
|
|
113
|
+
## [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)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
104
116
|
|
|
117
|
+
## [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)
|
|
105
118
|
|
|
119
|
+
### Bug Fixes
|
|
106
120
|
|
|
121
|
+
- **factors:** empty results in promoted group ([412c1b3](https://github.com/Synerise/synerise-design/commit/412c1b345ca761c32bdc1a478b04bdd582aa1757))
|
|
107
122
|
|
|
108
|
-
## [
|
|
123
|
+
## [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)
|
|
109
124
|
|
|
110
125
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
111
126
|
|
|
127
|
+
## [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)
|
|
112
128
|
|
|
129
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
113
130
|
|
|
131
|
+
## [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)
|
|
114
132
|
|
|
133
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
115
134
|
|
|
116
|
-
## [
|
|
135
|
+
## [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)
|
|
117
136
|
|
|
118
137
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
119
138
|
|
|
139
|
+
## [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)
|
|
120
140
|
|
|
141
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
121
142
|
|
|
143
|
+
## [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)
|
|
122
144
|
|
|
145
|
+
### Bug Fixes
|
|
123
146
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
147
|
+
- **factors:** dynamic key and number typing glitch ([9ba57b7](https://github.com/Synerise/synerise-design/commit/9ba57b79900d7a77c52d3b13e8a1e4ef0ce1cad1))
|
|
148
|
+
- autosizer fixes ([2c09f50](https://github.com/Synerise/synerise-design/commit/2c09f50c4545e8246f5b4ccfc1b8282c8fa647fd))
|
|
127
149
|
|
|
150
|
+
## [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)
|
|
128
151
|
|
|
152
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
129
153
|
|
|
154
|
+
## [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)
|
|
130
155
|
|
|
156
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
131
157
|
|
|
132
|
-
## [
|
|
158
|
+
## [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)
|
|
133
159
|
|
|
134
160
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
135
161
|
|
|
162
|
+
## [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)
|
|
136
163
|
|
|
164
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
137
165
|
|
|
166
|
+
## [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)
|
|
138
167
|
|
|
168
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
139
169
|
|
|
140
|
-
## [
|
|
170
|
+
## [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)
|
|
141
171
|
|
|
142
172
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
143
173
|
|
|
174
|
+
# [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)
|
|
144
175
|
|
|
176
|
+
### Features
|
|
145
177
|
|
|
178
|
+
- antd@4.24 react@18 ([d97a667](https://github.com/Synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
|
|
146
179
|
|
|
147
|
-
|
|
148
|
-
## [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)
|
|
180
|
+
## [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
181
|
|
|
150
182
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
151
183
|
|
|
184
|
+
## [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
185
|
|
|
186
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
153
187
|
|
|
188
|
+
## [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
189
|
|
|
190
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
155
191
|
|
|
156
|
-
## [
|
|
192
|
+
## [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
193
|
|
|
158
194
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
159
195
|
|
|
196
|
+
## [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
197
|
|
|
198
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
161
199
|
|
|
200
|
+
## [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
201
|
|
|
202
|
+
### Bug Fixes
|
|
163
203
|
|
|
164
|
-
|
|
165
|
-
|
|
204
|
+
- **factors:** fixes border radius of selector ([c5b2276](https://github.com/Synerise/synerise-design/commit/c5b22761a81c19d06901b9fe0d011a9461d1e5e3))
|
|
166
205
|
|
|
167
|
-
|
|
206
|
+
## [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
207
|
|
|
169
|
-
|
|
208
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
170
209
|
|
|
210
|
+
## [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
211
|
|
|
212
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
172
213
|
|
|
214
|
+
## [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
215
|
|
|
216
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
174
217
|
|
|
175
|
-
## [
|
|
218
|
+
## [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
219
|
|
|
177
|
-
|
|
220
|
+
### Bug Fixes
|
|
178
221
|
|
|
222
|
+
- **factors:** fixed date factor value change handler ([5e9a3aa](https://github.com/Synerise/synerise-design/commit/5e9a3aae9ad285f39c2785006ec4528169c99f65))
|
|
179
223
|
|
|
224
|
+
## [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
225
|
|
|
226
|
+
### Bug Fixes
|
|
181
227
|
|
|
228
|
+
- **core:** onError fn types ([c34bdfe](https://github.com/Synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
|
|
229
|
+
- **factors:** deep merge of default and prop texts ([787b436](https://github.com/Synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
|
|
182
230
|
|
|
183
|
-
## [0.
|
|
231
|
+
## [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
232
|
|
|
185
233
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
186
234
|
|
|
235
|
+
# [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
236
|
|
|
237
|
+
### Features
|
|
188
238
|
|
|
239
|
+
- **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/Synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
|
|
189
240
|
|
|
241
|
+
## [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
242
|
|
|
191
|
-
|
|
192
|
-
|
|
243
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
193
244
|
|
|
194
|
-
|
|
245
|
+
## [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
246
|
|
|
196
|
-
|
|
247
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
197
248
|
|
|
249
|
+
## [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
250
|
|
|
251
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
199
252
|
|
|
253
|
+
## [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
254
|
|
|
255
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
201
256
|
|
|
202
|
-
## [0.
|
|
257
|
+
## [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
258
|
|
|
204
259
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
205
260
|
|
|
261
|
+
# [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
262
|
|
|
263
|
+
### Features
|
|
207
264
|
|
|
265
|
+
- **factors:** allowClear prop in dp, drp and factors ([68e13d8](https://github.com/Synerise/synerise-design/commit/68e13d8e947c2c394ca2aab9f8cafe06e63f78b2))
|
|
208
266
|
|
|
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)
|
|
267
|
+
## [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
268
|
|
|
212
269
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
213
270
|
|
|
271
|
+
## [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)
|
|
272
|
+
|
|
273
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
214
274
|
|
|
275
|
+
## [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
276
|
|
|
277
|
+
### Bug Fixes
|
|
216
278
|
|
|
279
|
+
- adds missing hooks dependencies ([3e52cee](https://github.com/Synerise/synerise-design/commit/3e52cee92b57a6fc91d5ba2514a10d3d7e1f6f41))
|
|
217
280
|
|
|
218
|
-
## [0.
|
|
281
|
+
## [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
282
|
|
|
220
283
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
221
284
|
|
|
285
|
+
## [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
286
|
|
|
287
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
223
288
|
|
|
289
|
+
## [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
290
|
|
|
291
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
225
292
|
|
|
226
|
-
## [0.
|
|
293
|
+
## [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
294
|
|
|
228
295
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
229
296
|
|
|
297
|
+
## [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
298
|
|
|
299
|
+
### Bug Fixes
|
|
231
300
|
|
|
301
|
+
- **context-selector:** updated search logic ([dfadc02](https://github.com/Synerise/synerise-design/commit/dfadc02928651905f31c58a374d48368b8375eb3))
|
|
302
|
+
- **factors:** make all dropdowns same fixed height ([40e86d1](https://github.com/Synerise/synerise-design/commit/40e86d183dddb925c2b75c499615c1455b93b7c4))
|
|
232
303
|
|
|
304
|
+
# [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
305
|
|
|
234
|
-
|
|
306
|
+
### Features
|
|
235
307
|
|
|
236
|
-
**
|
|
308
|
+
- **storybook7:** added filter stories ([eb4f165](https://github.com/Synerise/synerise-design/commit/eb4f165077eac361d4c4e4deab48842edd191825))
|
|
237
309
|
|
|
310
|
+
# [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
311
|
|
|
312
|
+
### Bug Fixes
|
|
239
313
|
|
|
314
|
+
- **context-selector:** reuse renderHoverTooltip for selected item ([57e8a14](https://github.com/Synerise/synerise-design/commit/57e8a148e70bccd54c6d4540fb36c14d492f110b))
|
|
240
315
|
|
|
316
|
+
### Features
|
|
241
317
|
|
|
242
|
-
|
|
318
|
+
- **storybook7:** condition stories ([50c3613](https://github.com/Synerise/synerise-design/commit/50c36138dfd1097fe3b1182047eded4bbea584e9))
|
|
243
319
|
|
|
320
|
+
## [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
321
|
|
|
245
322
|
### Bug Fixes
|
|
246
323
|
|
|
247
|
-
|
|
248
|
-
* autosizer fixes ([2c09f50](https://github.com/Synerise/synerise-design/commit/2c09f50c4545e8246f5b4ccfc1b8282c8fa647fd))
|
|
324
|
+
- **factors:** btn color for selected parameter factor ([ef17cbb](https://github.com/Synerise/synerise-design/commit/ef17cbb394078fa27bad346c6f926521ad892aa4))
|
|
249
325
|
|
|
326
|
+
## [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
327
|
|
|
328
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
251
329
|
|
|
330
|
+
## [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
331
|
|
|
332
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
253
333
|
|
|
254
|
-
## [0.
|
|
334
|
+
## [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
335
|
|
|
256
336
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
257
337
|
|
|
338
|
+
## [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
339
|
|
|
340
|
+
### Bug Fixes
|
|
259
341
|
|
|
342
|
+
- **date-picker:** fixed types ([5980e37](https://github.com/Synerise/synerise-design/commit/5980e376bb80aa9fd272907c5ee88e397f0dacce))
|
|
260
343
|
|
|
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)
|
|
344
|
+
## [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
345
|
|
|
264
346
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
265
347
|
|
|
348
|
+
## [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)
|
|
266
349
|
|
|
350
|
+
### Bug Fixes
|
|
267
351
|
|
|
352
|
+
- **date-picker:** fixes of types ([1b09748](https://github.com/Synerise/synerise-design/commit/1b097484782a5dc37e71711d7308511eb8103a45))
|
|
353
|
+
- fixed missing dependencies ([f718fb7](https://github.com/Synerise/synerise-design/commit/f718fb7e954a19857ea4b6bbd417e3fe290fd2dc))
|
|
268
354
|
|
|
355
|
+
# [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)
|
|
269
356
|
|
|
270
|
-
|
|
357
|
+
### Features
|
|
271
358
|
|
|
272
|
-
**
|
|
359
|
+
- **factors:** swapped Menu.Item for ListItem ([8de560c](https://github.com/Synerise/synerise-design/commit/8de560ce5bb969ad9ccb0ca2b7249a14a5f5f356))
|
|
360
|
+
|
|
361
|
+
## [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)
|
|
273
362
|
|
|
363
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
274
364
|
|
|
365
|
+
## [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)
|
|
275
366
|
|
|
367
|
+
### Bug Fixes
|
|
276
368
|
|
|
369
|
+
- **information-card:** updated ui and added actions and properties ([c30ed42](https://github.com/Synerise/synerise-design/commit/c30ed4203511f2c29aeea6d8bc17a6fd6170ffe5))
|
|
277
370
|
|
|
278
|
-
## [0.28
|
|
371
|
+
## [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
372
|
|
|
280
373
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
281
374
|
|
|
375
|
+
## [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
376
|
|
|
377
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
283
378
|
|
|
379
|
+
## [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
380
|
|
|
381
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
285
382
|
|
|
286
|
-
## [0.
|
|
383
|
+
## [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
384
|
|
|
288
385
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
289
386
|
|
|
387
|
+
## [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
388
|
|
|
389
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
291
390
|
|
|
391
|
+
## [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
392
|
|
|
393
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
293
394
|
|
|
294
|
-
## [0.
|
|
395
|
+
## [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
396
|
|
|
296
397
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
297
398
|
|
|
399
|
+
## [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)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
298
402
|
|
|
403
|
+
## [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
404
|
|
|
405
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
300
406
|
|
|
407
|
+
## [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
408
|
|
|
302
|
-
|
|
409
|
+
### Bug Fixes
|
|
303
410
|
|
|
411
|
+
- **date-picker:** added autoResize handling ([f3a759c](https://github.com/Synerise/synerise-design/commit/f3a759c2b40664cc2d225cb4eaaefcbbf70321fe))
|
|
304
412
|
|
|
305
|
-
|
|
413
|
+
## [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
414
|
|
|
307
|
-
|
|
415
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
308
416
|
|
|
417
|
+
## [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
418
|
|
|
419
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
310
420
|
|
|
421
|
+
## [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
422
|
|
|
423
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
312
424
|
|
|
313
|
-
## [0.
|
|
425
|
+
## [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
426
|
|
|
315
427
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
316
428
|
|
|
429
|
+
## [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
430
|
|
|
431
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
318
432
|
|
|
433
|
+
## [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
434
|
|
|
435
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
320
436
|
|
|
321
|
-
## [0.
|
|
437
|
+
## [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
438
|
|
|
323
439
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
324
440
|
|
|
441
|
+
## [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
442
|
|
|
443
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
326
444
|
|
|
445
|
+
## [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
446
|
|
|
447
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
328
448
|
|
|
329
|
-
## [0.
|
|
449
|
+
## [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
450
|
|
|
331
451
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
332
452
|
|
|
453
|
+
## [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)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
333
456
|
|
|
457
|
+
## [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)
|
|
334
458
|
|
|
459
|
+
### Bug Fixes
|
|
335
460
|
|
|
461
|
+
- **factors:** do not display empty icon wrapper in Parameter ([f528d53](https://github.com/Synerise/synerise-design/commit/f528d53c0dfa28b1ce2f0f7841ffa90d56cfbfc7))
|
|
336
462
|
|
|
337
|
-
## [0.
|
|
463
|
+
## [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
464
|
|
|
339
465
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
340
466
|
|
|
467
|
+
## [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
468
|
|
|
469
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
342
470
|
|
|
471
|
+
## [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
472
|
|
|
473
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
344
474
|
|
|
345
|
-
## [0.
|
|
475
|
+
## [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
476
|
|
|
347
477
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
348
478
|
|
|
479
|
+
## [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
480
|
|
|
481
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
350
482
|
|
|
483
|
+
## [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
484
|
|
|
485
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
352
486
|
|
|
353
|
-
|
|
354
|
-
|
|
487
|
+
# [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
488
|
|
|
356
489
|
### Bug Fixes
|
|
357
490
|
|
|
358
|
-
|
|
491
|
+
- **factors:** change debounce logic in DynamicKey ([81d09b2](https://github.com/Synerise/synerise-design/commit/81d09b23e6dba125ffaca838f4b428c90d66a9ba))
|
|
359
492
|
|
|
493
|
+
### Features
|
|
360
494
|
|
|
495
|
+
- **input:** support autoresize to stretch to parent ([329c866](https://github.com/Synerise/synerise-design/commit/329c866cb54921ad1260ae217cb8c471e43b986e))
|
|
361
496
|
|
|
497
|
+
## [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
498
|
|
|
499
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
363
500
|
|
|
364
|
-
## [0.
|
|
501
|
+
## [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
502
|
|
|
366
503
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
367
504
|
|
|
505
|
+
## [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
506
|
|
|
507
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
369
508
|
|
|
509
|
+
## [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
510
|
|
|
511
|
+
### Bug Fixes
|
|
371
512
|
|
|
372
|
-
|
|
513
|
+
- **date-range-picker:** set body timezone request ([35755ee](https://github.com/Synerise/synerise-design/commit/35755ee22bd740621577f65278e8919b71d53813))
|
|
373
514
|
|
|
374
|
-
|
|
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)
|
|
515
|
+
## [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)
|
|
2341
516
|
|
|
2342
517
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2343
518
|
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
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)
|
|
519
|
+
## [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)
|
|
2349
520
|
|
|
2350
521
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2351
522
|
|
|
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)
|
|
523
|
+
## [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)
|
|
2357
524
|
|
|
2358
525
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2359
526
|
|
|
527
|
+
## [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)
|
|
2360
528
|
|
|
529
|
+
### Bug Fixes
|
|
2361
530
|
|
|
531
|
+
- **date-range-picker:** added texts over translations ([7131f8c](https://github.com/Synerise/synerise-design/commit/7131f8c5c923527544fb54b5bb9eb15585bec442))
|
|
2362
532
|
|
|
533
|
+
# [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)
|
|
2363
534
|
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
535
|
+
### Features
|
|
2370
536
|
|
|
537
|
+
- **autocomplete:** add readonly prop ([e16133f](https://github.com/Synerise/synerise-design/commit/e16133f91e317c3019e844c615b77811c9ce2114))
|
|
538
|
+
- **context-selector:** replace: skeleton instead of loader ([291e3bf](https://github.com/Synerise/synerise-design/commit/291e3bf9c4abcd22aeda39dd3347e1bf7424b12d))
|
|
2371
539
|
|
|
2372
|
-
## [0.
|
|
540
|
+
## [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)
|
|
2373
541
|
|
|
2374
542
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2375
543
|
|
|
544
|
+
## [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)
|
|
2376
545
|
|
|
546
|
+
### Bug Fixes
|
|
2377
547
|
|
|
548
|
+
- **filter:** fixed zindex issues ([71ce5bc](https://github.com/Synerise/synerise-design/commit/71ce5bcf25f2107fd1b43969d2c255e18c112b47))
|
|
2378
549
|
|
|
2379
|
-
|
|
2380
|
-
# [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)
|
|
550
|
+
## [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)
|
|
2381
551
|
|
|
2382
552
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2383
553
|
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
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)
|
|
554
|
+
## [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)
|
|
2389
555
|
|
|
2390
556
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2391
557
|
|
|
558
|
+
## [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)
|
|
2392
559
|
|
|
560
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2393
561
|
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
# [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)
|
|
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
|
-
|
|
562
|
+
## [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
563
|
|
|
2410
564
|
### Bug Fixes
|
|
2411
565
|
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
566
|
+
- **factors:** change debounce logic in NumberInput ([436ccaf](https://github.com/Synerise/synerise-design/commit/436ccaf70e053b948fd8ba7dbf29263d5b352629))
|
|
2416
567
|
|
|
568
|
+
## [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
569
|
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
### Bug Fixes
|
|
2422
|
-
|
|
2423
|
-
* **condition:** fixes add condition button ([2a06856](https://github.com/Synerise/synerise-design/commit/2a06856cf8759db1459467f95fcd4dd12af53e1c))
|
|
2424
|
-
|
|
570
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2425
571
|
|
|
572
|
+
## [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
573
|
|
|
574
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2427
575
|
|
|
576
|
+
## [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
577
|
|
|
2429
|
-
|
|
578
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2430
579
|
|
|
580
|
+
## [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
581
|
|
|
2432
582
|
### Bug Fixes
|
|
2433
583
|
|
|
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)
|
|
584
|
+
- **factors:** fixes visibility of DatePicker ([a3a3232](https://github.com/Synerise/synerise-design/commit/a3a32323ecdf51e0281fa953455963ac46144dc6))
|
|
585
|
+
- **input:** fixes styles of input group ([4f56031](https://github.com/Synerise/synerise-design/commit/4f56031a456905e84299b572fc9a11336eace9a9))
|
|
2450
586
|
|
|
587
|
+
## [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
588
|
|
|
2452
589
|
### Bug Fixes
|
|
2453
590
|
|
|
2454
|
-
|
|
2455
|
-
|
|
591
|
+
- **date-range-picker:** ui/ux updates to filter and relative section ([8bb636b](https://github.com/Synerise/synerise-design/commit/8bb636b185a5fe98a4ef70350dc387493ac6f0a5))
|
|
2456
592
|
|
|
593
|
+
## [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
594
|
|
|
595
|
+
### Bug Fixes
|
|
2458
596
|
|
|
597
|
+
- **factors:** error validation for formula and date range factor type ([a9485dd](https://github.com/Synerise/synerise-design/commit/a9485dd239e8b5cf285ef5f2ab08f1d9b1993628))
|
|
598
|
+
- **factors:** pass error to number input ([1a76ef6](https://github.com/Synerise/synerise-design/commit/1a76ef686593e40bd4c0fe31405134220a2fa669))
|
|
2459
599
|
|
|
2460
|
-
## [0.
|
|
600
|
+
## [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
601
|
|
|
2462
602
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2463
603
|
|
|
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)
|
|
604
|
+
## [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
605
|
|
|
2470
606
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2471
607
|
|
|
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)
|
|
608
|
+
## [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
609
|
|
|
2489
610
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2490
611
|
|
|
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)
|
|
612
|
+
## [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
613
|
|
|
2497
614
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2498
615
|
|
|
616
|
+
## [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
617
|
|
|
618
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2500
619
|
|
|
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)
|
|
620
|
+
## [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
621
|
|
|
2505
622
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2506
623
|
|
|
624
|
+
# [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
625
|
|
|
626
|
+
### Features
|
|
2508
627
|
|
|
628
|
+
- **input:** autosize input, filter ([c507a67](https://github.com/Synerise/synerise-design/commit/c507a672b2705da82e8bebe589495caf5d509e71))
|
|
2509
629
|
|
|
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)
|
|
630
|
+
## [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
631
|
|
|
2513
632
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2514
633
|
|
|
634
|
+
## [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
635
|
|
|
636
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2516
637
|
|
|
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)
|
|
638
|
+
## [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
639
|
|
|
2521
640
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2522
641
|
|
|
642
|
+
## [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
643
|
|
|
644
|
+
### Bug Fixes
|
|
2524
645
|
|
|
646
|
+
- **factors:** set drp factor to display filter in slider mode ([ca7a4bb](https://github.com/Synerise/synerise-design/commit/ca7a4bb882a290c9fd25abbd2720ce5a3687f235))
|
|
2525
647
|
|
|
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)
|
|
648
|
+
## [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
649
|
|
|
2529
650
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2530
651
|
|
|
652
|
+
## [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
653
|
|
|
654
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2532
655
|
|
|
656
|
+
# [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
657
|
|
|
658
|
+
### Features
|
|
2534
659
|
|
|
2535
|
-
|
|
660
|
+
- **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/Synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
2536
661
|
|
|
662
|
+
## [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
663
|
|
|
2538
664
|
### Bug Fixes
|
|
2539
665
|
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
666
|
+
- **date-range-picker:** weekly filter standalone starttime reset fixed ([63072c2](https://github.com/Synerise/synerise-design/commit/63072c21bbe63286f2b5b31decf7f58b22c1ac1d))
|
|
2543
667
|
|
|
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)
|
|
668
|
+
## [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
669
|
|
|
2548
670
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2549
671
|
|
|
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)
|
|
672
|
+
## [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
673
|
|
|
2556
674
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2557
675
|
|
|
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)
|
|
676
|
+
## [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
677
|
|
|
2564
678
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2565
679
|
|
|
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)
|
|
680
|
+
## [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
681
|
|
|
2572
682
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2573
683
|
|
|
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)
|
|
684
|
+
## [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
685
|
|
|
2580
686
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2581
687
|
|
|
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)
|
|
688
|
+
## [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
689
|
|
|
2588
690
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2589
691
|
|
|
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)
|
|
692
|
+
## [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
693
|
|
|
2596
694
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2597
695
|
|
|
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)
|
|
696
|
+
## [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
697
|
|
|
2604
698
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2605
699
|
|
|
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)
|
|
700
|
+
## [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
701
|
|
|
2612
702
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2613
703
|
|
|
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)
|
|
704
|
+
## [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
705
|
|
|
2620
706
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2621
707
|
|
|
708
|
+
## [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
709
|
|
|
710
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2623
711
|
|
|
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)
|
|
712
|
+
## [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
713
|
|
|
2628
714
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2629
715
|
|
|
716
|
+
## [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
717
|
|
|
718
|
+
### Bug Fixes
|
|
2631
719
|
|
|
720
|
+
- **factors:** fixes debounced onchange for text field ([00df476](https://github.com/Synerise/synerise-design/commit/00df4764521cfb1c3cffa9b3240fd7a8e86d28bc))
|
|
2632
721
|
|
|
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)
|
|
722
|
+
## [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
723
|
|
|
2636
724
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2637
725
|
|
|
726
|
+
## [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
727
|
|
|
728
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2639
729
|
|
|
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)
|
|
730
|
+
## [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
731
|
|
|
2644
732
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2645
733
|
|
|
734
|
+
## [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
735
|
|
|
736
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2647
737
|
|
|
738
|
+
# [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
739
|
|
|
740
|
+
### Bug Fixes
|
|
2649
741
|
|
|
2650
|
-
|
|
742
|
+
- **factors:** fix handling readOnly ([50c17a7](https://github.com/Synerise/synerise-design/commit/50c17a7eca3589204b35c90ab09cb247ec4fecfe))
|
|
743
|
+
- **factors:** handle readOnly in FactorTypeSelector ([3b76ab6](https://github.com/Synerise/synerise-design/commit/3b76ab67c538cff33bd56a8464070d83ea298149))
|
|
744
|
+
- **factors:** reuse FactorsProps type ([5743065](https://github.com/Synerise/synerise-design/commit/574306564fb5c2b8f78f75a36a937960f0c7c609))
|
|
745
|
+
- **factors:** tooltip types, drilling menu props, test draft ([c01c97c](https://github.com/Synerise/synerise-design/commit/c01c97c19238991276f37f48c5a3cf1ce6af6d9a))
|
|
2651
746
|
|
|
2652
|
-
|
|
747
|
+
### Features
|
|
2653
748
|
|
|
749
|
+
- **factors:** allow changing tooltip ([6da9e97](https://github.com/Synerise/synerise-design/commit/6da9e979e972ca042fce6b2c79d05735257155d9))
|
|
2654
750
|
|
|
751
|
+
## [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
752
|
|
|
753
|
+
### Bug Fixes
|
|
2656
754
|
|
|
755
|
+
- **condition:** adds validation errors support ([0da0a99](https://github.com/Synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
2657
756
|
|
|
2658
|
-
## [0.
|
|
757
|
+
## [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
758
|
|
|
2660
759
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2661
760
|
|
|
761
|
+
## [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
762
|
|
|
763
|
+
### Bug Fixes
|
|
2663
764
|
|
|
765
|
+
- **factors:** adds missing texts for date-range-picker factor ([72e25e1](https://github.com/Synerise/synerise-design/commit/72e25e1638ba09f7de362e9d30f334b4b7099f24))
|
|
2664
766
|
|
|
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)
|
|
767
|
+
## [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
768
|
|
|
2668
769
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2669
770
|
|
|
771
|
+
## [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
772
|
|
|
773
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2671
774
|
|
|
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)
|
|
775
|
+
## [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
776
|
|
|
2676
777
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2677
778
|
|
|
779
|
+
## [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
780
|
|
|
781
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2679
782
|
|
|
783
|
+
## [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
784
|
|
|
785
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2681
786
|
|
|
2682
|
-
## [0.
|
|
787
|
+
## [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
788
|
|
|
2684
789
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2685
790
|
|
|
791
|
+
## [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
792
|
|
|
793
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2687
794
|
|
|
795
|
+
## [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
796
|
|
|
797
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2689
798
|
|
|
2690
|
-
## [0.
|
|
799
|
+
## [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
800
|
|
|
801
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2692
802
|
|
|
2693
|
-
|
|
803
|
+
## [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
804
|
|
|
2695
|
-
|
|
805
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2696
806
|
|
|
807
|
+
## [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
808
|
|
|
809
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2698
810
|
|
|
811
|
+
## [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
812
|
|
|
813
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2700
814
|
|
|
2701
|
-
## [0.7
|
|
815
|
+
## [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
816
|
|
|
2703
817
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2704
818
|
|
|
819
|
+
## [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
820
|
|
|
821
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2706
822
|
|
|
823
|
+
## [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
824
|
|
|
825
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2708
826
|
|
|
2709
|
-
## [0.
|
|
827
|
+
## [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
828
|
|
|
2711
829
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2712
830
|
|
|
831
|
+
## [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
832
|
|
|
833
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2714
834
|
|
|
835
|
+
## [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
836
|
|
|
837
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2716
838
|
|
|
2717
|
-
## [0.
|
|
839
|
+
## [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
840
|
|
|
2719
841
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2720
842
|
|
|
843
|
+
# [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
844
|
|
|
845
|
+
### Features
|
|
2722
846
|
|
|
847
|
+
- add test for tooltip and fixes ([ad89d98](https://github.com/Synerise/synerise-design/commit/ad89d980591f39f66e66ba04f53c6df2d45cca99))
|
|
848
|
+
- tooltip improvements ([7bd8c7f](https://github.com/Synerise/synerise-design/commit/7bd8c7fb3921932540edce5ee1435e5a810c852f))
|
|
2723
849
|
|
|
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)
|
|
850
|
+
## [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
851
|
|
|
2727
852
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2728
853
|
|
|
854
|
+
## [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
855
|
|
|
856
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2730
857
|
|
|
858
|
+
## [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
859
|
|
|
860
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2732
861
|
|
|
2733
|
-
## [0.
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
### Bug Fixes
|
|
862
|
+
## [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
863
|
|
|
2738
|
-
|
|
2739
|
-
* **factors:** fixes tabs in factor dropdowns ([df38c77](https://github.com/Synerise/synerise-design/commit/df38c774586a0f68b693edd8e9bef71009700b08))
|
|
864
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2740
865
|
|
|
866
|
+
## [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
867
|
|
|
868
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2742
869
|
|
|
870
|
+
## [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
871
|
|
|
872
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2744
873
|
|
|
2745
|
-
## [0.
|
|
874
|
+
## [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
875
|
|
|
2747
876
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2748
877
|
|
|
878
|
+
## [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
879
|
|
|
880
|
+
### Bug Fixes
|
|
2750
881
|
|
|
882
|
+
- **factors:** change usaCallback to useRef to fix problem with typing ([646888e](https://github.com/Synerise/synerise-design/commit/646888e35457fc74b0b843d137d4fbec5b03eaed))
|
|
883
|
+
- **factors:** fix debounce for autocomplete ([0cf9478](https://github.com/Synerise/synerise-design/commit/0cf94789648df5e404bd9e154ba6bb9aafcf66ed))
|
|
884
|
+
- **factors:** fix debounce for autocomplete ([b19f432](https://github.com/Synerise/synerise-design/commit/b19f43274ce8c0be5563e3e8d29a238214219a52))
|
|
2751
885
|
|
|
886
|
+
## [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
887
|
|
|
2753
|
-
|
|
888
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2754
889
|
|
|
890
|
+
## [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
891
|
|
|
2756
892
|
### Bug Fixes
|
|
2757
893
|
|
|
2758
|
-
|
|
2759
|
-
* **condition:** fixes from CR ([ac5e675](https://github.com/Synerise/synerise-design/commit/ac5e6750b8e4ae370e5043708f2497c202c8490b))
|
|
894
|
+
- **factors:** add autoResize in FactorValueProps ([85a7c38](https://github.com/Synerise/synerise-design/commit/85a7c384d1784e43f9c8425c15aee100f8c300f9))
|
|
2760
895
|
|
|
896
|
+
## [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
897
|
|
|
2762
|
-
###
|
|
2763
|
-
|
|
2764
|
-
* **factors:** autofocus on current FactorValue input ([6ba4248](https://github.com/Synerise/synerise-design/commit/6ba4248b3e8b2d0e789dceac01c3a48eab85cfc1))
|
|
898
|
+
### Bug Fixes
|
|
2765
899
|
|
|
900
|
+
- **factors:** fix debounce on onChange ([954808d](https://github.com/Synerise/synerise-design/commit/954808daf1498f1c2260eb3d47c38cd9fed2452a))
|
|
2766
901
|
|
|
902
|
+
## [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
903
|
|
|
904
|
+
### Bug Fixes
|
|
2768
905
|
|
|
906
|
+
- **factors:** fix debounce on onChange ([ea297f7](https://github.com/Synerise/synerise-design/commit/ea297f7f298a5493b58bdb6ef3a18750ebf64443))
|
|
2769
907
|
|
|
2770
|
-
## [0.
|
|
908
|
+
## [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
909
|
|
|
2772
910
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2773
911
|
|
|
912
|
+
## [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
913
|
|
|
914
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2775
915
|
|
|
916
|
+
## [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
917
|
|
|
918
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2777
919
|
|
|
2778
|
-
## [0.
|
|
920
|
+
## [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
921
|
|
|
2780
922
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2781
923
|
|
|
924
|
+
# [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
925
|
|
|
926
|
+
### Features
|
|
2783
927
|
|
|
928
|
+
- **filter:** readOnly state for conditions ([dfa4db3](https://github.com/Synerise/synerise-design/commit/dfa4db35826c0800859b7217dd1ea2f1497ac3c9))
|
|
2784
929
|
|
|
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)
|
|
930
|
+
## [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
931
|
|
|
2788
932
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2789
933
|
|
|
934
|
+
## [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
935
|
|
|
936
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2791
937
|
|
|
938
|
+
## [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
939
|
|
|
940
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2793
941
|
|
|
2794
|
-
## [0.
|
|
942
|
+
## [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
943
|
|
|
2796
944
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2797
945
|
|
|
946
|
+
## [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)
|
|
947
|
+
|
|
948
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2798
949
|
|
|
950
|
+
## [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
951
|
|
|
952
|
+
### Bug Fixes
|
|
2800
953
|
|
|
954
|
+
- **factors:** remove AutoResizeInput, add logic to input, Autocomplete ([f105af7](https://github.com/Synerise/synerise-design/commit/f105af7746300b87b9e21d24589467c6f08c39fa))
|
|
955
|
+
- **factors:** remove suffix icon in default input ([f360b51](https://github.com/Synerise/synerise-design/commit/f360b51c1781e681021ee8ea9f0c0930ec26eb2f))
|
|
2801
956
|
|
|
2802
|
-
## [0.
|
|
957
|
+
## [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
958
|
|
|
2804
959
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2805
960
|
|
|
961
|
+
## [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
962
|
|
|
963
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2807
964
|
|
|
965
|
+
## [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
966
|
|
|
967
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2809
968
|
|
|
2810
|
-
## [0.
|
|
969
|
+
## [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
970
|
|
|
2812
971
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2813
972
|
|
|
973
|
+
## [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
974
|
|
|
975
|
+
### Bug Fixes
|
|
2815
976
|
|
|
977
|
+
- **factors:** add input AutoResize to pick from inputs ([f641612](https://github.com/Synerise/synerise-design/commit/f641612ab4e109da277b8618d7b09e1f07505c0c))
|
|
2816
978
|
|
|
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)
|
|
979
|
+
## [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
980
|
|
|
2820
981
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2821
982
|
|
|
983
|
+
## [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)
|
|
984
|
+
|
|
985
|
+
### Bug Fixes
|
|
986
|
+
|
|
987
|
+
- **factors:** fix and make prop optional ([d5d4cca](https://github.com/Synerise/synerise-design/commit/d5d4ccab0825318edf8129cd943acb0b904a27d6))
|
|
2822
988
|
|
|
989
|
+
## [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
990
|
|
|
991
|
+
### Bug Fixes
|
|
2824
992
|
|
|
993
|
+
- **avatar:** remove unnecessary icon type check ([3aee1c2](https://github.com/Synerise/synerise-design/commit/3aee1c2b3157ea2c68d8de24d69f444beb3573db))
|
|
994
|
+
- **factors:** add autoresize prop to input in ds-factors ([42d98d7](https://github.com/Synerise/synerise-design/commit/42d98d725faf6b403bfa4926213bf89b812d4d34))
|
|
995
|
+
- **factors:** add prop autoresize to ds-factors ([67367f9](https://github.com/Synerise/synerise-design/commit/67367f924a695b9f48fe40b003fcbe2ebfdae804))
|
|
996
|
+
- **factors:** add to factors import with inputProps ([cd0afe2](https://github.com/Synerise/synerise-design/commit/cd0afe2dde0606f10fea2e958f88446b54e71786))
|
|
997
|
+
- **factors:** update documantation ([13dfe57](https://github.com/Synerise/synerise-design/commit/13dfe572ac98b7ef6332524f954f94e779a5e906))
|
|
998
|
+
- **factors:** update documentation ([63b899e](https://github.com/Synerise/synerise-design/commit/63b899e995b2709e4b3b69bca991441c623f4328))
|
|
999
|
+
- **factors:** update documentation ([1bf778f](https://github.com/Synerise/synerise-design/commit/1bf778f715375f1fcda0416fbfb06670d3d775c6))
|
|
2825
1000
|
|
|
2826
|
-
## [0.
|
|
1001
|
+
## [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
1002
|
|
|
2828
1003
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2829
1004
|
|
|
1005
|
+
## [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
1006
|
|
|
1007
|
+
### Bug Fixes
|
|
2831
1008
|
|
|
1009
|
+
- **factors:** add autoresize option into input - autoResize prop ([44c35dd](https://github.com/Synerise/synerise-design/commit/44c35dd4523718a806867478d3dea78220c3e8e1))
|
|
2832
1010
|
|
|
1011
|
+
# [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
1012
|
|
|
2834
|
-
|
|
1013
|
+
### Features
|
|
2835
1014
|
|
|
2836
|
-
**
|
|
1015
|
+
- **menu:** add information card tooltip ([ded0bf1](https://github.com/Synerise/synerise-design/commit/ded0bf1b58e68f7061630810925669cb0fdad560))
|
|
2837
1016
|
|
|
1017
|
+
## [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
1018
|
|
|
1019
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2839
1020
|
|
|
1021
|
+
## [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
1022
|
|
|
1023
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2841
1024
|
|
|
2842
|
-
## [0.
|
|
1025
|
+
## [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
1026
|
|
|
2844
1027
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2845
1028
|
|
|
1029
|
+
## [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
1030
|
|
|
1031
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2847
1032
|
|
|
1033
|
+
## [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
1034
|
|
|
1035
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2849
1036
|
|
|
2850
|
-
## [0.
|
|
1037
|
+
## [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
1038
|
|
|
2852
1039
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2853
1040
|
|
|
1041
|
+
## [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
1042
|
|
|
1043
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2855
1044
|
|
|
1045
|
+
## [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
1046
|
|
|
1047
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2857
1048
|
|
|
2858
|
-
## [0.
|
|
1049
|
+
## [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
1050
|
|
|
2860
1051
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2861
1052
|
|
|
1053
|
+
## [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
1054
|
|
|
1055
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2863
1056
|
|
|
1057
|
+
## [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
1058
|
|
|
1059
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2865
1060
|
|
|
2866
|
-
## [0.
|
|
1061
|
+
## [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
1062
|
|
|
2868
1063
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2869
1064
|
|
|
1065
|
+
## [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
1066
|
|
|
1067
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2871
1068
|
|
|
1069
|
+
## [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
1070
|
|
|
1071
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2873
1072
|
|
|
2874
|
-
## [0.
|
|
1073
|
+
## [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
1074
|
|
|
2876
1075
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2877
1076
|
|
|
1077
|
+
## [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)
|
|
1078
|
+
|
|
1079
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2878
1080
|
|
|
1081
|
+
## [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
1082
|
|
|
1083
|
+
### Bug Fixes
|
|
2880
1084
|
|
|
1085
|
+
- **factors:** hide date dropdown when others are open ([a1e47fd](https://github.com/Synerise/synerise-design/commit/a1e47fdbd85e7cba404e945eb23a7c9c9abc987e))
|
|
2881
1086
|
|
|
2882
|
-
## [0.
|
|
1087
|
+
## [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
1088
|
|
|
2884
1089
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2885
1090
|
|
|
1091
|
+
## [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
1092
|
|
|
1093
|
+
### Bug Fixes
|
|
2887
1094
|
|
|
1095
|
+
- **factors:** fixes factor types i18n ([8f501a3](https://github.com/Synerise/synerise-design/commit/8f501a36b7c7fdce4224c93f81d64f68fb691269))
|
|
1096
|
+
- **factors:** fixes factor types i18n ([5963bcf](https://github.com/Synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
|
|
2888
1097
|
|
|
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)
|
|
1098
|
+
## [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
1099
|
|
|
2892
1100
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2893
1101
|
|
|
1102
|
+
## [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
1103
|
|
|
1104
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2895
1105
|
|
|
1106
|
+
## [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
1107
|
|
|
1108
|
+
### Bug Fixes
|
|
2897
1109
|
|
|
2898
|
-
|
|
1110
|
+
- **factors:** disabled factor options ([1f805b8](https://github.com/Synerise/synerise-design/commit/1f805b8152c24a669d32e8a3b43f844e75e21db8))
|
|
1111
|
+
- **factors:** fixes welders-3765 ([1e1e8f4](https://github.com/Synerise/synerise-design/commit/1e1e8f41d2c36a59e8b1f86a34def74c5f3f457d))
|
|
2899
1112
|
|
|
1113
|
+
## [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
1114
|
|
|
2901
|
-
###
|
|
1115
|
+
### Bug Fixes
|
|
1116
|
+
|
|
1117
|
+
- **factors:** adds custom arrow color ([26beb90](https://github.com/Synerise/synerise-design/commit/26beb90854efe80e65b4a0c4ad47bf56eb94a292))
|
|
1118
|
+
- **factors:** adds custom arrow color ([1b44050](https://github.com/Synerise/synerise-design/commit/1b4405009975e1e1160b8e8d75dd45182553c18c))
|
|
1119
|
+
- **filter:** fixes closing info-card when clicking on it ([91eed3b](https://github.com/Synerise/synerise-design/commit/91eed3b7a5392c04ed618c9f7265608d6c39655e))
|
|
2902
1120
|
|
|
2903
|
-
|
|
1121
|
+
## [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
1122
|
|
|
1123
|
+
### Bug Fixes
|
|
2905
1124
|
|
|
1125
|
+
- **factors:** fixes using of autocomplete ([dd56cb3](https://github.com/Synerise/synerise-design/commit/dd56cb38a2a7bf022e8f9d12b2e23e6812b2f0b1))
|
|
2906
1126
|
|
|
1127
|
+
## [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
1128
|
|
|
1129
|
+
### Bug Fixes
|
|
2908
1130
|
|
|
2909
|
-
|
|
1131
|
+
- **factors:** calls onChange callback on clearing input value ([37742e9](https://github.com/Synerise/synerise-design/commit/37742e9d87f526283641be964577c9f4754f463d))
|
|
1132
|
+
- **factors:** calls onChange callback on clearing input value ([92a3f80](https://github.com/Synerise/synerise-design/commit/92a3f80cc8d2d3ab2d4f0c5aa9c7be7168edb324))
|
|
2910
1133
|
|
|
1134
|
+
## [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
1135
|
|
|
2912
1136
|
### Bug Fixes
|
|
2913
1137
|
|
|
2914
|
-
|
|
1138
|
+
- **condition:** fix dynamic key condition validation ([1777297](https://github.com/Synerise/synerise-design/commit/1777297c2d3eddb29620b7ac4a802a5cb3c2f84c))
|
|
2915
1139
|
|
|
1140
|
+
# [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
1141
|
|
|
1142
|
+
### Features
|
|
2917
1143
|
|
|
1144
|
+
- **condition:** validation condition ([b8d9e62](https://github.com/Synerise/synerise-design/commit/b8d9e627f2d62113abc4716d4049c2e27ad49718))
|
|
2918
1145
|
|
|
1146
|
+
## [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
1147
|
|
|
2920
|
-
|
|
1148
|
+
### Bug Fixes
|
|
2921
1149
|
|
|
1150
|
+
- **factors:** adds changeHandler to onValueChange ([afe05e8](https://github.com/Synerise/synerise-design/commit/afe05e8d568316ca339c975a27bf1b28b0fce237))
|
|
2922
1151
|
|
|
2923
|
-
|
|
1152
|
+
## [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
1153
|
|
|
2925
|
-
|
|
1154
|
+
### Bug Fixes
|
|
2926
1155
|
|
|
1156
|
+
- **factors:** fixes auto height of parameters dropdown list ([67ced37](https://github.com/Synerise/synerise-design/commit/67ced37b02f9e442721afb274c6a32b5def18a83))
|
|
2927
1157
|
|
|
1158
|
+
# [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
1159
|
|
|
1160
|
+
### Features
|
|
2929
1161
|
|
|
1162
|
+
- **factors:** adds onDeactivate prop, updates Readme.md ([ff85234](https://github.com/Synerise/synerise-design/commit/ff852349a5c77047d6d0642d4b5587dbcc6d24cd))
|
|
1163
|
+
- **factors:** adds tests ([8c469e1](https://github.com/Synerise/synerise-design/commit/8c469e164e986f346b591b3a97ed3b6fbab3cdaa))
|
|
2930
1164
|
|
|
2931
|
-
## [0.
|
|
1165
|
+
## [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
1166
|
|
|
2933
|
-
|
|
1167
|
+
### Bug Fixes
|
|
2934
1168
|
|
|
1169
|
+
- fix filter dropdowns ([eaab107](https://github.com/Synerise/synerise-design/commit/eaab107b6dca7401a17c2e36806febd11edc677b))
|
|
2935
1170
|
|
|
1171
|
+
## [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
1172
|
|
|
1173
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2937
1174
|
|
|
1175
|
+
# [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
1176
|
|
|
2939
|
-
|
|
1177
|
+
### Bug Fixes
|
|
2940
1178
|
|
|
1179
|
+
- fix eslint errors ([7cce9b9](https://github.com/Synerise/synerise-design/commit/7cce9b94f8dea533b3c36a0f0cfd5145d4737166))
|
|
2941
1180
|
|
|
2942
1181
|
### Features
|
|
2943
1182
|
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
1183
|
+
- **filter:** fixes bugs ([b862ddd](https://github.com/Synerise/synerise-design/commit/b862dddbce1293c2a5381663fc903bb574edd135))
|
|
2947
1184
|
|
|
1185
|
+
## [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
1186
|
|
|
1187
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2949
1188
|
|
|
2950
|
-
## [0.
|
|
1189
|
+
## [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
1190
|
|
|
2952
1191
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2953
1192
|
|
|
1193
|
+
## [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
1194
|
|
|
1195
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2955
1196
|
|
|
1197
|
+
## [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
1198
|
|
|
1199
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2957
1200
|
|
|
2958
|
-
|
|
1201
|
+
## [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
1202
|
|
|
1203
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2960
1204
|
|
|
2961
|
-
|
|
1205
|
+
## [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
1206
|
|
|
2963
|
-
|
|
1207
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2964
1208
|
|
|
1209
|
+
## [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
1210
|
|
|
1211
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2966
1212
|
|
|
1213
|
+
## [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
1214
|
|
|
1215
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2968
1216
|
|
|
2969
|
-
## [0.
|
|
1217
|
+
## [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
1218
|
|
|
2971
1219
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2972
1220
|
|
|
1221
|
+
# [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
1222
|
|
|
1223
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2974
1224
|
|
|
1225
|
+
## [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
1226
|
|
|
1227
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2976
1228
|
|
|
2977
|
-
## [0.
|
|
1229
|
+
## [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
1230
|
|
|
2979
1231
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2980
1232
|
|
|
1233
|
+
## [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
1234
|
|
|
1235
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2982
1236
|
|
|
1237
|
+
## [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
1238
|
|
|
1239
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2984
1240
|
|
|
2985
|
-
## [0.
|
|
1241
|
+
## [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
1242
|
|
|
2987
1243
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2988
1244
|
|
|
1245
|
+
## [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
1246
|
|
|
1247
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2990
1248
|
|
|
1249
|
+
## [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
1250
|
|
|
1251
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2992
1252
|
|
|
2993
|
-
## [0.2
|
|
1253
|
+
## [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
1254
|
|
|
2995
1255
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
2996
1256
|
|
|
1257
|
+
## [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
1258
|
|
|
1259
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
2998
1260
|
|
|
1261
|
+
# [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
1262
|
|
|
1263
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3000
1264
|
|
|
3001
|
-
## [0.
|
|
1265
|
+
## [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
1266
|
|
|
3003
1267
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3004
1268
|
|
|
1269
|
+
# [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)
|
|
1270
|
+
|
|
1271
|
+
### Features
|
|
3005
1272
|
|
|
1273
|
+
- **condition:** add custom factor component ([d1205bc](https://github.com/Synerise/synerise-design/commit/d1205bce20f4154e7596bcd33ad127557bc0ad99))
|
|
3006
1274
|
|
|
1275
|
+
## [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
1276
|
|
|
1277
|
+
### Bug Fixes
|
|
3008
1278
|
|
|
3009
|
-
|
|
1279
|
+
- **condition:** fixes add condition button ([2a06856](https://github.com/Synerise/synerise-design/commit/2a06856cf8759db1459467f95fcd4dd12af53e1c))
|
|
3010
1280
|
|
|
3011
|
-
|
|
1281
|
+
## [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
1282
|
|
|
1283
|
+
### Bug Fixes
|
|
3013
1284
|
|
|
1285
|
+
- **condition:** fixes add condition button ([2a06856](https://github.com/Synerise/synerise-design/commit/2a06856cf8759db1459467f95fcd4dd12af53e1c))
|
|
3014
1286
|
|
|
1287
|
+
# [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
1288
|
|
|
1289
|
+
### Bug Fixes
|
|
3016
1290
|
|
|
3017
|
-
|
|
1291
|
+
- **condition:** performance improvements ([c3f54cf](https://github.com/Synerise/synerise-design/commit/c3f54cffcf2cfcb58da8686b88800fffed5e26ce))
|
|
3018
1292
|
|
|
3019
|
-
|
|
1293
|
+
### Features
|
|
3020
1294
|
|
|
1295
|
+
- **context-selector:** update styles ([5bdc277](https://github.com/Synerise/synerise-design/commit/5bdc277644da1f6eae9fe1d4aa9da7379bed389f))
|
|
1296
|
+
- **factors:** adds infinite scroll & virtualization ([1d7b818](https://github.com/Synerise/synerise-design/commit/1d7b818ae087e2bf10285d0db5c47d13fe2d5ec7))
|
|
1297
|
+
- **factors:** performance improvements ([71ac49b](https://github.com/Synerise/synerise-design/commit/71ac49b111fb2f6d51d65ae3bbd1a02d514bedf2))
|
|
1298
|
+
- **factors:** update hook deps ([191ef85](https://github.com/Synerise/synerise-design/commit/191ef85e944808d882183da339eb8245d671dbe5))
|
|
1299
|
+
- **factors:** update package.json ([9cfbda1](https://github.com/Synerise/synerise-design/commit/9cfbda1b134af86c1a96384b38dffda519955fc8))
|
|
3021
1300
|
|
|
1301
|
+
## [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
1302
|
|
|
1303
|
+
### Bug Fixes
|
|
3023
1304
|
|
|
1305
|
+
- **factors:** fix invinite requests ([94c2a2c](https://github.com/Synerise/synerise-design/commit/94c2a2c145549ff0e0c9f774ea12509a79782615))
|
|
3024
1306
|
|
|
3025
|
-
## [0.
|
|
1307
|
+
## [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
1308
|
|
|
3027
1309
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3028
1310
|
|
|
1311
|
+
## [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
1312
|
|
|
1313
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3030
1314
|
|
|
1315
|
+
## [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
1316
|
|
|
1317
|
+
### Bug Fixes
|
|
3032
1318
|
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1319
|
+
- **factors:** fire method when dropdown is opened ([2ec39ec](https://github.com/Synerise/synerise-design/commit/2ec39ec0f075675f1fbf23af89cfde2a26f529e4))
|
|
3036
1320
|
|
|
1321
|
+
## [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
1322
|
|
|
1323
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3038
1324
|
|
|
1325
|
+
## [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
1326
|
|
|
1327
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3040
1328
|
|
|
3041
|
-
## [0.
|
|
1329
|
+
## [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
1330
|
|
|
3043
1331
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3044
1332
|
|
|
1333
|
+
## [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
1334
|
|
|
1335
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3046
1336
|
|
|
1337
|
+
## [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
1338
|
|
|
1339
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3048
1340
|
|
|
3049
|
-
## [0.
|
|
1341
|
+
## [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
1342
|
|
|
3051
1343
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3052
1344
|
|
|
1345
|
+
## [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
1346
|
|
|
1347
|
+
### Bug Fixes
|
|
3054
1348
|
|
|
1349
|
+
- **factors:** inrease specifity of styles ([2dfd1c0](https://github.com/Synerise/synerise-design/commit/2dfd1c02f859f2dce4e8411a3451a220e44bcb9e))
|
|
3055
1350
|
|
|
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)
|
|
1351
|
+
## [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
1352
|
|
|
3059
1353
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3060
1354
|
|
|
1355
|
+
## [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
1356
|
|
|
1357
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3062
1358
|
|
|
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)
|
|
1359
|
+
## [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
1360
|
|
|
3067
1361
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3068
1362
|
|
|
1363
|
+
## [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
1364
|
|
|
1365
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3070
1366
|
|
|
1367
|
+
## [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
1368
|
|
|
1369
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3072
1370
|
|
|
3073
|
-
## [0.
|
|
1371
|
+
## [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
1372
|
|
|
3075
1373
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3076
1374
|
|
|
1375
|
+
## [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
1376
|
|
|
1377
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3078
1378
|
|
|
1379
|
+
## [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
1380
|
|
|
1381
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3080
1382
|
|
|
3081
|
-
## [0.
|
|
1383
|
+
## [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
1384
|
|
|
3083
1385
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3084
1386
|
|
|
1387
|
+
## [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
1388
|
|
|
1389
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3086
1390
|
|
|
1391
|
+
## [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
1392
|
|
|
1393
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3088
1394
|
|
|
3089
|
-
## [0.
|
|
1395
|
+
## [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
1396
|
|
|
3091
1397
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3092
1398
|
|
|
1399
|
+
## [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
1400
|
|
|
1401
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3094
1402
|
|
|
1403
|
+
## [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
1404
|
|
|
1405
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3096
1406
|
|
|
3097
|
-
## [0.
|
|
1407
|
+
## [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
1408
|
|
|
3099
1409
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3100
1410
|
|
|
1411
|
+
## [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
1412
|
|
|
1413
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3102
1414
|
|
|
1415
|
+
## [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
1416
|
|
|
1417
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3104
1418
|
|
|
3105
|
-
## [0.
|
|
1419
|
+
## [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
1420
|
|
|
3107
1421
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3108
1422
|
|
|
1423
|
+
## [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
1424
|
|
|
1425
|
+
### Bug Fixes
|
|
3110
1426
|
|
|
1427
|
+
- **condition:** removes focus on preselected param ([4eff5bc](https://github.com/Synerise/synerise-design/commit/4eff5bc43aaaa6ecf0e11d3dad2793da7f551fe4))
|
|
3111
1428
|
|
|
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)
|
|
1429
|
+
## [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
1430
|
|
|
3115
1431
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3116
1432
|
|
|
1433
|
+
## [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
1434
|
|
|
1435
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3118
1436
|
|
|
1437
|
+
## [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
1438
|
|
|
1439
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3120
1440
|
|
|
3121
|
-
## [0.
|
|
1441
|
+
## [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
1442
|
|
|
3123
1443
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3124
1444
|
|
|
1445
|
+
## [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
1446
|
|
|
1447
|
+
### Bug Fixes
|
|
3126
1448
|
|
|
1449
|
+
- **factors:** fixes tabs in factor dropdowns ([5de3097](https://github.com/Synerise/synerise-design/commit/5de309792741847892f5a7e902e3d648294cc88a))
|
|
1450
|
+
- **factors:** fixes tabs in factor dropdowns ([df38c77](https://github.com/Synerise/synerise-design/commit/df38c774586a0f68b693edd8e9bef71009700b08))
|
|
3127
1451
|
|
|
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)
|
|
1452
|
+
## [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
1453
|
|
|
3131
1454
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3132
1455
|
|
|
1456
|
+
# [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)
|
|
1457
|
+
|
|
1458
|
+
### Bug Fixes
|
|
3133
1459
|
|
|
1460
|
+
- **condition:** eslint warnings ([9e9e83d](https://github.com/Synerise/synerise-design/commit/9e9e83d85e7445a8859deef1735bb85b2f17caea))
|
|
1461
|
+
- **condition:** fixes from CR ([ac5e675](https://github.com/Synerise/synerise-design/commit/ac5e6750b8e4ae370e5043708f2497c202c8490b))
|
|
3134
1462
|
|
|
1463
|
+
### Features
|
|
3135
1464
|
|
|
1465
|
+
- **factors:** autofocus on current FactorValue input ([6ba4248](https://github.com/Synerise/synerise-design/commit/6ba4248b3e8b2d0e789dceac01c3a48eab85cfc1))
|
|
3136
1466
|
|
|
3137
|
-
## [0.
|
|
1467
|
+
## [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
1468
|
|
|
3139
1469
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3140
1470
|
|
|
1471
|
+
## [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
1472
|
|
|
1473
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3142
1474
|
|
|
1475
|
+
## [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
1476
|
|
|
1477
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3144
1478
|
|
|
3145
|
-
|
|
1479
|
+
## [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
1480
|
|
|
3147
1481
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3148
1482
|
|
|
1483
|
+
## [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
1484
|
|
|
1485
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3150
1486
|
|
|
1487
|
+
## [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
1488
|
|
|
1489
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3152
1490
|
|
|
3153
|
-
## [0.
|
|
1491
|
+
## [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
1492
|
|
|
3155
1493
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3156
1494
|
|
|
1495
|
+
## [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
1496
|
|
|
1497
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3158
1498
|
|
|
1499
|
+
## [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
1500
|
|
|
1501
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3160
1502
|
|
|
3161
|
-
## [0.
|
|
1503
|
+
## [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
1504
|
|
|
3163
1505
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3164
1506
|
|
|
1507
|
+
## [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
1508
|
|
|
1509
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3166
1510
|
|
|
1511
|
+
## [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
1512
|
|
|
1513
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3168
1514
|
|
|
3169
|
-
## [0.
|
|
1515
|
+
## [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
1516
|
|
|
3171
1517
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3172
1518
|
|
|
1519
|
+
## [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
1520
|
|
|
1521
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3174
1522
|
|
|
1523
|
+
## [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
1524
|
|
|
1525
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3176
1526
|
|
|
3177
|
-
## [0.1
|
|
1527
|
+
## [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
1528
|
|
|
3179
1529
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3180
1530
|
|
|
1531
|
+
# [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
1532
|
|
|
1533
|
+
### Features
|
|
3182
1534
|
|
|
1535
|
+
- **condition:** adjust for design ([4a2be5f](https://github.com/Synerise/synerise-design/commit/4a2be5f13c16c7c4360353bd34a7ed5a27e158c7))
|
|
3183
1536
|
|
|
1537
|
+
## [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
1538
|
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
**Note:** Version bump only for package @synerise/ds-factors
|
|
1539
|
+
### Bug Fixes
|
|
3188
1540
|
|
|
1541
|
+
- **condition:** minior fixes ([26982be](https://github.com/Synerise/synerise-design/commit/26982bee3f682e6f8d5126e4143c80c4405f6bae))
|
|
3189
1542
|
|
|
1543
|
+
# [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
1544
|
|
|
1545
|
+
### Features
|
|
3191
1546
|
|
|
1547
|
+
- **condition:** adjust for design ([1018428](https://github.com/Synerise/synerise-design/commit/101842816d94a413d36bffc1b64ffdb87cf0e753))
|
|
3192
1548
|
|
|
3193
|
-
## [0.1
|
|
1549
|
+
## [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
1550
|
|
|
3195
1551
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3196
1552
|
|
|
1553
|
+
# [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
1554
|
|
|
1555
|
+
### Features
|
|
3198
1556
|
|
|
1557
|
+
- **condition:** adjust for design ([1d338ef](https://github.com/Synerise/synerise-design/commit/1d338efd6ec42cd542c735475bd3956ef9e3a12a))
|
|
3199
1558
|
|
|
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)
|
|
1559
|
+
## [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
1560
|
|
|
3203
1561
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3204
1562
|
|
|
1563
|
+
# [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
1564
|
|
|
1565
|
+
### Features
|
|
3206
1566
|
|
|
1567
|
+
- **progress-bar:** add progress tiles ([ba7a987](https://github.com/Synerise/synerise-design/commit/ba7a987f4859c0021d30f0cbc6a510919ae34893))
|
|
3207
1568
|
|
|
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)
|
|
1569
|
+
## [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
1570
|
|
|
3211
1571
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3212
1572
|
|
|
1573
|
+
## [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
1574
|
|
|
1575
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3214
1576
|
|
|
1577
|
+
## [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
1578
|
|
|
1579
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3216
1580
|
|
|
3217
|
-
## [0.
|
|
1581
|
+
## [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
1582
|
|
|
3219
1583
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3220
1584
|
|
|
1585
|
+
## [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
1586
|
|
|
1587
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3222
1588
|
|
|
1589
|
+
## [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
1590
|
|
|
1591
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3224
1592
|
|
|
3225
|
-
## [0.
|
|
1593
|
+
## [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
1594
|
|
|
3227
1595
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3228
1596
|
|
|
1597
|
+
## [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
1598
|
|
|
1599
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3230
1600
|
|
|
1601
|
+
## [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
1602
|
|
|
1603
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3232
1604
|
|
|
3233
|
-
## [0.
|
|
1605
|
+
## [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
1606
|
|
|
3235
1607
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3236
1608
|
|
|
1609
|
+
## [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
1610
|
|
|
1611
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3238
1612
|
|
|
1613
|
+
## [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
1614
|
|
|
1615
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3240
1616
|
|
|
3241
|
-
## [0.
|
|
1617
|
+
## [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
1618
|
|
|
3243
1619
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3244
1620
|
|
|
1621
|
+
## [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
1622
|
|
|
1623
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3246
1624
|
|
|
1625
|
+
## [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
1626
|
|
|
1627
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3248
1628
|
|
|
3249
|
-
## [0.
|
|
1629
|
+
## [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
1630
|
|
|
3251
1631
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3252
1632
|
|
|
1633
|
+
## [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
1634
|
|
|
1635
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3254
1636
|
|
|
1637
|
+
## [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
1638
|
|
|
1639
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3256
1640
|
|
|
3257
|
-
## [0.
|
|
1641
|
+
## [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
1642
|
|
|
3259
1643
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3260
1644
|
|
|
1645
|
+
## [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
1646
|
|
|
1647
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3262
1648
|
|
|
1649
|
+
## [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
1650
|
|
|
1651
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3264
1652
|
|
|
3265
|
-
## [0.1
|
|
1653
|
+
## [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
1654
|
|
|
3267
1655
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3268
1656
|
|
|
1657
|
+
# [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
1658
|
|
|
1659
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3270
1660
|
|
|
1661
|
+
## [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
1662
|
|
|
1663
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3272
1664
|
|
|
3273
|
-
## [0.1.
|
|
1665
|
+
## [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
1666
|
|
|
3275
1667
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3276
1668
|
|
|
1669
|
+
## [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
1670
|
|
|
1671
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3278
1672
|
|
|
1673
|
+
## [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
1674
|
|
|
1675
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3280
1676
|
|
|
3281
|
-
## [0.1.
|
|
1677
|
+
## [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
1678
|
|
|
3283
1679
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3284
1680
|
|
|
1681
|
+
## [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
1682
|
|
|
1683
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3286
1684
|
|
|
1685
|
+
## [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
1686
|
|
|
1687
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3288
1688
|
|
|
3289
|
-
## [0.1.
|
|
1689
|
+
## [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
1690
|
|
|
3291
1691
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3292
1692
|
|
|
1693
|
+
## [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
1694
|
|
|
1695
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3294
1696
|
|
|
1697
|
+
## [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
1698
|
|
|
1699
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3296
1700
|
|
|
3297
|
-
## [0.1.
|
|
1701
|
+
## [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
1702
|
|
|
3299
1703
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3300
1704
|
|
|
1705
|
+
## [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
1706
|
|
|
1707
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3302
1708
|
|
|
1709
|
+
## [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
1710
|
|
|
1711
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3304
1712
|
|
|
3305
|
-
## [0.1.
|
|
1713
|
+
## [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
1714
|
|
|
3307
1715
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3308
1716
|
|
|
1717
|
+
## [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
1718
|
|
|
1719
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3310
1720
|
|
|
1721
|
+
## [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
1722
|
|
|
1723
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3312
1724
|
|
|
3313
|
-
## [0.1.
|
|
1725
|
+
## [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
1726
|
|
|
3315
1727
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3316
1728
|
|
|
1729
|
+
## [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
1730
|
|
|
1731
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3318
1732
|
|
|
1733
|
+
## [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
1734
|
|
|
1735
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3320
1736
|
|
|
3321
|
-
## [0.1.
|
|
1737
|
+
## [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
1738
|
|
|
3323
1739
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3324
1740
|
|
|
1741
|
+
## [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
1742
|
|
|
1743
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3326
1744
|
|
|
1745
|
+
## [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
1746
|
|
|
1747
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
3328
1748
|
|
|
3329
1749
|
## [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
1750
|
|
|
3331
1751
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3332
1752
|
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
1753
|
## [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
1754
|
|
|
3339
1755
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3340
1756
|
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
1757
|
## [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
1758
|
|
|
3347
|
-
|
|
3348
1759
|
### Bug Fixes
|
|
3349
1760
|
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
1761
|
+
- **factors:** add latest ds-icon to deps ([c413466](https://github.com/Synerise/synerise-design/commit/c41346680319afd446f9dd6dae92a3f3d705912a))
|
|
3355
1762
|
|
|
3356
1763
|
## [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
1764
|
|
|
3358
1765
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3359
1766
|
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
1767
|
## [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
1768
|
|
|
3366
|
-
|
|
3367
1769
|
### Bug Fixes
|
|
3368
1770
|
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
1771
|
+
- **factors:** fix issues from QA ([496e88f](https://github.com/Synerise/synerise-design/commit/496e88f2cca86b87ff484e2a57a9ff3fa7bae425))
|
|
3374
1772
|
|
|
3375
1773
|
## [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
1774
|
|
|
3377
1775
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3378
1776
|
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
1777
|
## [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
1778
|
|
|
3385
1779
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3386
1780
|
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
1781
|
## [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
1782
|
|
|
3393
1783
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3394
1784
|
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
1785
|
## [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
1786
|
|
|
3401
1787
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3402
1788
|
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
1789
|
## [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
1790
|
|
|
3409
1791
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3410
1792
|
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
1793
|
## [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
1794
|
|
|
3417
1795
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
3418
1796
|
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
1797
|
# 0.1.0 (2020-09-25)
|
|
3424
1798
|
|
|
3425
|
-
|
|
3426
1799
|
### Bug Fixes
|
|
3427
1800
|
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
1801
|
+
- **factors:** add missing dependencies in package.json ([8d1d616](https://github.com/Synerise/synerise-design/commit/8d1d616ccaa53fd1b15fd5518d0e8f2203e9590e))
|
|
1802
|
+
- **factors:** add missing deps in hooks ([755e4a4](https://github.com/Synerise/synerise-design/commit/755e4a4e2d5e705cfa1d907440e5bce990293428))
|
|
1803
|
+
- **factors:** add missing deps in package.json ([394f60a](https://github.com/Synerise/synerise-design/commit/394f60ae7a6ad0af2a1eff9d1d9ecca45167424f))
|
|
1804
|
+
- **factors:** add missing deps in package.json ([f032eaf](https://github.com/Synerise/synerise-design/commit/f032eaf22931a510a9dd9a69cf842f75c0d062e3))
|
|
1805
|
+
- **factors:** autofocus on search input ([dd8ec41](https://github.com/Synerise/synerise-design/commit/dd8ec41ca45bf98437e24d4ca015b87c9dab00f7))
|
|
1806
|
+
- **factors:** fix factors tests ([80536bc](https://github.com/Synerise/synerise-design/commit/80536bcf6adefcb4254c28ab411f261f87f1b87b))
|
|
1807
|
+
- **factors:** fix farmula modal, expansible text modal, autocomplete ([92a7e94](https://github.com/Synerise/synerise-design/commit/92a7e94af258a9601686d08d63f2317d79ddcfa0))
|
|
1808
|
+
- **factors:** fix navigation by keyboard arrows ([abb6ed8](https://github.com/Synerise/synerise-design/commit/abb6ed8f4b6f9593fea3169d046add488cdc3f8d))
|
|
1809
|
+
- **factors:** fix no results in parameters dropdown ([5d930eb](https://github.com/Synerise/synerise-design/commit/5d930eb08c19c4378a673ce8b2d5d3ea046b60e4))
|
|
1810
|
+
- **factors:** fix scrollbar position ([1fae18e](https://github.com/Synerise/synerise-design/commit/1fae18e409a7e61581f06fe26a31b474b5d0b3c7))
|
|
1811
|
+
- **factors:** fix styles and types ([bf5bb97](https://github.com/Synerise/synerise-design/commit/bf5bb979f3c3369d0107f22a3023ab402b33c54f))
|
|
1812
|
+
- **factors:** fix styles expansible text input, fix keyboard navigation ([4190b8d](https://github.com/Synerise/synerise-design/commit/4190b8dbb4312c19c9980aa60a6d66b3b6d85cc5))
|
|
1813
|
+
- **factors:** fix types ([cbe892f](https://github.com/Synerise/synerise-design/commit/cbe892fd5e776c6c224282158340e7b4717c5f25))
|
|
3442
1814
|
|
|
3443
1815
|
### Features
|
|
3444
1816
|
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
1817
|
+
- **condition:** open next field automically ([6e55d51](https://github.com/Synerise/synerise-design/commit/6e55d51fd252223c45d3926706cf31844dedd07a))
|
|
1818
|
+
- **factors:** add support for keyboard arrows ([f1fb894](https://github.com/Synerise/synerise-design/commit/f1fb89448ac8cb0bf20ab01bb9f60544d9d0ddfc))
|
|
1819
|
+
- **factors:** add translations ([253f00c](https://github.com/Synerise/synerise-design/commit/253f00c31d022880864c1c0df8cfa5091450dc1c))
|
|
1820
|
+
- **factors:** init factors component ([d23dc64](https://github.com/Synerise/synerise-design/commit/d23dc64cbc17274fa0a27d920eebb6c32924cc02))
|
|
1821
|
+
- **factors:** withoutTypeSelector mode ([0af0622](https://github.com/Synerise/synerise-design/commit/0af0622d6b096cc60445e232bdc43b98d6bd5a99))
|