Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

99 lines (63 loc) · 6.16 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2022-10-22)

⚠ BREAKING CHANGES

  • composables: useMessage useWrapperMessage -> useDescreteApi

Features

  • AppLogo: add canGoHome props (035dcf0)
  • BasicForm: add bindVal bindEvent props (fb0c800)
  • comp: add datajson preview comp (6bc1715)
  • components: add appSearch components (c53a221)
  • composables: feat: add useDiscreteApi (12edca9)
  • config unocss fileSystemIconLoader feature (9bc5252)
  • CountdownInput: perf style (a645204)
  • loginPage: perf loginPage and add some comp (b78473a)
  • page: loading title can custom title (0db94f8)
  • pageWrapper: add back btn (2b4f3ea)
  • views: add detail page demo (e472089)

Bug Fixes

  • AppSearch: darkMode backroundColor bad (1c473c3)
  • BasicForm: n-input-group width invalid (edd21ba)
  • demo avatar src fixed (8f2ea4a)
  • dropdown item hover icon blocked (6247e4a)
  • useRedo: missing params on refresh (cb3f744)

0.2.5(2022-06-11)

Features

  • add mixSidebarTrigger setting (3e11c6f)
  • add prefetch componets (c351a46)
  • add upload server test (6530f52)
  • demo: update useForm demo page (769d5b2)
  • LoadingCard: add more layout props (db8cab7)

Bug Fixes

  • can not change themeColor in darkMode (e8f70a3)
  • fix themeColor change logic (1383037)
  • msw: iP地址环境下,[msw]headers属性参数兼容 (7d2fb8a), closes #4
  • tableComponent: css style fix (48860f9)

0.2.0 (2022-04-03)

Refactor

  • Switch Windicss to Unocss
  • Switch vite-plugin-mock to msw
  • Switch mockjs to faker-js

Features

  • Add Vitest and demos
  • Add Stylelint
  • Add unplugin-auto-import

0.1.1 (2022-03-08)

Bug Fixes

  • i18n: add i18n translate data (93cf3d4)
  • tabs: affix tab should hide close btn (91f5420), closes #3

Features

  • add mixsider logo size transition (56957d0)
  • support for hiding child-items in menus (feedf26)

Performance Improvements

  • analysis: useToggle replace autoResetRef (49b7df2)

0.1.0 (2022-01-20)

Bug Fixes

  • badge count should update (2fb0c76)
  • headerMenu should responsive and scroll (232f52b)

Features