|
1 | 1 | # Latest Log
|
2 | 2 |
|
3 |
| -## [1.27.9](https://github.com/alibaba-fusion/next/compare/1.27.8...1.27.9) (2024-03-26) |
| 3 | +## [1.27.10](https://github.com/alibaba-fusion/next/compare/1.27.9...1.27.10) (2024-04-03) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **Avatar:** support imgProps, close [#3476](https://github.com/alibaba-fusion/next/issues/3476) ([#4799](https://github.com/alibaba-fusion/next/issues/4799)) ([0045f5b](https://github.com/alibaba-fusion/next/commit/0045f5bbc476b3f2b7a82bbdac8ee127ba55b7b2)) |
| 9 | +* **CascaderSelect:** support focus() and keyboard control, close [#3608](https://github.com/alibaba-fusion/next/issues/3608) ([66437cd](https://github.com/alibaba-fusion/next/commit/66437cd89c30855109047bf7011494f9224b6654)) |
4 | 10 |
|
5 | 11 |
|
6 | 12 | ### Bug Fixes
|
7 | 13 |
|
8 |
| -* **Overlay:** fix maximum loop update error ([f6a71fd](https://github.com/alibaba-fusion/next/commit/f6a71fd01e5635888140e5a87042ca9ad88a5afd)) |
| 14 | +* **Grid:** pass legal HTML props to the root dom node, close [#2867](https://github.com/alibaba-fusion/next/issues/2867) ([3b60374](https://github.com/alibaba-fusion/next/commit/3b60374da95661120ba14ddcfc91d16fb2a7452b)) |
| 15 | +* **Step:** compatible with legacy direction and labelPlacement, close [#4813](https://github.com/alibaba-fusion/next/issues/4813) ([#4814](https://github.com/alibaba-fusion/next/issues/4814)) ([fd14601](https://github.com/alibaba-fusion/next/commit/fd14601350b1c76961f039584319bc5480d5c29f)) |
| 16 | +* **TimePicker2:** use props.format to validate value, close [#3651](https://github.com/alibaba-fusion/next/issues/3651) ([#4803](https://github.com/alibaba-fusion/next/issues/4803)) ([aac4730](https://github.com/alibaba-fusion/next/commit/aac4730c694b08412af2844a6373f437f6c80eed)) |
9 | 17 |
|
10 | 18 |
|
11 | 19 | ### Code Refactoring
|
12 | 20 |
|
13 |
| -* **SplitButton:** convert to TypeScript, impove docs and tests, close [#4609](https://github.com/alibaba-fusion/next/issues/4609) ([cc68da8](https://github.com/alibaba-fusion/next/commit/cc68da8b3233b4e29e47275ba92f5e57f0e3f106)) |
14 |
| -* **Tag:** convert to TypeScript, impove docs and tests, close [#4614](https://github.com/alibaba-fusion/next/issues/4614) ([df9fd5e](https://github.com/alibaba-fusion/next/commit/df9fd5e4b342ecdb7ed82adec7e79f0b0f020f2f)) |
| 21 | +* **Rating:** convert to TypeScript, impove docs and tests, close [#4603](https://github.com/alibaba-fusion/next/issues/4603) ([7d72565](https://github.com/alibaba-fusion/next/commit/7d7256526062746b8db68c0f29db372114474c7f)) |
| 22 | +* **Switch:** convert to TypeScript, impove docs and tests, close [#4611](https://github.com/alibaba-fusion/next/issues/4611) ([334c8cc](https://github.com/alibaba-fusion/next/commit/334c8cc689d72e079dd9fbdf448a6f91558d7f9e)) |
| 23 | +* **Tree:** convert to TypeScript, impove docs and tests, close [#4619](https://github.com/alibaba-fusion/next/issues/4619) ([b42bd2e](https://github.com/alibaba-fusion/next/commit/b42bd2e4664afd9148c4f2a47254dbb4ed0ec7f4)) |
15 | 24 |
|
0 commit comments