1 hours ago
editor.js

v2.31.5

fix(link-tool): open new window with url when formatted link clicked via ctrl key #2996

What's Changed

Full Changelog: https://github.com/codex-team/editor.js/compare/v2.31.4...v2.31.5

1 hours ago
next.js

v16.2.0-canary.92

Core Changes

  • [turbopack] Render code frames on the turbopack side: #90534
  • Add experimental.lightningCssFeatures config option: #90901
  • fix: correct appPaths sort order for parallel routes with route groups: #91160
  • Tracing: tag spans as failed if their runner fn fails: #91206

Misc Changes

  • [turbopack] hashing improvements to turbo-persistence: #90936
  • [turbopack] Move empty snapshot filtering into take_snapshot: #90166
  • docs(turbopack): Merge old turbo-tasks concept mdbook page with crate's top-level rustdoc: #91120
  • Add RDC action test to deploy manifest and update PR test trigger: #91173
  • [Turbopack] Don't attempt to compress key blocks containing small keys: #90881
  • Lint against .context(format!(...)): #91122

Credits

Huge thanks to @lukesandberg, @bgw, @ijjk, @sokra, @mischnic, @timneutkens, and @wbinnssmith for helping!

2 hours ago
astro

@astrojs/cloudflare@13.1.0

Minor Changes

  • #15711 b2bd27b Thanks @OliverSpeir! - Adds a prerenderEnvironment option to the Cloudflare adapter.

    By default, Cloudflare uses its workerd runtime for prerendering static pages. Set prerenderEnvironment to 'node' to use Astro's built-in Node.js prerender environment instead, giving prerendered pages access to the full Node.js ecosystem during both build and dev. This is useful when your prerendered pages depend on Node.js-specific APIs or NPM packages that aren't compatible with workerd.

    // astro.config.mjs
    import cloudflare from '@astrojs/cloudflare';
    import { defineConfig } from 'astro/config';
    
    export default defineConfig({
      adapter: cloudflare({
        prerenderEnvironment: 'node',
      }),
    });

Patch Changes

  • #15845 50fcc8b Thanks @aqiray! - fix: show actionable error when running astro preview without prior build

  • #15794 d1ac58e Thanks @OliverSpeir! - Fixes image serving in passthrough mode by using the Cloudflare ASSETS binding instead of generic fetch, which does not work in Workers for local assets

  • #15850 660da74 Thanks @tristanbes! - fix(cloudflare): forward configPath and other PluginConfig options to the Cloudflare Vite Plugin

    Options like configPath, inspectorPort, persistState, remoteBindings, and auxiliaryWorkers were accepted by the type system but never forwarded to cfVitePlugin(), making them silently ignored.

    Also fixes addWatchFile for configPath which resolved the path relative to the adapter's node_modules directory instead of the project root.

  • #15843 fcd237d Thanks @Calvin-LL! - fix cloudflare image transform ignoring quality parameter

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.1
2 hours ago
astro

astro@6.0.3

Patch Changes

  • #15711 b2bd27b Thanks @OliverSpeir! - Improves Astro core's dev environment handling for prerendered routes by ensuring route/CSS updates and prerender middleware behavior work correctly across both SSR and prerender environments.

    This enables integrations that use Astro's prerender dev environment (such as Cloudflare with prerenderEnvironment: 'node') to get consistent route matching and HMR behavior during development.

  • #15852 1cdaf9f Thanks @ematipico! - Fixes a regression where the the routes emitted by the astro:build:done hook didn't have the distURL array correctly populated.

  • #15765 ca76ff1 Thanks @matthewp! - Hardens server island POST endpoint validation to use own-property checks for improved consistency

6 hours ago
tdesign-vue-next

tdesign-vue-next@1.18.4

🌈 1.18.4 2026-03-11

🐞 Bug Fixes

  • FormItem: 单独使用时触发校验会在控制台报错的问题 @betavs (#6467)
  • Table: 修复 1.18.3 版本更新导致的筛选功能失效的问题 @betavs (#6481)

🐞 Bug Fixes

  • FormItem: An issue where validation errors were triggered when used alone, causing errors in the console. @betavs (#6467)
  • Table: Fixed an issue where the filtering function stopped working after the 1.18.3 version update. @betavs (#6481)
6 hours ago
plate

@udecode/utils@52.3.4

Patch Changes

  • #4857 by @zbeyens
    • Fixed escapeRegExp() to stop escaping plain s characters and only escape actual regular-expression syntax.
6 hours ago
plate

@platejs/slate@52.3.4

Patch Changes

  • #4857 by @zbeyens

    • Fixed editor.tf.duplicateNodes({ block: true }) to duplicate the selected block even when nodes is omitted.
  • #4857 by @zbeyens

    • Fixed withHistory(createEditor()) legacy method sync so editor, editor.api, and editor.tf all use the history-aware apply, undo, and redo methods.
  • #4857 by @zbeyens

    • Fixed queryEditor, isAt, and editor.api.descendant so bottom-up location checks, point start/end checks, and non-path descendant searches behave consistently.
  • #4857 by @zbeyens

    • Update internal @udecode/* dependency ranges to workspace references.
6 hours ago
plate

@udecode/react-utils@52.3.4

Patch Changes

  • #4857 by @zbeyens

    • Fixed createPrimitiveComponent so setProps is applied without leaking onto DOM elements.
    • Fixed createPrimitiveComponent to preserve merged hook and consumer style props instead of overwriting hook styles when a consumer passes style.
  • #4857 by @zbeyens

    • Update internal @udecode/* dependency ranges to workspace references.
6 hours ago
plate

platejs@52.3.4

Patch Changes

  • #4857 by @zbeyens
    • Update internal @platejs/* and @udecode/* dependency ranges to workspace references.
6 hours ago
plate

@platejs/utils@52.3.4

Patch Changes

  • #4857 by @zbeyens
    • Update internal @udecode/* dependency ranges to workspace references.