@j-solution/components 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/README.md +4 -5
- package/assets/{jwms-portal-frontend-BEj91L1x.css → jwms-portal-frontend-ZDGjD3Lz.css} +1 -1
- package/assets/styles/j-components.css +1 -1
- package/components/atoms/JCombo.vue.cjs +1 -1
- package/components/atoms/JCombo.vue.cjs.map +1 -1
- package/components/atoms/JCombo.vue.js +40 -36
- package/components/atoms/JCombo.vue.js.map +1 -1
- package/components/atoms/JGrid.vue.cjs +1 -1
- package/components/atoms/JGrid.vue.js +2 -2
- package/components/atoms/JGrid.vue2.cjs +1 -1
- package/components/atoms/JGrid.vue2.cjs.map +1 -1
- package/components/atoms/JGrid.vue2.js +59 -43
- package/components/atoms/JGrid.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +21 -1
package/README.md
CHANGED
|
@@ -6,12 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
J-Component는 Vue.js 3와 TypeScript를 기반으로 한 재사용 가능한 UI 컴포넌트 라이브러리입니다. shadcn/ui 디자인 시스템과 Atomic Design 패턴을 적용하여 일관성 있고 확장 가능한 컴포넌트를 제공합니다.
|
|
8
8
|
|
|
9
|
-
## 🚀 현재 버전: v1.4.
|
|
9
|
+
## 🚀 현재 버전: v1.4.1
|
|
10
10
|
|
|
11
|
-
**최신 업데이트 (2026년 2월
|
|
12
|
-
- **JFilterBar
|
|
13
|
-
- **
|
|
14
|
-
- **USAGE_GUIDE.md 전면 재작성**: 전체 컴포넌트 Props 기반 사용 가이드로 동기화
|
|
11
|
+
**최신 업데이트 (2026년 2월 5일)**
|
|
12
|
+
- **JFilterBar 필터 뱃지 기능 추가**: 활성 필터 뱃지 표시 및 자동 버튼(검색/초기화) 기능 추가
|
|
13
|
+
- **JDynamicMenuItem 폴더 이벤트 개선**: 폴더 클릭 시 `menuClick` 이벤트 발생하도록 개선
|
|
15
14
|
|
|
16
15
|
[전체 릴리즈 노트 보기](./RELEASE_NOTES.md)
|
|
17
16
|
|