Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
I know
View Details
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Web Development
>
UI Framework
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
66
Star
343
Fork
80
GVP
rsuite
/
rsuite
Code
Issues
3
Pull Requests
0
Wiki
Insights
Pipelines
Service
Gitee Pages
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
Don’t show this again
Releases
Latest
v5.55.1
ddf0636
2024-03-08 10:58
Compare
5.55.1
simonguo
## 更新内容 * fix(DatePicker,DateRangePicker): fix the problem of padding (#3659) * fix(Message): fix the z-index issue of Message in full screen state (#3658) * fix(Calendar): fix misalignment of month selection menu layout (#3655) * fix(nav): default appearance doesn't show an active background when fo… * docs: publish storybook to chromatic **完整的更新日志**: https://gitee.com/rsuite/rsuite/compare/v5.55.0...v5.55.1
Last committed message:
build: bump 5.55.1
v5.54.0
3a2eeb8
2024-02-22 18:03
Compare
5.54.0
simonguo
### Features * **InlineEdit:** add support for InlineEdit ([#3614](https://github.com/rsuite/rsuite/issues/3614)) ([8ed7e6d](https://github.com/rsuite/rsuite/commit/8ed7e6d57b7ccd930bd72017a0a8299be0c21515)) https://rsuitejs.com/components/inline-edit/ ### Bug Fixes * **DatePicker:** fix style error of the bottom button in the datePicker by @myNameIsDu ([#3634](https://github.com/rsuite/rsuite/issues/3634)) ([536ad7e](https://github.com/rsuite/rsuite/commit/536ad7e9b0bf9c727dd69c5e0584033751422e1f)) * **DateRangePicker:** fix error state when value is empty array ([#3631](https://github.com/rsuite/rsuite/issues/3631)) ([f8778f5](https://github.com/rsuite/rsuite/commit/f8778f537c441e0a49ecebf2c41c9af14a764400)) * **InputGroup:** fix Input padding issue in InputGroup ([#3600](https://github.com/rsuite/rsuite/issues/3600)) ([56b3792](https://github.com/rsuite/rsuite/commit/56b379297e237aa26aff0140cd93ec3a7314e5f4)) * **TagPicker:** fix the margin issue between tags in plaintext mode ([#3638](https://github.com/rsuite/rsuite/issues/3638)) ([61f343b](https://github.com/rsuite/rsuite/commit/61f343b43677b9d1441f5c5a60cc7a95ae6890ca)) ### Other Changes * fix: fixed issue with install guide page (#3619) by @diwashTiwari in https://github.com/rsuite/rsuite/pull/3620 * build(deps-dev): bump ip from 2.0.0 to 2.0.1 in /storybook by @dependabot in https://github.com/rsuite/rsuite/pull/3635 * build(deps-dev): bump ip from 2.0.0 to 2.0.1 in /examples/with-electron by @dependabot in https://github.com/rsuite/rsuite/pull/3632 * build(deps-dev): bump ip from 1.1.8 to 1.1.9 in /docs by @dependabot in https://github.com/rsuite/rsuite/pull/3636 * build(deps-dev): bump ip from 1.1.8 to 1.1.9 in /examples/with-preact by @dependabot in https://github.com/rsuite/rsuite/pull/3637 * docs(form): add guide for integration with formik by @simonguo in https://github.com/rsuite/rsuite/pull/3640 ## New Contributors * @diwashTiwari made their first contribution in https://github.com/rsuite/rsuite/pull/3620 **Full Changelog**: https://github.com/rsuite/rsuite/compare/v5.53.2...v5.54.0
Last committed message:
build: bump 5.54.0
v5.53.0
c3caf2c
2024-02-02 16:12
Compare
v5.53.0
simonguo
### Features - **Message:** add support for `bordered` and `centered` props on Message ([#3605](https://github.com/rsuite/rsuite/issues/3605)) ([2e0f2ec](https://github.com/rsuite/rsuite/commit/2e0f2ec620bce242709acbeea0bff060abc848b4)) https://rsuitejs.com/components/message/#bordered - **Tabs:** add support for Tabs ([#3597](https://github.com/rsuite/rsuite/issues/3597)) ([303350f](https://github.com/rsuite/rsuite/commit/303350fb3dd4abc20961a72b356132a1d5188685)) https://rsuitejs.com/components/tabs/ ### Bug Fixes - **DateRangePicker:** fix incorrect static method type definition ([#3598](https://github.com/rsuite/rsuite/issues/3598)) ([68b3afb](https://github.com/rsuite/rsuite/commit/68b3afb712535632435ea8d2a2a6c7581ab7f8e7)) - **InputGroup:** fix that the bg color of `InputGroup.Addon` is inconsistent with `Input` ([#3595](https://github.com/rsuite/rsuite/issues/3595)) ([a6bb6b0](https://github.com/rsuite/rsuite/commit/a6bb6b082fea563515d53979e8ba6b9183f2af89)) - **Menu:** fix the menuitem cannot be closed correctly when it contains child elements ([#3599](https://github.com/rsuite/rsuite/issues/3599)) ([5f08313](https://github.com/rsuite/rsuite/commit/5f08313e8fded19ea0d918c95f1cb6a84101760d)) - **Message:** make the visual style of Message more prominent ([#3603](https://github.com/rsuite/rsuite/issues/3603)) ([114013f](https://github.com/rsuite/rsuite/commit/114013ff6b7922f72e383f3b7d51a5938a1e4313)) - **tree:** improve the hover and focus status of Tree nodes ([#3594](https://github.com/rsuite/rsuite/issues/3594)) ([559b837](https://github.com/rsuite/rsuite/commit/559b83731e3e46b09efe6cfcf6bb4d78e8cc0038)) ### Other Changes * build(docs): bump react-code-view 2.3.1 by @simonguo in https://github.com/rsuite/rsuite/pull/3593 * docs: determine whether it is a new component based on the version by @simonguo in https://github.com/rsuite/rsuite/pull/3604 **Full Changelog**: https://github.com/rsuite/rsuite/compare/v5.52.0...v5.53.0
Last committed message:
build: bump 5.53.0
v5.52.0
b67336b
2024-01-26 21:48
Compare
v5.52.0
simonguo
### Features - **storybook:** add storybook examples for all components ([#3585](https://github.com/rsuite/rsuite/issues/3585)) ([48df8a9](https://github.com/rsuite/rsuite/commit/48df8a9fa081cfa08c7b97d35dae4757796e5872)) https://storybook.rsuitejs.com/ - **Accordion:** add support for Accordion ([#3575](https://github.com/rsuite/rsuite/issues/3575)) ([1c81777](https://github.com/rsuite/rsuite/commit/1c817770db4e9d2e0ca9de0110c2537e7e677ae7)) - **DateRangePicker:** add support for `showHeader` on DateRangePicker ([#3590](https://github.com/rsuite/rsuite/issues/3590)) ([1203c34](https://github.com/rsuite/rsuite/commit/1203c34e3420388cc534547c06433b8b58bc0405)) - **VisuallyHidden:** add support for VisuallyHidden ([#3571](https://github.com/rsuite/rsuite/issues/3571)) ([43544a0](https://github.com/rsuite/rsuite/commit/43544a075c79196159711405c1f696fb3a2a6625)) - **CSS:** export individual CSS files for all components ([#3588](https://github.com/rsuite/rsuite/issues/3588)) ([616deff](https://github.com/rsuite/rsuite/commit/616deff9e44125e89fec10fdecabe1c3cbc8837b)) ```jsx import DateRangePicker from 'rsuite/DateRangePicker'; import 'rsuite/DateRangePicker/styles/index.css'; ``` ### Bug Fixes - **DatePicker:** fix DatePicker can't select after typing with keyboard ([#3589](https://github.com/rsuite/rsuite/issues/3589)) ([d70d883](https://github.com/rsuite/rsuite/commit/d70d88342b44461940e768f82df04ea5549f0f4a)) - **pickers:** fix the spacing of the searchbox is not uniform in all pickers ([#3565](https://github.com/rsuite/rsuite/issues/3565)) ([4c90a03](https://github.com/rsuite/rsuite/commit/4c90a03e79f34af0ec12730362c844e1ad0bd89d)) - **useUniqueId:** use toString instead of an empty string by @myNameIsDu([#3591](https://github.com/rsuite/rsuite/issues/3591)) ([d80914c](https://github.com/rsuite/rsuite/commit/d80914c5635d2b9b41d09258266249e52a6b7a90)) - NavItem and DropDownItem rendering icon without overriding className by @myNameIsDu ([#3561](https://github.com/rsuite/rsuite/issues/3561)) ([6a8e81f](https://github.com/rsuite/rsuite/commit/6a8e81fb2aa38433e88a5d11835357808bb772d8)) ### Other Changes * refactor(Loader): remove legacy getDOMNode from tests by @Nepsha1986 in https://github.com/rsuite/rsuite/pull/3572 * build(deps-dev): bump vite from 5.0.8 to 5.0.12 in /examples/with-vite by @dependabot in https://github.com/rsuite/rsuite/pull/3574 * build: add Storybook to test component styling and accessibility by @simonguo in https://github.com/rsuite/rsuite/pull/3578 * docs: fix searching icon isn't working by @myNameIsDu in https://github.com/rsuite/rsuite/pull/3584 * docs: using DropdownSeparator instead of divider option of DropdownItem by @myNameIsDu in https://github.com/rsuite/rsuite/pull/3586 * Revert "feat(CSS): add compatibility for relative color syntax" by @simonguo in https://github.com/rsuite/rsuite/pull/3570 **Full Changelog**: https://github.com/rsuite/rsuite/compare/v5.51.0...v5.52.0
Last committed message:
build: bump 5.52.0
v5.51.0
e462a2a
2024-01-19 14:32
Compare
v5.51.0
simonguo
### Features - improve accessibility of all pickers ([#3558](https://github.com/rsuite/rsuite/issues/3558)) ([8ad3cfd](https://github.com/rsuite/rsuite/commit/8ad3cfd4f1a2de16b52fec2bed5e4a9ea509f824)) - Generates a unique id for the popup when `id` is not set, and associates it with the combobox's `aria-controls` property. - The role of Cascader and MuiltCascader popup is changed to `tree`. - Add a `combobox` role for AutoComplete. - Add the `aria-activedescendant` attribute to indicate the ID of the focused option. - Add `aria-multiselectable=true` when listbox or tree is multi-selected - fix the conflict between `treeitem` role and `option` role in CheckTreePicker. - fix keyboard interaction options not working on AutoComplete. - Update on accessibility guidelines - **Form:** add support for `nestedField` prop on Form ([#3568](https://github.com/rsuite/rsuite/issues/3568)) ([47fce55](https://github.com/rsuite/rsuite/commit/47fce559b159f128fd2f89ffc36c0e9bcfd3f25b)) ```tsx const model = Schema.Model({ name: StringType().isRequired('This field is required.'), address: ObjectType().shape({ city: StringType().isRequired('This field is required.'), postCode: NumberType('Post Code must be a number').isRequired('This field is required.') }) }); const formValue = { name: 'Tom', address: { city: 'ShangHai', postCode: 200000 } }; <Form formValue={formValue} nestedField model={model} > <FormControl name="name" /> <FormControl name="address.city" /> <FormControl name="address.postCode" /> </Form> ``` ### Bug Fixes - **InputGroup:** fix style conflict caused by zIndex set in InputGoup ([#3552](https://github.com/rsuite/rsuite/issues/3552)) ([f874edf](https://github.com/rsuite/rsuite/commit/f874edfdbf0dbc9a53e4fe26fb9cf39108f1a00c)) ### Other Changes * docs: add missing noCaret description by @myNameIsDu in https://github.com/rsuite/rsuite/pull/3560 **Full Changelog**: https://github.com/rsuite/rsuite/compare/v5.50.0...v5.51.0
Last committed message:
build: bump 5.51.0
v5.50.0
9d7c9bb
2024-01-12 12:09
Compare
v5.50.0
simonguo
### Features - Added support for Create React App template Javascript Template ([#3538](https://github.com/rsuite/rsuite/issues/3538)) ([1b697f4](https://github.com/rsuite/rsuite/commit/1b697f4a4f61a7943351c5ca0f46a484c9ea1ac6)) ``` npx create-react-app my-app --template @rsuite ``` Typescript Template ([#3540](https://github.com/rsuite/rsuite/issues/3540)) ([bbe3609](https://github.com/rsuite/rsuite/commit/bbe3609d4492e9186e32309f6c6ee6101d5eb83c)) ``` npx create-react-app my-app --template @rsuite/typescript ``` > https://rsuitejs.com/guide/use-with-create-react-app/ - **FormControl:** added support for `name` setting path of object by @yybawang ([#3511](https://github.com/rsuite/rsuite/issues/3511)) ([03d5396](https://github.com/rsuite/rsuite/commit/03d5396b8a23d88907be9d1864776d61a0a3b963)) ```tsx <Form formValue={{ address: { city: 'Shanghai' } }}> <FormControl name="address.city" /> </Form> ``` - **DateRangePicker:** ⚠️ [BREAKING CHANGE](https://github.com/rsuite/rsuite/pull/3554) supports date selection by using keyboard ([#3554](https://github.com/rsuite/rsuite/issues/3554)) ([2c8d197](https://github.com/rsuite/rsuite/commit/2c8d1974e018903b3a1b874566b31c751d207493)) - **DateRangePicker:** Add support for Picker common properties loading and label ([#3554](https://github.com/rsuite/rsuite/issues/3554)) ([2c8d197](https://github.com/rsuite/rsuite/commit/2c8d1974e018903b3a1b874566b31c751d207493))  ### Other Changes * test(DateRangeInput): fix initial date error in test case by @simonguo in https://github.com/rsuite/rsuite/pull/3539 * docs(cra): updated guide and examples for Create React App by @simonguo in https://github.com/rsuite/rsuite/pull/3541 * docs(vite): add guide and examples for Vite by @simonguo in https://github.com/rsuite/rsuite/pull/3542 * docs(nextjs): updated guide and examples for Next.js by @simonguo in https://github.com/rsuite/rsuite/pull/3550 * docs(use-next-page): fixed missing English help guide by @simonguo in https://github.com/rsuite/rsuite/pull/3551 * docs: fix typo in Next.js guide by @HurSungYun in https://github.com/rsuite/rsuite/pull/3555 * build(deps): bump msgpackr from 1.7.2 to 1.10.1 in /examples/with-gatsby by @dependabot in https://github.com/rsuite/rsuite/pull/3530 * build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 in /examples/with-electron by @dependabot in https://github.com/rsuite/rsuite/pull/3543 * build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 in /docs by @dependabot in https://github.com/rsuite/rsuite/pull/3544 * build(deps-dev): bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in https://github.com/rsuite/rsuite/pull/3546 * build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 in /examples/with-preact by @dependabot in https://github.com/rsuite/rsuite/pull/3545 * build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /examples/with-gatsby by @dependabot in https://github.com/rsuite/rsuite/pull/3547 * docs(FormControl): add support for name nested path by @simonguo in https://github.com/rsuite/rsuite/pull/3556 ## New Contributors * @HurSungYun made their first contribution in https://github.com/rsuite/rsuite/pull/3555 **Full Changelog**: https://github.com/rsuite/rsuite/compare/v5.49.0...v5.50.0
Last committed message:
build: bump 5.50.0
v5.48.1
83ceb56
2023-12-23 09:51
Compare
v5.48.1
simonguo
## 更新内容 * build: bump 5.48.1 * refactor(Steps): remove legacy getDOMNode from tests (#3519) * fix(build): fix environment variable undefined error when building (#3521) * docs: fix optimizing-performance link failure (#3518) * refactor(Grid): remove legacy getDOMNode from tests (#3510) * fix(DatePicker): fix `menuStyle` prop not working (#3509) * test(testFormControl): add test cases in Form (#3507) * fix(useMediaQuery): fix MediaQueryList not updating status when trigge… * test: add testPickers (#3506) * test: add reusable test case scripts (#3504) * refactor(Modal): remove legacy getDOMNode from tests (#3502) * refactor(Header): remove legacy getDOMNode form tests (#3500) * docs: fix docs build errors * build(docs): bump rsuite 5.48.0 * build(docs): bump rsuite 5.48.0 * docs: update document structure and add CSS variables (#3501) **完整的更新日志**: https://gitee.com/rsuite/rsuite/compare/v5.48.0...v5.48.1
Last committed message:
build: bump 5.48.1
v5.48.0
55b7500
2023-12-23 09:51
Compare
v5.48.0
simonguo
## 更新内容 * build: bump 5.48.0 * feat(DateInput): add support for DateInput (#3492) * fix(Whisper): fix delay and other related props not working (#3499) * feat(useMediaQuery): add a CSS media query hook (#3234) * feat: add annotations and link for components using JSDoc format (#3498) * refactor(Rate): remove legacy getDOMNode from tests (#3497) * refactor(Panel): remove legacy getDOMNode from tests (#3496) * refactor(Col): remove legacy getDOMNode from tests (#3495) * refactor(Row): remove legacy getDOMNode (#3494) * build(docs): bump rsuite 5.47.0 **完整的更新日志**: https://gitee.com/rsuite/rsuite/compare/v5.47.0...v5.48.0
Last committed message:
build: bump 5.48.0
v5.47.0
933ea81
2023-12-08 18:21
Compare
5.47.0
simonguo
## 更新内容 * fix(CloseButton): improve CloseButton accessibility (#3488) * docs: fix `RadioGroup` style error when there is label inside (#3489) * refactor(Nav): remove legacy getDomeNode (#3486) * refactor(List): tests refactoring (#3485) * feat(TagPicker): add support for renderMenuItemCheckbox (#3481) * fix(CloseButton): fix close label translation string (#3483) **完整的更新日志**: https://gitee.com/rsuite/rsuite/compare/v5.46.1...v5.47.0
Last committed message:
build: bump 5.47.0
v5.46.1
bc421a3
2023-12-01 12:28
Compare
v5.46.1
simonguo
## 更新内容 * build(deps): bump rsuite-table from 5.18.1 to 5.18.2 (#3479) * fix(Slider,RangeSlider): fix onChangeCommitted not triggered when the… (#3472) * fix(Calendar): fix incorrect week numbers calculation (#3471) * fix(CSS): fix CSS calc syntax compatibility issue (#3474) * test(DatePicker): fix wrong test script (#3480) **完整的更新日志**: https://gitee.com/rsuite/rsuite/compare/v5.46.0...v5.46.1
Last committed message:
build: bump 5.46.1
v5.46.0
5f0bf6b
2023-12-01 12:27
Compare
v5.46.0
simonguo
## 更新内容 * ci: use nodejs 14.x * ci: upgrade nodejs version in nodejs-publish.yml * ci: upgrade nodejs version in nodejs-publish.yml * ci: upgrade nodejs version in nodejs-publish.yml * build: bump 5.46.0 * fix(DatePicker): improve DatePicker accessibility (#3464) * build(deps): bump rsuite-table from 5.17.0 to 5.18.1 (#3465) * fix: improve accessibility of picker related components (#3463) * feat(CSS): add compatibility for relative color syntax (#3462) * fix(Cascader): fix bug in value selection via Enter key (#3461) * fix(AutoComplete,Loader): fix CSS relative colors causing test errors (#3460) * build(docs): bump rsuite 5.45.0 **完整的更新日志**: https://gitee.com/rsuite/rsuite/compare/v5.45.0...v5.46.0
Last committed message:
ci: use nodejs 14.x
v5.0.0
7f58f48
2021-09-26 17:26
Compare
v5.0.0
simonguo
# [5.0.0](https://github.com/rsuite/rsuite/compare/v5.0.0-beta.8...v5.0.0) (2021-09-26) ### Bug Fixes - **DateRangePicker:** support time selection ([#1882](https://github.com/rsuite/rsuite/issues/1882)) ([59779ef](https://github.com/rsuite/rsuite/commit/59779ef)) - **picker:** [TS] fix the missing definition of `size` in Pickers ([#1926](https://github.com/rsuite/rsuite/issues/1926)) ([6497698](https://github.com/rsuite/rsuite/commit/6497698)) - **sidenav:** accent dropdown icon w/ active item ([#1913](https://github.com/rsuite/rsuite/issues/1913)) ([efa389c](https://github.com/rsuite/rsuite/commit/efa389c)) - **sidenav:** fix nav item not activated in collapsed sidenav ([#1918](https://github.com/rsuite/rsuite/issues/1918)) ([59fe040](https://github.com/rsuite/rsuite/commit/59fe040)) ### [New Features v5 and Migration from v4](https://rsuitejs.com/guide/v5-features/)
Last committed message:
build: bump 5.0.0 (#1930)
4.0.0
c027592
2019-09-20 10:21
Compare
4.0.0
simonguo
# 4.0.0 > September 9, 2019 - **Feature**: Add `<Placeholder>`. ([#418],[#420],[#423]) - **Feature**: Add `<List>`. ([#451]) - **Feature**: Add `<Calendar>`. ([#492]) - **Feature**: Add `<Avatar>`.([#486]) - **Feature**: Add `<Badge>`.([#484]) - **Feature**: Support `size` on all `Picker`.([#494]) - **Feature**: Support dark theme.([#544]) - **Feature**: Support for asynchronous validation in `<Form>`, based on Schema. ([#570]) - **Feature**: Support for expandItemValues on `<TreePicker>` and `<CheckTreePicker>`.([#569]) - **Feature**: Support `readOnly` prop on `<FormControl>`. ([#432]) - **Feature**: Support `plaintext` prop on `<FormControl>`. ([#448],[#449]) - **Feature**: `<Whisper>` and all `Picker` components support the `preventOverfow` property to prevent overflow. ([#443]) - **Improve**: Adjust swatch algorithm to adjust font color contrast. ([#433]) - **Improve**: Migrate from Flow to Typescript. ([#531]) - **Improve**: Support showWeekNumbers on <DatePicker> and <DateRangePicker>. ([#526] @viart) - **Breaking**: Adjust the value of `<Whisper>` with all `Picker` components `placement` properties.([#443]) - **Bugfix**: Fixed an issue where the `<Uploader>` upload file was larger than 1GB.([#536]) - **Bugfix**: Fixed compatibility issue with `<Input>` on IE browser display. ([#507]) - **Bugfix**: Fixed `<InputPicker>` on the keyboard Delete key will clear the input worthy question. ([#577]) - **Bugfix**: Fixed an issue where `<Dropdown>` set `toggleComponentClass={Button}` background style error.([#525]) - **Bugfix**: Fixed an issue where styles were missing when introduced on demand.([#567]) - **Bugfix**: Fixed an issue where `<DatePicker>` disabled day and inactive month were inconsistent.([#595]) - **Bugfix**: Fixed an issue where the scrollbar position was not updated after the `<Table>` data was updated.([#table-92]) - **Bugfix**: Fixed `<Table>` property `expandedRowKeys` The update value is not controlled. ([#table-90]) - **Bugfix**: Fixed callback `<Table>` property `onRowClick`'s callback parameter is missing `event`. ([#table-89]) - **Bugfix**: Fixed support for `focus` events by the `<Form>` component.([#566]) - **Bugfix**: Modified the default separator for `<Breadcrumb>`.([#543]) - **Bugfix**: Fixed an issue where `<Slider>` did not update the position of the handle after the change from hidden to display state.([#542]) --- - **Feature**: 支持 `<Placeholder>` 组件。 ([#418],[#420],[#423]) - **Feature**: 支持 `<List>` 组件。 ([#451]) - **Feature**: 支持 `<Calendar>` 组件。([#492]) - **Feature**: 支持 `<Avatar>` 组件。([#486]) - **Feature**: 支持 `<Badge>` 组件。([#484]) - **Feature**: `<Picker>` 组件支持 `size` 属性。([#494]) - **Feature**: 支持 dark 主题。([#544]) - **Feature**: `<Form>`组件基于 Schema 支持异步校验。([#570]) - **Feature**: `<TreePicker>` 与 `<CheckTreePicker>` 支持 expandItemValues 属性。([#569]) - **Feature**: `<FormControl>` 组件支持 `readOnly` 属性。 ([#432]) - **Feature**: `<FormControl>` 组件支持 `plaintext` 属性。 ([#448],[#449]) - **Feature**: `<Whisper>` 组件与所有的 `Picker` 组件支持 `preventOverfow` 属性,防止溢出。 - **Improve**: 调整色板算法,调整字体颜色对比度。 ([#433]) - **Improve**: 从 Flow 迁移到 Typescript。 ([#531]) - **Improve**: `<DatePicker>`和`<DateRangePicker>`组件支持 showWeekNumbers 属性,显示周数 。([#526] @viart) - **Breaking**: 调整 `<Whisper>` 组件与所有的 `<Picker>` 组件 `placement` 属性的值。([#443]) - **Bugfix**: 修复了 `<Uploader>` 上传文件大于 1GB 显示问题。([#536]) - **Bugfix**: 修复了 `<Input>` 在 IE 浏览器显示上的兼容性问题。 ([#507]) - **Bugfix**: 修复了 `<InputPicker>` 在键盘 Delete 键会清除输入值得问题。([#577]) - **Bugfix**: 修复了 `<Dropdown>` 设置 `toggleComponentClass={Button}` 背景样式错误的问题。([#525]) - **Bugfix**: 修复了按需引入时候样式缺失的问题。 ([#567]) - **Bugfix**: 修复了 `<DatePicker>` 禁用日与禁用月不一致的问题。([#595]) - **Bugfix**: 修复了 `<Table>` 数据更新后滚动条位置不更新的问题。([#table-92]) - **Bugfix**: 修复了 `<Table>` 属性 `expandedRowKeys` 更新值不受控。 ([#table-90]) - **Bugfix**: 修复了 `<Table>` 属性 `onRowClick` 的回调参数缺少 `event`。 ([#table-89]) - **Bugfix**: 修复了 `<Form>` 组件对 `focus` 事件的支持。([#566]) - **Bugfix**: 修改了 `<Breadcrumb>` 的默认分隔符。([#543]) - **Bugfix**: 修复了 `<Slider>` 在从隐藏到显示状态变化后,手柄的位置不更新的问题。([#542]) [#595]: https://github.com/rsuite/rsuite/pull/595 [#577]: https://github.com/rsuite/rsuite/pull/577 [#570]: https://github.com/rsuite/rsuite/pull/570 [#569]: https://github.com/rsuite/rsuite/pull/569 [#567]: https://github.com/rsuite/rsuite/pull/567 [#566]: https://github.com/rsuite/rsuite/pull/566 [#544]: https://github.com/rsuite/rsuite/pull/544 [#543]: https://github.com/rsuite/rsuite/pull/543 [#542]: https://github.com/rsuite/rsuite/pull/542 [#536]: https://github.com/rsuite/rsuite/pull/536 [#525]: https://github.com/rsuite/rsuite/pull/525 [#507]: https://github.com/rsuite/rsuite/pull/507 [#494]: https://github.com/rsuite/rsuite/pull/494 [#492]: https://github.com/rsuite/rsuite/pull/492 [#486]: https://github.com/rsuite/rsuite/pull/486 [#484]: https://github.com/rsuite/rsuite/pull/484 [#451]: https://github.com/rsuite/rsuite/pull/451 [#449]: https://github.com/rsuite/rsuite/pull/449 [#448]: https://github.com/rsuite/rsuite/pull/448 [#443]: https://github.com/rsuite/rsuite/pull/443 [#433]: https://github.com/rsuite/rsuite/pull/433 [#432]: https://github.com/rsuite/rsuite/pull/432 [#423]: https://github.com/rsuite/rsuite/pull/423 [#420]: https://github.com/rsuite/rsuite/pull/420 [#418]: https://github.com/rsuite/rsuite/pull/418 [#table-92]: https://github.com/rsuite/rsuite-table/pull/92 [#table-90]: https://github.com/rsuite/rsuite-table/pull/90 [#table-89]: https://github.com/rsuite/rsuite-table/pull/89
Last committed message:
bump 4.0.0
3.0.5
8f4d172
2018-05-18 16:35
Compare
3.0.5
simonguo
* **Bugfix**: 所有的 Picker 组件,默认为 inline-block * **Chore**: 创建 CODE_OF_CONDUCT.md 文件 * **Feature**: Support `onChangeCalendarDate` on `<DatePicker>` * **Chore**: 更新 travis 文件,用于自动化发布 * **Bugfix**: 删除了内部冗余的函数 `isNullOrUndefined` * **Bugfix**: 修复多出打字错误 * **Bugfix**: 修复 `rsuite-schema` 获取 Unicode 字符串的长度时遇到问题
Last committed message:
bump 3.0.5
3.0.3
9c5c2f8
2018-05-18 16:34
Compare
3.0.3
simonguo
> 2018-05-10 * **Bugfix**: 修复在 `Container`组件内容如果出现 false 报错的问题 * **Bugfix**: 修复 Nav 二级菜单可以自定义位置 * **Bugfix**:修复 `tplTransform` 函数 * **Bugfix**: 修复 error message 在 Modal 中不能完整展示的问题 * **Chore**: 更新 Babel 配置 * **Bugfix**: 修复 Picker 在 Model 中 z-index 错误的问题
Last committed message:
Update .travis.yml to build on tags
3.0.2
75f788b
2018-05-18 16:33
Compare
3.0.2
simonguo
> 2018-05-03 * **Bugfix**: 修复当 `Datepicker` 的 `value`改变时, `pageDate` 没有更新的问题. * **Bugfix**: 修复 `InputNumber` 小数精度丢失的问题. * **Feature**: `AutoComplete` 组件中在 data 属性中支持配置 {value,label} * **Feature**: `AutoComplete` 添加对键盘事件处理 * **Feature**: 所有的 Picker 添加 `menuClassName` 属性,可以自定义菜单 CSS 的 class
Last committed message:
bump 3.0.2
3.0.0
fc464a8
2018-04-25 13:55
Compare
3.0.0
simonguo
* A brand new style. * Support react 16+. * Support Internationalization. * Support flow, a Static Type Checker for JavaScript. * Added prettier formatting. * Update build to use `babel-preset-env`. * Give up support for IE9. * Breadcrumb New support `separator` property, custom separator. * Modal `autoResizeHeight` attribute renamed to `overflow`. * Update Button Group * Delete `shape` property, replace with `appearance` property, add support for `subtle` and `ghost` button. * Add property `color`, define button color. * Add property `loading`. * Update Table * Integrate all `rsuite-table` functions. * Add support merged cells. * Add support text over long line wrap processing, you need to set the `wordWrap` property, default to flase. * Update Checkbox, support `indeterminate` property. * Update Dropdown * Delete the `activekey` and `select` properties, and use the `Selectpicker` component if you need to select a feature. * Add Support Multilevel Menu. * Add property placement` , set menu display location. * Update Nav components, add `appearance` (`default`,`subtle`,`tabs`) property. * Update Form related components * Integrates all `form-lib` and `rsuite-schema` functions. * Replaced the Field component with the `FormControl` component (default processing Input component, can be modified by `accepter` property). * Form `checktrigger` property value `null` to 'none'. * Support 3 kinds of layout layout: `horizontal`, `vertical`, `inline`. * Helpblock support `tooltip` property. * Add `ErrorMessage` component for displaying error messages. * Integrate standalone component library into `rsuite` library * Add Uploader. * Add Tree. * Add CheckTree. * Add TreePicker. * Add CheckTreePicker. * Add SelectPicker. * Add CheckPicker. * Add Cascader. * Add AutoComplete. * Add DatePicker. * Add DateRangePicker. * Add Slider. * Add InputNumber. * Add Steps. * Add Timeline. * New Components * Add Sidenav. * Added IconButton. * Add Icon, instead of IconFont component, while supporting SVG custom import icons. * Added Drawer. * Add Progress. * Add Alert. * Add Message. * Add Notification. * Add Loader.
Last committed message:
bump 3.0.1
Download
To prevent Robot download, Please enter the captcha to continue
Cancel
Download
TypeScript
1
https://gitee.com/rsuite/rsuite.git
git@gitee.com:rsuite/rsuite.git
rsuite
rsuite
rsuite
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register