|
1 | 1 | # History |
2 | 2 |
|
3 | | -## 0.17.0 / 2018/12/14 |
| 3 | +The package has been published as `@rc-component/cascader` since version 1.0.0. |
| 4 | +Earlier versions were published as `rc-cascader`. Only notable changes are |
| 5 | +listed here; see [GitHub Releases](https://github.com/react-component/cascader/releases) |
| 6 | +for the complete release history. |
| 7 | + |
| 8 | +## @rc-component/cascader |
| 9 | + |
| 10 | +### 1.21.0 / 2026-07-10 |
| 11 | + |
| 12 | +- Upgrade `@rc-component/select` to 1.10. |
| 13 | + |
| 14 | +### 1.19.0 / 2026-06-30 |
| 15 | + |
| 16 | +- Upgrade `@rc-component/select` to 1.9. |
| 17 | +- Standardize repository tooling. |
| 18 | + |
| 19 | +### 1.17.0 / 2026-06-25 |
| 20 | + |
| 21 | +- Upgrade `@rc-component/select` to 1.8. |
| 22 | + |
| 23 | +### 1.16.1 / 2026-05-27 |
| 24 | + |
| 25 | +- Avoid deep imports from rc packages. |
| 26 | + |
| 27 | +### 1.16.0 / 2026-05-14 |
| 28 | + |
| 29 | +- Upgrade `@rc-component/select`. |
| 30 | + |
| 31 | +### 1.15.0 / 2026-03-13 |
| 32 | + |
| 33 | +- Upgrade `@rc-component/tree`. |
| 34 | + |
| 35 | +### 1.14.0 / 2026-01-30 |
| 36 | + |
| 37 | +- Upgrade `@rc-component/select`. |
| 38 | + |
| 39 | +### 1.13.0 / 2026-01-27 |
| 40 | + |
| 41 | +- Cache filtered options. |
| 42 | + |
| 43 | +### 1.12.1 / 2026-01-27 |
| 44 | + |
| 45 | +- Fix `optionRender` usage for empty search results. |
| 46 | + |
| 47 | +### 1.12.0 / 2026-01-22 |
| 48 | + |
| 49 | +- Upgrade `@rc-component/tree`. |
| 50 | + |
| 51 | +### 1.11.0 / 2025-12-31 |
| 52 | + |
| 53 | +- Upgrade dependencies. |
| 54 | + |
| 55 | +### 1.10.0 / 2025-12-24 |
| 56 | + |
| 57 | +- Upgrade `@rc-component/select`. |
| 58 | + |
| 59 | +### 1.9.0 / 2025-12-02 |
| 60 | + |
| 61 | +- Upgrade upstream rc dependencies. |
| 62 | + |
| 63 | +### 1.8.0 / 2025-11-25 |
| 64 | + |
| 65 | +- Rename the package from `rc-cascader` to `@rc-component/cascader` in the |
| 66 | + documentation. |
| 67 | +- Fix the `LegacyKey` import path. |
| 68 | +- Prevent keyboard navigation from scrolling the page. |
| 69 | + |
| 70 | +### 1.7.0 / 2025-10-24 |
| 71 | + |
| 72 | +- Align the semantic structure with `@rc-component/select`. |
| 73 | +- Replace `classnames` with `clsx`. |
| 74 | + |
| 75 | +### 1.6.1 / 2025-09-11 |
| 76 | + |
| 77 | +- Upgrade shared utilities and replace the merged-state implementation. |
| 78 | + |
| 79 | +### 1.6.0 / 2025-09-02 |
| 80 | + |
| 81 | +- Support `optionRender` in `Panel`. |
| 82 | + |
| 83 | +### 1.5.0 / 2025-06-24 |
| 84 | + |
| 85 | +- Upgrade `@rc-component/select` to 1.1. |
| 86 | + |
| 87 | +### 1.4.0 / 2025-06-13 |
| 88 | + |
| 89 | +- Move `searchValue`, `autoClearSearchValue`, and `onSearch` into |
| 90 | + `showSearch`. |
| 91 | + |
| 92 | +### 1.3.1 / 2025-06-03 |
| 93 | + |
| 94 | +- Use stable React IDs. |
| 95 | + |
| 96 | +### 1.3.0 / 2025-05-16 |
| 97 | + |
| 98 | +- Support `aria-*` and `data-*` attributes. |
| 99 | + |
| 100 | +### 1.2.0 / 2025-04-29 |
| 101 | + |
| 102 | +- Support semantic `classNames` and `styles`. |
| 103 | + |
| 104 | +### 1.1.1 / 2025-03-13 |
| 105 | + |
| 106 | +- Keep the highlighted search option visible during keyboard navigation. |
| 107 | + |
| 108 | +### 1.1.0 / 2025-03-06 |
| 109 | + |
| 110 | +- Remove deprecated APIs and rename dropdown APIs to popup APIs. |
| 111 | + |
| 112 | +### 1.0.1 / 2025-02-28 |
| 113 | + |
| 114 | +- Fix exported types. |
| 115 | + |
| 116 | +### 1.0.0 / 2025-02-25 |
| 117 | + |
| 118 | +- First release under the `@rc-component/cascader` package name. |
| 119 | + |
| 120 | +## Legacy rc-cascader |
| 121 | + |
| 122 | +The legacy package continued through `rc-cascader@3.34.0`. See |
| 123 | +[legacy releases](https://github.com/react-component/cascader/releases?q=v3) |
| 124 | +for detailed 2.x and 3.x notes. |
| 125 | + |
| 126 | +### 0.17.0 / 2018/12/14 |
4 | 127 |
|
5 | 128 | - should close popup on double click when changeOnSelect is set |
6 | 129 |
|
7 | | -## 0.16.0 / 2018/08/23 |
| 130 | +### 0.16.0 / 2018/08/23 |
8 | 131 |
|
9 | 132 | - Add loadingIcon. |
10 | 133 |
|
11 | | -## 0.15.0 / 2018/08/10 |
| 134 | +### 0.15.0 / 2018/08/10 |
12 | 135 |
|
13 | 136 | - Add expandIcon. |
14 | 137 |
|
15 | | -## 0.14.0 / 2018/07/03 |
| 138 | +### 0.14.0 / 2018/07/03 |
16 | 139 |
|
17 | 140 | - Fix typo `filedNames` to `fieldNames`. [ant-design/ant-design#10896](https://github.com/ant-design/ant-design/issues/10896) |
18 | 141 |
|
19 | | -## 0.13.0 / 2018/04/27 |
| 142 | +### 0.13.0 / 2018/04/27 |
20 | 143 |
|
21 | 144 | - Allow to custom the field name of options. [#23](https://github.com/react-component/cascader/pull/23) |
22 | 145 |
|
23 | | -## 0.12.0 |
| 146 | +### 0.12.0 |
24 | 147 |
|
25 | 148 | - Add es build |
26 | 149 | - support React 16 |
27 | 150 |
|
28 | | -## 0.11.0 / 2017-01-17 |
| 151 | +### 0.11.0 / 2017-01-17 |
29 | 152 |
|
30 | 153 | - Add Keyboard support |
31 | 154 |
|
32 | | -## 0.10.0 / 2016-08-20 |
| 155 | +### 0.10.0 / 2016-08-20 |
33 | 156 |
|
34 | 157 | - Add `dropdownMenuColumnStyle` |
35 | 158 | - Fix `changeOnSelect` when load data dynamicly |
36 | 159 |
|
37 | | -## 0.9.0 / 2016-02-19 |
| 160 | +### 0.9.0 / 2016-02-19 |
38 | 161 |
|
39 | 162 | - support `popupPlacement` |
40 | 163 |
|
41 | | -## 0.8.0 / 2016-01-26 |
| 164 | +### 0.8.0 / 2016-01-26 |
42 | 165 |
|
43 | 166 | - Add prop `changeOnSelect` |
44 | 167 |
|
45 | | -## 0.7.0 / 2016-01-25 |
| 168 | +### 0.7.0 / 2016-01-25 |
46 | 169 |
|
47 | 170 | - Support disabled item |
48 | 171 |
|
49 | | -## 0.6.1 / 2016-01-18 |
| 172 | +### 0.6.1 / 2016-01-18 |
50 | 173 |
|
51 | 174 | - Hide popup menu when there is no options, fix #4 |
52 | 175 |
|
53 | | -## 0.6.0 / 2016-01-05 |
| 176 | +### 0.6.0 / 2016-01-05 |
54 | 177 |
|
55 | 178 | - Add prop `disabled`. |
56 | 179 |
|
57 | | -## 0.5.1 / 2015-12-31 |
| 180 | +### 0.5.1 / 2015-12-31 |
58 | 181 |
|
59 | 182 | - Always scroll to show active menu item |
60 | 183 |
|
61 | | -## 0.5.0 / 2015-12-30 |
| 184 | +### 0.5.0 / 2015-12-30 |
62 | 185 |
|
63 | 186 | - Remove `onSelect` |
64 | 187 | - Add `loadData` for dynamicly changing options |
65 | 188 |
|
66 | | -## 0.4.0 / 2015-12-29 |
| 189 | +### 0.4.0 / 2015-12-29 |
67 | 190 |
|
68 | 191 | - Add prop `popupVisible`. |
69 | 192 | - `onVisibleChange` => `onPopupVisibleChange`. |
70 | 193 |
|
71 | | -## 0.3.0 / 2015-12-28 |
| 194 | +### 0.3.0 / 2015-12-28 |
72 | 195 |
|
73 | 196 | - Fix value and defaultValue. |
74 | 197 | - Add Test Cases. |
75 | 198 |
|
76 | | -## 0.2.0 / 2015-12-25 |
| 199 | +### 0.2.0 / 2015-12-25 |
77 | 200 |
|
78 | 201 | - Add prop `expandTrigger`. |
79 | 202 |
|
80 | | -## 0.1.0 / 2015-12-25 |
| 203 | +### 0.1.0 / 2015-12-25 |
81 | 204 |
|
82 | 205 | First release. |
0 commit comments