@alfalab/core-components-picker-button 7.6.4 → 7.6.7
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 +102 -102
- package/dist/Component.d.ts +1 -1
- package/dist/Component.js +2 -2
- package/dist/cssm/Component.d.ts +1 -1
- package/dist/cssm/field/Component.d.ts +1 -1
- package/dist/cssm/option/Component.d.ts +2 -2
- package/dist/cssm/{typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
- package/dist/esm/Component.d.ts +1 -1
- package/dist/esm/Component.js +2 -2
- package/dist/esm/field/Component.d.ts +1 -1
- package/dist/esm/field/Component.js +2 -2
- package/dist/esm/field/index.css +3 -3
- package/dist/esm/field/index.js +1 -1
- package/dist/esm/index.css +6 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/option/Component.d.ts +2 -2
- package/dist/esm/option/Component.js +2 -2
- package/dist/esm/option/index.css +4 -4
- package/dist/esm/option/index.js +1 -1
- package/dist/esm/{tslib.es6-d0b4b527.d.ts → tslib.es6-c34a47bd.d.ts} +0 -0
- package/dist/esm/{tslib.es6-d0b4b527.js → tslib.es6-c34a47bd.js} +0 -0
- package/dist/{modern/typings-a22d6eaf.d.ts → esm/typings-f60445d7.d.ts} +28 -0
- package/dist/field/Component.d.ts +1 -1
- package/dist/field/Component.js +2 -2
- package/dist/field/index.css +3 -3
- package/dist/field/index.js +1 -1
- package/dist/index.css +6 -6
- package/dist/index.js +1 -1
- package/dist/modern/Component.d.ts +1 -1
- package/dist/modern/Component.js +1 -1
- package/dist/modern/field/Component.d.ts +1 -1
- package/dist/modern/field/Component.js +1 -1
- package/dist/modern/field/index.css +3 -3
- package/dist/modern/index.css +6 -6
- package/dist/modern/option/Component.d.ts +2 -2
- package/dist/modern/option/Component.js +1 -1
- package/dist/modern/option/index.css +4 -4
- package/dist/{typings-a22d6eaf.d.ts → modern/typings-f60445d7.d.ts} +28 -0
- package/dist/option/Component.d.ts +2 -2
- package/dist/option/Component.js +2 -2
- package/dist/option/index.css +4 -4
- package/dist/option/index.js +1 -1
- package/dist/{tslib.es6-821bce76.d.ts → tslib.es6-76925bcd.d.ts} +0 -0
- package/dist/{tslib.es6-821bce76.js → tslib.es6-76925bcd.js} +0 -0
- package/dist/{esm/typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [7.6.4](https://github.com/
|
|
6
|
+
## [7.6.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.3...@alfalab/core-components-picker-button@7.6.4) (2022-03-29)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [7.6.3](https://github.com/
|
|
14
|
+
## [7.6.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.2...@alfalab/core-components-picker-button@7.6.3) (2022-03-24)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
## [7.6.2](https://github.com/
|
|
22
|
+
## [7.6.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.1...@alfalab/core-components-picker-button@7.6.2) (2022-03-04)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
25
25
|
|
|
@@ -27,58 +27,58 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
## [7.6.1](https://github.com/
|
|
30
|
+
## [7.6.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.0...@alfalab/core-components-picker-button@7.6.1) (2022-03-04)
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
### Bug Fixes
|
|
34
34
|
|
|
35
|
-
* move icon from select to picker-button ([#1020](https://github.com/
|
|
36
|
-
* update glyph deps ([#1019](https://github.com/
|
|
35
|
+
* move icon from select to picker-button ([#1020](https://github.com/core-ds/core-components/issues/1020)) ([0d23257](https://github.com/core-ds/core-components/commit/0d23257b561329092be551d237389cc06c3d5607))
|
|
36
|
+
* update glyph deps ([#1019](https://github.com/core-ds/core-components/issues/1019)) ([3e910d0](https://github.com/core-ds/core-components/commit/3e910d0801c4c46bcd399163200c1f7bfaba375e))
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
# [7.6.0](https://github.com/
|
|
42
|
+
# [7.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.5.0...@alfalab/core-components-picker-button@7.6.0) (2022-03-03)
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
### Features
|
|
46
46
|
|
|
47
|
-
* **picker-button:** added new view and updated dropdown options ([#1013](https://github.com/
|
|
47
|
+
* **picker-button:** added new view and updated dropdown options ([#1013](https://github.com/core-ds/core-components/issues/1013)) ([050fb3e](https://github.com/core-ds/core-components/commit/050fb3eb6fd6dde057bbfcad5dd807d354125b63))
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
# [7.5.0](https://github.com/
|
|
53
|
+
# [7.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.3...@alfalab/core-components-picker-button@7.5.0) (2022-03-01)
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
### Bug Fixes
|
|
57
57
|
|
|
58
|
-
* **picker-button:** fixed type of picker-button size prop ([#1006](https://github.com/
|
|
59
|
-
* changed dropdown component's box shadow styles ([#1010](https://github.com/
|
|
58
|
+
* **picker-button:** fixed type of picker-button size prop ([#1006](https://github.com/core-ds/core-components/issues/1006)) ([38b56c1](https://github.com/core-ds/core-components/commit/38b56c11d45410a258e18d411aa0ce12b8a6c7e4)), closes [#986](https://github.com/core-ds/core-components/issues/986)
|
|
59
|
+
* changed dropdown component's box shadow styles ([#1010](https://github.com/core-ds/core-components/issues/1010)) ([2f997f5](https://github.com/core-ds/core-components/commit/2f997f5722c89b38a8064924b73c0a8046025aea))
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
### Features
|
|
63
63
|
|
|
64
|
-
* Исправить импорты в сторях. ([#998](https://github.com/
|
|
64
|
+
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
## [7.4.3](https://github.com/
|
|
70
|
+
## [7.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.2...@alfalab/core-components-picker-button@7.4.3) (2022-02-17)
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
### Bug Fixes
|
|
74
74
|
|
|
75
|
-
* imports for glyph icons ([#994](https://github.com/
|
|
75
|
+
* imports for glyph icons ([#994](https://github.com/core-ds/core-components/issues/994)) ([8e807f2](https://github.com/core-ds/core-components/commit/8e807f26abf0f942fe8eadbd201caecb297b35dc))
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
## [7.4.2](https://github.com/
|
|
81
|
+
## [7.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.1...@alfalab/core-components-picker-button@7.4.2) (2022-02-15)
|
|
82
82
|
|
|
83
83
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
84
84
|
|
|
@@ -86,7 +86,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
## [7.4.1](https://github.com/
|
|
89
|
+
## [7.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.0...@alfalab/core-components-picker-button@7.4.1) (2022-02-09)
|
|
90
90
|
|
|
91
91
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
92
92
|
|
|
@@ -94,18 +94,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
|
|
97
|
-
# [7.4.0](https://github.com/
|
|
97
|
+
# [7.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.3.1...@alfalab/core-components-picker-button@7.4.0) (2022-02-03)
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
### Features
|
|
101
101
|
|
|
102
|
-
* **picker-button:** add conditional righAddons prop for custom icon ([#975](https://github.com/
|
|
102
|
+
* **picker-button:** add conditional righAddons prop for custom icon ([#975](https://github.com/core-ds/core-components/issues/975)) ([d2544b7](https://github.com/core-ds/core-components/commit/d2544b74e56deda9cae735e5b3ca6a2d97aef94d))
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
## [7.3.1](https://github.com/
|
|
108
|
+
## [7.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.3.0...@alfalab/core-components-picker-button@7.3.1) (2022-02-02)
|
|
109
109
|
|
|
110
110
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
111
111
|
|
|
@@ -113,41 +113,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
# [7.3.0](https://github.com/
|
|
116
|
+
# [7.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.2.0...@alfalab/core-components-picker-button@7.3.0) (2022-01-27)
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
### Features
|
|
120
120
|
|
|
121
|
-
* **picker-button:** gap между picker-button и popover в 8px ([#935](https://github.com/
|
|
122
|
-
* **select:** add OptionsListWithApply ([#948](https://github.com/
|
|
121
|
+
* **picker-button:** gap между picker-button и popover в 8px ([#935](https://github.com/core-ds/core-components/issues/935)) ([9b3aa2b](https://github.com/core-ds/core-components/commit/9b3aa2b70b534d8e571baa62b973e1f67667ac43))
|
|
122
|
+
* **select:** add OptionsListWithApply ([#948](https://github.com/core-ds/core-components/issues/948)) ([d8ef8dd](https://github.com/core-ds/core-components/commit/d8ef8dd257dfc100095c923c4f3e317787ed1877))
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
# [7.2.0](https://github.com/
|
|
128
|
+
# [7.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.4...@alfalab/core-components-picker-button@7.2.0) (2021-12-29)
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
### Features
|
|
132
132
|
|
|
133
|
-
* **select:** чекбоксы в выпадашке множественного выбора [#903](https://github.com/
|
|
133
|
+
* **select:** чекбоксы в выпадашке множественного выбора [#903](https://github.com/core-ds/core-components/issues/903)) ([f5638ef](https://github.com/core-ds/core-components/commit/f5638ef589468de0dc0473d30871035d8c4efab5))
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
## [7.1.4](https://github.com/
|
|
139
|
+
## [7.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.3...@alfalab/core-components-picker-button@7.1.4) (2021-12-14)
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
### Bug Fixes
|
|
143
143
|
|
|
144
|
-
* **picker-button:** wrap field with div ([b51bce8](https://github.com/
|
|
144
|
+
* **picker-button:** wrap field with div ([b51bce8](https://github.com/core-ds/core-components/commit/b51bce85b39583e7bb1107f56c6e64a6f2b96d5c)), closes [#914](https://github.com/core-ds/core-components/issues/914)
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
## [7.1.3](https://github.com/
|
|
150
|
+
## [7.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.2...@alfalab/core-components-picker-button@7.1.3) (2021-12-08)
|
|
151
151
|
|
|
152
152
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
153
153
|
|
|
@@ -155,7 +155,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
## [7.1.2](https://github.com/
|
|
158
|
+
## [7.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.1...@alfalab/core-components-picker-button@7.1.2) (2021-12-08)
|
|
159
159
|
|
|
160
160
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
161
161
|
|
|
@@ -163,7 +163,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
|
|
166
|
-
## [7.1.1](https://github.com/
|
|
166
|
+
## [7.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.0...@alfalab/core-components-picker-button@7.1.1) (2021-12-08)
|
|
167
167
|
|
|
168
168
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
169
169
|
|
|
@@ -171,23 +171,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
|
|
174
|
-
# [7.1.0](https://github.com/
|
|
174
|
+
# [7.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.0.0...@alfalab/core-components-picker-button@7.1.0) (2021-12-01)
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
### Features
|
|
178
178
|
|
|
179
|
-
* **popover:** add availableHieght prop, update related snapshots ([43b4ebd](https://github.com/
|
|
179
|
+
* **popover:** add availableHieght prop, update related snapshots ([43b4ebd](https://github.com/core-ds/core-components/commit/43b4ebd6ba092f22d0dfc845f3f0113b390317dc)), closes [#758](https://github.com/core-ds/core-components/issues/758)
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
# [7.0.0](https://github.com/
|
|
185
|
+
# [7.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.5...@alfalab/core-components-picker-button@7.0.0) (2021-11-26)
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
### Features
|
|
189
189
|
|
|
190
|
-
* **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/
|
|
190
|
+
* **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/core-ds/core-components/issues/886)) ([88e657a](https://github.com/core-ds/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/core-ds/core-components/issues/890)
|
|
191
191
|
|
|
192
192
|
|
|
193
193
|
### BREAKING CHANGES
|
|
@@ -222,7 +222,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
222
222
|
|
|
223
223
|
|
|
224
224
|
|
|
225
|
-
## [6.2.5](https://github.com/
|
|
225
|
+
## [6.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.4...@alfalab/core-components-picker-button@6.2.5) (2021-11-16)
|
|
226
226
|
|
|
227
227
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
228
228
|
|
|
@@ -230,7 +230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
230
230
|
|
|
231
231
|
|
|
232
232
|
|
|
233
|
-
## [6.2.4](https://github.com/
|
|
233
|
+
## [6.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.3...@alfalab/core-components-picker-button@6.2.4) (2021-11-08)
|
|
234
234
|
|
|
235
235
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
236
236
|
|
|
@@ -238,7 +238,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
|
|
241
|
-
## [6.2.3](https://github.com/
|
|
241
|
+
## [6.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.2...@alfalab/core-components-picker-button@6.2.3) (2021-10-15)
|
|
242
242
|
|
|
243
243
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
244
244
|
|
|
@@ -246,7 +246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
246
246
|
|
|
247
247
|
|
|
248
248
|
|
|
249
|
-
## [6.2.2](https://github.com/
|
|
249
|
+
## [6.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.1...@alfalab/core-components-picker-button@6.2.2) (2021-10-15)
|
|
250
250
|
|
|
251
251
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
252
252
|
|
|
@@ -254,7 +254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
|
|
257
|
-
## [6.2.1](https://github.com/
|
|
257
|
+
## [6.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.0...@alfalab/core-components-picker-button@6.2.1) (2021-10-11)
|
|
258
258
|
|
|
259
259
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
260
260
|
|
|
@@ -262,18 +262,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
|
|
265
|
-
# [6.2.0](https://github.com/
|
|
265
|
+
# [6.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.12...@alfalab/core-components-picker-button@6.2.0) (2021-09-27)
|
|
266
266
|
|
|
267
267
|
|
|
268
268
|
### Features
|
|
269
269
|
|
|
270
|
-
* **select:** controlled open ([#839](https://github.com/
|
|
270
|
+
* **select:** controlled open ([#839](https://github.com/core-ds/core-components/issues/839)) ([95d0470](https://github.com/core-ds/core-components/commit/95d0470a86e1a54f4cb4b789bb7e3281a1f0a401))
|
|
271
271
|
|
|
272
272
|
|
|
273
273
|
|
|
274
274
|
|
|
275
275
|
|
|
276
|
-
## [6.1.12](https://github.com/
|
|
276
|
+
## [6.1.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.11...@alfalab/core-components-picker-button@6.1.12) (2021-09-14)
|
|
277
277
|
|
|
278
278
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
279
279
|
|
|
@@ -281,7 +281,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
281
281
|
|
|
282
282
|
|
|
283
283
|
|
|
284
|
-
## [6.1.11](https://github.com/
|
|
284
|
+
## [6.1.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.10...@alfalab/core-components-picker-button@6.1.11) (2021-09-08)
|
|
285
285
|
|
|
286
286
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
287
287
|
|
|
@@ -289,7 +289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
289
289
|
|
|
290
290
|
|
|
291
291
|
|
|
292
|
-
## [6.1.10](https://github.com/
|
|
292
|
+
## [6.1.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.9...@alfalab/core-components-picker-button@6.1.10) (2021-09-06)
|
|
293
293
|
|
|
294
294
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
295
295
|
|
|
@@ -297,7 +297,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
297
297
|
|
|
298
298
|
|
|
299
299
|
|
|
300
|
-
## [6.1.9](https://github.com/
|
|
300
|
+
## [6.1.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.8...@alfalab/core-components-picker-button@6.1.9) (2021-08-27)
|
|
301
301
|
|
|
302
302
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
303
303
|
|
|
@@ -305,7 +305,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
305
305
|
|
|
306
306
|
|
|
307
307
|
|
|
308
|
-
## [6.1.8](https://github.com/
|
|
308
|
+
## [6.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.7...@alfalab/core-components-picker-button@6.1.8) (2021-08-23)
|
|
309
309
|
|
|
310
310
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
311
311
|
|
|
@@ -313,7 +313,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
313
313
|
|
|
314
314
|
|
|
315
315
|
|
|
316
|
-
## [6.1.7](https://github.com/
|
|
316
|
+
## [6.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.6...@alfalab/core-components-picker-button@6.1.7) (2021-08-23)
|
|
317
317
|
|
|
318
318
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
319
319
|
|
|
@@ -321,7 +321,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
321
321
|
|
|
322
322
|
|
|
323
323
|
|
|
324
|
-
## [6.1.6](https://github.com/
|
|
324
|
+
## [6.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.5...@alfalab/core-components-picker-button@6.1.6) (2021-08-13)
|
|
325
325
|
|
|
326
326
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
327
327
|
|
|
@@ -329,7 +329,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
329
329
|
|
|
330
330
|
|
|
331
331
|
|
|
332
|
-
## [6.1.5](https://github.com/
|
|
332
|
+
## [6.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.4...@alfalab/core-components-picker-button@6.1.5) (2021-08-11)
|
|
333
333
|
|
|
334
334
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
335
335
|
|
|
@@ -337,7 +337,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
|
|
340
|
-
## [6.1.4](https://github.com/
|
|
340
|
+
## [6.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.3...@alfalab/core-components-picker-button@6.1.4) (2021-08-04)
|
|
341
341
|
|
|
342
342
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
343
343
|
|
|
@@ -345,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
|
|
348
|
-
## [6.1.3](https://github.com/
|
|
348
|
+
## [6.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.2...@alfalab/core-components-picker-button@6.1.3) (2021-08-03)
|
|
349
349
|
|
|
350
350
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
351
351
|
|
|
@@ -353,7 +353,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
353
353
|
|
|
354
354
|
|
|
355
355
|
|
|
356
|
-
## [6.1.2](https://github.com/
|
|
356
|
+
## [6.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.1...@alfalab/core-components-picker-button@6.1.2) (2021-07-23)
|
|
357
357
|
|
|
358
358
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
359
359
|
|
|
@@ -361,7 +361,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
## [6.1.1](https://github.com/
|
|
364
|
+
## [6.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.0...@alfalab/core-components-picker-button@6.1.1) (2021-07-19)
|
|
365
365
|
|
|
366
366
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
367
367
|
|
|
@@ -369,25 +369,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
369
369
|
|
|
370
370
|
|
|
371
371
|
|
|
372
|
-
# [6.1.0](https://github.com/
|
|
372
|
+
# [6.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.0.0...@alfalab/core-components-picker-button@6.1.0) (2021-07-09)
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
### Features
|
|
376
376
|
|
|
377
|
-
* **select:** dont highlight first option on open ([015a084](https://github.com/
|
|
377
|
+
* **select:** dont highlight first option on open ([015a084](https://github.com/core-ds/core-components/commit/015a084be6e5d837b6368afe6ca63a0a4c325435))
|
|
378
378
|
|
|
379
379
|
|
|
380
380
|
|
|
381
381
|
|
|
382
382
|
|
|
383
|
-
# [6.0.0](https://github.com/
|
|
383
|
+
# [6.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.5...@alfalab/core-components-picker-button@6.0.0) (2021-07-08)
|
|
384
384
|
|
|
385
385
|
|
|
386
386
|
### Features
|
|
387
387
|
|
|
388
|
-
* upgrade storybook ([#696](https://github.com/
|
|
388
|
+
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
389
389
|
|
|
390
|
-
## [5.0.5](https://github.com/
|
|
390
|
+
## [5.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.4...@alfalab/core-components-picker-button@5.0.5) (2021-06-28)
|
|
391
391
|
|
|
392
392
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
393
393
|
|
|
@@ -395,7 +395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
395
395
|
|
|
396
396
|
|
|
397
397
|
|
|
398
|
-
## [5.0.4](https://github.com/
|
|
398
|
+
## [5.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.3...@alfalab/core-components-picker-button@5.0.4) (2021-06-22)
|
|
399
399
|
|
|
400
400
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
401
401
|
|
|
@@ -403,18 +403,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
403
403
|
|
|
404
404
|
|
|
405
405
|
|
|
406
|
-
## [5.0.3](https://github.com/
|
|
406
|
+
## [5.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.2...@alfalab/core-components-picker-button@5.0.3) (2021-06-08)
|
|
407
407
|
|
|
408
408
|
|
|
409
409
|
### Bug Fixes
|
|
410
410
|
|
|
411
|
-
* **select:** fix top bottom paddings ([#683](https://github.com/
|
|
411
|
+
* **select:** fix top bottom paddings ([#683](https://github.com/core-ds/core-components/issues/683)) ([866bc3b](https://github.com/core-ds/core-components/commit/866bc3bee9428f0f67f443b3be0ae23342213b0d))
|
|
412
412
|
|
|
413
413
|
|
|
414
414
|
|
|
415
415
|
|
|
416
416
|
|
|
417
|
-
## [5.0.2](https://github.com/
|
|
417
|
+
## [5.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.1...@alfalab/core-components-picker-button@5.0.2) (2021-06-04)
|
|
418
418
|
|
|
419
419
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
420
420
|
|
|
@@ -422,7 +422,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
422
422
|
|
|
423
423
|
|
|
424
424
|
|
|
425
|
-
## [5.0.1](https://github.com/
|
|
425
|
+
## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.0...@alfalab/core-components-picker-button@5.0.1) (2021-05-31)
|
|
426
426
|
|
|
427
427
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
428
428
|
|
|
@@ -430,12 +430,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
430
430
|
|
|
431
431
|
|
|
432
432
|
|
|
433
|
-
# [5.0.0](https://github.com/
|
|
433
|
+
# [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.4...@alfalab/core-components-picker-button@5.0.0) (2021-05-25)
|
|
434
434
|
|
|
435
435
|
|
|
436
436
|
### Features
|
|
437
437
|
|
|
438
|
-
* **button:** add inverted ([#649](https://github.com/
|
|
438
|
+
* **button:** add inverted ([#649](https://github.com/core-ds/core-components/issues/649)) ([be321b0](https://github.com/core-ds/core-components/commit/be321b07e99d20824138ad65141f3fbed1b6e315)), closes [#658](https://github.com/core-ds/core-components/issues/658) [#657](https://github.com/core-ds/core-components/issues/657)
|
|
439
439
|
|
|
440
440
|
|
|
441
441
|
### BREAKING CHANGES
|
|
@@ -446,7 +446,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
446
446
|
|
|
447
447
|
|
|
448
448
|
|
|
449
|
-
## [4.0.4](https://github.com/
|
|
449
|
+
## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.3...@alfalab/core-components-picker-button@4.0.4) (2021-05-25)
|
|
450
450
|
|
|
451
451
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
452
452
|
|
|
@@ -454,7 +454,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
|
|
457
|
-
## [4.0.3](https://github.com/
|
|
457
|
+
## [4.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.2...@alfalab/core-components-picker-button@4.0.3) (2021-05-18)
|
|
458
458
|
|
|
459
459
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
460
460
|
|
|
@@ -462,7 +462,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
462
462
|
|
|
463
463
|
|
|
464
464
|
|
|
465
|
-
## [4.0.2](https://github.com/
|
|
465
|
+
## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.1...@alfalab/core-components-picker-button@4.0.2) (2021-05-07)
|
|
466
466
|
|
|
467
467
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
468
468
|
|
|
@@ -470,7 +470,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
470
470
|
|
|
471
471
|
|
|
472
472
|
|
|
473
|
-
## [4.0.1](https://github.com/
|
|
473
|
+
## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.0...@alfalab/core-components-picker-button@4.0.1) (2021-04-28)
|
|
474
474
|
|
|
475
475
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
476
476
|
|
|
@@ -478,12 +478,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
478
478
|
|
|
479
479
|
|
|
480
480
|
|
|
481
|
-
# [4.0.0](https://github.com/
|
|
481
|
+
# [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.3.2...@alfalab/core-components-picker-button@4.0.0) (2021-04-26)
|
|
482
482
|
|
|
483
483
|
|
|
484
484
|
### Features
|
|
485
485
|
|
|
486
|
-
* **stack:** add new component ([#612](https://github.com/
|
|
486
|
+
* **stack:** add new component ([#612](https://github.com/core-ds/core-components/issues/612)) ([c520f91](https://github.com/core-ds/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
|
|
487
487
|
|
|
488
488
|
|
|
489
489
|
### BREAKING CHANGES
|
|
@@ -542,7 +542,7 @@ remove z-index, add stack component
|
|
|
542
542
|
|
|
543
543
|
|
|
544
544
|
|
|
545
|
-
## [3.3.2](https://github.com/
|
|
545
|
+
## [3.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.3.1...@alfalab/core-components-picker-button@3.3.2) (2021-04-26)
|
|
546
546
|
|
|
547
547
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
548
548
|
|
|
@@ -550,7 +550,7 @@ remove z-index, add stack component
|
|
|
550
550
|
|
|
551
551
|
|
|
552
552
|
|
|
553
|
-
## [3.3.1](https://github.com/
|
|
553
|
+
## [3.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.3.0...@alfalab/core-components-picker-button@3.3.1) (2021-04-26)
|
|
554
554
|
|
|
555
555
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
556
556
|
|
|
@@ -558,23 +558,23 @@ remove z-index, add stack component
|
|
|
558
558
|
|
|
559
559
|
|
|
560
560
|
|
|
561
|
-
# [3.3.0](https://github.com/
|
|
561
|
+
# [3.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.22...@alfalab/core-components-picker-button@3.3.0) (2021-04-09)
|
|
562
562
|
|
|
563
563
|
|
|
564
564
|
### Bug Fixes
|
|
565
565
|
|
|
566
|
-
* **select:** options list width calc ([5294af7](https://github.com/
|
|
566
|
+
* **select:** options list width calc ([5294af7](https://github.com/core-ds/core-components/commit/5294af78ef61b50edde42ed255e66e6ea004c0fd))
|
|
567
567
|
|
|
568
568
|
|
|
569
569
|
### Features
|
|
570
570
|
|
|
571
|
-
* **vars:** fresh colors ([10907ec](https://github.com/
|
|
571
|
+
* **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
|
|
572
572
|
|
|
573
573
|
|
|
574
574
|
|
|
575
575
|
|
|
576
576
|
|
|
577
|
-
## [3.2.22](https://github.com/
|
|
577
|
+
## [3.2.22](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.21...@alfalab/core-components-picker-button@3.2.22) (2021-04-01)
|
|
578
578
|
|
|
579
579
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
580
580
|
|
|
@@ -582,7 +582,7 @@ remove z-index, add stack component
|
|
|
582
582
|
|
|
583
583
|
|
|
584
584
|
|
|
585
|
-
## [3.2.21](https://github.com/
|
|
585
|
+
## [3.2.21](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.20...@alfalab/core-components-picker-button@3.2.21) (2021-03-30)
|
|
586
586
|
|
|
587
587
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
588
588
|
|
|
@@ -590,7 +590,7 @@ remove z-index, add stack component
|
|
|
590
590
|
|
|
591
591
|
|
|
592
592
|
|
|
593
|
-
## [3.2.20](https://github.com/
|
|
593
|
+
## [3.2.20](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.19...@alfalab/core-components-picker-button@3.2.20) (2021-03-24)
|
|
594
594
|
|
|
595
595
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
596
596
|
|
|
@@ -598,7 +598,7 @@ remove z-index, add stack component
|
|
|
598
598
|
|
|
599
599
|
|
|
600
600
|
|
|
601
|
-
## [3.2.19](https://github.com/
|
|
601
|
+
## [3.2.19](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.18...@alfalab/core-components-picker-button@3.2.19) (2021-03-24)
|
|
602
602
|
|
|
603
603
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
604
604
|
|
|
@@ -606,7 +606,7 @@ remove z-index, add stack component
|
|
|
606
606
|
|
|
607
607
|
|
|
608
608
|
|
|
609
|
-
## [3.2.18](https://github.com/
|
|
609
|
+
## [3.2.18](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.17...@alfalab/core-components-picker-button@3.2.18) (2021-03-19)
|
|
610
610
|
|
|
611
611
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
612
612
|
|
|
@@ -614,29 +614,29 @@ remove z-index, add stack component
|
|
|
614
614
|
|
|
615
615
|
|
|
616
616
|
|
|
617
|
-
## [3.2.17](https://github.com/
|
|
617
|
+
## [3.2.17](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.15...@alfalab/core-components-picker-button@3.2.17) (2021-03-18)
|
|
618
618
|
|
|
619
619
|
|
|
620
620
|
### Bug Fixes
|
|
621
621
|
|
|
622
|
-
* one more sborka bug ([#579](https://github.com/
|
|
622
|
+
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
623
623
|
|
|
624
624
|
|
|
625
625
|
|
|
626
626
|
|
|
627
627
|
|
|
628
|
-
## [3.2.15](https://github.com/
|
|
628
|
+
## [3.2.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.13...@alfalab/core-components-picker-button@3.2.15) (2021-03-16)
|
|
629
629
|
|
|
630
630
|
|
|
631
631
|
### Bug Fixes
|
|
632
632
|
|
|
633
|
-
* border-radius in packages ([781749e](https://github.com/
|
|
633
|
+
* border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
|
|
634
634
|
|
|
635
635
|
|
|
636
636
|
|
|
637
637
|
|
|
638
638
|
|
|
639
|
-
## [3.2.13](https://github.com/
|
|
639
|
+
## [3.2.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.12...@alfalab/core-components-picker-button@3.2.13) (2021-03-15)
|
|
640
640
|
|
|
641
641
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
642
642
|
|
|
@@ -644,29 +644,29 @@ remove z-index, add stack component
|
|
|
644
644
|
|
|
645
645
|
|
|
646
646
|
|
|
647
|
-
## [3.2.12](https://github.com/
|
|
647
|
+
## [3.2.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.11...@alfalab/core-components-picker-button@3.2.12) (2021-03-14)
|
|
648
648
|
|
|
649
649
|
|
|
650
650
|
### Bug Fixes
|
|
651
651
|
|
|
652
|
-
* **button:** set type button by default ([#564](https://github.com/
|
|
652
|
+
* **button:** set type button by default ([#564](https://github.com/core-ds/core-components/issues/564)) ([59fdefd](https://github.com/core-ds/core-components/commit/59fdefd4f37fbe589840aa8944d88bde5b8cda6e))
|
|
653
653
|
|
|
654
654
|
|
|
655
655
|
|
|
656
656
|
|
|
657
657
|
|
|
658
|
-
## [3.2.11](https://github.com/
|
|
658
|
+
## [3.2.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.10...@alfalab/core-components-picker-button@3.2.11) (2021-03-11)
|
|
659
659
|
|
|
660
660
|
|
|
661
661
|
### Bug Fixes
|
|
662
662
|
|
|
663
|
-
* **toast:** remove extra timer clearing ([#559](https://github.com/
|
|
663
|
+
* **toast:** remove extra timer clearing ([#559](https://github.com/core-ds/core-components/issues/559)) ([ae5d811](https://github.com/core-ds/core-components/commit/ae5d81169d4db0427ae5baf0bffd784adee184ee))
|
|
664
664
|
|
|
665
665
|
|
|
666
666
|
|
|
667
667
|
|
|
668
668
|
|
|
669
|
-
## [3.2.10](https://github.com/
|
|
669
|
+
## [3.2.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.9...@alfalab/core-components-picker-button@3.2.10) (2021-03-10)
|
|
670
670
|
|
|
671
671
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
672
672
|
|
|
@@ -674,7 +674,7 @@ remove z-index, add stack component
|
|
|
674
674
|
|
|
675
675
|
|
|
676
676
|
|
|
677
|
-
## [3.2.9](https://github.com/
|
|
677
|
+
## [3.2.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.8...@alfalab/core-components-picker-button@3.2.9) (2021-03-05)
|
|
678
678
|
|
|
679
679
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
680
680
|
|
|
@@ -682,7 +682,7 @@ remove z-index, add stack component
|
|
|
682
682
|
|
|
683
683
|
|
|
684
684
|
|
|
685
|
-
## [3.2.8](https://github.com/
|
|
685
|
+
## [3.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.7...@alfalab/core-components-picker-button@3.2.8) (2021-03-04)
|
|
686
686
|
|
|
687
687
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
688
688
|
|
|
@@ -690,7 +690,7 @@ remove z-index, add stack component
|
|
|
690
690
|
|
|
691
691
|
|
|
692
692
|
|
|
693
|
-
## [3.2.7](https://github.com/
|
|
693
|
+
## [3.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.6...@alfalab/core-components-picker-button@3.2.7) (2021-03-03)
|
|
694
694
|
|
|
695
695
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
696
696
|
|
|
@@ -698,7 +698,7 @@ remove z-index, add stack component
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
|
|
701
|
-
## [3.2.6](https://github.com/
|
|
701
|
+
## [3.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.5...@alfalab/core-components-picker-button@3.2.6) (2021-03-03)
|
|
702
702
|
|
|
703
703
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
704
704
|
|
|
@@ -706,7 +706,7 @@ remove z-index, add stack component
|
|
|
706
706
|
|
|
707
707
|
|
|
708
708
|
|
|
709
|
-
## [3.2.5](https://github.com/
|
|
709
|
+
## [3.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.4...@alfalab/core-components-picker-button@3.2.5) (2021-03-03)
|
|
710
710
|
|
|
711
711
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
712
712
|
|
|
@@ -714,7 +714,7 @@ remove z-index, add stack component
|
|
|
714
714
|
|
|
715
715
|
|
|
716
716
|
|
|
717
|
-
## [3.2.4](https://github.com/
|
|
717
|
+
## [3.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.3...@alfalab/core-components-picker-button@3.2.4) (2021-02-20)
|
|
718
718
|
|
|
719
719
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
720
720
|
|
|
@@ -722,7 +722,7 @@ remove z-index, add stack component
|
|
|
722
722
|
|
|
723
723
|
|
|
724
724
|
|
|
725
|
-
## [3.2.3](https://github.com/
|
|
725
|
+
## [3.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.2...@alfalab/core-components-picker-button@3.2.3) (2021-02-20)
|
|
726
726
|
|
|
727
727
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
728
728
|
|
|
@@ -730,7 +730,7 @@ remove z-index, add stack component
|
|
|
730
730
|
|
|
731
731
|
|
|
732
732
|
|
|
733
|
-
## [3.2.2](https://github.com/
|
|
733
|
+
## [3.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.1...@alfalab/core-components-picker-button@3.2.2) (2021-02-19)
|
|
734
734
|
|
|
735
735
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
736
736
|
|
|
@@ -738,7 +738,7 @@ remove z-index, add stack component
|
|
|
738
738
|
|
|
739
739
|
|
|
740
740
|
|
|
741
|
-
## [3.2.1](https://github.com/
|
|
741
|
+
## [3.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.0...@alfalab/core-components-picker-button@3.2.1) (2021-02-19)
|
|
742
742
|
|
|
743
743
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
744
744
|
|
|
@@ -746,17 +746,17 @@ remove z-index, add stack component
|
|
|
746
746
|
|
|
747
747
|
|
|
748
748
|
|
|
749
|
-
# [3.2.0](https://github.com/
|
|
749
|
+
# [3.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.1.1...@alfalab/core-components-picker-button@3.2.0) (2021-02-18)
|
|
750
750
|
|
|
751
751
|
|
|
752
752
|
### Features
|
|
753
753
|
|
|
754
|
-
* **select:** add visible-options ([#506](https://github.com/
|
|
754
|
+
* **select:** add visible-options ([#506](https://github.com/core-ds/core-components/issues/506)) ([0154866](https://github.com/core-ds/core-components/commit/0154866bb8fc8308945d32f115b3ab1e46f98db6))
|
|
755
755
|
|
|
756
756
|
|
|
757
757
|
|
|
758
758
|
|
|
759
759
|
|
|
760
|
-
## [3.1.1](https://github.com/
|
|
760
|
+
## [3.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.1.0...@alfalab/core-components-picker-button@3.1.1) (2021-02-18)
|
|
761
761
|
|
|
762
762
|
**Note:** Version bump only for package @alfalab/core-components-picker-button
|