5 hours ago
next.js

v16.3.0-canary.52

Core Changes

  • chore: upgrade next-rspack to rspack 2.0: #92222

Misc Changes

  • docs: Route Handlers to be supported later on: #94705
  • [ci] Allow "rerun failed jobs" to work up until 5 days for e2e deploy tests: #94812
  • Fix stale next data API test URL: #94815
  • Format submillisecond durations as milliseconds: #94813
  • Instruct agents to keep and commit the generated agent-rules block: #94725
  • [agents-md] Index bundled docs instead of downloading into .next-docs: #94719
  • docs: add prefetchInlining config reference: #94650
  • Move warnOnce imports into statements guarded by process.env.NODE_ENV === 'development': #94781
  • Expand signature rewriting to allow returning ResolvedVc from turbo task functions: #94772
  • Move errorOnce imports into statements guarded by process.env.NODE_ENV === 'development': #94782
  • Add a message to AGENTS.md about super:: imports.: #94733
  • Turbopack: add experimental React compiler support: #94573

Credits

Huge thanks to @icyJoseph, @eps1lon, @devjiwonchoi, @timneutkens, @gaojude, @ifer47, @sampoder, @lukesandberg, @wbinnssmith, and @SyMind for helping!

8 hours ago
heroui

v3.2.0

What's inside

  • React Aria 1.18.0
  • Calendar → week/day views, multi-select, year picker
  • Table → SortableColumnHeader
  • Autocomplete → Virtualizer
  • Tooltip → delay theme vars
  • Toggles → new Field composition

Breaking Changes

Radio, Checkbox, and Switch move to an explicit *.Content composition — *.Control nests inside *.Content, the label is plain text inside *.Content (no nested <Label>), and Description/FieldError become siblings of *.Content.

What's Changed

New Contributors

Full Release Note

https://heroui.com/docs/react/releases/v3-2-0

Full Changelog: https://github.com/heroui-inc/heroui/compare/v3.1.0...v3.2.0

8 hours ago
heroui

v3.2.0

What's inside

  • React Aria 1.18.0
  • Calendar → week/day views, multi-select, year picker
  • Table → SortableColumnHeader
  • Autocomplete → Virtualizer
  • Tooltip → delay theme vars
  • Toggles → new Field composition

Breaking Changes

Radio, Checkbox, and Switch move to an explicit *.Content composition — *.Control nests inside *.Content, the label is plain text inside *.Content (no nested <Label>), and Description/FieldError become siblings of *.Content.

What's Changed

New Contributors

Full Release Note

https://heroui.com/docs/react/releases/v3-2-0

Full Changelog: https://github.com/heroui-inc/heroui/compare/v3.1.0...v3.2.0

8 hours ago
nextui

v3.2.0

What's inside

  • React Aria 1.18.0
  • Calendar → week/day views, multi-select, year picker
  • Table → SortableColumnHeader
  • Autocomplete → Virtualizer
  • Tooltip → delay theme vars
  • Toggles → new Field composition

Breaking Changes

Radio, Checkbox, and Switch move to an explicit *.Content composition — *.Control nests inside *.Content, the label is plain text inside *.Content (no nested <Label>), and Description/FieldError become siblings of *.Content.

What's Changed

New Contributors

Full Release Note

https://heroui.com/docs/react/releases/v3-2-0

Full Changelog: https://github.com/heroui-inc/heroui/compare/v3.1.0...v3.2.0

8 hours ago
formatjs

@formatjs/intl-durationformat: 0.10.15

0.10.15 (2026-06-15)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.10.14...@formatjs/intl-durationformat@0.10.15

8 hours ago
formatjs

babel-plugin-formatjs: 11.3.13

11.3.13 (2026-06-15)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@11.3.12...babel-plugin-formatjs@11.3.13

9 hours ago
astro

@astrojs/node@11.0.0-beta.2

Patch Changes

  • #17054 d426b67 Thanks @astrobot-houston! - Fixes an issue where Astro files with non-ASCII characters in their name weren't correctly served after the build.
9 hours ago
astro

astro@7.0.0-beta.4

Major Changes

  • #16966 6650ec2 Thanks @Princesseuh! - Makes Sätteri the default Markdown processor

    Astro now renders .md files with satteri() from @astrojs/markdown-satteri, its native Markdown pipeline, instead of the remark/rehype pipeline. @astrojs/markdown-remark is no longer installed by default.

    To keep using the remark/rehype pipeline, install @astrojs/markdown-remark and set it as your processor:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import { unified } from '@astrojs/markdown-remark';
    
    export default defineConfig({
      markdown: {
        processor: unified(),
      },
    });

    The deprecated markdown.remarkPlugins, markdown.rehypePlugins, and markdown.remarkRehype options still work, but now require @astrojs/markdown-remark to be used.

Patch Changes

  • #17078 04547ec Thanks @astrobot-houston! - Fixes a spurious Astro.request.headers warning on prerendered pages when security.allowedDomains is configured. The internal allowedDomains header validation now skips prerendered routes, since they use synthetic requests with no real headers.
9 hours ago
plate

v53.2.0

@platejs/yjs

Minor Changes

Contributors

Thanks to everyone who contributed to this release:

@zbeyens

Full changelog: v53.1.7...v53.2.0

9 hours ago
electron

electron v43.0.0-beta.4

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@43.0.0-beta.4.

Release Notes for v43.0.0-beta.4

Fixes

  • Fixed DevTools Network panel missing most requests after navigating when webContents.debugger is attached. #51964 (Also in 42)
  • Fixed a bug on Linux where a 1px line appeared at the top of frameless windows if the window and web contents had different background colors. #51999

Other Changes

  • Updated Chromium to 150.0.7871.13. #51814