v52.10.0
- Add
--without-notesoption forbuild- by @serkodev in https://github.com/slidevjs/slidev/issues/2387 (be048)
- A better way to load setup files - by @kermanx in https://github.com/slidevjs/slidev/issues/2380 (593b9)
- vscode: Fix build and publish, reduce extension size - by @kermanx in https://github.com/slidevjs/slidev/issues/2207 (fa853)
v52.9.1
- vscode: Add slide number to treeview's titles - by @Sdju and zede in https://github.com/slidevjs/slidev/issues/2374 (6ad5b)
- Transition should not conflict with zoom - by @kermanx in https://github.com/slidevjs/slidev/issues/2375 (e2a2e)
v52.9.0
- Support .js extension and reduce sync fs operations - by @kermanx in https://github.com/slidevjs/slidev/issues/2369 (d9850)
- Show line numbers in markdown blocks - by @Sdju, zede and @kermanx in https://github.com/slidevjs/slidev/issues/2320 (917bc)
- Frontmatter hmr - by @kermanx in https://github.com/slidevjs/slidev/issues/2370 (7bede)
- Workaround whitespace in path - by @kermanx in https://github.com/slidevjs/slidev/issues/2362 (0f330)
slide scale = container scale * zoom scale- by @kermanx in https://github.com/slidevjs/slidev/issues/2355 (a9ae7)- Include
pptxgenjsin optimizeDeps - by @kermanx in https://github.com/slidevjs/slidev/issues/2354 (7e522) - Magic-move regex to handle trailing whitespace - by @Copilot, kermanx and @kermanx in https://github.com/slidevjs/slidev/issues/2358 (9733b)
- Builtin slide transition types - by @kermanx in https://github.com/slidevjs/slidev/issues/2361 (7ac41)
- QuickOverview keyboard navigation to last slide - by @Copilot in https://github.com/slidevjs/slidev/issues/2345 (a10be)
- Escape Vue template delimiters in KaTeX rendered output - by @Copilot, kermanx and @kermanx in https://github.com/slidevjs/slidev/issues/2347 (5d331)
- Update region marker patterns - by @Copilot, kermanx and @kermanx in https://github.com/slidevjs/slidev/issues/2349 (6a7c1)
- cli: Avoid prompting if not in tty - by @Copilot, kermanx, @kermanx and @antfu in https://github.com/slidevjs/slidev/issues/2344 (c5379)
- vscode: Should throttle project rescan - by @kermanx in https://github.com/slidevjs/slidev/issues/2359 (ef679)
- Use Shiki shorthand - by @kermanx and @antfu in https://github.com/slidevjs/slidev/issues/2026 (16dfe)
- Replace debug with obug - by @sxzz in https://github.com/slidevjs/slidev/issues/2360 (ee021)
v52.8.0
- Make magic move duration configurable - by @QuentinRoy in https://github.com/slidevjs/slidev/issues/2339 (79da3)
- Fix broken slidev cli - by @QuentinRoy in https://github.com/slidevjs/slidev/issues/2338 (b9197)
- Fix magic move init on refresh - by @QuentinRoy in https://github.com/slidevjs/slidev/issues/2340 (aef7d)
v52.7.0
- Expose lockShortcuts as a public API - by @whitphx in https://github.com/slidevjs/slidev/issues/2317 (d5713)
- Support
.svgfile icon in code block titles - by @Mini-ghost in https://github.com/slidevjs/slidev/issues/2324 (e3985) - Use strict mode in monaco run (configurable) - by @QuentinRoy in https://github.com/slidevjs/slidev/issues/2334 (31817)
- Doesn't apply commented styles - by @Sdju and zede in https://github.com/slidevjs/slidev/issues/2321 (9a2c7)
- Export respect page range - by @leochiu-a in https://github.com/slidevjs/slidev/issues/2323 (2c860)
v52.6.0
- Support setting duration of timer and provide countdown mode - by @antfu in https://github.com/slidevjs/slidev/issues/2309 (ff6d1)
exportFilenamegenerates PDF outside dist folder and creates incorrect download links - by @RobertoBochet in https://github.com/slidevjs/slidev/issues/2313 (89ae0)- Timer - by @antfu (d4800)
v52.5.0
- Improve timer and progress bar - by @antfu (72ea8)
- Make useIsSlideActive() based on useSlideContext().$nav.currentSlideNo instead of useNav().currentSlideNo - by @whitphx in https://github.com/slidevjs/slidev/issues/2311 (05a06)
v52.3.0
- Introduce notes editor - by @antfu (3ca22)
- Prevent hotkeys when typing in monaco editor - by @QuentinRoy and @antfu in https://github.com/slidevjs/slidev/issues/2303 (7d7aa)
- Make
v-clickwork with LightOrDark by wrapping slots in a div - by @elecmonkey in https://github.com/slidevjs/slidev/issues/2291 (d00c1) - Display IME characters during composition - by @ras0q and ras0q in https://github.com/slidevjs/slidev/issues/2263 (bdabd)
- Prose invert for node editor - by @antfu (150da)
v52.2.5
- Add copy button for Shiki Magic Move code block - by @elecmonkey in https://github.com/slidevjs/slidev/issues/2289 (e59e6)
- Presenter Notes with Click Markers are difficult to see in dark mode - by @Slinetrac in https://github.com/slidevjs/slidev/issues/2299 (634d7)