Releases: weathercloset/ui
Releases · weathercloset/ui
v2.1.1
2.1.1 (2022-06-08)
Bug Fixes
v2.1.0
2.1.0 (2022-06-07)
Features
- button.tsx: emotion styled 추가 (77b204b)
v2.0.1
2.0.1 (2022-06-07)
Bug Fixes
- button.tsx: emotion 제거시 테스트 (f18ea9b)
v2.0.0
2.0.0 (2022-06-07)
Bug Fixes
- package.json: peerDependencies로 필요한 의존성 수정 (esm이 동작안하는 이유로 의심됨) (18142fb), closes #17
BREAKING CHANGES
- package.json: emotion to peerDependencies
v1.3.0
1.3.0 (2022-06-06)
Features
- rollup.config.js: output format cjs -> es로 변경 (framer jspm.dev/@weathercloset/ui 테스트) (f19f882)
v1.2.3
1.2.3 (2022-01-28)
Bug Fixes
- button.tsx: reactChildren cannot accept just text, so change this type into ReactNode (b9a1d3e)
v1.2.2
1.2.2 (2022-01-28)
Bug Fixes
- package.json: fix github url in package.json (0a91591)
v1.2.1
1.2.1 (2022-01-28)
Bug Fixes
- button with emotion test: add emotion for testing button with styling library (a150586)
- fix-type-error: fix ButtonProps.children required to optional (7f8ee6f)
v1.2.0
1.2.0 (2022-01-25)
Features
- change.ts: test - add new interface (2216508)
- publish-test: test for publish (630bb92)