Joaquín Sánchez
Joaquín Sánchez
### Description Add a new `preCloseBundle` hook to allow run build plugins hooks between Rollup `writeBundle` and `closeBundle` hooks. **EDIT**: we need it also in Vite 2 :pray: . I...
hi @motss, great work, I haven't use it since version 1: Another change you will need to apply to `app-datepicker` is to prevent page scrolling on keyup events (only on...
With this PR on white:  and on black:  closes #345
### Is your feature request related to a problem? When using prompts on white bg color shell, prompts uses by default white, and so all message prompts disappear from the...
Will be Vite supported? it seems we only can use webpack Will be pnpm supported? it seems we can only can use npm or yarn
@cyberalien just a reminder before merging on master - update root readme about installation, still with npm - include CONTRIBUTING.MD adding some hint about corepack - rename vitest scripts on...
### Clear and concise description of the problem When using `useThrottleFn` or `useDebounceFn` with an `async` callback, if the callback throws an error, the error is not handled by the...
This PR also includes the `prev/next` frontmatter entries on `last/first` section pages repectively.
POC: by default smooth scroll not enabled and we can remove it from the configuration, enabled by default (I need to change the docs). From the comments here https://github.com/vuejs/vitepress/pull/978#issuecomment-1183549569, it...
From my `vue-i18n-router` branch: Add improvements on SSG build: - adding dynamic dependencies via client manifest - add core web vitals for css. **Hints**: Instead only using `ssr-manifest.json` to add...