• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Vuero - VueJS 3 Admin and Webapp UI Kit

Vuero - VueJS 3 Admin and Webapp UI Kit 2.7.0

-----------------------------------------------------------------------------------------
Version 2.7.0 - May 07, 2023
-----------------------------------------------------------------------------------------

- Features

- add datatables, fix v-calendar latest styles, close #209 (ceb6e75)
- add RTL support (854122e)
- i18n: set lang and dir attributes (adb7f2f)
- rework landing page (138db17)

- Bug Fixes

- add elevated prop to vbutton docs, remove elevated prop from icon button, close #207 (5dc5da1)
- animated-checkbox: display inner circle as inline-block (069f074), closes #204
- banking dashboard followers display (f5abf09), closes #190
- chart colors (e136f54)
- charts and illustration colors (fc0faa6)
- chat, datatable, layout bugs (8a3b45d)
- flight dashboard checkboxes close #191 (7bd5cbf)
- icon button size, close #206 (50e548f)
- cons: line icons element playground (b681f96), closes #208
- light button colors in dark mode (fd93e17)
- notyf green color (83845f3)

- Performance Improvements

- upgrade to vite 4.3 and use sass embedded (52e1466)
2.6.1 (2023-01-24)
Bug Fixes

  • doc: non displayed slots (4277e08)
  • import icons vendors (a80d11e)
  • v-datepicker: add missing client-only (cdf4c82)
  • v-datepicker: use native input in slot in order to bind events (688643e), closes #186
  • v-field: correctly display label when using addons (b6ede0f), closes #152
Version 2.6.0 - Jan 01, 2023

Features

- add stay-focus helper and enable it on documentation
- convert project to module + migrate doc to rehype and shiki
- i18n: extract translations from components to file, better i18n-ally integration
- i18n: migrate to unplugin-vue-i18n
- ssr: improve server rendering compatibility
- v-action: add to props so component can be used as router link
- v-markdown-editor: add accessible component to edit markdown
- v-markdown-preview: add component to render markdown with remark and shiki
- v-photos-swipe: upgrade to photoswipe v5
- v-textarea: add autogrow property

Bug Fixes
- darkmode: detect color scheme before app start
- demo-data: convert to demo data to composable to avoid cross state pollution
- router: blank pages on redirect
- styles: global styles regressions
- use-wizard: move store to composable using provide/inject
- v-action: improve interactivity styles
- v-snack: remove nested v-tabs
- v-tabs: display first tab if none selected by default
- v-tabs: emited value typing to any
- v-tabs: prevent tab link action
- v-tooltip: update tooltip when bindings changes
-----------------------------------------------------------------------------------------
Version 2.4.0 - Sep 12, 2022
-----------------------------------------------------------------------------------------

- Features

- add example of router data loader (experimental feature)
- Add roadmap UI
- add vite auto-import plugin
- cypress: create tests suites examples, with CI, upgrade to v10
- fix login page top logo
- improve user session plugin / router guard
- pre compress images, add optin MINIFY_IMAGES build option, closes #151
- router: add scroll behavior between routes
- router: replace vite-plugin-pages with official unplugin-vue-route (typed router)
- ssr: add experimental server side rendering support
- upgrade vite to v3.x
- use pnpm as default package manager, add npmrc so npm and yarn are iso
- v-checkbox: add value property to match native behaviour, closes #154
- v-dropdown: add option parameters for useDropdown composable, can disable clickOuside
- v-i-mask-input: expose inputMask instance

- Bug Fixes

- flex-table-wrapper: expose wrapperState to be used in parent scope
- ignore zone.identifier files, closes #148
- remove 404 slug added in url on page not found
- remove 404 slug added in url on page not found in quickstarter
- remove global dragula hack on kanban app and lazy load lib
- remove vite-imagetools to speedup build, pre optimize images instead
- use RouteLocationAsString instead of RouteLocationRaw
- use VBlock to load styles
- v-button: inherit class string attributes (a8be6cf)
- v-file-pond: expose FilePond and HTMLInputFile to be used in parent scope, closes #178
- v-input: allow to use bulma size modifiers
- v-switch-segment: emit value from internal VInput component
Top