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