@croquiscom/pds 15.0.0-rc.1 → 15.0.0-rc.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 +12 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/plugin/generate_svg/ui.html +1 -1
- package/plugin/generate_svg/ui.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 15.0.0-rc.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 사이즈 오변환 컴포넌트 수정
|
|
8
|
+
|
|
3
9
|
## 15.0.0-rc.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -14,6 +20,12 @@
|
|
|
14
20
|
|
|
15
21
|
- Input, InputStepper, Dropdown, Button, IconButton, PopoverButton, AccordionButton, Date/TimePicker, ColorPicker, RadioGroup(box), InputChips
|
|
16
22
|
|
|
23
|
+
## 14.6.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 7d96d34: Checkbox, Radio hover css 수정
|
|
28
|
+
|
|
17
29
|
## 14.6.2
|
|
18
30
|
|
|
19
31
|
### Patch Changes
|