Releases: ubie-oss/ubie-ui
Releases · ubie-oss/ubie-ui
Release 0.0.44
Release 0.0.43
What's Changed
Features
- Implement
Stepper
component 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
prestorybook
script (d3c39ab) - Merge pull request #150 from ubie-oss/update-package-lock-json (5b1e030)
- Use
@vitejs/plugin-react
instead 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)
Release 0.0.38
Release 0.0.37
- Merge pull request #134 from ubie-oss/upgrade-headlessui (6516d11)
- Update package.json peerDependencies (e496f4f)
- Update package.json (cb4d817)
- Merge pull request #133 from ubie-oss/upgrade-packages (3a4d584)
- upgrade to v2 (f06fd56)
- Update package-lock.json (022e3ad)
- fix unit test (282889b)
- upgrade packages (47dc42a)
Release 0.0.36
- Merge pull request #131 from 8845musign/modal-fix-header-and-footer (8fdc98a)
- Merge pull request #132 from 8845musign/fix-icon-size-unit (db1fbee)
- fix: Icon size is affected by context (db4faa1)
- add comments (9545485)
- The scroll was doubled (9590b3b)
- add comments (ba83ad2)
- On some Android devices, the decimal point in the number causes the judgment to be incorrect (6d544f7)
- Add sticky stories (9aac69c)
- fix format (695ba5e)
- sticky options optional (f350a44)
- Fixed minor bugs associated with sticky (3140909)
- Clearly indicates that modal can be scrolled. (4f8ba55)
- InterSectionObserver does not work well in certain environments (08f674b)
- chore: add debounce (8330d9b)
- Reset CSS to modern (f515c22)
- imple useScrollable (4b5affd)
- Modal Footer and Header to be sticky (6a783b1)
- Implemented reset css switching (660e3ae)