The package has been published as @rc-component/cascader since version 1.0.0.
Earlier versions were published as rc-cascader. Only notable changes are
listed here; see GitHub Releases
for the complete release history.
- Upgrade
@rc-component/selectto 1.10.
- Upgrade
@rc-component/selectto 1.9. - Standardize repository tooling.
- Upgrade
@rc-component/selectto 1.8.
- Avoid deep imports from rc packages.
- Upgrade
@rc-component/select.
- Upgrade
@rc-component/tree.
- Upgrade
@rc-component/select.
- Cache filtered options.
- Fix
optionRenderusage for empty search results.
- Upgrade
@rc-component/tree.
- Upgrade dependencies.
- Upgrade
@rc-component/select.
- Upgrade upstream rc dependencies.
- Rename the package from
rc-cascaderto@rc-component/cascaderin the documentation. - Fix the
LegacyKeyimport path. - Prevent keyboard navigation from scrolling the page.
- Align the semantic structure with
@rc-component/select. - Replace
classnameswithclsx.
- Upgrade shared utilities and replace the merged-state implementation.
- Support
optionRenderinPanel.
- Upgrade
@rc-component/selectto 1.1.
- Move
searchValue,autoClearSearchValue, andonSearchintoshowSearch.
- Use stable React IDs.
- Support
aria-*anddata-*attributes.
- Support semantic
classNamesandstyles.
- Keep the highlighted search option visible during keyboard navigation.
- Remove deprecated APIs and rename dropdown APIs to popup APIs.
- Fix exported types.
- First release under the
@rc-component/cascaderpackage name.
The legacy package continued through rc-cascader@3.34.0. See
legacy releases
for detailed 2.x and 3.x notes.
- should close popup on double click when changeOnSelect is set
- Add loadingIcon.
- Add expandIcon.
- Fix typo
filedNamestofieldNames. ant-design/ant-design#10896
- Allow to custom the field name of options. #23
- Add es build
- support React 16
- Add Keyboard support
- Add
dropdownMenuColumnStyle - Fix
changeOnSelectwhen load data dynamicly
- support
popupPlacement
- Add prop
changeOnSelect
- Support disabled item
- Hide popup menu when there is no options, fix #4
- Add prop
disabled.
- Always scroll to show active menu item
- Remove
onSelect - Add
loadDatafor dynamicly changing options
- Add prop
popupVisible. onVisibleChange=>onPopupVisibleChange.
- Fix value and defaultValue.
- Add Test Cases.
- Add prop
expandTrigger.
First release.