@synerise/ds-button 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +447 -1352
- package/README.md +15 -14
- package/dist/Button.d.ts +1 -1
- package/dist/Button.js +2 -2
- package/dist/Button.styles.js +2 -2
- package/dist/Button.types.d.ts +2 -2
- package/dist/ButtonToggle/ButtonToggle.js +0 -1
- package/dist/Checkbox/Checkbox.d.ts +1 -1
- package/dist/Checkbox/Checkbox.types.d.ts +1 -1
- package/dist/Creator/Creator.d.ts +1 -1
- package/dist/Creator/Creator.js +1 -1
- package/dist/Creator/Creator.styles.js +6 -2
- package/dist/Expander/Expander.d.ts +2 -2
- package/dist/Expander/Expander.js +1 -1
- package/dist/Expander/Expander.styles.d.ts +2 -2
- package/dist/Expander/Expander.styles.js +5 -9
- package/dist/Star/Star.d.ts +1 -1
- package/dist/Star/Star.js +1 -1
- package/dist/Star/Star.types.d.ts +1 -1
- package/dist/index.d.ts +6 -8
- package/dist/index.js +5 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.4.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.4.1...@synerise/ds-button@1.4.2) (2025-07-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.4.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.4.0...@synerise/ds-button@1.4.1) (2025-06-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-button
|
|
@@ -31,1926 +39,1013 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
39
|
|
|
32
40
|
**Note:** Version bump only for package @synerise/ds-button
|
|
33
41
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
42
|
## [1.3.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.1...@synerise/ds-button@1.3.2) (2025-06-03)
|
|
39
43
|
|
|
40
|
-
|
|
41
44
|
### Bug Fixes
|
|
42
45
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
- **button:** button group hover styles ([452ef6c](https://github.com/synerise/synerise-design/commit/452ef6c5d9b651ba6d0e16013edab06b3c0592b5))
|
|
48
47
|
|
|
49
48
|
## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.0...@synerise/ds-button@1.3.1) (2025-05-26)
|
|
50
49
|
|
|
51
|
-
|
|
52
50
|
### Bug Fixes
|
|
53
51
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
52
|
+
- **button:** raise style specificity ([eac3e97](https://github.com/synerise/synerise-design/commit/eac3e974b09ab4819c237facc66dfd065bff44a4))
|
|
59
53
|
|
|
60
54
|
# [1.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.2.0...@synerise/ds-button@1.3.0) (2025-05-19)
|
|
61
55
|
|
|
62
|
-
|
|
63
56
|
### Features
|
|
64
57
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
58
|
+
- **button:** add tooltipProps prop ([6249b29](https://github.com/synerise/synerise-design/commit/6249b295f89671379030d77b92229ce3523d3784))
|
|
70
59
|
|
|
71
60
|
# [1.2.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.5...@synerise/ds-button@1.2.0) (2025-05-07)
|
|
72
61
|
|
|
73
|
-
|
|
74
62
|
### Features
|
|
75
63
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
64
|
+
- **button:** add ButtonToggle component ([1e86e54](https://github.com/synerise/synerise-design/commit/1e86e54273e2204bcbbbbe302ff0c2e2a326e94f))
|
|
81
65
|
|
|
82
66
|
## [1.1.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.4...@synerise/ds-button@1.1.5) (2025-04-24)
|
|
83
67
|
|
|
84
68
|
**Note:** Version bump only for package @synerise/ds-button
|
|
85
69
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
70
|
## [1.1.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.3...@synerise/ds-button@1.1.4) (2025-04-16)
|
|
91
71
|
|
|
92
72
|
**Note:** Version bump only for package @synerise/ds-button
|
|
93
73
|
|
|
74
|
+
## [1.1.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.2...@synerise/ds-button@1.1.3) (2025-04-02)
|
|
94
75
|
|
|
76
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
95
77
|
|
|
78
|
+
## [1.1.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.1...@synerise/ds-button@1.1.2) (2025-03-31)
|
|
96
79
|
|
|
80
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
97
81
|
|
|
98
|
-
## [1.1.
|
|
82
|
+
## [1.1.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.0...@synerise/ds-button@1.1.1) (2025-03-26)
|
|
99
83
|
|
|
100
84
|
**Note:** Version bump only for package @synerise/ds-button
|
|
101
85
|
|
|
86
|
+
# [1.1.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.0.0...@synerise/ds-button@1.1.0) (2025-03-18)
|
|
102
87
|
|
|
88
|
+
### Features
|
|
103
89
|
|
|
90
|
+
- **button:** add support for tag in button ([32b6956](https://github.com/synerise/synerise-design/commit/32b6956d5e1f46df03abb4de8fbaf0a7d487043e))
|
|
104
91
|
|
|
105
|
-
|
|
106
|
-
## [1.1.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.1...@synerise/ds-button@1.1.2) (2025-03-31)
|
|
92
|
+
## [0.23.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.3...@synerise/ds-button@0.23.4) (2025-03-10)
|
|
107
93
|
|
|
108
94
|
**Note:** Version bump only for package @synerise/ds-button
|
|
109
95
|
|
|
96
|
+
## [0.23.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.2...@synerise/ds-button@0.23.3) (2025-03-04)
|
|
110
97
|
|
|
98
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
111
99
|
|
|
100
|
+
## [0.23.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.1...@synerise/ds-button@0.23.2) (2025-02-27)
|
|
112
101
|
|
|
102
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
113
103
|
|
|
114
|
-
## [
|
|
104
|
+
## [0.23.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.0...@synerise/ds-button@0.23.1) (2025-02-14)
|
|
115
105
|
|
|
116
106
|
**Note:** Version bump only for package @synerise/ds-button
|
|
117
107
|
|
|
108
|
+
# [0.23.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.3...@synerise/ds-button@0.23.0) (2025-01-29)
|
|
118
109
|
|
|
110
|
+
### Features
|
|
119
111
|
|
|
112
|
+
- antd@4.24 react@18 ([d97a667](https://github.com/synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
|
|
120
113
|
|
|
114
|
+
## [0.22.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.2...@synerise/ds-button@0.22.3) (2025-01-21)
|
|
121
115
|
|
|
122
|
-
|
|
116
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
123
117
|
|
|
118
|
+
## [0.22.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.1...@synerise/ds-button@0.22.2) (2025-01-15)
|
|
124
119
|
|
|
125
|
-
|
|
120
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
126
121
|
|
|
127
|
-
|
|
122
|
+
## [0.22.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.0...@synerise/ds-button@0.22.1) (2024-12-16)
|
|
128
123
|
|
|
124
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
129
125
|
|
|
126
|
+
# [0.22.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.21...@synerise/ds-button@0.22.0) (2024-12-04)
|
|
130
127
|
|
|
128
|
+
### Features
|
|
131
129
|
|
|
130
|
+
- **banner:** new component ([881a411](https://github.com/synerise/synerise-design/commit/881a41113241463b940eb9b2a6bde9ab10c143a4))
|
|
132
131
|
|
|
133
|
-
## [0.
|
|
132
|
+
## [0.21.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.20...@synerise/ds-button@0.21.21) (2024-11-29)
|
|
134
133
|
|
|
135
134
|
**Note:** Version bump only for package @synerise/ds-button
|
|
136
135
|
|
|
136
|
+
## [0.21.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.19...@synerise/ds-button@0.21.20) (2024-11-28)
|
|
137
137
|
|
|
138
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
138
139
|
|
|
140
|
+
## [0.21.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.18...@synerise/ds-button@0.21.19) (2024-11-21)
|
|
139
141
|
|
|
142
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
140
143
|
|
|
141
|
-
## [0.
|
|
144
|
+
## [0.21.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.17...@synerise/ds-button@0.21.18) (2024-11-12)
|
|
142
145
|
|
|
143
146
|
**Note:** Version bump only for package @synerise/ds-button
|
|
144
147
|
|
|
148
|
+
## [0.21.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.16...@synerise/ds-button@0.21.17) (2024-11-12)
|
|
145
149
|
|
|
150
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
146
151
|
|
|
152
|
+
## [0.21.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.15...@synerise/ds-button@0.21.16) (2024-10-29)
|
|
147
153
|
|
|
154
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
148
155
|
|
|
149
|
-
## [0.
|
|
156
|
+
## [0.21.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.14...@synerise/ds-button@0.21.15) (2024-10-28)
|
|
150
157
|
|
|
151
158
|
**Note:** Version bump only for package @synerise/ds-button
|
|
152
159
|
|
|
160
|
+
## [0.21.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.13...@synerise/ds-button@0.21.14) (2024-10-23)
|
|
153
161
|
|
|
162
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
154
163
|
|
|
164
|
+
## [0.21.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.12...@synerise/ds-button@0.21.13) (2024-10-01)
|
|
155
165
|
|
|
166
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
156
167
|
|
|
157
|
-
## [0.
|
|
168
|
+
## [0.21.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.11...@synerise/ds-button@0.21.12) (2024-09-26)
|
|
158
169
|
|
|
159
170
|
**Note:** Version bump only for package @synerise/ds-button
|
|
160
171
|
|
|
172
|
+
## [0.21.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.10...@synerise/ds-button@0.21.11) (2024-09-17)
|
|
161
173
|
|
|
174
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
162
175
|
|
|
176
|
+
## [0.21.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.9...@synerise/ds-button@0.21.10) (2024-09-13)
|
|
163
177
|
|
|
178
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
164
179
|
|
|
165
|
-
|
|
180
|
+
## [0.21.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.8...@synerise/ds-button@0.21.9) (2024-09-11)
|
|
166
181
|
|
|
182
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
167
183
|
|
|
168
|
-
|
|
184
|
+
## [0.21.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.7...@synerise/ds-button@0.21.8) (2024-09-03)
|
|
169
185
|
|
|
170
|
-
|
|
186
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
171
187
|
|
|
188
|
+
## [0.21.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.6...@synerise/ds-button@0.21.7) (2024-08-30)
|
|
172
189
|
|
|
190
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
173
191
|
|
|
192
|
+
## [0.21.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.5...@synerise/ds-button@0.21.6) (2024-08-27)
|
|
174
193
|
|
|
194
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
175
195
|
|
|
176
|
-
## [0.
|
|
196
|
+
## [0.21.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.4...@synerise/ds-button@0.21.5) (2024-08-19)
|
|
177
197
|
|
|
178
198
|
**Note:** Version bump only for package @synerise/ds-button
|
|
179
199
|
|
|
200
|
+
## [0.21.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.3...@synerise/ds-button@0.21.4) (2024-07-26)
|
|
180
201
|
|
|
202
|
+
### Bug Fixes
|
|
181
203
|
|
|
204
|
+
- **button:** fix warnings in tests ([3c623c8](https://github.com/synerise/synerise-design/commit/3c623c85d6f9ec4730c153bb67bec8aed2e929c0))
|
|
182
205
|
|
|
183
|
-
|
|
184
|
-
## [0.22.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.1...@synerise/ds-button@0.22.2) (2025-01-15)
|
|
206
|
+
## [0.21.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.2...@synerise/ds-button@0.21.3) (2024-07-15)
|
|
185
207
|
|
|
186
208
|
**Note:** Version bump only for package @synerise/ds-button
|
|
187
209
|
|
|
210
|
+
## [0.21.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.1...@synerise/ds-button@0.21.2) (2024-07-05)
|
|
188
211
|
|
|
212
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
189
213
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## [0.22.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.0...@synerise/ds-button@0.22.1) (2024-12-16)
|
|
214
|
+
## [0.21.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.0...@synerise/ds-button@0.21.1) (2024-06-27)
|
|
193
215
|
|
|
194
216
|
**Note:** Version bump only for package @synerise/ds-button
|
|
195
217
|
|
|
218
|
+
# [0.21.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.1...@synerise/ds-button@0.21.0) (2024-06-21)
|
|
219
|
+
|
|
220
|
+
### Features
|
|
196
221
|
|
|
222
|
+
- **button:** disabled tooltip for button ([74fca04](https://github.com/synerise/synerise-design/commit/74fca04c9c02088c8bc59e055c7ffae0469e6355))
|
|
197
223
|
|
|
224
|
+
## [0.20.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.0...@synerise/ds-button@0.20.1) (2024-05-29)
|
|
198
225
|
|
|
226
|
+
### Bug Fixes
|
|
199
227
|
|
|
200
|
-
|
|
228
|
+
- **button:** add type to ButtonWithStar ([173e81b](https://github.com/synerise/synerise-design/commit/173e81b60667fd3334c9695aa9cfdf124f3a71c2))
|
|
201
229
|
|
|
230
|
+
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.9...@synerise/ds-button@0.20.0) (2024-05-16)
|
|
202
231
|
|
|
203
232
|
### Features
|
|
204
233
|
|
|
205
|
-
|
|
234
|
+
- **storybook7:** SB7.5 install and config ([abfced9](https://github.com/synerise/synerise-design/commit/abfced90c2661903338bff0f7022149fbf7583b9))
|
|
206
235
|
|
|
236
|
+
## [0.19.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.8...@synerise/ds-button@0.19.9) (2024-05-10)
|
|
207
237
|
|
|
238
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
208
239
|
|
|
240
|
+
## [0.19.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.7...@synerise/ds-button@0.19.8) (2024-05-08)
|
|
209
241
|
|
|
242
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
210
243
|
|
|
211
|
-
## [0.
|
|
244
|
+
## [0.19.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.6...@synerise/ds-button@0.19.7) (2024-04-15)
|
|
212
245
|
|
|
213
246
|
**Note:** Version bump only for package @synerise/ds-button
|
|
214
247
|
|
|
248
|
+
## [0.19.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.5...@synerise/ds-button@0.19.6) (2024-04-02)
|
|
215
249
|
|
|
250
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
216
251
|
|
|
252
|
+
## [0.19.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.4...@synerise/ds-button@0.19.5) (2024-03-29)
|
|
217
253
|
|
|
254
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
218
255
|
|
|
219
|
-
## [0.
|
|
256
|
+
## [0.19.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.3...@synerise/ds-button@0.19.4) (2024-03-20)
|
|
220
257
|
|
|
221
258
|
**Note:** Version bump only for package @synerise/ds-button
|
|
222
259
|
|
|
260
|
+
## [0.19.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.2...@synerise/ds-button@0.19.3) (2024-03-05)
|
|
223
261
|
|
|
262
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
224
263
|
|
|
264
|
+
## [0.19.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.1...@synerise/ds-button@0.19.2) (2024-02-21)
|
|
225
265
|
|
|
266
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
226
267
|
|
|
227
|
-
## [0.
|
|
268
|
+
## [0.19.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.0...@synerise/ds-button@0.19.1) (2024-02-19)
|
|
228
269
|
|
|
229
270
|
**Note:** Version bump only for package @synerise/ds-button
|
|
230
271
|
|
|
272
|
+
# [0.19.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.11...@synerise/ds-button@0.19.0) (2024-01-24)
|
|
231
273
|
|
|
274
|
+
### Features
|
|
232
275
|
|
|
276
|
+
- **completed-within:** added readonly prop ([b5dd622](https://github.com/synerise/synerise-design/commit/b5dd622fc077ae212cc3302bee88d82651d300b3))
|
|
233
277
|
|
|
234
|
-
|
|
235
|
-
## [0.21.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.17...@synerise/ds-button@0.21.18) (2024-11-12)
|
|
278
|
+
## [0.18.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.10...@synerise/ds-button@0.18.11) (2024-01-17)
|
|
236
279
|
|
|
237
280
|
**Note:** Version bump only for package @synerise/ds-button
|
|
238
281
|
|
|
282
|
+
## [0.18.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.9...@synerise/ds-button@0.18.10) (2024-01-15)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
239
285
|
|
|
286
|
+
## [0.18.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.8...@synerise/ds-button@0.18.9) (2023-12-13)
|
|
240
287
|
|
|
288
|
+
### Bug Fixes
|
|
241
289
|
|
|
290
|
+
- **button:** creator block styles fixed ([2ecef7c](https://github.com/synerise/synerise-design/commit/2ecef7ce5bd12b9b6d3c52b913b66852babfa15d))
|
|
242
291
|
|
|
243
|
-
## [0.
|
|
292
|
+
## [0.18.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.7...@synerise/ds-button@0.18.8) (2023-12-11)
|
|
244
293
|
|
|
245
294
|
**Note:** Version bump only for package @synerise/ds-button
|
|
246
295
|
|
|
296
|
+
## [0.18.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.6...@synerise/ds-button@0.18.7) (2023-10-30)
|
|
247
297
|
|
|
298
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
248
299
|
|
|
300
|
+
## [0.18.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.5...@synerise/ds-button@0.18.6) (2023-10-19)
|
|
249
301
|
|
|
302
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
250
303
|
|
|
251
|
-
## [0.
|
|
304
|
+
## [0.18.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.4...@synerise/ds-button@0.18.5) (2023-10-18)
|
|
252
305
|
|
|
253
306
|
**Note:** Version bump only for package @synerise/ds-button
|
|
254
307
|
|
|
308
|
+
## [0.18.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.3...@synerise/ds-button@0.18.4) (2023-10-11)
|
|
255
309
|
|
|
310
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
256
311
|
|
|
312
|
+
## [0.18.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.2...@synerise/ds-button@0.18.3) (2023-10-02)
|
|
257
313
|
|
|
314
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
258
315
|
|
|
259
|
-
## [0.
|
|
316
|
+
## [0.18.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.1...@synerise/ds-button@0.18.2) (2023-09-26)
|
|
260
317
|
|
|
261
318
|
**Note:** Version bump only for package @synerise/ds-button
|
|
262
319
|
|
|
320
|
+
## [0.18.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.0...@synerise/ds-button@0.18.1) (2023-09-05)
|
|
263
321
|
|
|
322
|
+
### Bug Fixes
|
|
264
323
|
|
|
324
|
+
- **button:** creator and item picker large background changed ([250e6ee](https://github.com/synerise/synerise-design/commit/250e6ee5b0d5074639bf66339a47df8220bf692e))
|
|
265
325
|
|
|
326
|
+
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.20...@synerise/ds-button@0.18.0) (2023-08-20)
|
|
266
327
|
|
|
267
|
-
|
|
328
|
+
### Features
|
|
268
329
|
|
|
269
|
-
**
|
|
330
|
+
- **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
270
331
|
|
|
332
|
+
## [0.17.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.19...@synerise/ds-button@0.17.20) (2023-07-26)
|
|
271
333
|
|
|
334
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
272
335
|
|
|
336
|
+
## [0.17.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.18...@synerise/ds-button@0.17.19) (2023-06-28)
|
|
273
337
|
|
|
338
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
274
339
|
|
|
275
|
-
## [0.
|
|
340
|
+
## [0.17.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.17...@synerise/ds-button@0.17.18) (2023-06-14)
|
|
276
341
|
|
|
277
342
|
**Note:** Version bump only for package @synerise/ds-button
|
|
278
343
|
|
|
344
|
+
## [0.17.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.16...@synerise/ds-button@0.17.17) (2023-05-26)
|
|
279
345
|
|
|
346
|
+
### Bug Fixes
|
|
280
347
|
|
|
348
|
+
- **button:** fixes button icon animation ([e3ce585](https://github.com/synerise/synerise-design/commit/e3ce585f1e70673a7195f5917a12b7e614e855df))
|
|
281
349
|
|
|
350
|
+
## [0.17.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.15...@synerise/ds-button@0.17.16) (2023-05-23)
|
|
282
351
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
352
|
+
### Bug Fixes
|
|
286
353
|
|
|
354
|
+
- **button:** add readOnly styles to button ([e02c5f3](https://github.com/synerise/synerise-design/commit/e02c5f34963de704766e9f69bb775f0171a04a77))
|
|
355
|
+
- **card-tabs:** changes button creator height ([d822687](https://github.com/synerise/synerise-design/commit/d822687f69b513d5adb4e67ade2650d454909aae))
|
|
287
356
|
|
|
357
|
+
## [0.17.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.14...@synerise/ds-button@0.17.15) (2023-05-20)
|
|
288
358
|
|
|
359
|
+
### Bug Fixes
|
|
289
360
|
|
|
361
|
+
- **button:** fixes error validation styles ([9b47139](https://github.com/synerise/synerise-design/commit/9b47139807265c448b62350ebf226b526f31caad))
|
|
362
|
+
- **condition:** adds validation errors support ([0da0a99](https://github.com/synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
290
363
|
|
|
291
|
-
## [0.
|
|
364
|
+
## [0.17.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.13...@synerise/ds-button@0.17.14) (2023-04-26)
|
|
292
365
|
|
|
293
366
|
**Note:** Version bump only for package @synerise/ds-button
|
|
294
367
|
|
|
368
|
+
## [0.17.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.12...@synerise/ds-button@0.17.13) (2023-04-19)
|
|
295
369
|
|
|
370
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
296
371
|
|
|
372
|
+
## [0.17.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.11...@synerise/ds-button@0.17.12) (2023-03-02)
|
|
297
373
|
|
|
374
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
298
375
|
|
|
299
|
-
## [0.
|
|
376
|
+
## [0.17.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.10...@synerise/ds-button@0.17.11) (2023-01-12)
|
|
300
377
|
|
|
301
378
|
**Note:** Version bump only for package @synerise/ds-button
|
|
302
379
|
|
|
380
|
+
## [0.17.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.9...@synerise/ds-button@0.17.10) (2022-12-07)
|
|
303
381
|
|
|
382
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
304
383
|
|
|
384
|
+
## [0.17.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.8...@synerise/ds-button@0.17.9) (2022-08-31)
|
|
305
385
|
|
|
386
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
306
387
|
|
|
307
|
-
## [0.
|
|
388
|
+
## [0.17.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.7...@synerise/ds-button@0.17.8) (2022-08-25)
|
|
308
389
|
|
|
309
390
|
**Note:** Version bump only for package @synerise/ds-button
|
|
310
391
|
|
|
392
|
+
## [0.17.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.2...@synerise/ds-button@0.17.7) (2022-08-11)
|
|
311
393
|
|
|
394
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
312
395
|
|
|
396
|
+
## [0.17.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.1...@synerise/ds-button@0.17.2) (2022-03-30)
|
|
313
397
|
|
|
398
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
314
399
|
|
|
315
|
-
## [0.
|
|
400
|
+
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.0...@synerise/ds-button@0.17.1) (2022-03-21)
|
|
316
401
|
|
|
317
402
|
**Note:** Version bump only for package @synerise/ds-button
|
|
318
403
|
|
|
404
|
+
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.6...@synerise/ds-button@0.17.0) (2022-03-14)
|
|
319
405
|
|
|
406
|
+
### Features
|
|
320
407
|
|
|
408
|
+
- **filter:** simple imprv into filter & card & card-tabs component ([206cb9d](https://github.com/synerise/synerise-design/commit/206cb9d8b9ba3687daf1a02862e8dd88698b582f))
|
|
321
409
|
|
|
322
|
-
|
|
323
|
-
## [0.21.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.6...@synerise/ds-button@0.21.7) (2024-08-30)
|
|
410
|
+
## [0.16.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.5...@synerise/ds-button@0.16.6) (2022-02-25)
|
|
324
411
|
|
|
325
412
|
**Note:** Version bump only for package @synerise/ds-button
|
|
326
413
|
|
|
414
|
+
## [0.16.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.4...@synerise/ds-button@0.16.5) (2022-02-03)
|
|
327
415
|
|
|
416
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
328
417
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## [0.21.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.5...@synerise/ds-button@0.21.6) (2024-08-27)
|
|
418
|
+
## [0.16.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.3...@synerise/ds-button@0.16.4) (2022-01-17)
|
|
332
419
|
|
|
333
420
|
**Note:** Version bump only for package @synerise/ds-button
|
|
334
421
|
|
|
422
|
+
## [0.16.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.2...@synerise/ds-button@0.16.3) (2021-12-22)
|
|
335
423
|
|
|
424
|
+
### Bug Fixes
|
|
336
425
|
|
|
426
|
+
- **button:** fix width of the search button ([71aefef](https://github.com/synerise/synerise-design/commit/71aefef45295565fd8b6ce7b67d7ef88fa5cf9d6))
|
|
337
427
|
|
|
428
|
+
## [0.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.1...@synerise/ds-button@0.16.2) (2021-11-22)
|
|
338
429
|
|
|
339
|
-
|
|
430
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
431
|
+
|
|
432
|
+
## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.1) (2021-11-09)
|
|
340
433
|
|
|
341
434
|
**Note:** Version bump only for package @synerise/ds-button
|
|
342
435
|
|
|
436
|
+
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.0) (2021-11-09)
|
|
343
437
|
|
|
438
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
344
439
|
|
|
440
|
+
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.15.0) (2021-10-26)
|
|
345
441
|
|
|
442
|
+
### Features
|
|
346
443
|
|
|
347
|
-
|
|
444
|
+
- **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
348
445
|
|
|
446
|
+
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.14.0) (2021-10-19)
|
|
349
447
|
|
|
350
|
-
###
|
|
448
|
+
### Features
|
|
351
449
|
|
|
352
|
-
|
|
450
|
+
- **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
353
451
|
|
|
452
|
+
## [0.13.67](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.66...@synerise/ds-button@0.13.67) (2021-10-19)
|
|
354
453
|
|
|
454
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
355
455
|
|
|
456
|
+
## [0.13.66](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.65...@synerise/ds-button@0.13.66) (2021-09-21)
|
|
356
457
|
|
|
458
|
+
### Bug Fixes
|
|
357
459
|
|
|
358
|
-
|
|
460
|
+
- **button:** add new prop and fix styles ([d09b804](https://github.com/synerise/synerise-design/commit/d09b8040a2f7a4df6e046ea29b307beb0238661e))
|
|
461
|
+
- **button:** add prop activated to button ([a59a371](https://github.com/synerise/synerise-design/commit/a59a371f3d4b52aef549bbcd6127cea5fda583d3))
|
|
462
|
+
- **button:** delete prop ([2d31f61](https://github.com/synerise/synerise-design/commit/2d31f61c9efdba5aefe774fa2e53f9ba8da2f35a))
|
|
463
|
+
- **button:** fix styles ([bac6b4a](https://github.com/synerise/synerise-design/commit/bac6b4a8733de192fc72d9c29d139ad277f0a2e6))
|
|
464
|
+
- **button:** fix styles ([45c1ff9](https://github.com/synerise/synerise-design/commit/45c1ff917739339dbd087dd6de8bf59aa38e777b))
|
|
465
|
+
- **button:** fix styles to prop activated ([fdb004c](https://github.com/synerise/synerise-design/commit/fdb004c1ad0db133bc4c06c81a10d2f339029946))
|
|
466
|
+
- change background-color on hover and border color in creator button ([563331d](https://github.com/synerise/synerise-design/commit/563331d95dd51fe7fc3aa74f4b07bc8f8119b7db))
|
|
467
|
+
- change border, background color in creator button and uploader ([b35c306](https://github.com/synerise/synerise-design/commit/b35c306051abf8ac0d8488551b65330a1510ca23))
|
|
468
|
+
|
|
469
|
+
## [0.13.65](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.64...@synerise/ds-button@0.13.65) (2021-09-03)
|
|
359
470
|
|
|
360
471
|
**Note:** Version bump only for package @synerise/ds-button
|
|
361
472
|
|
|
473
|
+
## [0.13.64](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.63...@synerise/ds-button@0.13.64) (2021-09-01)
|
|
362
474
|
|
|
475
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
363
476
|
|
|
477
|
+
## [0.13.63](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.62...@synerise/ds-button@0.13.63) (2021-08-31)
|
|
364
478
|
|
|
479
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
365
480
|
|
|
366
|
-
## [0.
|
|
481
|
+
## [0.13.62](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.61...@synerise/ds-button@0.13.62) (2021-07-30)
|
|
367
482
|
|
|
368
483
|
**Note:** Version bump only for package @synerise/ds-button
|
|
369
484
|
|
|
485
|
+
## [0.13.61](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.60...@synerise/ds-button@0.13.61) (2021-07-30)
|
|
370
486
|
|
|
487
|
+
### Bug Fixes
|
|
371
488
|
|
|
489
|
+
- **button:** add validate state to button ([4948cd2](https://github.com/synerise/synerise-design/commit/4948cd2e6131b4fbd49d360a648b76fe3315db9d))
|
|
490
|
+
- **button:** fix styles ([91bb77d](https://github.com/synerise/synerise-design/commit/91bb77d4b8ebeae16eaffd624c81ae0a28f635d2))
|
|
491
|
+
- **button:** fix styles ([86b5911](https://github.com/synerise/synerise-design/commit/86b591146208ac1eccaecdeedd85c31dafef43f9))
|
|
492
|
+
- **button:** fix styles on focus ([5599bd8](https://github.com/synerise/synerise-design/commit/5599bd892cfcea9c7bfad2d27bdbbd7432e0a127))
|
|
372
493
|
|
|
373
|
-
|
|
374
|
-
## [0.21.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.0...@synerise/ds-button@0.21.1) (2024-06-27)
|
|
494
|
+
## [0.13.60](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.59...@synerise/ds-button@0.13.60) (2021-07-08)
|
|
375
495
|
|
|
376
496
|
**Note:** Version bump only for package @synerise/ds-button
|
|
377
497
|
|
|
498
|
+
## [0.13.59](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.58...@synerise/ds-button@0.13.59) (2021-07-07)
|
|
378
499
|
|
|
500
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
379
501
|
|
|
502
|
+
## [0.13.58](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.57...@synerise/ds-button@0.13.58) (2021-06-22)
|
|
380
503
|
|
|
504
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
381
505
|
|
|
382
|
-
|
|
506
|
+
## [0.13.57](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.56...@synerise/ds-button@0.13.57) (2021-06-14)
|
|
383
507
|
|
|
508
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
384
509
|
|
|
385
|
-
|
|
510
|
+
## [0.13.56](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.55...@synerise/ds-button@0.13.56) (2021-05-25)
|
|
386
511
|
|
|
387
|
-
|
|
512
|
+
### Bug Fixes
|
|
388
513
|
|
|
514
|
+
- **button:** removes focus styles for disabled button ([873791c](https://github.com/synerise/synerise-design/commit/873791cec04f207d2a0ccc71808f78a135ef7fe8))
|
|
389
515
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
## [0.20.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.0...@synerise/ds-button@0.20.1) (2024-05-29)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
* **button:** add type to ButtonWithStar ([173e81b](https://github.com/synerise/synerise-design/commit/173e81b60667fd3334c9695aa9cfdf124f3a71c2))
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.9...@synerise/ds-button@0.20.0) (2024-05-16)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### Features
|
|
408
|
-
|
|
409
|
-
* **storybook7:** SB7.5 install and config ([abfced9](https://github.com/synerise/synerise-design/commit/abfced90c2661903338bff0f7022149fbf7583b9))
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
## [0.19.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.8...@synerise/ds-button@0.19.9) (2024-05-10)
|
|
416
|
-
|
|
417
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
## [0.19.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.7...@synerise/ds-button@0.19.8) (2024-05-08)
|
|
424
|
-
|
|
425
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
## [0.19.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.6...@synerise/ds-button@0.19.7) (2024-04-15)
|
|
432
|
-
|
|
433
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
## [0.19.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.5...@synerise/ds-button@0.19.6) (2024-04-02)
|
|
440
|
-
|
|
441
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
## [0.19.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.4...@synerise/ds-button@0.19.5) (2024-03-29)
|
|
448
|
-
|
|
449
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
## [0.19.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.3...@synerise/ds-button@0.19.4) (2024-03-20)
|
|
456
|
-
|
|
457
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
## [0.19.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.2...@synerise/ds-button@0.19.3) (2024-03-05)
|
|
464
|
-
|
|
465
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
## [0.19.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.1...@synerise/ds-button@0.19.2) (2024-02-21)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
## [0.19.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.0...@synerise/ds-button@0.19.1) (2024-02-19)
|
|
480
|
-
|
|
481
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
# [0.19.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.11...@synerise/ds-button@0.19.0) (2024-01-24)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Features
|
|
491
|
-
|
|
492
|
-
* **completed-within:** added readonly prop ([b5dd622](https://github.com/synerise/synerise-design/commit/b5dd622fc077ae212cc3302bee88d82651d300b3))
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
## [0.18.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.10...@synerise/ds-button@0.18.11) (2024-01-17)
|
|
499
|
-
|
|
500
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
## [0.18.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.9...@synerise/ds-button@0.18.10) (2024-01-15)
|
|
507
|
-
|
|
508
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
## [0.18.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.8...@synerise/ds-button@0.18.9) (2023-12-13)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
* **button:** creator block styles fixed ([2ecef7c](https://github.com/synerise/synerise-design/commit/2ecef7ce5bd12b9b6d3c52b913b66852babfa15d))
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
## [0.18.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.7...@synerise/ds-button@0.18.8) (2023-12-11)
|
|
526
|
-
|
|
527
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
## [0.18.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.6...@synerise/ds-button@0.18.7) (2023-10-30)
|
|
534
|
-
|
|
535
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
## [0.18.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.5...@synerise/ds-button@0.18.6) (2023-10-19)
|
|
542
|
-
|
|
543
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
## [0.18.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.4...@synerise/ds-button@0.18.5) (2023-10-18)
|
|
550
|
-
|
|
551
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
## [0.18.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.3...@synerise/ds-button@0.18.4) (2023-10-11)
|
|
558
|
-
|
|
559
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
## [0.18.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.2...@synerise/ds-button@0.18.3) (2023-10-02)
|
|
566
|
-
|
|
567
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
## [0.18.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.1...@synerise/ds-button@0.18.2) (2023-09-26)
|
|
574
|
-
|
|
575
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
## [0.18.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.0...@synerise/ds-button@0.18.1) (2023-09-05)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Bug Fixes
|
|
585
|
-
|
|
586
|
-
* **button:** creator and item picker large background changed ([250e6ee](https://github.com/synerise/synerise-design/commit/250e6ee5b0d5074639bf66339a47df8220bf692e))
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.20...@synerise/ds-button@0.18.0) (2023-08-20)
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
### Features
|
|
596
|
-
|
|
597
|
-
* **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
## [0.17.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.19...@synerise/ds-button@0.17.20) (2023-07-26)
|
|
604
|
-
|
|
605
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
## [0.17.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.18...@synerise/ds-button@0.17.19) (2023-06-28)
|
|
612
|
-
|
|
613
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
## [0.17.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.17...@synerise/ds-button@0.17.18) (2023-06-14)
|
|
620
|
-
|
|
621
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
## [0.17.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.16...@synerise/ds-button@0.17.17) (2023-05-26)
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
### Bug Fixes
|
|
631
|
-
|
|
632
|
-
* **button:** fixes button icon animation ([e3ce585](https://github.com/synerise/synerise-design/commit/e3ce585f1e70673a7195f5917a12b7e614e855df))
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
## [0.17.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.15...@synerise/ds-button@0.17.16) (2023-05-23)
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
### Bug Fixes
|
|
642
|
-
|
|
643
|
-
* **button:** add readOnly styles to button ([e02c5f3](https://github.com/synerise/synerise-design/commit/e02c5f34963de704766e9f69bb775f0171a04a77))
|
|
644
|
-
* **card-tabs:** changes button creator height ([d822687](https://github.com/synerise/synerise-design/commit/d822687f69b513d5adb4e67ade2650d454909aae))
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
## [0.17.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.14...@synerise/ds-button@0.17.15) (2023-05-20)
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
### Bug Fixes
|
|
654
|
-
|
|
655
|
-
* **button:** fixes error validation styles ([9b47139](https://github.com/synerise/synerise-design/commit/9b47139807265c448b62350ebf226b526f31caad))
|
|
656
|
-
* **condition:** adds validation errors support ([0da0a99](https://github.com/synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
## [0.17.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.13...@synerise/ds-button@0.17.14) (2023-04-26)
|
|
663
|
-
|
|
664
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
## [0.17.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.12...@synerise/ds-button@0.17.13) (2023-04-19)
|
|
671
|
-
|
|
672
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
## [0.17.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.11...@synerise/ds-button@0.17.12) (2023-03-02)
|
|
679
|
-
|
|
680
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
## [0.17.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.10...@synerise/ds-button@0.17.11) (2023-01-12)
|
|
687
|
-
|
|
688
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
## [0.17.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.9...@synerise/ds-button@0.17.10) (2022-12-07)
|
|
695
|
-
|
|
696
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
## [0.17.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.8...@synerise/ds-button@0.17.9) (2022-08-31)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
## [0.17.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.7...@synerise/ds-button@0.17.8) (2022-08-25)
|
|
711
|
-
|
|
712
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
## [0.17.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.2...@synerise/ds-button@0.17.7) (2022-08-11)
|
|
719
|
-
|
|
720
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
## [0.17.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.1...@synerise/ds-button@0.17.2) (2022-03-30)
|
|
727
|
-
|
|
728
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.0...@synerise/ds-button@0.17.1) (2022-03-21)
|
|
735
|
-
|
|
736
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.6...@synerise/ds-button@0.17.0) (2022-03-14)
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
### Features
|
|
746
|
-
|
|
747
|
-
* **filter:** simple imprv into filter & card & card-tabs component ([206cb9d](https://github.com/synerise/synerise-design/commit/206cb9d8b9ba3687daf1a02862e8dd88698b582f))
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
## [0.16.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.5...@synerise/ds-button@0.16.6) (2022-02-25)
|
|
754
|
-
|
|
755
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
## [0.16.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.4...@synerise/ds-button@0.16.5) (2022-02-03)
|
|
762
|
-
|
|
763
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
## [0.16.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.3...@synerise/ds-button@0.16.4) (2022-01-17)
|
|
770
|
-
|
|
771
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
## [0.16.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.2...@synerise/ds-button@0.16.3) (2021-12-22)
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
### Bug Fixes
|
|
781
|
-
|
|
782
|
-
* **button:** fix width of the search button ([71aefef](https://github.com/synerise/synerise-design/commit/71aefef45295565fd8b6ce7b67d7ef88fa5cf9d6))
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
## [0.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.1...@synerise/ds-button@0.16.2) (2021-11-22)
|
|
789
|
-
|
|
790
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.1) (2021-11-09)
|
|
797
|
-
|
|
798
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.0) (2021-11-09)
|
|
805
|
-
|
|
806
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.15.0) (2021-10-26)
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
### Features
|
|
816
|
-
|
|
817
|
-
* **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.14.0) (2021-10-19)
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
### Features
|
|
827
|
-
|
|
828
|
-
* **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
## [0.13.67](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.66...@synerise/ds-button@0.13.67) (2021-10-19)
|
|
835
|
-
|
|
836
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
## [0.13.66](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.65...@synerise/ds-button@0.13.66) (2021-09-21)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
### Bug Fixes
|
|
846
|
-
|
|
847
|
-
* **button:** add new prop and fix styles ([d09b804](https://github.com/synerise/synerise-design/commit/d09b8040a2f7a4df6e046ea29b307beb0238661e))
|
|
848
|
-
* **button:** add prop activated to button ([a59a371](https://github.com/synerise/synerise-design/commit/a59a371f3d4b52aef549bbcd6127cea5fda583d3))
|
|
849
|
-
* **button:** delete prop ([2d31f61](https://github.com/synerise/synerise-design/commit/2d31f61c9efdba5aefe774fa2e53f9ba8da2f35a))
|
|
850
|
-
* **button:** fix styles ([bac6b4a](https://github.com/synerise/synerise-design/commit/bac6b4a8733de192fc72d9c29d139ad277f0a2e6))
|
|
851
|
-
* **button:** fix styles ([45c1ff9](https://github.com/synerise/synerise-design/commit/45c1ff917739339dbd087dd6de8bf59aa38e777b))
|
|
852
|
-
* **button:** fix styles to prop activated ([fdb004c](https://github.com/synerise/synerise-design/commit/fdb004c1ad0db133bc4c06c81a10d2f339029946))
|
|
853
|
-
* change background-color on hover and border color in creator button ([563331d](https://github.com/synerise/synerise-design/commit/563331d95dd51fe7fc3aa74f4b07bc8f8119b7db))
|
|
854
|
-
* change border, background color in creator button and uploader ([b35c306](https://github.com/synerise/synerise-design/commit/b35c306051abf8ac0d8488551b65330a1510ca23))
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
## [0.13.65](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.64...@synerise/ds-button@0.13.65) (2021-09-03)
|
|
861
|
-
|
|
862
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
## [0.13.64](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.63...@synerise/ds-button@0.13.64) (2021-09-01)
|
|
869
|
-
|
|
870
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
## [0.13.63](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.62...@synerise/ds-button@0.13.63) (2021-08-31)
|
|
877
|
-
|
|
878
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
## [0.13.62](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.61...@synerise/ds-button@0.13.62) (2021-07-30)
|
|
885
|
-
|
|
886
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
## [0.13.61](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.60...@synerise/ds-button@0.13.61) (2021-07-30)
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
### Bug Fixes
|
|
896
|
-
|
|
897
|
-
* **button:** add validate state to button ([4948cd2](https://github.com/synerise/synerise-design/commit/4948cd2e6131b4fbd49d360a648b76fe3315db9d))
|
|
898
|
-
* **button:** fix styles ([91bb77d](https://github.com/synerise/synerise-design/commit/91bb77d4b8ebeae16eaffd624c81ae0a28f635d2))
|
|
899
|
-
* **button:** fix styles ([86b5911](https://github.com/synerise/synerise-design/commit/86b591146208ac1eccaecdeedd85c31dafef43f9))
|
|
900
|
-
* **button:** fix styles on focus ([5599bd8](https://github.com/synerise/synerise-design/commit/5599bd892cfcea9c7bfad2d27bdbbd7432e0a127))
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
## [0.13.60](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.59...@synerise/ds-button@0.13.60) (2021-07-08)
|
|
907
|
-
|
|
908
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
## [0.13.59](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.58...@synerise/ds-button@0.13.59) (2021-07-07)
|
|
915
|
-
|
|
916
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
## [0.13.58](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.57...@synerise/ds-button@0.13.58) (2021-06-22)
|
|
923
|
-
|
|
924
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
## [0.13.57](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.56...@synerise/ds-button@0.13.57) (2021-06-14)
|
|
931
|
-
|
|
932
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
## [0.13.56](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.55...@synerise/ds-button@0.13.56) (2021-05-25)
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
### Bug Fixes
|
|
942
|
-
|
|
943
|
-
* **button:** removes focus styles for disabled button ([873791c](https://github.com/synerise/synerise-design/commit/873791cec04f207d2a0ccc71808f78a135ef7fe8))
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
## [0.13.55](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.54...@synerise/ds-button@0.13.55) (2021-05-20)
|
|
950
|
-
|
|
951
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
## [0.13.54](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.53...@synerise/ds-button@0.13.54) (2021-05-20)
|
|
958
|
-
|
|
959
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
## [0.13.53](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.52...@synerise/ds-button@0.13.53) (2021-05-20)
|
|
966
|
-
|
|
967
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
## [0.13.52](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.51...@synerise/ds-button@0.13.52) (2021-05-14)
|
|
974
|
-
|
|
975
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
## [0.13.51](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.50...@synerise/ds-button@0.13.51) (2021-05-14)
|
|
982
|
-
|
|
983
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
## [0.13.50](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.49...@synerise/ds-button@0.13.50) (2021-05-14)
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
### Bug Fixes
|
|
993
|
-
|
|
994
|
-
* **button:** fix expander styles ([eb72527](https://github.com/synerise/synerise-design/commit/eb72527303f525bc26c6174e7e7457546841b3ab))
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
## [0.13.49](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.48...@synerise/ds-button@0.13.49) (2021-05-06)
|
|
1001
|
-
|
|
1002
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
## [0.13.48](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.47...@synerise/ds-button@0.13.48) (2021-05-06)
|
|
1009
|
-
|
|
1010
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
## [0.13.47](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.46...@synerise/ds-button@0.13.47) (2021-04-29)
|
|
1017
|
-
|
|
1018
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
## [0.13.46](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.45...@synerise/ds-button@0.13.46) (2021-04-22)
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
### Bug Fixes
|
|
1028
|
-
|
|
1029
|
-
* **button:** fix className ([c414422](https://github.com/synerise/synerise-design/commit/c414422a23b60f91afccf2ada96ec4a722378964))
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
## [0.13.45](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.44...@synerise/ds-button@0.13.45) (2021-04-07)
|
|
1036
|
-
|
|
1037
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
## [0.13.44](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.43...@synerise/ds-button@0.13.44) (2021-03-29)
|
|
1044
|
-
|
|
1045
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
## [0.13.43](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.42...@synerise/ds-button@0.13.43) (2021-03-22)
|
|
1052
|
-
|
|
1053
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
## [0.13.42](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.41...@synerise/ds-button@0.13.42) (2021-03-19)
|
|
1060
|
-
|
|
1061
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
## [0.13.41](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.40...@synerise/ds-button@0.13.41) (2021-03-16)
|
|
1068
|
-
|
|
1069
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
## [0.13.40](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.39...@synerise/ds-button@0.13.40) (2021-03-16)
|
|
1076
|
-
|
|
1077
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
## [0.13.39](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.38...@synerise/ds-button@0.13.39) (2021-03-16)
|
|
1084
|
-
|
|
1085
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
## [0.13.38](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.37...@synerise/ds-button@0.13.38) (2021-03-16)
|
|
1092
|
-
|
|
1093
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
## [0.13.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.36...@synerise/ds-button@0.13.37) (2021-03-16)
|
|
1100
|
-
|
|
1101
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
## [0.13.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.35...@synerise/ds-button@0.13.36) (2021-03-10)
|
|
1108
|
-
|
|
1109
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
## [0.13.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.34...@synerise/ds-button@0.13.35) (2021-03-10)
|
|
1116
|
-
|
|
1117
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
## [0.13.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.33...@synerise/ds-button@0.13.34) (2021-03-09)
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
### Bug Fixes
|
|
1127
|
-
|
|
1128
|
-
* **table:** fix last button radius in header selection ([2b3bdd5](https://github.com/synerise/synerise-design/commit/2b3bdd5117ac85175e486a9f02b517abe8736c24))
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
## [0.13.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.32...@synerise/ds-button@0.13.33) (2021-03-03)
|
|
1135
|
-
|
|
1136
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
## [0.13.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.31...@synerise/ds-button@0.13.32) (2021-03-02)
|
|
1143
|
-
|
|
1144
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
## [0.13.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.30...@synerise/ds-button@0.13.31) (2021-03-01)
|
|
1151
|
-
|
|
1152
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
## [0.13.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.29...@synerise/ds-button@0.13.30) (2021-02-17)
|
|
1159
|
-
|
|
1160
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
## [0.13.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.28...@synerise/ds-button@0.13.29) (2021-02-15)
|
|
1167
|
-
|
|
1168
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
## [0.13.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.27...@synerise/ds-button@0.13.28) (2021-02-08)
|
|
1175
|
-
|
|
1176
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
## [0.13.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.26...@synerise/ds-button@0.13.27) (2021-02-05)
|
|
1183
|
-
|
|
1184
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
## [0.13.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.25...@synerise/ds-button@0.13.26) (2021-02-02)
|
|
1191
|
-
|
|
1192
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
## [0.13.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.24...@synerise/ds-button@0.13.25) (2021-02-01)
|
|
1199
|
-
|
|
1200
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
## [0.13.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.23...@synerise/ds-button@0.13.24) (2021-01-22)
|
|
1207
|
-
|
|
1208
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
## [0.13.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.22...@synerise/ds-button@0.13.23) (2021-01-15)
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
### Bug Fixes
|
|
1218
|
-
|
|
1219
|
-
* **button:** add new prop iconColor and new styles on hover color in buttton ([4e8be6d](https://github.com/synerise/synerise-design/commit/4e8be6d25e6e18e62d0a805956dee5ab1eca0fab))
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
## [0.13.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.21...@synerise/ds-button@0.13.22) (2021-01-13)
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
### Bug Fixes
|
|
1229
|
-
|
|
1230
|
-
* **button:** fix focus color in secondary type button ([24df081](https://github.com/synerise/synerise-design/commit/24df08170f9cde8ccc08b61ec519cd86c1fde92c))
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
## [0.13.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.20...@synerise/ds-button@0.13.21) (2021-01-04)
|
|
1237
|
-
|
|
1238
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
## [0.13.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.19...@synerise/ds-button@0.13.20) (2020-12-23)
|
|
1245
|
-
|
|
1246
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
## [0.13.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.18...@synerise/ds-button@0.13.19) (2020-12-23)
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
### Bug Fixes
|
|
1256
|
-
|
|
1257
|
-
* **button:** style default button types as secondary ([fdca078](https://github.com/synerise/synerise-design/commit/fdca078267dd5fa124f11c8cf71886b59eb17134))
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
## [0.13.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.17...@synerise/ds-button@0.13.18) (2020-12-21)
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
### Bug Fixes
|
|
1267
|
-
|
|
1268
|
-
* **button:** fix secondary button styles ([731e525](https://github.com/synerise/synerise-design/commit/731e525e05cfe32d7c7662a69d523ffa1021e33a))
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
## [0.13.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.16...@synerise/ds-button@0.13.17) (2020-12-14)
|
|
1275
|
-
|
|
1276
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
## [0.13.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.15...@synerise/ds-button@0.13.16) (2020-12-11)
|
|
1283
|
-
|
|
1284
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
## [0.13.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.14...@synerise/ds-button@0.13.15) (2020-12-04)
|
|
1291
|
-
|
|
1292
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
## [0.13.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.13...@synerise/ds-button@0.13.14) (2020-12-02)
|
|
1299
|
-
|
|
1300
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
## [0.13.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.12...@synerise/ds-button@0.13.13) (2020-11-25)
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
### Bug Fixes
|
|
1310
|
-
|
|
1311
|
-
* **button:** fix props in button-split and fix color styles ([357801f](https://github.com/synerise/synerise-design/commit/357801f25dec4a6723951736e8eb17fc5d9ab8cf))
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
## [0.13.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.11...@synerise/ds-button@0.13.12) (2020-11-18)
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
### Bug Fixes
|
|
1321
|
-
|
|
1322
|
-
* **button:** change working of split buttton ([65e3811](https://github.com/synerise/synerise-design/commit/65e3811948b158cc6c2605babf9aef2b8a575e3b))
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
## [0.13.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.10...@synerise/ds-button@0.13.11) (2020-11-12)
|
|
1329
|
-
|
|
1330
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
## [0.13.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.9...@synerise/ds-button@0.13.10) (2020-11-08)
|
|
1337
|
-
|
|
1338
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
## [0.13.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.8...@synerise/ds-button@0.13.9) (2020-10-30)
|
|
1345
|
-
|
|
1346
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
## [0.13.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.7...@synerise/ds-button@0.13.8) (2020-10-29)
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
### Bug Fixes
|
|
1356
|
-
|
|
1357
|
-
* **button:** excluded creator from secondary pressed styling ([daf8a08](https://github.com/synerise/synerise-design/commit/daf8a08d4944cd1caf325830b9369b074362999d))
|
|
1358
|
-
* **button:** set secondary if provided type is falsy ([e1a2135](https://github.com/synerise/synerise-design/commit/e1a2135e68a2175867c0756f893f370f8159b54f))
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
## [0.13.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.6...@synerise/ds-button@0.13.7) (2020-10-28)
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
### Bug Fixes
|
|
1368
|
-
|
|
1369
|
-
* **button:** changed hover state accordingly to thte deisgn ([170a754](https://github.com/synerise/synerise-design/commit/170a754893534c04c634d1cb2872e950e7f9a977))
|
|
1370
|
-
* **button:** pressed state on firefox and safari fix ([5849074](https://github.com/synerise/synerise-design/commit/5849074956eb5daac60801415322a133fa821496))
|
|
1371
|
-
* **button:** removed important from style of the svg-s ([5dfd20e](https://github.com/synerise/synerise-design/commit/5dfd20e62ed1d7b569d3a07d0c88427f20092fa0))
|
|
1372
|
-
* **button:** split type, changed a pressed state on secondary button ([37a1fc9](https://github.com/synerise/synerise-design/commit/37a1fc99f86015009779c5a26761706fc925713a))
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
## [0.13.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.5...@synerise/ds-button@0.13.6) (2020-10-22)
|
|
1379
|
-
|
|
1380
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
## [0.13.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.4...@synerise/ds-button@0.13.5) (2020-10-21)
|
|
1387
|
-
|
|
1388
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
## [0.13.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.3...@synerise/ds-button@0.13.4) (2020-10-20)
|
|
1395
|
-
|
|
1396
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
## [0.13.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.2...@synerise/ds-button@0.13.3) (2020-10-13)
|
|
1403
|
-
|
|
1404
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
## [0.13.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.1...@synerise/ds-button@0.13.2) (2020-10-12)
|
|
1411
|
-
|
|
1412
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
## [0.13.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.0...@synerise/ds-button@0.13.1) (2020-10-12)
|
|
516
|
+
## [0.13.55](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.54...@synerise/ds-button@0.13.55) (2021-05-20)
|
|
1419
517
|
|
|
1420
518
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1421
519
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
# [0.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.37...@synerise/ds-button@0.13.0) (2020-10-09)
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
### Bug Fixes
|
|
1430
|
-
|
|
1431
|
-
* **button:** add latest ds-icon to deps ([2330df4](https://github.com/synerise/synerise-design/commit/2330df47bac1c58da36175d37750768fc5d2e492))
|
|
1432
|
-
* **cruds:** prettier ([271b443](https://github.com/synerise/synerise-design/commit/271b443f655d98fce62059dfeb6ab0fab70ce2c0))
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
### Features
|
|
1436
|
-
|
|
1437
|
-
* **button:** move Crud and SingleAction to separate Crud component ([a10976a](https://github.com/synerise/synerise-design/commit/a10976a2677823ea8064068eea7e0c53611cfc78))
|
|
1438
|
-
* **cruds:** add Cruds component ([15498ba](https://github.com/synerise/synerise-design/commit/15498bad6e40649f8807c20c96fbdb58b5260f17))
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
## [0.12.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.36...@synerise/ds-button@0.12.37) (2020-10-06)
|
|
520
|
+
## [0.13.54](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.53...@synerise/ds-button@0.13.54) (2021-05-20)
|
|
1445
521
|
|
|
1446
522
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1447
523
|
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
## [0.12.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.35...@synerise/ds-button@0.12.36) (2020-10-06)
|
|
524
|
+
## [0.13.53](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.52...@synerise/ds-button@0.13.53) (2021-05-20)
|
|
1453
525
|
|
|
1454
526
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1455
527
|
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
## [0.12.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.34...@synerise/ds-button@0.12.35) (2020-10-02)
|
|
528
|
+
## [0.13.52](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.51...@synerise/ds-button@0.13.52) (2021-05-14)
|
|
1461
529
|
|
|
1462
530
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1463
531
|
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
## [0.12.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.33...@synerise/ds-button@0.12.34) (2020-09-29)
|
|
532
|
+
## [0.13.51](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.50...@synerise/ds-button@0.13.51) (2021-05-14)
|
|
1469
533
|
|
|
1470
534
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1471
535
|
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
## [0.12.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.32...@synerise/ds-button@0.12.33) (2020-09-25)
|
|
1477
|
-
|
|
536
|
+
## [0.13.50](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.49...@synerise/ds-button@0.13.50) (2021-05-14)
|
|
1478
537
|
|
|
1479
538
|
### Bug Fixes
|
|
1480
539
|
|
|
1481
|
-
|
|
1482
|
-
* **button:** change handlers type on cruds ([ec11b16](https://github.com/synerise/synerise-design/commit/ec11b168b65cf8b30e8a7cef4b9f18a878a90d15))
|
|
1483
|
-
* **button:** creator types fixes ([6bc7a18](https://github.com/synerise/synerise-design/commit/6bc7a18435a5fa7205a0fb8b3ce8efcda5bb8eea))
|
|
1484
|
-
* **button:** fix docs build ([a9471b5](https://github.com/synerise/synerise-design/commit/a9471b5141ca07e14bfe00751322f8f2ee15bdc6))
|
|
1485
|
-
* **button:** stopped propagation of crud ([da51907](https://github.com/synerise/synerise-design/commit/da5190786957e68a95d818557f4967a4bc53e039))
|
|
1486
|
-
* **button:** stopped propagation of events ([102de65](https://github.com/synerise/synerise-design/commit/102de65228de02cd69abdc03d5fb7e6432400d01))
|
|
1487
|
-
|
|
540
|
+
- **button:** fix expander styles ([eb72527](https://github.com/synerise/synerise-design/commit/eb72527303f525bc26c6174e7e7457546841b3ab))
|
|
1488
541
|
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
## [0.12.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.31...@synerise/ds-button@0.12.32) (2020-09-01)
|
|
1493
|
-
|
|
1494
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
## [0.12.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.30...@synerise/ds-button@0.12.31) (2020-08-21)
|
|
1501
|
-
|
|
1502
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
## [0.12.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.29...@synerise/ds-button@0.12.30) (2020-08-12)
|
|
1509
|
-
|
|
1510
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
## [0.12.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.28...@synerise/ds-button@0.12.29) (2020-08-11)
|
|
1517
|
-
|
|
1518
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
## [0.12.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.27...@synerise/ds-button@0.12.28) (2020-07-30)
|
|
1525
|
-
|
|
1526
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
## [0.12.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.26...@synerise/ds-button@0.12.27) (2020-07-29)
|
|
1533
|
-
|
|
1534
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
## [0.12.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.25...@synerise/ds-button@0.12.26) (2020-07-24)
|
|
542
|
+
## [0.13.49](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.48...@synerise/ds-button@0.13.49) (2021-05-06)
|
|
1541
543
|
|
|
1542
544
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1543
545
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
## [0.12.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.24...@synerise/ds-button@0.12.25) (2020-07-24)
|
|
546
|
+
## [0.13.48](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.47...@synerise/ds-button@0.13.48) (2021-05-06)
|
|
1549
547
|
|
|
1550
548
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1551
549
|
|
|
550
|
+
## [0.13.47](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.46...@synerise/ds-button@0.13.47) (2021-04-29)
|
|
1552
551
|
|
|
552
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1553
553
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
## [0.12.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.23...@synerise/ds-button@0.12.24) (2020-07-20)
|
|
1557
|
-
|
|
554
|
+
## [0.13.46](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.45...@synerise/ds-button@0.13.46) (2021-04-22)
|
|
1558
555
|
|
|
1559
556
|
### Bug Fixes
|
|
1560
557
|
|
|
1561
|
-
|
|
558
|
+
- **button:** fix className ([c414422](https://github.com/synerise/synerise-design/commit/c414422a23b60f91afccf2ada96ec4a722378964))
|
|
1562
559
|
|
|
560
|
+
## [0.13.45](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.44...@synerise/ds-button@0.13.45) (2021-04-07)
|
|
1563
561
|
|
|
562
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1564
563
|
|
|
564
|
+
## [0.13.44](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.43...@synerise/ds-button@0.13.44) (2021-03-29)
|
|
1565
565
|
|
|
566
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1566
567
|
|
|
1567
|
-
## [0.
|
|
568
|
+
## [0.13.43](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.42...@synerise/ds-button@0.13.43) (2021-03-22)
|
|
1568
569
|
|
|
1569
570
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1570
571
|
|
|
572
|
+
## [0.13.42](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.41...@synerise/ds-button@0.13.42) (2021-03-19)
|
|
1571
573
|
|
|
574
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1572
575
|
|
|
576
|
+
## [0.13.41](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.40...@synerise/ds-button@0.13.41) (2021-03-16)
|
|
1573
577
|
|
|
578
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1574
579
|
|
|
1575
|
-
## [0.
|
|
580
|
+
## [0.13.40](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.39...@synerise/ds-button@0.13.40) (2021-03-16)
|
|
1576
581
|
|
|
1577
582
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1578
583
|
|
|
584
|
+
## [0.13.39](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.38...@synerise/ds-button@0.13.39) (2021-03-16)
|
|
1579
585
|
|
|
586
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1580
587
|
|
|
588
|
+
## [0.13.38](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.37...@synerise/ds-button@0.13.38) (2021-03-16)
|
|
1581
589
|
|
|
590
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1582
591
|
|
|
1583
|
-
## [0.
|
|
592
|
+
## [0.13.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.36...@synerise/ds-button@0.13.37) (2021-03-16)
|
|
1584
593
|
|
|
1585
594
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1586
595
|
|
|
596
|
+
## [0.13.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.35...@synerise/ds-button@0.13.36) (2021-03-10)
|
|
1587
597
|
|
|
598
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1588
599
|
|
|
600
|
+
## [0.13.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.34...@synerise/ds-button@0.13.35) (2021-03-10)
|
|
1589
601
|
|
|
602
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1590
603
|
|
|
1591
|
-
## [0.
|
|
604
|
+
## [0.13.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.33...@synerise/ds-button@0.13.34) (2021-03-09)
|
|
1592
605
|
|
|
1593
|
-
|
|
606
|
+
### Bug Fixes
|
|
1594
607
|
|
|
608
|
+
- **table:** fix last button radius in header selection ([2b3bdd5](https://github.com/synerise/synerise-design/commit/2b3bdd5117ac85175e486a9f02b517abe8736c24))
|
|
1595
609
|
|
|
610
|
+
## [0.13.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.32...@synerise/ds-button@0.13.33) (2021-03-03)
|
|
1596
611
|
|
|
612
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1597
613
|
|
|
614
|
+
## [0.13.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.31...@synerise/ds-button@0.13.32) (2021-03-02)
|
|
1598
615
|
|
|
1599
|
-
|
|
616
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
617
|
+
|
|
618
|
+
## [0.13.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.30...@synerise/ds-button@0.13.31) (2021-03-01)
|
|
1600
619
|
|
|
1601
620
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1602
621
|
|
|
622
|
+
## [0.13.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.29...@synerise/ds-button@0.13.30) (2021-02-17)
|
|
1603
623
|
|
|
624
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1604
625
|
|
|
626
|
+
## [0.13.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.28...@synerise/ds-button@0.13.29) (2021-02-15)
|
|
1605
627
|
|
|
628
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1606
629
|
|
|
1607
|
-
## [0.
|
|
630
|
+
## [0.13.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.27...@synerise/ds-button@0.13.28) (2021-02-08)
|
|
1608
631
|
|
|
1609
632
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1610
633
|
|
|
634
|
+
## [0.13.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.26...@synerise/ds-button@0.13.27) (2021-02-05)
|
|
1611
635
|
|
|
636
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1612
637
|
|
|
638
|
+
## [0.13.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.25...@synerise/ds-button@0.13.26) (2021-02-02)
|
|
1613
639
|
|
|
640
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1614
641
|
|
|
1615
|
-
## [0.
|
|
642
|
+
## [0.13.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.24...@synerise/ds-button@0.13.25) (2021-02-01)
|
|
1616
643
|
|
|
1617
644
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1618
645
|
|
|
646
|
+
## [0.13.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.23...@synerise/ds-button@0.13.24) (2021-01-22)
|
|
1619
647
|
|
|
648
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1620
649
|
|
|
650
|
+
## [0.13.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.22...@synerise/ds-button@0.13.23) (2021-01-15)
|
|
1621
651
|
|
|
652
|
+
### Bug Fixes
|
|
1622
653
|
|
|
1623
|
-
|
|
654
|
+
- **button:** add new prop iconColor and new styles on hover color in buttton ([4e8be6d](https://github.com/synerise/synerise-design/commit/4e8be6d25e6e18e62d0a805956dee5ab1eca0fab))
|
|
1624
655
|
|
|
656
|
+
## [0.13.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.21...@synerise/ds-button@0.13.22) (2021-01-13)
|
|
1625
657
|
|
|
1626
658
|
### Bug Fixes
|
|
1627
659
|
|
|
1628
|
-
|
|
1629
|
-
|
|
660
|
+
- **button:** fix focus color in secondary type button ([24df081](https://github.com/synerise/synerise-design/commit/24df08170f9cde8ccc08b61ec519cd86c1fde92c))
|
|
1630
661
|
|
|
662
|
+
## [0.13.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.20...@synerise/ds-button@0.13.21) (2021-01-04)
|
|
1631
663
|
|
|
664
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1632
665
|
|
|
666
|
+
## [0.13.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.19...@synerise/ds-button@0.13.20) (2020-12-23)
|
|
1633
667
|
|
|
1634
|
-
|
|
668
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1635
669
|
|
|
670
|
+
## [0.13.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.18...@synerise/ds-button@0.13.19) (2020-12-23)
|
|
1636
671
|
|
|
1637
672
|
### Bug Fixes
|
|
1638
673
|
|
|
1639
|
-
|
|
1640
|
-
* **button:** fix disabled button custom color ghost ([3aecf40](https://github.com/synerise/synerise-design/commit/3aecf40d2523d451ad261ea44763c498869ea455))
|
|
1641
|
-
* **button:** fix disabled button custom color ghost ([8f53c14](https://github.com/synerise/synerise-design/commit/8f53c14f170fb7e989aba90c9631844308072331))
|
|
1642
|
-
* **button:** fix disabled button custom color ghost ([8193f57](https://github.com/synerise/synerise-design/commit/8193f5759a1c62e21dabbf93ba612643fe815f1c))
|
|
1643
|
-
|
|
674
|
+
- **button:** style default button types as secondary ([fdca078](https://github.com/synerise/synerise-design/commit/fdca078267dd5fa124f11c8cf71886b59eb17134))
|
|
1644
675
|
|
|
676
|
+
## [0.13.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.17...@synerise/ds-button@0.13.18) (2020-12-21)
|
|
1645
677
|
|
|
678
|
+
### Bug Fixes
|
|
1646
679
|
|
|
680
|
+
- **button:** fix secondary button styles ([731e525](https://github.com/synerise/synerise-design/commit/731e525e05cfe32d7c7662a69d523ffa1021e33a))
|
|
1647
681
|
|
|
1648
|
-
## [0.
|
|
682
|
+
## [0.13.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.16...@synerise/ds-button@0.13.17) (2020-12-14)
|
|
1649
683
|
|
|
1650
684
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1651
685
|
|
|
686
|
+
## [0.13.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.15...@synerise/ds-button@0.13.16) (2020-12-11)
|
|
687
|
+
|
|
688
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1652
689
|
|
|
690
|
+
## [0.13.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.14...@synerise/ds-button@0.13.15) (2020-12-04)
|
|
1653
691
|
|
|
692
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1654
693
|
|
|
694
|
+
## [0.13.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.13...@synerise/ds-button@0.13.14) (2020-12-02)
|
|
1655
695
|
|
|
1656
|
-
|
|
696
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1657
697
|
|
|
698
|
+
## [0.13.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.12...@synerise/ds-button@0.13.13) (2020-11-25)
|
|
1658
699
|
|
|
1659
700
|
### Bug Fixes
|
|
1660
701
|
|
|
1661
|
-
|
|
1662
|
-
|
|
702
|
+
- **button:** fix props in button-split and fix color styles ([357801f](https://github.com/synerise/synerise-design/commit/357801f25dec4a6723951736e8eb17fc5d9ab8cf))
|
|
1663
703
|
|
|
704
|
+
## [0.13.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.11...@synerise/ds-button@0.13.12) (2020-11-18)
|
|
1664
705
|
|
|
706
|
+
### Bug Fixes
|
|
1665
707
|
|
|
708
|
+
- **button:** change working of split buttton ([65e3811](https://github.com/synerise/synerise-design/commit/65e3811948b158cc6c2605babf9aef2b8a575e3b))
|
|
1666
709
|
|
|
1667
|
-
## [0.
|
|
710
|
+
## [0.13.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.10...@synerise/ds-button@0.13.11) (2020-11-12)
|
|
1668
711
|
|
|
712
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1669
713
|
|
|
1670
|
-
|
|
714
|
+
## [0.13.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.9...@synerise/ds-button@0.13.10) (2020-11-08)
|
|
1671
715
|
|
|
1672
|
-
|
|
1673
|
-
* **button:** fix in the build ([9e93889](https://github.com/synerise/synerise-design/commit/9e9388920d763b48619c6df3ff272c021c57c925))
|
|
1674
|
-
* **button:** fix in the build ([53c2f31](https://github.com/synerise/synerise-design/commit/53c2f3186d8eed36cde79103823b3a4801e5c2db))
|
|
1675
|
-
* **button:** fix in the build and add Singlecrud component ([ef5b1c5](https://github.com/synerise/synerise-design/commit/ef5b1c56e1a3b5e60b966787ff17ec364b92f2de))
|
|
1676
|
-
* **button:** remove disabled and made props optional ([5a2e832](https://github.com/synerise/synerise-design/commit/5a2e8324ec706b5c153150b9469ef69a432d9b39))
|
|
716
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1677
717
|
|
|
718
|
+
## [0.13.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.8...@synerise/ds-button@0.13.9) (2020-10-30)
|
|
1678
719
|
|
|
720
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1679
721
|
|
|
722
|
+
## [0.13.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.7...@synerise/ds-button@0.13.8) (2020-10-29)
|
|
1680
723
|
|
|
724
|
+
### Bug Fixes
|
|
1681
725
|
|
|
1682
|
-
|
|
726
|
+
- **button:** excluded creator from secondary pressed styling ([daf8a08](https://github.com/synerise/synerise-design/commit/daf8a08d4944cd1caf325830b9369b074362999d))
|
|
727
|
+
- **button:** set secondary if provided type is falsy ([e1a2135](https://github.com/synerise/synerise-design/commit/e1a2135e68a2175867c0756f893f370f8159b54f))
|
|
1683
728
|
|
|
729
|
+
## [0.13.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.6...@synerise/ds-button@0.13.7) (2020-10-28)
|
|
1684
730
|
|
|
1685
731
|
### Bug Fixes
|
|
1686
732
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
733
|
+
- **button:** changed hover state accordingly to thte deisgn ([170a754](https://github.com/synerise/synerise-design/commit/170a754893534c04c634d1cb2872e950e7f9a977))
|
|
734
|
+
- **button:** pressed state on firefox and safari fix ([5849074](https://github.com/synerise/synerise-design/commit/5849074956eb5daac60801415322a133fa821496))
|
|
735
|
+
- **button:** removed important from style of the svg-s ([5dfd20e](https://github.com/synerise/synerise-design/commit/5dfd20e62ed1d7b569d3a07d0c88427f20092fa0))
|
|
736
|
+
- **button:** split type, changed a pressed state on secondary button ([37a1fc9](https://github.com/synerise/synerise-design/commit/37a1fc99f86015009779c5a26761706fc925713a))
|
|
1690
737
|
|
|
738
|
+
## [0.13.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.5...@synerise/ds-button@0.13.6) (2020-10-22)
|
|
1691
739
|
|
|
740
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1692
741
|
|
|
1693
|
-
## [0.
|
|
742
|
+
## [0.13.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.4...@synerise/ds-button@0.13.5) (2020-10-21)
|
|
1694
743
|
|
|
1695
744
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1696
745
|
|
|
746
|
+
## [0.13.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.3...@synerise/ds-button@0.13.4) (2020-10-20)
|
|
1697
747
|
|
|
748
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1698
749
|
|
|
750
|
+
## [0.13.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.2...@synerise/ds-button@0.13.3) (2020-10-13)
|
|
1699
751
|
|
|
752
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1700
753
|
|
|
1701
|
-
## [0.
|
|
754
|
+
## [0.13.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.1...@synerise/ds-button@0.13.2) (2020-10-12)
|
|
1702
755
|
|
|
1703
756
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1704
757
|
|
|
758
|
+
## [0.13.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.0...@synerise/ds-button@0.13.1) (2020-10-12)
|
|
1705
759
|
|
|
760
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1706
761
|
|
|
762
|
+
# [0.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.37...@synerise/ds-button@0.13.0) (2020-10-09)
|
|
1707
763
|
|
|
764
|
+
### Bug Fixes
|
|
1708
765
|
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
766
|
+
- **button:** add latest ds-icon to deps ([2330df4](https://github.com/synerise/synerise-design/commit/2330df47bac1c58da36175d37750768fc5d2e492))
|
|
767
|
+
- **cruds:** prettier ([271b443](https://github.com/synerise/synerise-design/commit/271b443f655d98fce62059dfeb6ab0fab70ce2c0))
|
|
1712
768
|
|
|
769
|
+
### Features
|
|
1713
770
|
|
|
771
|
+
- **button:** move Crud and SingleAction to separate Crud component ([a10976a](https://github.com/synerise/synerise-design/commit/a10976a2677823ea8064068eea7e0c53611cfc78))
|
|
772
|
+
- **cruds:** add Cruds component ([15498ba](https://github.com/synerise/synerise-design/commit/15498bad6e40649f8807c20c96fbdb58b5260f17))
|
|
1714
773
|
|
|
774
|
+
## [0.12.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.36...@synerise/ds-button@0.12.37) (2020-10-06)
|
|
1715
775
|
|
|
776
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1716
777
|
|
|
1717
|
-
## [0.12.
|
|
778
|
+
## [0.12.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.35...@synerise/ds-button@0.12.36) (2020-10-06)
|
|
1718
779
|
|
|
1719
780
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1720
781
|
|
|
782
|
+
## [0.12.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.34...@synerise/ds-button@0.12.35) (2020-10-02)
|
|
1721
783
|
|
|
784
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1722
785
|
|
|
786
|
+
## [0.12.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.33...@synerise/ds-button@0.12.34) (2020-09-29)
|
|
1723
787
|
|
|
788
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1724
789
|
|
|
1725
|
-
## [0.12.
|
|
1726
|
-
|
|
790
|
+
## [0.12.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.32...@synerise/ds-button@0.12.33) (2020-09-25)
|
|
1727
791
|
|
|
1728
792
|
### Bug Fixes
|
|
1729
793
|
|
|
1730
|
-
|
|
794
|
+
- **button:** added type checking for special btns ([532f31b](https://github.com/synerise/synerise-design/commit/532f31b001fa6ccad260847fad8e0ad88800d3f8))
|
|
795
|
+
- **button:** change handlers type on cruds ([ec11b16](https://github.com/synerise/synerise-design/commit/ec11b168b65cf8b30e8a7cef4b9f18a878a90d15))
|
|
796
|
+
- **button:** creator types fixes ([6bc7a18](https://github.com/synerise/synerise-design/commit/6bc7a18435a5fa7205a0fb8b3ce8efcda5bb8eea))
|
|
797
|
+
- **button:** fix docs build ([a9471b5](https://github.com/synerise/synerise-design/commit/a9471b5141ca07e14bfe00751322f8f2ee15bdc6))
|
|
798
|
+
- **button:** stopped propagation of crud ([da51907](https://github.com/synerise/synerise-design/commit/da5190786957e68a95d818557f4967a4bc53e039))
|
|
799
|
+
- **button:** stopped propagation of events ([102de65](https://github.com/synerise/synerise-design/commit/102de65228de02cd69abdc03d5fb7e6432400d01))
|
|
1731
800
|
|
|
801
|
+
## [0.12.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.31...@synerise/ds-button@0.12.32) (2020-09-01)
|
|
1732
802
|
|
|
803
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1733
804
|
|
|
805
|
+
## [0.12.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.30...@synerise/ds-button@0.12.31) (2020-08-21)
|
|
1734
806
|
|
|
807
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1735
808
|
|
|
1736
|
-
## [0.12.
|
|
809
|
+
## [0.12.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.29...@synerise/ds-button@0.12.30) (2020-08-12)
|
|
1737
810
|
|
|
1738
811
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1739
812
|
|
|
813
|
+
## [0.12.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.28...@synerise/ds-button@0.12.29) (2020-08-11)
|
|
1740
814
|
|
|
815
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1741
816
|
|
|
817
|
+
## [0.12.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.27...@synerise/ds-button@0.12.28) (2020-07-30)
|
|
1742
818
|
|
|
819
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1743
820
|
|
|
1744
|
-
## [0.12.
|
|
821
|
+
## [0.12.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.26...@synerise/ds-button@0.12.27) (2020-07-29)
|
|
1745
822
|
|
|
1746
823
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1747
824
|
|
|
825
|
+
## [0.12.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.25...@synerise/ds-button@0.12.26) (2020-07-24)
|
|
1748
826
|
|
|
827
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1749
828
|
|
|
829
|
+
## [0.12.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.24...@synerise/ds-button@0.12.25) (2020-07-24)
|
|
1750
830
|
|
|
831
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1751
832
|
|
|
1752
|
-
## [0.12.
|
|
1753
|
-
|
|
833
|
+
## [0.12.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.23...@synerise/ds-button@0.12.24) (2020-07-20)
|
|
1754
834
|
|
|
1755
835
|
### Bug Fixes
|
|
1756
836
|
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
837
|
+
- **button:** add styles to secondary button and move to button component ([b62da4c](https://github.com/synerise/synerise-design/commit/b62da4ce88727f370b5c0cb051828386fabb55d1))
|
|
1760
838
|
|
|
839
|
+
## [0.12.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.22...@synerise/ds-button@0.12.23) (2020-07-15)
|
|
1761
840
|
|
|
841
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1762
842
|
|
|
1763
|
-
## [0.12.
|
|
843
|
+
## [0.12.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.21...@synerise/ds-button@0.12.22) (2020-07-13)
|
|
1764
844
|
|
|
845
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1765
846
|
|
|
1766
|
-
|
|
847
|
+
## [0.12.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.20...@synerise/ds-button@0.12.21) (2020-07-09)
|
|
1767
848
|
|
|
1768
|
-
|
|
849
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1769
850
|
|
|
851
|
+
## [0.12.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.19...@synerise/ds-button@0.12.20) (2020-07-08)
|
|
1770
852
|
|
|
853
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1771
854
|
|
|
855
|
+
## [0.12.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.18...@synerise/ds-button@0.12.19) (2020-07-07)
|
|
1772
856
|
|
|
857
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1773
858
|
|
|
1774
|
-
## [0.12.
|
|
859
|
+
## [0.12.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.17...@synerise/ds-button@0.12.18) (2020-06-25)
|
|
1775
860
|
|
|
1776
861
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1777
862
|
|
|
863
|
+
## [0.12.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.16...@synerise/ds-button@0.12.17) (2020-06-22)
|
|
1778
864
|
|
|
865
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1779
866
|
|
|
867
|
+
## [0.12.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.15...@synerise/ds-button@0.12.16) (2020-06-17)
|
|
1780
868
|
|
|
869
|
+
### Bug Fixes
|
|
1781
870
|
|
|
1782
|
-
|
|
871
|
+
- **button:** fix button styles ([4dcdc84](https://github.com/synerise/synerise-design/commit/4dcdc848434f71e9b8d43276ec6551378f1cf790))
|
|
1783
872
|
|
|
873
|
+
## [0.12.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.14...@synerise/ds-button@0.12.15) (2020-06-09)
|
|
1784
874
|
|
|
1785
875
|
### Bug Fixes
|
|
1786
876
|
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
877
|
+
- **button:** fix disabled button custom color ghost ([684b41b](https://github.com/synerise/synerise-design/commit/684b41b1d73551d3a1afb508900a7046c19adbdd))
|
|
878
|
+
- **button:** fix disabled button custom color ghost ([3aecf40](https://github.com/synerise/synerise-design/commit/3aecf40d2523d451ad261ea44763c498869ea455))
|
|
879
|
+
- **button:** fix disabled button custom color ghost ([8f53c14](https://github.com/synerise/synerise-design/commit/8f53c14f170fb7e989aba90c9631844308072331))
|
|
880
|
+
- **button:** fix disabled button custom color ghost ([8193f57](https://github.com/synerise/synerise-design/commit/8193f5759a1c62e21dabbf93ba612643fe815f1c))
|
|
1791
881
|
|
|
882
|
+
## [0.12.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.13...@synerise/ds-button@0.12.14) (2020-06-05)
|
|
1792
883
|
|
|
1793
|
-
|
|
884
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1794
885
|
|
|
1795
|
-
|
|
1796
|
-
* **button:** added epxander ([63b443b](https://github.com/synerise/synerise-design/commit/63b443b9701b2a12b6c569c308cf3811ad7e8fa6))
|
|
1797
|
-
* **button:** added expander ([d52b8a9](https://github.com/synerise/synerise-design/commit/d52b8a9d8e6208f621aa2e78004eebf6f033548e))
|
|
886
|
+
## [0.12.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.12...@synerise/ds-button@0.12.13) (2020-06-05)
|
|
1798
887
|
|
|
888
|
+
### Bug Fixes
|
|
1799
889
|
|
|
890
|
+
- **button:** change color blue ([6aff656](https://github.com/synerise/synerise-design/commit/6aff656afa3bc827092f128fe2029fe3339605a9))
|
|
1800
891
|
|
|
892
|
+
## [0.12.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.11...@synerise/ds-button@0.12.12) (2020-06-02)
|
|
1801
893
|
|
|
894
|
+
### Bug Fixes
|
|
1802
895
|
|
|
1803
|
-
|
|
896
|
+
- **button:** create cruds styles and cruds add tooltip in package json ([f976488](https://github.com/synerise/synerise-design/commit/f97648872adb1a894b967007135e15944f203411))
|
|
897
|
+
- **button:** fix in the build ([9e93889](https://github.com/synerise/synerise-design/commit/9e9388920d763b48619c6df3ff272c021c57c925))
|
|
898
|
+
- **button:** fix in the build ([53c2f31](https://github.com/synerise/synerise-design/commit/53c2f3186d8eed36cde79103823b3a4801e5c2db))
|
|
899
|
+
- **button:** fix in the build and add Singlecrud component ([ef5b1c5](https://github.com/synerise/synerise-design/commit/ef5b1c56e1a3b5e60b966787ff17ec364b92f2de))
|
|
900
|
+
- **button:** remove disabled and made props optional ([5a2e832](https://github.com/synerise/synerise-design/commit/5a2e8324ec706b5c153150b9469ef69a432d9b39))
|
|
1804
901
|
|
|
902
|
+
## [0.12.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.10...@synerise/ds-button@0.12.11) (2020-05-28)
|
|
1805
903
|
|
|
1806
904
|
### Bug Fixes
|
|
1807
905
|
|
|
1808
|
-
|
|
906
|
+
- **button:** add custom color ghost ([04c994e](https://github.com/synerise/synerise-design/commit/04c994e013df96ef20a32bf3a78d515e42b08e88))
|
|
1809
907
|
|
|
908
|
+
## [0.12.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.9...@synerise/ds-button@0.12.10) (2020-05-25)
|
|
1810
909
|
|
|
910
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1811
911
|
|
|
912
|
+
## [0.12.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.8...@synerise/ds-button@0.12.9) (2020-05-22)
|
|
1812
913
|
|
|
914
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1813
915
|
|
|
1814
|
-
## [0.
|
|
916
|
+
## [0.12.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.7...@synerise/ds-button@0.12.8) (2020-05-19)
|
|
1815
917
|
|
|
1816
918
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1817
919
|
|
|
920
|
+
## [0.12.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.6...@synerise/ds-button@0.12.7) (2020-05-14)
|
|
921
|
+
|
|
922
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1818
923
|
|
|
924
|
+
## [0.12.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.5...@synerise/ds-button@0.12.6) (2020-05-08)
|
|
1819
925
|
|
|
926
|
+
### Bug Fixes
|
|
1820
927
|
|
|
928
|
+
- **button:** remove state from Button.expander ([2d398da](https://github.com/synerise/synerise-design/commit/2d398da89805fa3e94544116af10a9b85efe8ebf))
|
|
1821
929
|
|
|
1822
|
-
## [0.
|
|
930
|
+
## [0.12.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.4...@synerise/ds-button@0.12.5) (2020-05-05)
|
|
1823
931
|
|
|
1824
932
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1825
933
|
|
|
934
|
+
## [0.12.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.3...@synerise/ds-button@0.12.4) (2020-04-30)
|
|
1826
935
|
|
|
936
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1827
937
|
|
|
938
|
+
## [0.12.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.2...@synerise/ds-button@0.12.3) (2020-04-29)
|
|
1828
939
|
|
|
940
|
+
### Bug Fixes
|
|
1829
941
|
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
942
|
+
- **button:** expander styles fixes ([2475e54](https://github.com/synerise/synerise-design/commit/2475e54bedebc33a7e58388733663442278dd9be))
|
|
1833
943
|
|
|
944
|
+
## [0.12.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.1...@synerise/ds-button@0.12.2) (2020-04-29)
|
|
1834
945
|
|
|
946
|
+
### Bug Fixes
|
|
1835
947
|
|
|
948
|
+
- **button:** fixed placement of the icon in creator button ([37f8fed](https://github.com/synerise/synerise-design/commit/37f8fedf4d5486a2e3419a4c3cc379a302b64a07))
|
|
1836
949
|
|
|
950
|
+
## [0.12.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.0...@synerise/ds-button@0.12.1) (2020-04-27)
|
|
1837
951
|
|
|
1838
|
-
|
|
952
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1839
953
|
|
|
954
|
+
# [0.12.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.4...@synerise/ds-button@0.12.0) (2020-04-24)
|
|
1840
955
|
|
|
1841
|
-
###
|
|
956
|
+
### Bug Fixes
|
|
1842
957
|
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
958
|
+
- **button:** added new lines after each stage of test ([9f741eb](https://github.com/synerise/synerise-design/commit/9f741ebddbfe994c46e54aa62ce5f3001dd573df))
|
|
959
|
+
- **button:** fixed passing unrecognized props to dom elements ([85fc4a4](https://github.com/synerise/synerise-design/commit/85fc4a439c3ef629014af506c91f04d39e1fac29))
|
|
960
|
+
- **button:** fixing the build ([fce9e6e](https://github.com/synerise/synerise-design/commit/fce9e6e394bdc890ba1cf9b885d96c84055d5add))
|
|
961
|
+
- **button:** simplifed styles ([dc5e792](https://github.com/synerise/synerise-design/commit/dc5e792c4e483d3fd823a2ce57152fd2b92b39a9))
|
|
1846
962
|
|
|
963
|
+
### Features
|
|
1847
964
|
|
|
965
|
+
- **button:** added creator button ([48f1099](https://github.com/synerise/synerise-design/commit/48f1099df83282261e250a12cdfd6173a05b1516))
|
|
966
|
+
- **button:** added epxander ([63b443b](https://github.com/synerise/synerise-design/commit/63b443b9701b2a12b6c569c308cf3811ad7e8fa6))
|
|
967
|
+
- **button:** added expander ([d52b8a9](https://github.com/synerise/synerise-design/commit/d52b8a9d8e6208f621aa2e78004eebf6f033548e))
|
|
1848
968
|
|
|
969
|
+
## [0.11.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.3...@synerise/ds-button@0.11.4) (2020-04-21)
|
|
1849
970
|
|
|
971
|
+
### Bug Fixes
|
|
1850
972
|
|
|
1851
|
-
|
|
973
|
+
- **portal:** styleguidist styles, move examples to README.md files ([c14990b](https://github.com/synerise/synerise-design/commit/c14990b035e4491ad12a8dddfc7370e369c47acc))
|
|
1852
974
|
|
|
975
|
+
## [0.11.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.2...@synerise/ds-button@0.11.3) (2020-04-15)
|
|
1853
976
|
|
|
1854
|
-
|
|
977
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1855
978
|
|
|
1856
|
-
|
|
979
|
+
## [0.11.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.1...@synerise/ds-button@0.11.2) (2020-04-14)
|
|
1857
980
|
|
|
981
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1858
982
|
|
|
983
|
+
## [0.11.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.0...@synerise/ds-button@0.11.1) (2020-04-13)
|
|
1859
984
|
|
|
985
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1860
986
|
|
|
987
|
+
# [0.11.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.10.0...@synerise/ds-button@0.11.0) (2020-04-06)
|
|
1861
988
|
|
|
1862
|
-
|
|
989
|
+
### Features
|
|
1863
990
|
|
|
991
|
+
- **portal:** react-styleguidist ([9339a08](https://github.com/synerise/synerise-design/commit/9339a08785cef30b428ebe438d749d0b7c2a9bf8))
|
|
992
|
+
- **portal:** update button example ([f9eacff](https://github.com/synerise/synerise-design/commit/f9eacffbfececa3840f44a495ed5f77106dbb586))
|
|
993
|
+
- **portal:** update react-styleguidist ([13af56d](https://github.com/synerise/synerise-design/commit/13af56de3b67977345dfcf638e191327b755386c))
|
|
1864
994
|
|
|
1865
|
-
|
|
995
|
+
# [0.10.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.10...@synerise/ds-button@0.10.0) (2020-04-01)
|
|
1866
996
|
|
|
1867
|
-
|
|
997
|
+
### Features
|
|
1868
998
|
|
|
999
|
+
- **button:** update props, export package version ([98a91a1](https://github.com/synerise/synerise-design/commit/98a91a16fbb05a1c0afd6b303d1da9702da826d8))
|
|
1869
1000
|
|
|
1001
|
+
## [0.9.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.9...@synerise/ds-button@0.9.10) (2020-03-31)
|
|
1870
1002
|
|
|
1003
|
+
### Reverts
|
|
1871
1004
|
|
|
1005
|
+
- **button:** decreased button styles specifity ([73dc29c](https://github.com/synerise/synerise-design/commit/73dc29ca7221f8695fbe056599fd500e4f2d940d))
|
|
1872
1006
|
|
|
1873
1007
|
## [0.9.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.8...@synerise/ds-button@0.9.9) (2020-03-27)
|
|
1874
1008
|
|
|
1875
1009
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1876
1010
|
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
1011
|
## [0.9.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.7...@synerise/ds-button@0.9.8) (2020-03-26)
|
|
1882
1012
|
|
|
1883
|
-
|
|
1884
1013
|
### Bug Fixes
|
|
1885
1014
|
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1015
|
+
- **button:** remove unnecessary line-height ([2640196](https://github.com/synerise/synerise-design/commit/26401960465cbbced3bb6c2deb5b10bcc6f9abfd))
|
|
1891
1016
|
|
|
1892
1017
|
## [0.9.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.6...@synerise/ds-button@0.9.7) (2020-03-26)
|
|
1893
1018
|
|
|
1894
|
-
|
|
1895
1019
|
### Bug Fixes
|
|
1896
1020
|
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1021
|
+
- **button:** increased styles specifity ([d115d0c](https://github.com/synerise/synerise-design/commit/d115d0c84a265276ad1eaf8bf7719aa0984e7815))
|
|
1902
1022
|
|
|
1903
1023
|
## [0.9.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.5...@synerise/ds-button@0.9.6) (2020-03-24)
|
|
1904
1024
|
|
|
1905
1025
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1906
1026
|
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
1027
|
## [0.9.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.3...@synerise/ds-button@0.9.5) (2020-03-23)
|
|
1912
1028
|
|
|
1913
1029
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1914
1030
|
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
1031
|
## [0.9.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.3...@synerise/ds-button@0.9.4) (2020-03-23)
|
|
1920
1032
|
|
|
1921
1033
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1922
1034
|
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
1035
|
## [0.9.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.2...@synerise/ds-button@0.9.3) (2020-03-19)
|
|
1928
1036
|
|
|
1929
1037
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1930
1038
|
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
1039
|
## [0.9.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.1...@synerise/ds-button@0.9.2) (2020-03-18)
|
|
1936
1040
|
|
|
1937
1041
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1938
1042
|
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
1043
|
## [0.9.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.0...@synerise/ds-button@0.9.1) (2020-03-18)
|
|
1944
1044
|
|
|
1945
|
-
|
|
1946
1045
|
### Bug Fixes
|
|
1947
1046
|
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1047
|
+
- **button:** omit groupVariant passing ([5d5abad](https://github.com/synerise/synerise-design/commit/5d5abad9e7bbf1d3962df13386e086ab2368b223))
|
|
1048
|
+
- **core:** allow side effects ([0fcca2b](https://github.com/synerise/synerise-design/commit/0fcca2b3476b539a60d6d21af5a43a7d32135868))
|
|
1954
1049
|
|
|
1955
1050
|
# [0.9.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.8.7...@synerise/ds-button@0.9.0) (2020-03-17)
|
|
1956
1051
|
|