Releases: ubie-oss/ubie-ui
Releases · ubie-oss/ubie-ui
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)
Release 0.0.35
Release 0.0.34
- Merge pull request #129 from 8845musign/upgrade-ubie-icons (bd5d1e0)
- Allow installation of ubie-icons above v0.8.0 (d8f2b3f)
- Merge pull request #128 from 8845musign/fix-button-card-text-align (be1abb6)
- Merge pull request #127 from ubie-oss/8845musign-patch-1 (ad6795f)
- Fixed the padding to match Figma (40daa34)
- Update pull_request_template.md (6f95153)
- Merge pull request #126 from 8845musign/fix-button-card-text-align (65f25fa)
- Merge branch 'main' into fix-button-card-text-align (83b3481)
- so that the text is not centered when wrap (e57c2d2)
Release 0.0.33
Release 0.0.32
- Merge pull request #123 from 8845musign/add-wdith-props (70a1465)
- fix merge conflict (d1b3a55)
- Merge branch 'main' into add-wdith-props (3d4c9f2)
- Merge pull request #121 from 8845musign/inline-box-and-flex (2c53526)
- Merge branch 'main' into add-wdith-props (007b359)
- Merge pull request #122 from 8845musign/imple-pre (4e19e3b)
- Merge pull request #120 from 8845musign/imple-divider (4be9764)
- add prop comments (e9f6b92)
@defaultValue
does not display correctly in vitals. (026d147)@defaultValue
does not display correctly in vitals. (c491db4)- extend width prop (09ef38b)
- extend width prop (f36063c)
- imple width prop (940cd59)
- Extend width prop (3441e26)
- add test of widthVariables (743b155)
- Common width-related code. (3347f6c)
- organize story (5e75993)
- fix format (2a10254)
- imple Pre component (ad4b94f)
- imple Pre component (c79be8e)
- Organise scripts as barrel.mjs does not exist. (85aecdf)
- fix format (953fff4)
- update story (f9b39b0)
- add prop comment (a3b3884)
- imple inline prop to Box component (7a65fc9)
- imple inline prop to Flex component (3478cf1)
- fix format (5ecbabc)
- imple Divider Component (ce1649c)
- imple Divider Component (9f2ef2b)
- Common width-related code. (a72f6b2)
- Merge pull request #119 from 8845musign/text-as-link (c18e213)
- Merge pull request #117 from 8845musign/imple-flexitem (8e53d12)
- Merge pull request #118 from 8845musign/improve-loading-prop-on-button (dc7c5bb)
- fix format (127f9b3)
- components can now be treated as button elements via render prop. (9045ec2)
- imple render prop (e74d1f4)
- When 'as' is specified, the corresponding attribute can also be specified. (4e681e9)
-
- Prohibit className - Add spacing system utilities (dbd2e7b)
- Delete files that are no longer in use. (76042d3)
- Enabling loading does not change the size of the buttons (930cad9)
- imple FlexItem (e00a2d5)
Release 0.0.31
- Merge pull request #116 from 8845musign/improve-children-prop (52b8184)
- Box may be specified without children in as prop (1ef59ec)
- Merge pull request #115 from 8845musign/chenge-style-field (f7c339b)
- improve children prop (6e949fa)
- fix format (58b8e52)
- delete disabled (2a44901)
- apply new style (e6d5da7)
- Merge pull request #114 from 8845musign/add-wrap-to-inputgroup-component (b9eea18)
- When laying out checkboxes, etc. horizontally, enable wrapping to prevent layout breakdowns. (8203cfe)
- fix typo (25e9cb0)