5 hours ago
leafer-ui
6 hours ago
floating-ui

@floating-ui/vue@2.0.0

Major Changes

  • breaking: drop the abandoned and soon-to-be-deprecated vue-demi package (see Deprecation Warning), ending support for Vue 2 and Vue <3.3.0
7 hours ago
next.js

v16.3.0-canary.48

Misc Changes

  • [turbopack] Enable turbopackFileSystemCacheForBuild by default in non-stable releases: #94616
  • Add a cold cache dev indicator: #94611
  • instant: build fix-card Copy AI prompt dynamically from title + link: #94637
  • Stage short-lived 'use cache' entries correctly in dev: #94645
  • docs: next/root-params references on i18n guide: #94629
  • [ci] Reduce usage of turborepo cache in build_and_deploy.yml: #94319
  • [ci] Download fnm directly from GitHub releases and validate checksum: #94579
  • Call register_assignment_scope() in visit_export_default_expr() and visit_export_default_decl(): #94581
  • fix: handle shell errors when resuming Node streams: #94668

Credits

Huge thanks to @lukesandberg, @unstubbable, @aurorascharff, @icyJoseph, @bgw, @sampoder, and @gnoff for helping!

9 hours ago
ionic-framework

v8.8.10

8.8.10 (2026-06-10)

Bug Fixes

  • modal: prevent sheet gesture crash with late-bound breakpoints (#31202) (c61265a)
10 hours ago
pdfkit

0.19.1

  • Fix RGB JPEG embedded as DeviceGray (0.19.0 regression) (#1734)
12 hours ago
modern.js

v3.3.0

What's Changed

New Features 🎉

更新内容

新特性 🎉

  • feat: keep stream SSR first-screen assets correct under lazy compilation by forcing route components eager feat: CSR 与 stream SSR 开发环境下默认开启 Rspack 按需编译(string SSR / RSC / SSG 仍默认关闭) feat: 通过强制路由组件 eager 编译,保证 stream SSR 在按需编译下首屏资源仍正确, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8638
  • feat(builder): 通过 tools.tsChecker 支持 TypeScript Go 类型检查, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8673
12 hours ago
react-easy-crop

v6.0.1

🐛 Bug Fix

Authors: 1

12 hours ago
astro

@astrojs/netlify@7.0.13

Patch Changes

  • #17018 1310277 Thanks @matthewp! - Hardens remotePatterns regex generation to match canonical wildcard semantics more strictly

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3
12 hours ago
astro

astro@6.4.6

Patch Changes

  • #16765 b10e86e Thanks @fkatsuhiro! - Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image without crashing.

  • #17026 add3df1 Thanks @matthewp! - Hardens addAttribute to drop attribute names containing characters that are invalid per the HTML spec (", ', >, /, =, whitespace)

  • #17033 ffda27b Thanks @matthewp! - Validates the request origin against allowedDomains before fetching prerendered error pages. When allowedDomains is configured and the Host header matches, the original origin is used. Otherwise, the fetch falls back to localhost.