Releases: ubie-oss/ubie-ui
Releases · ubie-oss/ubie-ui
Release 0.0.48
Release 0.0.47
- Merge pull request #165 from kotaesaki/guri/250917-2 (cd6daa4)
- Merge pull request #164 from kotaesaki/guri/250917-1 (30e5878)
- スタイル調整: RequiredLabelのflex-shrinkを削除し、paddingを微調整。これにより、コンポーネントの表示が改善される。 (21c31f1)
- スタイル調整: Labelコンポーネントのアラインメントを再度修正し、RequiredLabelのflex-shrinkを調整。Labelのテキストをさらに更新。 (1cb921b)
- スタイル調整: Labelコンポーネントのアラインメントを変更し、RequiredLabelにflex-shrinkを追加。Labelのテキストを更新。 (a558591)
- update (d15995a)
- feat: package-lock.jsonを新規作成し、依存関係を追加 (6945973)
- feat(Accordion): onToggleイベントを追加 (04c7225)
- Merge branch 'main' into guri/250917-1 (85ee496)
- Merge upstream/main - resolve conflicts (fe7952c)
- feat(Accordion): クリック時のイベントハンドラを追加 (f79dadd)
- chore(release): 🤖 v0.0.18 (82771e6)
Release 0.0.46
- Merge pull request #163 from miyauchiakira/add-modal-max-height (aca0828)
- Merge pull request #162 from miyauchiakira/fix-typo-width (68ca9c0)
- feat: add maxHeight prop to ActionHalfModal component (72015a4)
- Support calc() for values (3aa5ebb)
- Add height-related type definitions to style.ts (dd1ce02)
- fix: correct typo 'Witdh' → 'Width' (168d112)
Release 0.0.45
Release 0.0.44
Release 0.0.43
What's Changed
Features
- Implement
Steppercomponent by @sosukesuzuki in #155 - Allow ReactNode in ActionHalfModal header prop and enable stickyHeade… by @mr-oliva in #156
- chore(release): 🤖 v0.0.43 by @sosukesuzuki in #157
New Contributors
Full Changelog: v0.0.42...v0.0.43
Release 0.0.42
- Merge pull request #153 from ubie-oss/add-wide-typography (0dcd473)
- Merge pull request #154 from ubie-oss/fix-button-loading-with-suffix-icon (6d35c17)
- Fix overlapping suffixIcon when button is in loading state (27240c1)
- Add wide leading option for Text component (1ddb6d5)
- Bump design token to 0.3.3 (05f6d12)
- Merge pull request #151 from ubie-oss/clean-up-commdns (3f57457)
- Remove
prestorybookscript (d3c39ab) - Merge pull request #150 from ubie-oss/update-package-lock-json (5b1e030)
- Use
@vitejs/plugin-reactinstead of@vitejs/plugin-react-swc(fb7f32d) - Update storybook (1f4ea92)
- Run
npm i(6d90aac)
Release 0.0.41
- Merge pull request #149 from yuto343/add-description-to-accordion (992c716)
- Stack、Textを使ってやるように実装変更 (783e49f)
- add description prop to Accordion component (0a0fe89)
- Merge pull request #146 from 8845musign/fix-typo (2542e11)
- Merge pull request #147 from ubie-oss/react-19 (e71ff9f)
- allow react 19 as peer deps (4a2ca8e)
- fix typo (017dc15)
Release 0.0.40
Release 0.0.39
- Merge pull request #143 from 8845musign/add-spacing-alias-to-flex (8751851)
- Merge branch 'main' into add-spacing-alias-to-flex (4de6e56)
- Merge pull request #142 from 8845musign/build-prop-information (adf3a7b)
- fix story (4d97a18)
- feat: add spacing alias, gap (4836258)
- chore: add default statement (d6370f9)
- fix: format (74db309)
- In the case of boolean, do not write the default value (because it is false by default). (79902a6)
- In the case of boolean, do not write the default value (because it is false by default). (ec933f2)
- fix: typo (46795f8)
- chore: In the case of boolean, do not write the default value (because it is false by default). (457cc09)
- Include the props information when building (511eee2)
- Merge pull request #141 from 8845musign/add-prefix-icon-prop-to-buttons (bd3ce39)
- Merge pull request #140 from 8845musign/add-alias-to-icon-size-token (9db17a6)
- Merge branch 'main' into add-alias-to-icon-size-token (4c96851)
- Merge pull request #139 from 8845musign/receive-icon-key (3544a30)
- feat: add prefixIcon prop(icon alias) (5764ae4)
- feat: Unify icon size specification with other components Retain the existing specification as an alias. (bb28a9a)
- feat: change text (68ff171)
- feat: allow icon prop to be specified by name (0438d23)
- Merge pull request #138 from 8845musign/add-gap-alias-to-stack (c6ea851)
- feat: Add gap prop as an alias for spacing prop (2fabef8)
- fix: defaultValue is not extracted correctly from vitals (8ec5a50)