Skip to content

Commit 9122e78

Browse files
authored
docs: update Cascader history (#655)
1 parent 3c2bff8 commit 9122e78

1 file changed

Lines changed: 142 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 142 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,205 @@
11
# History
22

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
4127

5128
- should close popup on double click when changeOnSelect is set
6129

7-
## 0.16.0 / 2018/08/23
130+
### 0.16.0 / 2018/08/23
8131

9132
- Add loadingIcon.
10133

11-
## 0.15.0 / 2018/08/10
134+
### 0.15.0 / 2018/08/10
12135

13136
- Add expandIcon.
14137

15-
## 0.14.0 / 2018/07/03
138+
### 0.14.0 / 2018/07/03
16139

17140
- Fix typo `filedNames` to `fieldNames`. [ant-design/ant-design#10896](https://github.com/ant-design/ant-design/issues/10896)
18141

19-
## 0.13.0 / 2018/04/27
142+
### 0.13.0 / 2018/04/27
20143

21144
- Allow to custom the field name of options. [#23](https://github.com/react-component/cascader/pull/23)
22145

23-
## 0.12.0
146+
### 0.12.0
24147

25148
- Add es build
26149
- support React 16
27150

28-
## 0.11.0 / 2017-01-17
151+
### 0.11.0 / 2017-01-17
29152

30153
- Add Keyboard support
31154

32-
## 0.10.0 / 2016-08-20
155+
### 0.10.0 / 2016-08-20
33156

34157
- Add `dropdownMenuColumnStyle`
35158
- Fix `changeOnSelect` when load data dynamicly
36159

37-
## 0.9.0 / 2016-02-19
160+
### 0.9.0 / 2016-02-19
38161

39162
- support `popupPlacement`
40163

41-
## 0.8.0 / 2016-01-26
164+
### 0.8.0 / 2016-01-26
42165

43166
- Add prop `changeOnSelect`
44167

45-
## 0.7.0 / 2016-01-25
168+
### 0.7.0 / 2016-01-25
46169

47170
- Support disabled item
48171

49-
## 0.6.1 / 2016-01-18
172+
### 0.6.1 / 2016-01-18
50173

51174
- Hide popup menu when there is no options, fix #4
52175

53-
## 0.6.0 / 2016-01-05
176+
### 0.6.0 / 2016-01-05
54177

55178
- Add prop `disabled`.
56179

57-
## 0.5.1 / 2015-12-31
180+
### 0.5.1 / 2015-12-31
58181

59182
- Always scroll to show active menu item
60183

61-
## 0.5.0 / 2015-12-30
184+
### 0.5.0 / 2015-12-30
62185

63186
- Remove `onSelect`
64187
- Add `loadData` for dynamicly changing options
65188

66-
## 0.4.0 / 2015-12-29
189+
### 0.4.0 / 2015-12-29
67190

68191
- Add prop `popupVisible`.
69192
- `onVisibleChange` => `onPopupVisibleChange`.
70193

71-
## 0.3.0 / 2015-12-28
194+
### 0.3.0 / 2015-12-28
72195

73196
- Fix value and defaultValue.
74197
- Add Test Cases.
75198

76-
## 0.2.0 / 2015-12-25
199+
### 0.2.0 / 2015-12-25
77200

78201
- Add prop `expandTrigger`.
79202

80-
## 0.1.0 / 2015-12-25
203+
### 0.1.0 / 2015-12-25
81204

82205
First release.

0 commit comments

Comments
 (0)