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