Skip to content

v3.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 03:22
· 824 commits to dev since this release

What's Changed

Exciting New Features 🎉

  • feat(tree-select): [tree-select] add tree-select component by @kagol in #1683
  • feat: support solidjs (#1566) by @zzcr in #1682
  • feat(tree-menu)[tree-menu]: clearable by @GaoNeng-wWw in #1672
  • feat(tabs): [tabs] Add new specification function by @chenxi-20 in #1762
  • feat(search): [search] add disabled functionality to the search component and adapt to new specifications by @chenxi-20 in #1756
  • feat(fluent-editor): add mobile-first template by @kagol in #1763
  • feat(Switch): [switch] suppor custom open and close icon. by @AcWrong02 in #1551
  • feat(runtime): add directive runtime by @zzcr in #1784
  • fix(warning): fix all warning , fix dialog-box's visible ,default false by @shenjunjian in #1792
  • feat(fluent-editor): optimize fluent-editor mobile-first by @kagol in #1794
  • feat(file-upload): [file-upload]刷新上传组件新规范 by @chenxi-20 in #1811
  • feat(pager): [pager] add new props total-fixed-left by @gimmyhehe in #1819
  • develop split for smb-design theme by @shenjunjian in #1830
  • feat(fall-menu): [fall-menu]modify smb-theme by @James-9696 in #1842
  • feat(bulletin-board): [bulletin-board] updata bulletin-board xdesign by @wuyiping0628 in #1844
  • feat(link-menu): [link-menu]modify smb-theme by @James-9696 in #1846
  • feat(nav-menu): [nav-menu] updata nav-menu xdesign by @wuyiping0628 in #1849
  • feat(pop-upload): [pop-upload] 刷新popupload规范,增加uploadTip插槽 by @chenxi-20 in #1850
  • feat(pop-upload): [pop-upload] 刷新popupload规范,表格头部优化,增加上传数据统计能力,修复长度限制bug by @chenxi-20 in #1852
  • feat(toggle-menu): [toggle-menu] add smb theme by @James-9696 in #1861
  • feat(color-select-panel): [color-select-panel]modify smb-theme by @James-9696 in #1837
  • fix(button): [button] add ts declaration for button , and remove hook-updated … by @shenjunjian in #1853
  • fix (anchor): [anchor] Fix the issue that the scrolling response lags after the anchor is clicked. Add a tooltip to adapt to the SaaS theme. by @chenxi-20 in #1892

Bug Fixes 🐛

  • fix(unplugin-virtual-template): fix build internals error in node v18.19.1 by @gweesin in #1676
  • fix(vue-renderless): [radio] fix handleKeydown blocking default events and bubble logic by @Nowitzki41 in #1650
  • fix: fix pnpm site error by @kagol in #1702
  • chore(fluent-editor): update package.json by @kagol in #1721
  • fix(docs): fix components number by @zzcr in #1754
  • fix(tree-menu): [tree-menu] resolve the issue of disabled treemenu components not taking effect by @wuyiping0628 in #1736
  • fix(auto-tip): [auto-tip] Fix the issue where the placement configuration always has old values by @MomoPoppy in #1774
  • fix(rich-text-editor): [rich-text-editor] fix data binding doen't work by @gweesin in #1779
  • fix(playground): could not open playground as Composition mode by @gweesin in #1787
  • fix(picker): fix mobile breakpoint cannot use pc datepicker and timep… by @gweesin in #1678
  • fix(fluent-editor): fix toolbar icon and undo/redo by @kagol in #1786
  • fix: fix layout asider layer error on mobile mode by @gweesin in #1778
  • fix(color-picker): [color-picker,color-select-panel] fix issue 1684 by @GaoNeng-wWw in #1686
  • fix: fix Vue packages version mismatch by @kagol in #1791
  • fix(fluent-editor): fix better-table module by @kagol in #1788
  • fix(fluent-editor): fix image module and optimize toolbar style by @kagol in #1799
  • fix(form): [form] fix text validation style error in other size form … by @gimmyhehe in #1798
  • fix(tree-menu): [tree-menu] Delete the prefix-icon attribute of the tree-menu component by @wuyiping0628 in #1789
  • fix(grid): fix grid click menu item jump to blank tab in playground c… by @gimmyhehe in #1802
  • fix(fluent-editor): fix error when execute pnpm site by @kagol in #1815
  • fix(fluent-editor): fix fluent-editor saas theme by @kagol in #1814
  • fix(form): [form] fix content not aligned when display only close #1698 by @gimmyhehe in #1805
  • fix(warning): fix unocss version conflicts by @gweesin in #1825
  • fix(playground): fix old version runtime not found close #1817 by @gimmyhehe in #1818
  • fix(fluent-editor): fix style error by @kagol in #1829
  • fix(fluent-editor): fix style missing by @kagol in #1831
  • fix(fluent-editor): fix console warn by @kagol in #1833
  • fix(select): [select] Adapt to multiple+disabled+displayOnly scenarios with different themes by @MomoPoppy in #1835
  • fix(fluent-editor): fix tasklist format by @kagol in #1845
  • fix(base-select): [base-select] fix check all style by @kagol in #1848
  • fix(form): [form] fix dynamic change size fail in prod mode by @gimmyhehe in #1857
  • fix(theme): [anchor] Fixed the theme switch bug and the anchor line color under the default theme. by @chenxi-20 in #1854
  • fix(pop-confirm): [pop-confirm] remove m funtion from pc template by @shenjunjian in #1863
  • fix(build): fix some bugs when build components by @zzcr in #1873
  • fix(theme): Fixed the issue that multiple root files are generated when the theme is packaged. by @chenxi-20 in #1893

Other Changes

  • chore(base-select): [base-select] add mark and metaData by @kagol in #1681
  • chore: update workflow node-version to 20 by @kagol in #1742
  • docs(changelog): update changelog and runtime doc by @zzcr in #1749
  • feat: update site design style by @zzcr in #1752
  • docs(sites): fix docs typo by @gimmyhehe in #1758
  • docs(tree-select): [tree-select] optimize demo/api docs by @kagol in #1743
  • docs(fluent-editor): optimize demo/api docs by @kagol in #1757
  • docs(grid): add grid-column props docs by @gimmyhehe in #1782
  • docs(dialog-box): [dialog-box] update document by @James-9696 in #1732
  • docs(numeric): [numeric]optimized docs of numeric component by @James-9696 in #1753
  • docs(button-group): add new slot api version by @gimmyhehe in #1797
  • docs(fluent-editor): optimize fluent-editor mobile-first docs by @kagol in #1804
  • fix(numeric): modify docs by @James-9696 in #1803
  • feat: update vue-docs by @zzcr in #1810
  • docs(fluent-editor): optimize fluent-editor pc docs by @kagol in #1807
  • docs(theme): add custom cssvar variable prefix documentation by @zzcr in #1806
  • feat(link): add link‘s typescript and docs by @shenjunjian in #1816
  • feat(readme): add readme files to main packages by @zzcr in #1826
  • docs(fluent-editor): add fluent-editor docs by @kagol in #1834
  • docs(fluent-editor): optimize mobile-first demo by @kagol in #1836
  • ci: add automate script to transform demos to add "Tiny" prefix by @gimmyhehe in #1832

New Contributors

Full Changelog: v3.17.0...v3.18.0