-----------------------------------------------------------------------------------------
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