pds-dev-kit-web 1.4.53 → 1.4.54

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/release-note.md +7 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.4.53",
3
+ "version": "1.4.54",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,16 +1,10 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.4.53]
3
-
4
- ### Package
5
- * theme에 editor text 관련 값 추가
6
- * desktopEditorFontSize
7
- * desktopEditorLineHeight
8
- * mobileEditorFontSize
9
- * mobileEditorLineHeight
2
+ ## [v1.4.54]
10
3
 
11
4
  ### Component
12
- * BasicList
13
- * spacingMode props 추가
14
- * BasicListItem
15
- * spacingMode props 추가
16
- * 액션이 없는 경우에도 커서가 포인터로 나타나는 문제 해결
5
+ * EditApplyTextField
6
+ * 스토리북 control 사용할 수 있게 수정
7
+ * Radio
8
+ * 스토리북 control 사용할 수 있게 수정
9
+ * TextField
10
+ * 스토리북 control 사용할 수 있게 수정