3 hours ago
slidev

v52.14.2

   🚀 Features

   🐞 Bug Fixes

3 hours ago
query

Release 2026-04-05 15:40

Release 2026-04-05 15:40

Changes

Chore

  • bump solid v2 beta 5 (#10392) (3ec54a15a) by @birkskyum

Packages

  • @tanstack/solid-query@6.0.0-beta.3
  • @tanstack/solid-query-devtools@6.0.0-beta.3
  • @tanstack/solid-query-persist-client@6.0.0-beta.3
3 hours ago
query

@tanstack/solid-query-persist-client@6.0.0-beta.3

Patch Changes

  • chore: bumps solid v2 to beta.5 (#10392)

  • chore: bump vite-plugin-solid next.4 (#10392)

  • Updated dependencies [3ec54a1, 3ec54a1]:

    • @tanstack/solid-query@6.0.0-beta.3
3 hours ago
query

@tanstack/solid-query@6.0.0-beta.3

Patch Changes

  • chore: bumps solid v2 to beta.5 (#10392)

  • chore: bump vite-plugin-solid next.4 (#10392)

3 hours ago
query

@tanstack/solid-query-devtools@6.0.0-beta.3

Patch Changes

  • chore: bumps solid v2 to beta.5 (#10392)

  • chore: bump vite-plugin-solid next.4 (#10392)

  • Updated dependencies [3ec54a1, 3ec54a1]:

    • @tanstack/solid-query@6.0.0-beta.3
5 hours ago
router

Release 2026-04-05 14:26

Release 2026-04-05 14:26

Changes

Chore

  • upgrade solid to 2.0.0-beta.5 (#7102) (bf15f69973) by @brenelz
  • bump to solidjs/signals 0.13.8 (#7076) (5cdb8115df) by @brenelz

Packages

  • @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
5 hours ago
KaTeX

v0.16.45

0.16.45 (2026-04-05)

Bug Fixes

12 hours ago
neutralinojs

Neutralinojs nightly release

⚠️ Nightly build: This nightly-release may contain experimental features and breaking changes.

What's new

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 🚀

20 hours ago
next.js

v16.2.1-canary.20

Core Changes

  • Improve existing dev server error message to suggest using it: #92317
  • Restart the next dev server if .next is deleted: #92135
  • feat: add experimental.swcEnvOptions for SWC preset-env configuration: #92272

Misc Changes

  • 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

Credits

Huge thanks to @feedthejim, @bgw, @wbinnssmith, @lukesandberg, @banchichen, and @sokra for helping!

21 hours ago
sharp

v0.35.0-rc.2

  • Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.

  • Breaking: Remove install script from package.json file. Compiling from source is now opt-in via the build script.

  • Breaking: AVIF output is now tuned using SSIMULACRA2-based iq quality metrics rather than ssim.

  • Breaking: Remove deprecated failOnError constructor property.

  • Breaking: Remove deprecated paletteBitDepth from metadata response.

  • Breaking: Remove deprecated properties from sharpen operation.

  • Breaking: Rename format.jp2k as format.jp2 for 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 bitdepth option is limited to 1, 2 or 4.

  • Add AVIF/HEIF tune option for control over quality metrics. #4227

  • Add keepGainMap and withGainMap to process HDR JPEG images with embedded gain maps. #4314

  • Add toUint8Array for output image as a TypedArray backed by a transferable ArrayBuffer. #4355

  • Require prebuilt binaries using static paths to aid code bundling. #4380

  • TypeScript: Ensure FormatEnum keys match reality. #4475

  • Add margin option to trim operation. #4480 @eddienubes

  • Ensure HEIF primary item is used as default page/frame. #4487

  • Add image Media Type (MIME Type) to metadata response. #4492

  • Add withDensity to set output density in EXIF metadata. #4496

  • Improve pkg-config path discovery. #4504

  • Add WebP exact option for control over transparent pixel colour values.