Skip to content

v3.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 08:58
· 665 commits to dev since this release
fc60047

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

New Contributors

Full Changelog: v3.14.0...v3.15.0