@synerise/ds-core 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +245 -813
- package/README.md +1 -1
- package/dist/i18n/en.json +1 -1
- package/dist/i18n/index.js +2 -2
- package/dist/i18n/pl.json +1 -1
- package/dist/i18n/pt.json +1 -1
- package/dist/js/DSProvider/DSProvider.d.ts +5 -5
- package/dist/js/DSProvider/DSProvider.js +1 -1
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.d.ts +1 -1
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.js +4 -4
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.types.d.ts +1 -1
- package/dist/js/DSProvider/LocaleProvider/antLocales.js +1 -1
- package/dist/js/DSProvider/ThemeProvider/ThemeProvider.d.ts +2 -2
- package/dist/js/DSProvider/ThemeProvider/theme.d.ts +2 -2
- package/dist/js/DSProvider/ThemeProvider/theme.js +1 -1
- package/dist/js/DSProvider/index.d.ts +1 -2
- package/dist/js/index.d.ts +2 -4
- package/dist/js/mediaQuery/mediaQuery.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,1263 +3,695 @@
|
|
|
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
|
-
|
|
6
|
+
## [1.4.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.4.0...@synerise/ds-core@1.4.1) (2025-07-01)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
8
9
|
|
|
9
|
-
### Features
|
|
10
10
|
|
|
11
|
-
* **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
|
|
14
|
+
# [1.4.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.3.1...@synerise/ds-core@1.4.0) (2025-06-24)
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
18
20
|
|
|
19
21
|
|
|
20
|
-
### Bug Fixes
|
|
21
22
|
|
|
22
|
-
* **core:** make translation imports static ([76df190](https://github.com/synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.3.0...@synerise/ds-core@1.3.1) (2025-05-26)
|
|
25
26
|
|
|
27
|
+
### Bug Fixes
|
|
26
28
|
|
|
29
|
+
- **core:** make translation imports static ([76df190](https://github.com/synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
|
|
27
30
|
|
|
28
31
|
# [1.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.2.0...@synerise/ds-core@1.3.0) (2025-05-19)
|
|
29
32
|
|
|
30
|
-
|
|
31
33
|
### Features
|
|
32
34
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
- **collector:** make texts prop optional ([6d59694](https://github.com/synerise/synerise-design/commit/6d59694a427102714ebcd9579fe086d72066d9af))
|
|
38
36
|
|
|
39
37
|
# [1.2.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.1.0...@synerise/ds-core@1.2.0) (2025-05-07)
|
|
40
38
|
|
|
41
|
-
|
|
42
39
|
### Features
|
|
43
40
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
41
|
+
- **button:** add ButtonToggle component ([1e86e54](https://github.com/synerise/synerise-design/commit/1e86e54273e2204bcbbbbe302ff0c2e2a326e94f))
|
|
42
|
+
- **toast:** toast component ([0cb20d0](https://github.com/synerise/synerise-design/commit/0cb20d07b48d1c768a0ddf133b1970a4a13444ca))
|
|
50
43
|
|
|
51
44
|
# [1.1.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.0.1...@synerise/ds-core@1.1.0) (2025-04-16)
|
|
52
45
|
|
|
53
|
-
|
|
54
46
|
### Features
|
|
55
47
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
48
|
+
- **item-picker:** custom limit per section ([d45ec39](https://github.com/synerise/synerise-design/commit/d45ec3951828811a03ca89bdbb3f39c91a120e22))
|
|
61
49
|
|
|
62
50
|
## [1.0.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.0.0...@synerise/ds-core@1.0.1) (2025-03-18)
|
|
63
51
|
|
|
64
52
|
**Note:** Version bump only for package @synerise/ds-core
|
|
65
53
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
54
|
## [0.43.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.43.1...@synerise/ds-core@0.43.2) (2025-03-10)
|
|
71
55
|
|
|
72
56
|
**Note:** Version bump only for package @synerise/ds-core
|
|
73
57
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
58
|
## [0.43.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.43.0...@synerise/ds-core@0.43.1) (2025-02-27)
|
|
79
59
|
|
|
80
60
|
**Note:** Version bump only for package @synerise/ds-core
|
|
81
61
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
62
|
# [0.43.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.42.1...@synerise/ds-core@0.43.0) (2025-01-29)
|
|
87
63
|
|
|
88
|
-
|
|
89
64
|
### Features
|
|
90
65
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
66
|
+
- antd@4.24 react@18 ([d97a667](https://github.com/synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
|
|
96
67
|
|
|
97
68
|
## [0.42.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.42.0...@synerise/ds-core@0.42.1) (2024-11-21)
|
|
98
69
|
|
|
99
|
-
|
|
100
70
|
### Bug Fixes
|
|
101
71
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
72
|
+
- **context-selector:** make texts optional prop ([44279cf](https://github.com/synerise/synerise-design/commit/44279cf859db1d3a9ea4ac0fc6e927423fb63407))
|
|
73
|
+
- **core:** onError fn types ([c34bdfe](https://github.com/synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
|
|
74
|
+
- **factors:** deep merge of default and prop texts ([787b436](https://github.com/synerise/synerise-design/commit/787b4367213922eca21292a0a933c7ff5c241dd9))
|
|
109
75
|
|
|
110
76
|
# [0.42.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.41.0...@synerise/ds-core@0.42.0) (2024-11-12)
|
|
111
77
|
|
|
112
|
-
|
|
113
78
|
### Features
|
|
114
79
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
80
|
+
- **core:** declare children for react 18 forward compatibility ([c5c500d](https://github.com/synerise/synerise-design/commit/c5c500de76dd9534957be64350d7e7b5fabe4ce9))
|
|
81
|
+
- **core:** reactintl bumped and onerror intlprovider ([08f4558](https://github.com/synerise/synerise-design/commit/08f4558757a55c63db55767fff9fc6714728d26b))
|
|
121
82
|
|
|
122
83
|
# [0.41.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.23...@synerise/ds-core@0.41.0) (2024-10-01)
|
|
123
84
|
|
|
124
|
-
|
|
125
85
|
### Features
|
|
126
86
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
87
|
+
- **menu:** maxToShowItems props ([982d12c](https://github.com/synerise/synerise-design/commit/982d12cf00dfd271bd75e3228e0e231ab26dc7f1))
|
|
132
88
|
|
|
133
89
|
## [0.40.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.22...@synerise/ds-core@0.40.23) (2024-09-26)
|
|
134
90
|
|
|
135
91
|
**Note:** Version bump only for package @synerise/ds-core
|
|
136
92
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
93
|
## [0.40.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.21...@synerise/ds-core@0.40.22) (2024-09-17)
|
|
142
94
|
|
|
143
95
|
**Note:** Version bump only for package @synerise/ds-core
|
|
144
96
|
|
|
97
|
+
## [0.40.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.20...@synerise/ds-core@0.40.21) (2024-09-03)
|
|
145
98
|
|
|
99
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
146
100
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## [0.40.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.20...@synerise/ds-core@0.40.21) (2024-09-03)
|
|
101
|
+
## [0.40.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.19...@synerise/ds-core@0.40.20) (2024-08-27)
|
|
150
102
|
|
|
151
103
|
**Note:** Version bump only for package @synerise/ds-core
|
|
152
104
|
|
|
105
|
+
## [0.40.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.18...@synerise/ds-core@0.40.19) (2024-08-06)
|
|
153
106
|
|
|
107
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
154
108
|
|
|
109
|
+
## [0.40.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.17...@synerise/ds-core@0.40.18) (2024-07-05)
|
|
155
110
|
|
|
111
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
156
112
|
|
|
157
|
-
## [0.40.
|
|
113
|
+
## [0.40.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.16...@synerise/ds-core@0.40.17) (2024-07-02)
|
|
158
114
|
|
|
159
115
|
**Note:** Version bump only for package @synerise/ds-core
|
|
160
116
|
|
|
117
|
+
## [0.40.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.15...@synerise/ds-core@0.40.16) (2024-06-24)
|
|
161
118
|
|
|
119
|
+
### Bug Fixes
|
|
162
120
|
|
|
121
|
+
- **information-card:** updated ui and added actions and properties ([c30ed42](https://github.com/synerise/synerise-design/commit/c30ed4203511f2c29aeea6d8bc17a6fd6170ffe5))
|
|
163
122
|
|
|
123
|
+
## [0.40.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.14...@synerise/ds-core@0.40.15) (2024-05-16)
|
|
164
124
|
|
|
165
|
-
|
|
125
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
126
|
+
|
|
127
|
+
## [0.40.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.13...@synerise/ds-core@0.40.14) (2024-05-08)
|
|
166
128
|
|
|
167
129
|
**Note:** Version bump only for package @synerise/ds-core
|
|
168
130
|
|
|
131
|
+
## [0.40.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.12...@synerise/ds-core@0.40.13) (2024-04-11)
|
|
169
132
|
|
|
133
|
+
### Bug Fixes
|
|
170
134
|
|
|
135
|
+
- **popconfirm:** fixed popconfirm zIndex ([9d7d1b7](https://github.com/synerise/synerise-design/commit/9d7d1b79a3c23ba2613d9bdde425e27f9aea6be6))
|
|
171
136
|
|
|
137
|
+
## [0.40.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.11...@synerise/ds-core@0.40.12) (2024-02-21)
|
|
172
138
|
|
|
173
|
-
|
|
139
|
+
### Bug Fixes
|
|
174
140
|
|
|
175
|
-
**
|
|
141
|
+
- **condition:** updated step name prefix styles ([b6b53fe](https://github.com/synerise/synerise-design/commit/b6b53feabe10428ab9e11ce9ebd7167dd881cd11))
|
|
176
142
|
|
|
143
|
+
## [0.40.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.10...@synerise/ds-core@0.40.11) (2024-02-19)
|
|
177
144
|
|
|
145
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
178
146
|
|
|
147
|
+
## [0.40.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.9...@synerise/ds-core@0.40.10) (2024-01-17)
|
|
179
148
|
|
|
149
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
180
150
|
|
|
181
|
-
## [0.40.
|
|
151
|
+
## [0.40.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.8...@synerise/ds-core@0.40.9) (2023-12-13)
|
|
182
152
|
|
|
183
153
|
**Note:** Version bump only for package @synerise/ds-core
|
|
184
154
|
|
|
155
|
+
## [0.40.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.7...@synerise/ds-core@0.40.8) (2023-12-11)
|
|
185
156
|
|
|
157
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
186
158
|
|
|
159
|
+
## [0.40.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.6...@synerise/ds-core@0.40.7) (2023-10-30)
|
|
187
160
|
|
|
161
|
+
### Bug Fixes
|
|
188
162
|
|
|
189
|
-
|
|
163
|
+
- **core:** drp translations es / pt ([ffdca84](https://github.com/synerise/synerise-design/commit/ffdca84e5e876701499dd0ea1a8e55ea6d013ed6))
|
|
190
164
|
|
|
165
|
+
## [0.40.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.5...@synerise/ds-core@0.40.6) (2023-10-19)
|
|
191
166
|
|
|
192
167
|
### Bug Fixes
|
|
193
168
|
|
|
194
|
-
|
|
195
|
-
|
|
169
|
+
- **core:** updated default colors ([8711151](https://github.com/synerise/synerise-design/commit/87111517fbf9be81b740c9b4934aca89008bc58b))
|
|
196
170
|
|
|
171
|
+
## [0.40.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.4...@synerise/ds-core@0.40.5) (2023-10-18)
|
|
197
172
|
|
|
173
|
+
### Bug Fixes
|
|
198
174
|
|
|
175
|
+
- **date-range-picker:** ui/ux updates to filter and relative section ([8bb636b](https://github.com/synerise/synerise-design/commit/8bb636b185a5fe98a4ef70350dc387493ac6f0a5))
|
|
199
176
|
|
|
200
|
-
## [0.40.
|
|
177
|
+
## [0.40.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.3...@synerise/ds-core@0.40.4) (2023-10-11)
|
|
201
178
|
|
|
202
179
|
**Note:** Version bump only for package @synerise/ds-core
|
|
203
180
|
|
|
181
|
+
## [0.40.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.2...@synerise/ds-core@0.40.3) (2023-10-02)
|
|
204
182
|
|
|
183
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
205
184
|
|
|
185
|
+
## [0.40.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.1...@synerise/ds-core@0.40.2) (2023-09-26)
|
|
206
186
|
|
|
187
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
207
188
|
|
|
208
|
-
## [0.40.
|
|
189
|
+
## [0.40.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.40.0...@synerise/ds-core@0.40.1) (2023-09-05)
|
|
209
190
|
|
|
210
191
|
**Note:** Version bump only for package @synerise/ds-core
|
|
211
192
|
|
|
193
|
+
# [0.40.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.13...@synerise/ds-core@0.40.0) (2023-08-30)
|
|
194
|
+
|
|
195
|
+
### Features
|
|
196
|
+
|
|
197
|
+
- **date-range-picker:** range filter as slider with "inverted" toggler ([6ae7d9e](https://github.com/synerise/synerise-design/commit/6ae7d9e27925c4fee502ed8fac84806836e5e727))
|
|
212
198
|
|
|
199
|
+
## [0.39.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.12...@synerise/ds-core@0.39.13) (2023-08-25)
|
|
213
200
|
|
|
201
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
214
202
|
|
|
203
|
+
## [0.39.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.11...@synerise/ds-core@0.39.12) (2023-08-20)
|
|
215
204
|
|
|
216
|
-
|
|
205
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
217
206
|
|
|
207
|
+
## [0.39.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.10...@synerise/ds-core@0.39.11) (2023-07-17)
|
|
218
208
|
|
|
219
209
|
### Bug Fixes
|
|
220
210
|
|
|
221
|
-
|
|
211
|
+
- **core:** export default vs export const default ([dd3faca](https://github.com/synerise/synerise-design/commit/dd3faca8494c35d9ca761d2e7ed0a8cf08a14cb0))
|
|
222
212
|
|
|
213
|
+
## [0.39.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.9...@synerise/ds-core@0.39.10) (2023-07-12)
|
|
223
214
|
|
|
215
|
+
### Bug Fixes
|
|
224
216
|
|
|
217
|
+
- **core:** change the type export ([21626e5](https://github.com/synerise/synerise-design/commit/21626e5edf4adc2598568f74520f4fd2a0a99c66))
|
|
225
218
|
|
|
219
|
+
## [0.39.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.8...@synerise/ds-core@0.39.9) (2023-06-28)
|
|
226
220
|
|
|
227
|
-
|
|
221
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
228
222
|
|
|
223
|
+
## [0.39.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.7...@synerise/ds-core@0.39.8) (2023-04-26)
|
|
229
224
|
|
|
230
225
|
### Bug Fixes
|
|
231
226
|
|
|
232
|
-
|
|
227
|
+
- **core:** exports ds-typed usetheme hook ([1246d86](https://github.com/synerise/synerise-design/commit/1246d86e03c75c8b001ef5dbce3e91c6edf25b47))
|
|
228
|
+
- **core:** reexport theme props for withTheme hook ([79ee3e5](https://github.com/synerise/synerise-design/commit/79ee3e5591883ca9be8a17641ab71bd0a8fab27b))
|
|
229
|
+
- **core:** removes unnecessary wrapper fn ([12c2eaf](https://github.com/synerise/synerise-design/commit/12c2eafa59fe3acd3e557ffe512f04b618fa2965))
|
|
230
|
+
- **date-range-picker:** adds missing translation keys ([2bee40b](https://github.com/synerise/synerise-design/commit/2bee40bd8374386cfa9baecc4bae1cc9cc347ae2))
|
|
233
231
|
|
|
232
|
+
## [0.39.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.6...@synerise/ds-core@0.39.7) (2023-04-14)
|
|
234
233
|
|
|
234
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
235
235
|
|
|
236
|
+
## [0.39.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.5...@synerise/ds-core@0.39.6) (2023-04-05)
|
|
236
237
|
|
|
238
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
237
239
|
|
|
238
|
-
## [0.
|
|
240
|
+
## [0.39.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.4...@synerise/ds-core@0.39.5) (2023-03-31)
|
|
239
241
|
|
|
240
242
|
**Note:** Version bump only for package @synerise/ds-core
|
|
241
243
|
|
|
244
|
+
## [0.39.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.3...@synerise/ds-core@0.39.4) (2023-03-21)
|
|
242
245
|
|
|
246
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
243
247
|
|
|
248
|
+
## [0.39.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.2...@synerise/ds-core@0.39.3) (2023-03-20)
|
|
244
249
|
|
|
250
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
245
251
|
|
|
246
|
-
## [0.
|
|
252
|
+
## [0.39.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.1...@synerise/ds-core@0.39.2) (2023-03-08)
|
|
247
253
|
|
|
248
254
|
**Note:** Version bump only for package @synerise/ds-core
|
|
249
255
|
|
|
256
|
+
## [0.39.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.0...@synerise/ds-core@0.39.1) (2023-02-28)
|
|
250
257
|
|
|
258
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
251
259
|
|
|
260
|
+
# [0.39.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.38.0...@synerise/ds-core@0.39.0) (2023-02-27)
|
|
252
261
|
|
|
262
|
+
### Features
|
|
253
263
|
|
|
254
|
-
|
|
264
|
+
- **ds-data-format:** data format intl tools ([838380b](https://github.com/synerise/synerise-design/commit/838380b89956c37ff0e54b6be93f68aae03f1e1b))
|
|
255
265
|
|
|
256
|
-
|
|
266
|
+
# [0.38.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.37.0...@synerise/ds-core@0.38.0) (2022-10-24)
|
|
257
267
|
|
|
268
|
+
### Features
|
|
258
269
|
|
|
270
|
+
- **date-picker:** fix intl in date pickers ([4e9cbce](https://github.com/synerise/synerise-design/commit/4e9cbceace0e3e794523448120db6a1934242d81))
|
|
259
271
|
|
|
272
|
+
# [0.37.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.3...@synerise/ds-core@0.37.0) (2022-10-18)
|
|
260
273
|
|
|
274
|
+
### Features
|
|
261
275
|
|
|
262
|
-
|
|
276
|
+
- **core:** add missing intl ([77f85be](https://github.com/synerise/synerise-design/commit/77f85bea8795a3141efcc34a37a0328a063273c5))
|
|
263
277
|
|
|
264
|
-
|
|
278
|
+
## [0.36.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.2...@synerise/ds-core@0.36.3) (2022-09-07)
|
|
265
279
|
|
|
280
|
+
### Bug Fixes
|
|
266
281
|
|
|
282
|
+
- **core:** change export type to _export type_ export ([ef46af6](https://github.com/synerise/synerise-design/commit/ef46af63cf116fd0b38cba06374b0b0bb2ab0a33))
|
|
267
283
|
|
|
284
|
+
## [0.36.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.1...@synerise/ds-core@0.36.2) (2022-09-07)
|
|
268
285
|
|
|
286
|
+
### Bug Fixes
|
|
269
287
|
|
|
270
|
-
|
|
288
|
+
- **core:** register pt locale, currency formatting ([2b3d1d5](https://github.com/synerise/synerise-design/commit/2b3d1d5e8d22b4158138a2a196c2d828e85594ce))
|
|
271
289
|
|
|
290
|
+
## [0.36.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.0...@synerise/ds-core@0.36.1) (2022-09-06)
|
|
272
291
|
|
|
273
292
|
### Bug Fixes
|
|
274
293
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
294
|
+
- **core:** pass overrided locale only if provided ([2217be4](https://github.com/synerise/synerise-design/commit/2217be4c88b7aa61eba917b7303ba161542aea79))
|
|
278
295
|
|
|
296
|
+
# [0.36.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.5...@synerise/ds-core@0.36.0) (2022-09-05)
|
|
279
297
|
|
|
298
|
+
### Features
|
|
280
299
|
|
|
281
|
-
|
|
300
|
+
- **core:** add Portuguese translations ([5390d61](https://github.com/synerise/synerise-design/commit/5390d616fe1fe98eb51e87b4dc9a323b29b6ff2b))
|
|
301
|
+
- **core:** fixes to pt-lang json ([da20378](https://github.com/synerise/synerise-design/commit/da203783823a4c4ed17c28998a81c3d6b3b7e67e))
|
|
282
302
|
|
|
303
|
+
## [0.35.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.0...@synerise/ds-core@0.35.5) (2022-08-11)
|
|
283
304
|
|
|
284
|
-
|
|
305
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
285
306
|
|
|
286
|
-
|
|
307
|
+
# [0.35.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.2...@synerise/ds-core@0.35.0) (2022-07-17)
|
|
287
308
|
|
|
309
|
+
### Features
|
|
288
310
|
|
|
311
|
+
- **filter:** adds additional translation ([a00063a](https://github.com/synerise/synerise-design/commit/a00063a01e4d6d67e1cb6b040f867ecf88f57c14))
|
|
289
312
|
|
|
313
|
+
## [0.34.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.1...@synerise/ds-core@0.34.2) (2022-07-08)
|
|
290
314
|
|
|
315
|
+
### Bug Fixes
|
|
291
316
|
|
|
292
|
-
|
|
317
|
+
- **table:** fixes i18n in row selection component ([0e73b64](https://github.com/synerise/synerise-design/commit/0e73b644740c444b0115d2a6da040874883650fb))
|
|
293
318
|
|
|
319
|
+
## [0.34.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.0...@synerise/ds-core@0.34.1) (2022-07-06)
|
|
294
320
|
|
|
295
321
|
### Bug Fixes
|
|
296
322
|
|
|
297
|
-
|
|
323
|
+
- **factors:** fixes factor types i18n ([5963bcf](https://github.com/synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
|
|
298
324
|
|
|
325
|
+
# [0.34.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.33.0...@synerise/ds-core@0.34.0) (2022-04-29)
|
|
299
326
|
|
|
327
|
+
### Features
|
|
300
328
|
|
|
329
|
+
- **condition:** clearing active step on deactivating inner components ([ad45310](https://github.com/synerise/synerise-design/commit/ad45310cde108e40b2b88c0a88bf801d679056db))
|
|
301
330
|
|
|
331
|
+
# [0.33.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.1...@synerise/ds-core@0.33.0) (2022-04-05)
|
|
302
332
|
|
|
303
|
-
|
|
333
|
+
### Features
|
|
304
334
|
|
|
305
|
-
**
|
|
335
|
+
- **core:** updates defaults translations ([0ded217](https://github.com/synerise/synerise-design/commit/0ded217c927aa1eb7d03b0be92b2994a87c197da))
|
|
336
|
+
- **filter:** fixes bugs ([b862ddd](https://github.com/synerise/synerise-design/commit/b862dddbce1293c2a5381663fc903bb574edd135))
|
|
306
337
|
|
|
338
|
+
## [0.32.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.0...@synerise/ds-core@0.32.1) (2022-03-24)
|
|
307
339
|
|
|
340
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
308
341
|
|
|
342
|
+
# [0.32.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.31.3...@synerise/ds-core@0.32.0) (2022-03-24)
|
|
309
343
|
|
|
344
|
+
### Features
|
|
310
345
|
|
|
311
|
-
|
|
346
|
+
- **core:** exports type of default colors order ([12a761c](https://github.com/synerise/synerise-design/commit/12a761cd344353f4ebf212360b7c1d9d0afdc2d3))
|
|
347
|
+
- **table:** improvements for universal-list ([b1a1db1](https://github.com/synerise/synerise-design/commit/b1a1db11b72333f6b9bdd4468b73bc45b627cef0))
|
|
312
348
|
|
|
313
|
-
|
|
349
|
+
## [0.31.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.31.2...@synerise/ds-core@0.31.3) (2022-03-14)
|
|
314
350
|
|
|
351
|
+
### Bug Fixes
|
|
315
352
|
|
|
353
|
+
- **card-tabs:** add translations & change prop name ([1834111](https://github.com/synerise/synerise-design/commit/1834111a1809dcd990661f05e6cc09d45d45fb02))
|
|
316
354
|
|
|
355
|
+
## [0.31.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.31.1...@synerise/ds-core@0.31.2) (2021-11-22)
|
|
317
356
|
|
|
357
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
318
358
|
|
|
319
|
-
## [0.
|
|
359
|
+
## [0.31.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.14...@synerise/ds-core@0.31.1) (2021-11-09)
|
|
320
360
|
|
|
321
361
|
**Note:** Version bump only for package @synerise/ds-core
|
|
322
362
|
|
|
363
|
+
# [0.31.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.14...@synerise/ds-core@0.31.0) (2021-11-09)
|
|
323
364
|
|
|
365
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
324
366
|
|
|
367
|
+
## [0.30.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.14-alpha.3...@synerise/ds-core@0.30.15) (2021-11-05)
|
|
325
368
|
|
|
369
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
326
370
|
|
|
327
|
-
## [0.
|
|
371
|
+
## [0.30.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.13...@synerise/ds-core@0.30.14) (2021-09-21)
|
|
328
372
|
|
|
329
373
|
**Note:** Version bump only for package @synerise/ds-core
|
|
330
374
|
|
|
375
|
+
## [0.30.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.12...@synerise/ds-core@0.30.13) (2021-07-30)
|
|
331
376
|
|
|
377
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
332
378
|
|
|
379
|
+
## [0.30.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.11...@synerise/ds-core@0.30.12) (2021-07-08)
|
|
333
380
|
|
|
381
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
334
382
|
|
|
335
|
-
|
|
383
|
+
## [0.30.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.10...@synerise/ds-core@0.30.11) (2021-06-22)
|
|
336
384
|
|
|
385
|
+
### Bug Fixes
|
|
337
386
|
|
|
338
|
-
|
|
387
|
+
- **core:** added translations for ds-table ([8ee7a77](https://github.com/synerise/synerise-design/commit/8ee7a77bcc9126aa5cf789dd4a635aa0e91f39ba))
|
|
339
388
|
|
|
340
|
-
|
|
389
|
+
## [0.30.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.9...@synerise/ds-core@0.30.10) (2021-06-14)
|
|
341
390
|
|
|
391
|
+
### Bug Fixes
|
|
342
392
|
|
|
393
|
+
- **core:** change color of yellow-200 ([8dfc22d](https://github.com/synerise/synerise-design/commit/8dfc22d0ed955f2fde1727b311c083e31e2a1d93))
|
|
394
|
+
- **portal:** update and change some styles in storybook ([04c5595](https://github.com/synerise/synerise-design/commit/04c5595d64174cbf187db3255292faaf8df3143a))
|
|
343
395
|
|
|
396
|
+
## [0.30.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.8...@synerise/ds-core@0.30.9) (2021-05-20)
|
|
344
397
|
|
|
398
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
345
399
|
|
|
346
|
-
## [0.
|
|
400
|
+
## [0.30.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.7...@synerise/ds-core@0.30.8) (2021-05-20)
|
|
347
401
|
|
|
348
402
|
**Note:** Version bump only for package @synerise/ds-core
|
|
349
403
|
|
|
404
|
+
## [0.30.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.6...@synerise/ds-core@0.30.7) (2021-05-20)
|
|
350
405
|
|
|
406
|
+
### Bug Fixes
|
|
351
407
|
|
|
408
|
+
- **table:** fix table head cells text position ([ac99de9](https://github.com/synerise/synerise-design/commit/ac99de99929db17842f3d089963071397bc645ce))
|
|
352
409
|
|
|
353
|
-
|
|
354
|
-
## [0.39.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.11...@synerise/ds-core@0.39.12) (2023-08-20)
|
|
410
|
+
## [0.30.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.5...@synerise/ds-core@0.30.6) (2021-05-14)
|
|
355
411
|
|
|
356
412
|
**Note:** Version bump only for package @synerise/ds-core
|
|
357
413
|
|
|
414
|
+
## [0.30.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.4...@synerise/ds-core@0.30.5) (2021-05-14)
|
|
358
415
|
|
|
416
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
359
417
|
|
|
418
|
+
## [0.30.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.3...@synerise/ds-core@0.30.4) (2021-05-06)
|
|
360
419
|
|
|
420
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
361
421
|
|
|
362
|
-
## [0.
|
|
363
|
-
|
|
422
|
+
## [0.30.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.2...@synerise/ds-core@0.30.3) (2021-04-29)
|
|
364
423
|
|
|
365
424
|
### Bug Fixes
|
|
366
425
|
|
|
367
|
-
|
|
368
|
-
|
|
426
|
+
- **date-range-picker:** fix translation keys ([afa24a4](https://github.com/synerise/synerise-design/commit/afa24a4571f9e8ef437a0d935cf93e2ae3eb1af8))
|
|
369
427
|
|
|
428
|
+
## [0.30.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.1...@synerise/ds-core@0.30.2) (2021-04-22)
|
|
370
429
|
|
|
430
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
371
431
|
|
|
432
|
+
## [0.30.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.0...@synerise/ds-core@0.30.1) (2021-03-22)
|
|
372
433
|
|
|
373
|
-
|
|
434
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
374
435
|
|
|
436
|
+
# [0.30.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.29.0...@synerise/ds-core@0.30.0) (2021-03-19)
|
|
375
437
|
|
|
376
438
|
### Bug Fixes
|
|
377
439
|
|
|
378
|
-
|
|
440
|
+
- **table:** add translations ([1fe3bda](https://github.com/synerise/synerise-design/commit/1fe3bda81052b7f1168ef0e4448c9b904670e18c))
|
|
379
441
|
|
|
442
|
+
### Features
|
|
380
443
|
|
|
444
|
+
- **core:** updated translations ([9f3aa89](https://github.com/synerise/synerise-design/commit/9f3aa89d90f54e48a8c512b761f95f4d2a76dcf1))
|
|
381
445
|
|
|
446
|
+
# [0.29.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.28.2...@synerise/ds-core@0.29.0) (2021-03-16)
|
|
382
447
|
|
|
448
|
+
### Features
|
|
383
449
|
|
|
384
|
-
|
|
450
|
+
- **core:** added date-range-picker messages ([999c238](https://github.com/synerise/synerise-design/commit/999c238a935d47e59ecab73917cd3b83eb0f3cfe))
|
|
451
|
+
|
|
452
|
+
## [0.28.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.28.1...@synerise/ds-core@0.28.2) (2021-03-10)
|
|
385
453
|
|
|
386
454
|
**Note:** Version bump only for package @synerise/ds-core
|
|
387
455
|
|
|
456
|
+
## [0.28.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.28.0...@synerise/ds-core@0.28.1) (2021-03-10)
|
|
388
457
|
|
|
458
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
389
459
|
|
|
460
|
+
# [0.28.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.27.1...@synerise/ds-core@0.28.0) (2021-02-17)
|
|
390
461
|
|
|
462
|
+
### Features
|
|
391
463
|
|
|
392
|
-
|
|
464
|
+
- **progress-bar:** add progress tiles ([ba7a987](https://github.com/synerise/synerise-design/commit/ba7a987f4859c0021d30f0cbc6a510919ae34893))
|
|
393
465
|
|
|
466
|
+
## [0.27.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.27.0...@synerise/ds-core@0.27.1) (2021-02-08)
|
|
394
467
|
|
|
395
|
-
|
|
468
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
396
469
|
|
|
397
|
-
|
|
398
|
-
* **core:** reexport theme props for withTheme hook ([79ee3e5](https://github.com/synerise/synerise-design/commit/79ee3e5591883ca9be8a17641ab71bd0a8fab27b))
|
|
399
|
-
* **core:** removes unnecessary wrapper fn ([12c2eaf](https://github.com/synerise/synerise-design/commit/12c2eafa59fe3acd3e557ffe512f04b618fa2965))
|
|
400
|
-
* **date-range-picker:** adds missing translation keys ([2bee40b](https://github.com/synerise/synerise-design/commit/2bee40bd8374386cfa9baecc4bae1cc9cc347ae2))
|
|
470
|
+
# [0.27.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.26.2...@synerise/ds-core@0.27.0) (2021-02-05)
|
|
401
471
|
|
|
472
|
+
### Features
|
|
402
473
|
|
|
474
|
+
- **table:** add selection limit warning message ([71433b4](https://github.com/synerise/synerise-design/commit/71433b406924bc7ec098f71d6e36d58ab0f6ad82))
|
|
403
475
|
|
|
476
|
+
## [0.26.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.26.1...@synerise/ds-core@0.26.2) (2021-02-02)
|
|
404
477
|
|
|
478
|
+
**Note:** Version bump only for package @synerise/ds-core
|
|
405
479
|
|
|
406
|
-
## [0.
|
|
480
|
+
## [0.26.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.26.0...@synerise/ds-core@0.26.1) (2021-02-01)
|
|
407
481
|
|
|
408
482
|
**Note:** Version bump only for package @synerise/ds-core
|
|
409
483
|
|
|
484
|
+
# [0.26.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.25.0...@synerise/ds-core@0.26.0) (2021-01-04)
|
|
410
485
|
|
|
486
|
+
### Features
|
|
411
487
|
|
|
488
|
+
- **core:** added date translations keys ([aef73d7](https://github.com/synerise/synerise-design/commit/aef73d795ff49ad532b23b18d2421ce28bf0225c))
|
|
412
489
|
|
|
490
|
+
# [0.25.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.24.0...@synerise/ds-core@0.25.0) (2020-12-21)
|
|
413
491
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
## [0.39.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.4...@synerise/ds-core@0.39.5) (2023-03-31)
|
|
423
|
-
|
|
424
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
## [0.39.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.3...@synerise/ds-core@0.39.4) (2023-03-21)
|
|
431
|
-
|
|
432
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
## [0.39.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.2...@synerise/ds-core@0.39.3) (2023-03-20)
|
|
439
|
-
|
|
440
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
## [0.39.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.1...@synerise/ds-core@0.39.2) (2023-03-08)
|
|
447
|
-
|
|
448
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
## [0.39.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.39.0...@synerise/ds-core@0.39.1) (2023-02-28)
|
|
455
|
-
|
|
456
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
# [0.39.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.38.0...@synerise/ds-core@0.39.0) (2023-02-27)
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
### Features
|
|
466
|
-
|
|
467
|
-
* **ds-data-format:** data format intl tools ([838380b](https://github.com/synerise/synerise-design/commit/838380b89956c37ff0e54b6be93f68aae03f1e1b))
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
# [0.38.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.37.0...@synerise/ds-core@0.38.0) (2022-10-24)
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
### Features
|
|
477
|
-
|
|
478
|
-
* **date-picker:** fix intl in date pickers ([4e9cbce](https://github.com/synerise/synerise-design/commit/4e9cbceace0e3e794523448120db6a1934242d81))
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
# [0.37.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.3...@synerise/ds-core@0.37.0) (2022-10-18)
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
### Features
|
|
488
|
-
|
|
489
|
-
* **core:** add missing intl ([77f85be](https://github.com/synerise/synerise-design/commit/77f85bea8795a3141efcc34a37a0328a063273c5))
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
## [0.36.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.2...@synerise/ds-core@0.36.3) (2022-09-07)
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
### Bug Fixes
|
|
499
|
-
|
|
500
|
-
* **core:** change export type to _export type_ export ([ef46af6](https://github.com/synerise/synerise-design/commit/ef46af63cf116fd0b38cba06374b0b0bb2ab0a33))
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
## [0.36.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.1...@synerise/ds-core@0.36.2) (2022-09-07)
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### Bug Fixes
|
|
510
|
-
|
|
511
|
-
* **core:** register pt locale, currency formatting ([2b3d1d5](https://github.com/synerise/synerise-design/commit/2b3d1d5e8d22b4158138a2a196c2d828e85594ce))
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
## [0.36.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.36.0...@synerise/ds-core@0.36.1) (2022-09-06)
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
### Bug Fixes
|
|
521
|
-
|
|
522
|
-
* **core:** pass overrided locale only if provided ([2217be4](https://github.com/synerise/synerise-design/commit/2217be4c88b7aa61eba917b7303ba161542aea79))
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
# [0.36.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.5...@synerise/ds-core@0.36.0) (2022-09-05)
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
### Features
|
|
532
|
-
|
|
533
|
-
* **core:** add Portuguese translations ([5390d61](https://github.com/synerise/synerise-design/commit/5390d616fe1fe98eb51e87b4dc9a323b29b6ff2b))
|
|
534
|
-
* **core:** fixes to pt-lang json ([da20378](https://github.com/synerise/synerise-design/commit/da203783823a4c4ed17c28998a81c3d6b3b7e67e))
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
## [0.35.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.35.0...@synerise/ds-core@0.35.5) (2022-08-11)
|
|
541
|
-
|
|
542
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
# [0.35.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.2...@synerise/ds-core@0.35.0) (2022-07-17)
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
### Features
|
|
552
|
-
|
|
553
|
-
* **filter:** adds additional translation ([a00063a](https://github.com/synerise/synerise-design/commit/a00063a01e4d6d67e1cb6b040f867ecf88f57c14))
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
## [0.34.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.1...@synerise/ds-core@0.34.2) (2022-07-08)
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
### Bug Fixes
|
|
563
|
-
|
|
564
|
-
* **table:** fixes i18n in row selection component ([0e73b64](https://github.com/synerise/synerise-design/commit/0e73b644740c444b0115d2a6da040874883650fb))
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
## [0.34.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.0...@synerise/ds-core@0.34.1) (2022-07-06)
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
### Bug Fixes
|
|
574
|
-
|
|
575
|
-
* **factors:** fixes factor types i18n ([5963bcf](https://github.com/synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
# [0.34.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.33.0...@synerise/ds-core@0.34.0) (2022-04-29)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Features
|
|
585
|
-
|
|
586
|
-
* **condition:** clearing active step on deactivating inner components ([ad45310](https://github.com/synerise/synerise-design/commit/ad45310cde108e40b2b88c0a88bf801d679056db))
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
# [0.33.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.1...@synerise/ds-core@0.33.0) (2022-04-05)
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
### Features
|
|
596
|
-
|
|
597
|
-
* **core:** updates defaults translations ([0ded217](https://github.com/synerise/synerise-design/commit/0ded217c927aa1eb7d03b0be92b2994a87c197da))
|
|
598
|
-
* **filter:** fixes bugs ([b862ddd](https://github.com/synerise/synerise-design/commit/b862dddbce1293c2a5381663fc903bb574edd135))
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
## [0.32.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.32.0...@synerise/ds-core@0.32.1) (2022-03-24)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
# [0.32.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.31.3...@synerise/ds-core@0.32.0) (2022-03-24)
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
### Features
|
|
616
|
-
|
|
617
|
-
* **core:** exports type of default colors order ([12a761c](https://github.com/synerise/synerise-design/commit/12a761cd344353f4ebf212360b7c1d9d0afdc2d3))
|
|
618
|
-
* **table:** improvements for universal-list ([b1a1db1](https://github.com/synerise/synerise-design/commit/b1a1db11b72333f6b9bdd4468b73bc45b627cef0))
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
## [0.31.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.31.2...@synerise/ds-core@0.31.3) (2022-03-14)
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
### Bug Fixes
|
|
628
|
-
|
|
629
|
-
* **card-tabs:** add translations & change prop name ([1834111](https://github.com/synerise/synerise-design/commit/1834111a1809dcd990661f05e6cc09d45d45fb02))
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
## [0.31.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.31.1...@synerise/ds-core@0.31.2) (2021-11-22)
|
|
636
|
-
|
|
637
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
## [0.31.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.14...@synerise/ds-core@0.31.1) (2021-11-09)
|
|
644
|
-
|
|
645
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
# [0.31.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.14...@synerise/ds-core@0.31.0) (2021-11-09)
|
|
652
|
-
|
|
653
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
## [0.30.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.14-alpha.3...@synerise/ds-core@0.30.15) (2021-11-05)
|
|
660
|
-
|
|
661
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
## [0.30.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.13...@synerise/ds-core@0.30.14) (2021-09-21)
|
|
668
|
-
|
|
669
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
## [0.30.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.12...@synerise/ds-core@0.30.13) (2021-07-30)
|
|
676
|
-
|
|
677
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
## [0.30.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.11...@synerise/ds-core@0.30.12) (2021-07-08)
|
|
684
|
-
|
|
685
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
## [0.30.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.10...@synerise/ds-core@0.30.11) (2021-06-22)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Bug Fixes
|
|
695
|
-
|
|
696
|
-
* **core:** added translations for ds-table ([8ee7a77](https://github.com/synerise/synerise-design/commit/8ee7a77bcc9126aa5cf789dd4a635aa0e91f39ba))
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
## [0.30.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.9...@synerise/ds-core@0.30.10) (2021-06-14)
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
### Bug Fixes
|
|
706
|
-
|
|
707
|
-
* **core:** change color of yellow-200 ([8dfc22d](https://github.com/synerise/synerise-design/commit/8dfc22d0ed955f2fde1727b311c083e31e2a1d93))
|
|
708
|
-
* **portal:** update and change some styles in storybook ([04c5595](https://github.com/synerise/synerise-design/commit/04c5595d64174cbf187db3255292faaf8df3143a))
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
## [0.30.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.8...@synerise/ds-core@0.30.9) (2021-05-20)
|
|
715
|
-
|
|
716
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
## [0.30.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.7...@synerise/ds-core@0.30.8) (2021-05-20)
|
|
723
|
-
|
|
724
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
## [0.30.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.6...@synerise/ds-core@0.30.7) (2021-05-20)
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
### Bug Fixes
|
|
734
|
-
|
|
735
|
-
* **table:** fix table head cells text position ([ac99de9](https://github.com/synerise/synerise-design/commit/ac99de99929db17842f3d089963071397bc645ce))
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
## [0.30.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.5...@synerise/ds-core@0.30.6) (2021-05-14)
|
|
742
|
-
|
|
743
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
## [0.30.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.4...@synerise/ds-core@0.30.5) (2021-05-14)
|
|
750
|
-
|
|
751
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
## [0.30.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.3...@synerise/ds-core@0.30.4) (2021-05-06)
|
|
758
|
-
|
|
759
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
## [0.30.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.2...@synerise/ds-core@0.30.3) (2021-04-29)
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
### Bug Fixes
|
|
769
|
-
|
|
770
|
-
* **date-range-picker:** fix translation keys ([afa24a4](https://github.com/synerise/synerise-design/commit/afa24a4571f9e8ef437a0d935cf93e2ae3eb1af8))
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
## [0.30.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.1...@synerise/ds-core@0.30.2) (2021-04-22)
|
|
777
|
-
|
|
778
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
## [0.30.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.30.0...@synerise/ds-core@0.30.1) (2021-03-22)
|
|
785
|
-
|
|
786
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
# [0.30.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.29.0...@synerise/ds-core@0.30.0) (2021-03-19)
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
### Bug Fixes
|
|
796
|
-
|
|
797
|
-
* **table:** add translations ([1fe3bda](https://github.com/synerise/synerise-design/commit/1fe3bda81052b7f1168ef0e4448c9b904670e18c))
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
### Features
|
|
801
|
-
|
|
802
|
-
* **core:** updated translations ([9f3aa89](https://github.com/synerise/synerise-design/commit/9f3aa89d90f54e48a8c512b761f95f4d2a76dcf1))
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
# [0.29.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.28.2...@synerise/ds-core@0.29.0) (2021-03-16)
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
### Features
|
|
812
|
-
|
|
813
|
-
* **core:** added date-range-picker messages ([999c238](https://github.com/synerise/synerise-design/commit/999c238a935d47e59ecab73917cd3b83eb0f3cfe))
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
## [0.28.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.28.1...@synerise/ds-core@0.28.2) (2021-03-10)
|
|
820
|
-
|
|
821
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
## [0.28.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.28.0...@synerise/ds-core@0.28.1) (2021-03-10)
|
|
828
|
-
|
|
829
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
# [0.28.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.27.1...@synerise/ds-core@0.28.0) (2021-02-17)
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
### Features
|
|
839
|
-
|
|
840
|
-
* **progress-bar:** add progress tiles ([ba7a987](https://github.com/synerise/synerise-design/commit/ba7a987f4859c0021d30f0cbc6a510919ae34893))
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
## [0.27.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.27.0...@synerise/ds-core@0.27.1) (2021-02-08)
|
|
847
|
-
|
|
848
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
# [0.27.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.26.2...@synerise/ds-core@0.27.0) (2021-02-05)
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
### Features
|
|
858
|
-
|
|
859
|
-
* **table:** add selection limit warning message ([71433b4](https://github.com/synerise/synerise-design/commit/71433b406924bc7ec098f71d6e36d58ab0f6ad82))
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
## [0.26.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.26.1...@synerise/ds-core@0.26.2) (2021-02-02)
|
|
866
|
-
|
|
867
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
## [0.26.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.26.0...@synerise/ds-core@0.26.1) (2021-02-01)
|
|
874
|
-
|
|
875
|
-
**Note:** Version bump only for package @synerise/ds-core
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
# [0.26.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.25.0...@synerise/ds-core@0.26.0) (2021-01-04)
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
### Features
|
|
885
|
-
|
|
886
|
-
* **core:** added date translations keys ([aef73d7](https://github.com/synerise/synerise-design/commit/aef73d795ff49ad532b23b18d2421ce28bf0225c))
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
# [0.25.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.24.0...@synerise/ds-core@0.25.0) (2020-12-21)
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
### Features
|
|
896
|
-
|
|
897
|
-
* **logic:** add Logic component ([f59a330](https://github.com/synerise/synerise-design/commit/f59a330b63310cafa2c21223908bfb0f5029985f))
|
|
898
|
-
* **logic:** add Matching component ([0b772bd](https://github.com/synerise/synerise-design/commit/0b772bde72df48ebf96841927e70b753a752462d))
|
|
899
|
-
* **wizard:** add wizard component ([5e2a280](https://github.com/synerise/synerise-design/commit/5e2a280390c95e08b10fc3f404bfec2c5ad3b697))
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
# [0.24.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.23.0...@synerise/ds-core@0.24.0) (2020-12-14)
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
### Features
|
|
909
|
-
|
|
910
|
-
* **completed-within:** add CompletedWithin component ([5b508b6](https://github.com/synerise/synerise-design/commit/5b508b6cebde22be6fee101038a0acfe6b2447f3))
|
|
911
|
-
* **format-picker:** add i18n ([f65ec86](https://github.com/synerise/synerise-design/commit/f65ec864605e900c734e35a47429697883d612cc))
|
|
492
|
+
### Features
|
|
912
493
|
|
|
494
|
+
- **logic:** add Logic component ([f59a330](https://github.com/synerise/synerise-design/commit/f59a330b63310cafa2c21223908bfb0f5029985f))
|
|
495
|
+
- **logic:** add Matching component ([0b772bd](https://github.com/synerise/synerise-design/commit/0b772bde72df48ebf96841927e70b753a752462d))
|
|
496
|
+
- **wizard:** add wizard component ([5e2a280](https://github.com/synerise/synerise-design/commit/5e2a280390c95e08b10fc3f404bfec2c5ad3b697))
|
|
913
497
|
|
|
498
|
+
# [0.24.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.23.0...@synerise/ds-core@0.24.0) (2020-12-14)
|
|
914
499
|
|
|
500
|
+
### Features
|
|
915
501
|
|
|
502
|
+
- **completed-within:** add CompletedWithin component ([5b508b6](https://github.com/synerise/synerise-design/commit/5b508b6cebde22be6fee101038a0acfe6b2447f3))
|
|
503
|
+
- **format-picker:** add i18n ([f65ec86](https://github.com/synerise/synerise-design/commit/f65ec864605e900c734e35a47429697883d612cc))
|
|
916
504
|
|
|
917
505
|
# [0.23.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.22.0...@synerise/ds-core@0.23.0) (2020-12-04)
|
|
918
506
|
|
|
919
|
-
|
|
920
507
|
### Features
|
|
921
508
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
509
|
+
- **stepper:** add stepper example in header and in modal ([0d2c059](https://github.com/synerise/synerise-design/commit/0d2c05930e250617f8b66ba2b9afac30cbfd1aa1))
|
|
927
510
|
|
|
928
511
|
# [0.22.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.21.4...@synerise/ds-core@0.22.0) (2020-12-02)
|
|
929
512
|
|
|
930
|
-
|
|
931
513
|
### Features
|
|
932
514
|
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
515
|
+
- **table:** improve translations ([0c10fd7](https://github.com/synerise/synerise-design/commit/0c10fd7b4b06fe7a2b043246f57818e45a9cab89))
|
|
938
516
|
|
|
939
517
|
## [0.21.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.21.3...@synerise/ds-core@0.21.4) (2020-11-12)
|
|
940
518
|
|
|
941
519
|
**Note:** Version bump only for package @synerise/ds-core
|
|
942
520
|
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
521
|
## [0.21.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.21.2...@synerise/ds-core@0.21.3) (2020-10-30)
|
|
948
522
|
|
|
949
523
|
**Note:** Version bump only for package @synerise/ds-core
|
|
950
524
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
525
|
## [0.21.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.21.1...@synerise/ds-core@0.21.2) (2020-10-28)
|
|
956
526
|
|
|
957
527
|
**Note:** Version bump only for package @synerise/ds-core
|
|
958
528
|
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
529
|
## [0.21.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.21.0...@synerise/ds-core@0.21.1) (2020-10-22)
|
|
964
530
|
|
|
965
531
|
**Note:** Version bump only for package @synerise/ds-core
|
|
966
532
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
533
|
# [0.21.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.20.1...@synerise/ds-core@0.21.0) (2020-10-20)
|
|
972
534
|
|
|
973
|
-
|
|
974
535
|
### Features
|
|
975
536
|
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
537
|
+
- **core:** added date range picker translations ([2852737](https://github.com/synerise/synerise-design/commit/2852737d569c300a23fcb493d3e4fb5119e8e471))
|
|
981
538
|
|
|
982
539
|
## [0.20.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.20.0...@synerise/ds-core@0.20.1) (2020-10-13)
|
|
983
540
|
|
|
984
541
|
**Note:** Version bump only for package @synerise/ds-core
|
|
985
542
|
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
543
|
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.19.0...@synerise/ds-core@0.20.0) (2020-10-12)
|
|
991
544
|
|
|
992
|
-
|
|
993
545
|
### Features
|
|
994
546
|
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
547
|
+
- **core:** added date filter translations ([6258205](https://github.com/synerise/synerise-design/commit/6258205980a4c71666f07198e6fc4f5a50234031))
|
|
548
|
+
- **core:** added date range picker translations ([15916d1](https://github.com/synerise/synerise-design/commit/15916d1ef8cb437229ef8487be4adc53a29384ca))
|
|
549
|
+
- **core:** added date-range-filter translations ([ad65854](https://github.com/synerise/synerise-design/commit/ad65854d84fafa308046a80d8ef5437c38e219ec))
|
|
550
|
+
- **core:** added translations for date filter ([7069d22](https://github.com/synerise/synerise-design/commit/7069d22289cd90842c7a7d0fc296dfff35e3a7d3))
|
|
551
|
+
- **core:** added translations for range picker ([f704fe0](https://github.com/synerise/synerise-design/commit/f704fe0a75f7cd9ac1b7fd206ce6fe2d7e7631bb))
|
|
1004
552
|
|
|
1005
553
|
# [0.19.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.18.0...@synerise/ds-core@0.19.0) (2020-10-06)
|
|
1006
554
|
|
|
1007
|
-
|
|
1008
555
|
### Features
|
|
1009
556
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
557
|
+
- **core:** update breakpoints in ThemeProvider ([6b4f4e4](https://github.com/synerise/synerise-design/commit/6b4f4e44d42076782944548990cff89f729700ad))
|
|
1015
558
|
|
|
1016
559
|
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.17.2...@synerise/ds-core@0.18.0) (2020-09-29)
|
|
1017
560
|
|
|
1018
|
-
|
|
1019
561
|
### Features
|
|
1020
562
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
563
|
+
- **core:** added date range picker transaltion ([c4f3872](https://github.com/synerise/synerise-design/commit/c4f3872e6fe9b848a4682798a6693aa7e30b9a83))
|
|
1026
564
|
|
|
1027
565
|
## [0.17.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.17.1...@synerise/ds-core@0.17.2) (2020-09-01)
|
|
1028
566
|
|
|
1029
|
-
|
|
1030
567
|
### Bug Fixes
|
|
1031
568
|
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
569
|
+
- **core:** added date picker transaltions ([727900c](https://github.com/synerise/synerise-design/commit/727900c8363daad28b231ef5026644605892da48))
|
|
1037
570
|
|
|
1038
571
|
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.17.0...@synerise/ds-core@0.17.1) (2020-07-30)
|
|
1039
572
|
|
|
1040
|
-
|
|
1041
573
|
### Bug Fixes
|
|
1042
574
|
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
575
|
+
- **card-tabs:** add default texts for crud buttons ([e1a8ae8](https://github.com/synerise/synerise-design/commit/e1a8ae8161983944830ac1893ba9766b81b8eb53))
|
|
1048
576
|
|
|
1049
577
|
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.16.0...@synerise/ds-core@0.17.0) (2020-07-29)
|
|
1050
578
|
|
|
1051
|
-
|
|
1052
579
|
### Features
|
|
1053
580
|
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
581
|
+
- **core:** added keys for date range picker ([529b632](https://github.com/synerise/synerise-design/commit/529b63259209705d30cd513e50da7c89ece67cec))
|
|
1059
582
|
|
|
1060
583
|
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.15.3...@synerise/ds-core@0.16.0) (2020-07-15)
|
|
1061
584
|
|
|
1062
|
-
|
|
1063
585
|
### Bug Fixes
|
|
1064
586
|
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
587
|
+
- **date-range-picker:** fixed past and future relative picekr ([7fe7689](https://github.com/synerise/synerise-design/commit/7fe7689a117cd67c07f342d8b9006256c08e192f))
|
|
588
|
+
- **date-range-picker:** fixed since mode ([294e838](https://github.com/synerise/synerise-design/commit/294e838ffd18f5cad7e61c75d974bf53e91f2ae7))
|
|
1068
589
|
|
|
1069
590
|
### Features
|
|
1070
591
|
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
592
|
+
- **core:** update translation file ([6ab5d94](https://github.com/synerise/synerise-design/commit/6ab5d94f8956af42b64fb09b975c5f5f3056789e))
|
|
593
|
+
- **date-range-picker:** added footer to the top picker ([aed4748](https://github.com/synerise/synerise-design/commit/aed4748cbac71bd8cc2e34f075e2acdb0771f10c))
|
|
594
|
+
- **description:** add Description component ([6b91fde](https://github.com/synerise/synerise-design/commit/6b91fdefe64632c57378c1391ca7ceacb74404ea))
|
|
1078
595
|
|
|
1079
596
|
## [0.15.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.15.2...@synerise/ds-core@0.15.3) (2020-07-13)
|
|
1080
597
|
|
|
1081
598
|
**Note:** Version bump only for package @synerise/ds-core
|
|
1082
599
|
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
600
|
## [0.15.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.15.1...@synerise/ds-core@0.15.2) (2020-07-09)
|
|
1088
601
|
|
|
1089
|
-
|
|
1090
602
|
### Bug Fixes
|
|
1091
603
|
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
604
|
+
- **item-picker:** add translations ([73edb3d](https://github.com/synerise/synerise-design/commit/73edb3dc85ba261a529e74a6a876ff7bd5e72c64))
|
|
1097
605
|
|
|
1098
606
|
## [0.15.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.15.0...@synerise/ds-core@0.15.1) (2020-06-25)
|
|
1099
607
|
|
|
1100
|
-
|
|
1101
608
|
### Bug Fixes
|
|
1102
609
|
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
610
|
+
- **core:** added texts ([c13aa4e](https://github.com/synerise/synerise-design/commit/c13aa4e64b8f6c8451d1eba3d32f15863baf7d02))
|
|
1108
611
|
|
|
1109
612
|
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.14.0...@synerise/ds-core@0.15.0) (2020-06-17)
|
|
1110
613
|
|
|
1111
|
-
|
|
1112
614
|
### Features
|
|
1113
615
|
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
616
|
+
- **column-manager:** add support for group columns ([dceb5c4](https://github.com/synerise/synerise-design/commit/dceb5c474527a57d59cddb174eb3bb4133f83974))
|
|
617
|
+
- **column-manager:** update translations ([be156fc](https://github.com/synerise/synerise-design/commit/be156fc41965ec2bfed0ea4654a9fb10d4fe74a6))
|
|
618
|
+
- **core:** update ColumnManager translations ([66dfd29](https://github.com/synerise/synerise-design/commit/66dfd29d6f43ae027778e6e687f8ada2f7331db2))
|
|
1121
619
|
|
|
1122
620
|
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.13.1...@synerise/ds-core@0.14.0) (2020-05-08)
|
|
1123
621
|
|
|
1124
|
-
|
|
1125
622
|
### Features
|
|
1126
623
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
624
|
+
- **column-manager:** add tooltip to column visibility switch ([de48cdc](https://github.com/synerise/synerise-design/commit/de48cdce27c7d9573e63da4703f51836c55ed533))
|
|
1132
625
|
|
|
1133
626
|
## [0.13.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.13.0...@synerise/ds-core@0.13.1) (2020-04-30)
|
|
1134
627
|
|
|
1135
|
-
|
|
1136
628
|
### Bug Fixes
|
|
1137
629
|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
630
|
+
- **items-roll:** add minor fixes ([352e6d3](https://github.com/synerise/synerise-design/commit/352e6d37b76b4bb5f3e11172a75a1d85bf191c56))
|
|
1143
631
|
|
|
1144
632
|
# [0.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.12.2...@synerise/ds-core@0.13.0) (2020-04-27)
|
|
1145
633
|
|
|
1146
|
-
|
|
1147
634
|
### Features
|
|
1148
635
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
636
|
+
- **items-roll:** add items-roll component ([def8fe5](https://github.com/synerise/synerise-design/commit/def8fe576f893bf120fab89bad3397dba498838e))
|
|
1154
637
|
|
|
1155
638
|
## [0.12.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.12.1...@synerise/ds-core@0.12.2) (2020-04-15)
|
|
1156
639
|
|
|
1157
|
-
|
|
1158
640
|
### Bug Fixes
|
|
1159
641
|
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
642
|
+
- **column-manager:** add missing translations ([c3be748](https://github.com/synerise/synerise-design/commit/c3be74863275c459173f908f722594121f4e3395))
|
|
1165
643
|
|
|
1166
644
|
## [0.12.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.12.0...@synerise/ds-core@0.12.1) (2020-04-14)
|
|
1167
645
|
|
|
1168
|
-
|
|
1169
646
|
### Bug Fixes
|
|
1170
647
|
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
648
|
+
- **column-manager:** fix styles ([ae62416](https://github.com/synerise/synerise-design/commit/ae62416003bc2d222a3c0fac0bfb7b2eccdc6792))
|
|
1176
649
|
|
|
1177
650
|
# [0.12.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.11.1...@synerise/ds-core@0.12.0) (2020-04-13)
|
|
1178
651
|
|
|
1179
|
-
|
|
1180
652
|
### Features
|
|
1181
653
|
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
654
|
+
- **column-manager:** add translations ([2362085](https://github.com/synerise/synerise-design/commit/2362085d835f0ada054ccad03c8698d23412a101))
|
|
1187
655
|
|
|
1188
656
|
## [0.11.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.11.0...@synerise/ds-core@0.11.1) (2020-03-27)
|
|
1189
657
|
|
|
1190
658
|
**Note:** Version bump only for package @synerise/ds-core
|
|
1191
659
|
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
660
|
# [0.11.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.6...@synerise/ds-core@0.11.0) (2020-03-26)
|
|
1197
661
|
|
|
1198
|
-
|
|
1199
662
|
### Features
|
|
1200
663
|
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
664
|
+
- **time-picker:** add reset button ([9a17ce4](https://github.com/synerise/synerise-design/commit/9a17ce44c463de15ab22f1fbb392dbae9ead785d))
|
|
1206
665
|
|
|
1207
666
|
## [0.10.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.5...@synerise/ds-core@0.10.6) (2020-03-24)
|
|
1208
667
|
|
|
1209
|
-
|
|
1210
668
|
### Bug Fixes
|
|
1211
669
|
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
670
|
+
- **search-bar:** add default tooltip value ([5f733f4](https://github.com/synerise/synerise-design/commit/5f733f4169c386af0562d2a79dbb0bc64a2e36e5))
|
|
1217
671
|
|
|
1218
672
|
## [0.10.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.3...@synerise/ds-core@0.10.5) (2020-03-23)
|
|
1219
673
|
|
|
1220
674
|
**Note:** Version bump only for package @synerise/ds-core
|
|
1221
675
|
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
676
|
## [0.10.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.3...@synerise/ds-core@0.10.4) (2020-03-23)
|
|
1227
677
|
|
|
1228
678
|
**Note:** Version bump only for package @synerise/ds-core
|
|
1229
679
|
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
680
|
## [0.10.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.2...@synerise/ds-core@0.10.3) (2020-03-19)
|
|
1235
681
|
|
|
1236
|
-
|
|
1237
682
|
### Bug Fixes
|
|
1238
683
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
684
|
+
- **core:** import missing styles for Empty components ([ce28016](https://github.com/synerise/synerise-design/commit/ce28016ac9ecf1aae2031290db88268dbc676ddb))
|
|
1244
685
|
|
|
1245
686
|
## [0.10.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.1...@synerise/ds-core@0.10.2) (2020-03-18)
|
|
1246
687
|
|
|
1247
688
|
**Note:** Version bump only for package @synerise/ds-core
|
|
1248
689
|
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
690
|
## [0.10.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.10.0...@synerise/ds-core@0.10.1) (2020-03-18)
|
|
1254
691
|
|
|
1255
|
-
|
|
1256
692
|
### Bug Fixes
|
|
1257
693
|
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
694
|
+
- **core:** allow side effects ([0fcca2b](https://github.com/synerise/synerise-design/commit/0fcca2b3476b539a60d6d21af5a43a7d32135868))
|
|
1263
695
|
|
|
1264
696
|
# [0.10.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.9.4...@synerise/ds-core@0.10.0) (2020-03-17)
|
|
1265
697
|
|