v3.15.0
What's Changed
Breaking Changes 🛠
- remove CreditCardForm component
- remove DetailPage component
- remove SlideBar component
Exciting New Features 🎉
- feat(chart-process): add Process Chart component by @Davont
- feat(statistic): statistic component by @James-9696 in #1491
- feat(sites): add theme route by @gimmyhehe in #1478 #1479
- fix(transfer ): update transfer xdesign by @James-9696 in #1496
- feat(form): [form] add xDesign theme by @gimmyhehe in #1507
- feat(action-menu): [action-menu] add XDesign theme by @gimmyhehe in #1514
- feat(date-picker): [date-picker] date picker add quarter type by @kagol in #1513
- feat(select): add show-proportion props of select component by @James-9696 in #1503
- feat(rich-text-editor): [rich-text-editor] add image drag adjustment by @HAOUEHF in #1504
- feat(grid): [grid] add XDesign theme by @gimmyhehe in #1518
- feat: Adapting to the X-design theme by @zzcr in #1534
- feat(charts): refactor chart components and replace chart-core with hui-charts by @Davont
- refactored the underlying chart-core library which is used by all chart components
- chart-core uses hui-charts instead of echarts as the underlying logic of the chart
- chart components add a unified entry
option
based on the original API to facilitate unified calls - improved documentation and demos for all chart components
- add theme switching function to adapt to different business needs
- add chart status function
chartInstance
, providing 5 states:loading
,error
,empty
,stateEmpty
,customize
Bug Fixes 🐛
- fix(site): anchor offset by @GaoNeng-wWw in #1477
- fix(select): fix select/picker bugs by @zzcr in #1487
- fix(vue-component): [mind-map] border-radius & border by @GaoNeng-wWw in #1510
- fix(quarter-panel): [date-picker] add mono: true by @kagol in #1519
- fix: Custom header height of dialog-box by @James-9696 in #1530
- fix(search): [search] fixed the maxlength attribute bug in search by @chenxi-20 in #1528
- fix(rich-text-editor): fix right package name by @shenjunjian in #1535
- fix(docs): fix the issue of the theme switch button not being centered by @chenxi-20 in #1533
- fix(AMap): fix the problem of failure to display the AMap case in the document by @Davont
- fix(chart-heatMap): fix tooltip display error in bar-chart by @Davont
- fix(chart-bar): fix the problem of abnormal gap display when the histogram width is too low by @Davont
- fix(chart-histogram): fix the problem of histogram chart displaying blank in special scenarios by @Davont
Other Changes
- docs(sites): add deep style in scoped by @gimmyhehe in #1473
- fix(ip-address): [ip-address] add spaces by @wuyiping0628 in #1475
- docs(steps): optimization of steps docs by @Huangyilin19 in #1474
- docs: add project name to issue template by @kagol in #1486
- docs(grid): [grid] fix tree-grid-insert-delete-update demo by @gimmyhehe in #1495
- docs(sites): fix site overview input error by @gimmyhehe in #1499
- docs: update changelog by @kagol in #1501
- [select] Optimized remote search demo by @Huangyilin19 in #1488
- ci(publish): add github action auto publish by @zzcr in #1512
- docs(date-picker): [date-picker] fix format docs by @kagol in #1522
- docs(Numeric): [examples] add the description of change-compat for ch… by @AcWrong02 in #1521
- docs(sites): add aui adapter document by @gimmyhehe in #1516
- ci(publish): add dispatch publish action by @zzcr in #1517
- fix: update numeric demo style by @James-9696 in #1526
New Contributors
Full Changelog: v3.14.0...v3.15.0