Skip to content

Releases: waktaplay/ui

@waktaplay/ui v1.0.6 Release

24 Dec 06:03
Compare
Choose a tag to compare

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

27 Sep 07:00
Compare
Choose a tag to compare

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)

10 Sep 16:22
54e58ff
Compare
Choose a tag to compare

Overview

이번 v1.0.4 (hotfix) 에서는 Checkbox 에서 text를 optional로 변경합니다.

Release Notes

Full Changelog: v1.0.3...v1.0.4

@waktaplay/ui v1.0.3 Release

09 Sep 15:48
aa0d8c6
Compare
Choose a tag to compare

Overview

이번 v1.0.3에서는 Checkbox 에서 text를 optional로 변경합니다.

Release Notes

Full Changelog: v1.0.2...v1.0.3

@waktaplay/ui v1.0.2 Release (hotfix)

01 Sep 10:20
Compare
Choose a tag to compare

Overview

이번 v1.0.2 (hotfix)에서는 *.svg 에셋 파일을 불러오는 중 발생하는 Reference Error를 수정합니다.

Release Notes

Full Changelog: v1.0.1...v1.0.2

@waktaplay/ui v1.0.1 Release

31 Aug 07:27
cfa3aa1
Compare
Choose a tag to compare

Overview

이번 v1.0.1에서는 ListNotificationArtistCircle을 추가합니다.

Release Notes

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

@waktaplay/ui v1.0.0 Release

28 Aug 13:32
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/waktaplay/ui/commits/v1.0.0