v52.14.2
- Improve slidev skill - by @popey in https://github.com/slidevjs/slidev/issues/2479 (d7685)
- Make useIsSlideActive() based on useSlideContext().$nav.currentSlideNo instead of useNav().currentSlideNo - by @maxkurze1 in https://github.com/slidevjs/slidev/issues/2508 (6672c)
- Fuse.js search when pattern is empty - by @kermanx in https://github.com/slidevjs/slidev/issues/2520 (ce1f0)
- cli: Skip keyboard shortcut binding when stdin is not a TTY - by @sor4chi in https://github.com/slidevjs/slidev/issues/2498 (89411)
Release 2026-04-05 14:26
Release 2026-04-05 14:26
- upgrade solid to 2.0.0-beta.5 (#7102) (bf15f69973) by @brenelz
- bump to solidjs/signals 0.13.8 (#7076) (5cdb8115df) by @brenelz
- @tanstack/solid-router@2.0.0-alpha.8
- @tanstack/solid-router-ssr-query@2.0.0-alpha.10
- @tanstack/solid-start@2.0.0-alpha.9
- @tanstack/solid-start-client@2.0.0-alpha.8
- @tanstack/solid-start-server@2.0.0-alpha.8
Neutralinojs nightly release
No changes — this version is similar to the previous version
Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version.
Get started: https://neutralino.js.org/docs
This release was auto-generated by ReleaseZri 🚀
v16.2.1-canary.20
- Improve existing dev server error message to suggest using it: #92317
- Restart the
next devserver if.nextis deleted: #92135 - feat: add experimental.swcEnvOptions for SWC preset-env configuration: #92272
- Update Rust toolchain to nightly-2026-04-02: #92288
- docs: Ask AI agents to self-identify themselves in PR descriptions: #92235
- Turbopack: Remove FileSystemPath::value_to_string in favor of ValueToStringRef::to_string_ref: #92284
- [turbopack] use zero copy qfilter deserialization: #90574
- Turbopack: Dedupe our two filesystempath extension/extension_ref functions: #92048
- turbo-tasks: replace async resolve fns with custom Future types (ResolveRawVcFuture, ResolveVcFuture, ToResolvedVcFuture): #91554
Huge thanks to @feedthejim, @bgw, @wbinnssmith, @lukesandberg, @banchichen, and @sokra for helping!
v0.35.0-rc.2
-
Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.
-
Breaking: Remove
installscript frompackage.jsonfile. Compiling from source is now opt-in via thebuildscript. -
Breaking: AVIF output is now tuned using SSIMULACRA2-based
iqquality metrics rather thanssim. -
Breaking: Remove deprecated
failOnErrorconstructor property. -
Breaking: Remove deprecated
paletteBitDepthfrommetadataresponse. -
Breaking: Remove deprecated properties from
sharpenoperation. -
Breaking: Rename
format.jp2kasformat.jp2for API consistency. -
Upgrade to libvips v8.18.2 for upstream bug fixes.
-
Remove experimental status from WebAssembly binaries.
-
Add prebuilt binaries for FreeBSD (WebAssembly).
-
Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.
-
Ensure TIFF output
bitdepthoption is limited to 1, 2 or 4. -
Add AVIF/HEIF
tuneoption for control over quality metrics. #4227 -
Add
keepGainMapandwithGainMapto process HDR JPEG images with embedded gain maps. #4314 -
Add
toUint8Arrayfor output image as aTypedArraybacked by a transferableArrayBuffer. #4355 -
Require prebuilt binaries using static paths to aid code bundling. #4380
-
TypeScript: Ensure
FormatEnumkeys match reality. #4475 -
Add
marginoption totrimoperation. #4480 @eddienubes -
Ensure HEIF primary item is used as default page/frame. #4487
-
Add image Media Type (MIME Type) to metadata response. #4492
-
Add
withDensityto set output density in EXIF metadata. #4496 -
Improve
pkg-configpath discovery. #4504 -
Add WebP
exactoption for control over transparent pixel colour values.