slidev icon indicating copy to clipboard operation
slidev copied to clipboard

fix: hmr experience

Open kermanx opened this issue 1 year ago • 1 comments

  1. fix: Circular dependency caused flash during HMR
  2. perf: Update preload strategy. Previously, it depended on QuickOverview, now its logic is written in SlidesShow.
  3. fix: QuickOverview is not pre-rendered (i.e. v-if="showOverview" instead of v-show="showOverview")
  4. fix: the last "Preview Next" in presenter mode disappears
  5. fix: clicksContext.onMounted/onUnmounted should be called correctly.

Blocked by https://github.com/vuejs/core/pull/11248

kermanx avatar Jun 28 '24 01:06 kermanx

Deploy Preview for slidev ready!

Name Link
Latest commit 12067cf8fc7c680ede8a423d4b68889ca2a92710
Latest deploy log https://app.netlify.com/sites/slidev/deploys/6697ceb838bee4000891de49
Deploy Preview https://deploy-preview-1708--slidev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jun 28 '24 01:06 netlify[bot]

~~Do we need to wait until the next Vue patch?~~ I see, it's released in .32

antfu avatar Jul 17 '24 17:07 antfu