Releases: waktaplay/ui
@waktaplay/ui v1.0.6 Release
Overview
이번 v1.0.6 에서는 React 19 버전의 지원을 추가했습니다.
Notes
React 18 환경에서 제대로 렌더링 되지 않는 경우, v1.0.5를 이용하며 React 19로 마이그레이션 해야 합니다.
Release Notes
Full Changelog: v1.0.5...v1.0.6
@waktaplay/ui v1.0.5 Release
Overview
이번 v1.0.5 에서는 Checkbox
에 onChange 이벤트를 추가하고 disabled 여부 및 ref를 forward 할 수 있게 개선합니다.
또한, outdated 된 버전을 업데이트하고 번들링 문제를 수정하였고, Artist
컴포넌트를 추가합니다.
Notes
기존에 번들링 오류로 인하여, @waktaplay/ui/dist
에서 default export로 불러오고 있는 경우, @waktaplay/ui
에서 object export로 변경해야 합니다.
// AS-IS
import Checkbox from '@waktaplay/ui/dist/Checkbox';
// TO-BE
import { Checkbox } from '@waktaplay/ui';
Release Notes
What's Changed
Full Changelog: v1.0.4...v1.0.5
@waktaplay/ui v1.0.4 Release (hotfix)
Overview
이번 v1.0.4 (hotfix) 에서는 Checkbox
에서 text를 optional로 변경합니다.
Release Notes
Full Changelog: v1.0.3...v1.0.4
@waktaplay/ui v1.0.3 Release
Overview
이번 v1.0.3에서는 Checkbox
에서 text를 optional로 변경합니다.
Release Notes
Full Changelog: v1.0.2...v1.0.3
@waktaplay/ui v1.0.2 Release (hotfix)
Overview
이번 v1.0.2 (hotfix)에서는 *.svg
에셋 파일을 불러오는 중 발생하는 Reference Error를 수정합니다.
Release Notes
Full Changelog: v1.0.1...v1.0.2
@waktaplay/ui v1.0.1 Release
Overview
이번 v1.0.1에서는 ListNotification
과 ArtistCircle
을 추가합니다.
Release Notes
What's Changed
- Add List - Notification component by @ehdtn0321 in #39
- Feature/artist circle by @East-cloud-of-forest in #34
- Update dependency styled-components to v6.1.13 by @renovate in #40
- Update dependency @types/react to v18.3.5 by @renovate in #37
New Contributors
Full Changelog: v1.0.0...v1.0.1
@waktaplay/ui v1.0.0 Release
Overview
@waktaplay/ui 는 @waktaplay/frontend-developers 에서 만든 공통 라이브러리로,
스페이스왁과 왁타플레이에서 공용으로 사용하는 UI 컴포넌트를 모아두었습니다.
이 v1.0.0은 최초 release로서,
Chip
, Tabs
, Card
, Filter
, Menu
, Modal
, Footer
, Video
, Button
, CheckBox
, LinkCalendar
, ToastMessage
를 지원합니다.
Release Notes
What's Changed
- Menus Change "onClick" prop by @ehdtn0321 in #8
- 💄 feat: design system Tabs(Tabs, TabBtn, TabShowMore) migration by @merx88 in #10
- ✨ feat: FilterArrow component 추가 by @East-cloud-of-forest in #11
- 💄feat: Add CheckBox by @merx88 in #21
- 💄 feat: Button Components 추가 by @East-cloud-of-forest in #19
- 💄 feat(footer): Footer 리디자인 퍼블리싱 by @kms0219kms in #22
- 💄feat: Add ToastMessage by @merx88 in #20
- Modal Component 추가 by @ehdtn0321 in #28
- ✨feat: add video component by @East-cloud-of-forest in #30
- Chips by @ehdtn0321 in #27
- ✨feat: add Link Calender Component by @East-cloud-of-forest in #33
New Contributors
- @ehdtn0321 made their first contribution in #8
- @merx88 made their first contribution in #10
- @East-cloud-of-forest made their first contribution in #11
- @kms0219kms made their first contribution in #22
Full Changelog: https://github.com/waktaplay/ui/commits/v1.0.0