1 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)
1 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.
1 hours ago
plate

@platejs/utils@52.3.4

Patch Changes

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

platejs@52.3.4

Patch Changes

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

@platejs/core@52.3.4

Patch Changes

  • #4857 by @zbeyens

    • Fix PlateSlate so it passes the Slate remount key directly instead of spreading key through JSX props.
  • #4857 by @zbeyens

    • Fix usePlateStore so it no longer relies on a conditional hook path that breaks React Compiler.
  • #4857 by @zbeyens

    • Fix usePluginOption(plugin, 'state') so it returns the plugin option state instead of reporting an undefined option.
  • #4857 by @zbeyens

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

@platejs/autoformat@52.3.4

Patch Changes

  • #4857 by @zbeyens
    • Fixed readonly array support for autoformat rule options like match, trigger, type, and text format so as const rule definitions typecheck cleanly.
1 hours ago
plate

@udecode/cn@52.3.4

Patch Changes

  • #4857 by @zbeyens
    • Update internal @udecode/* dependency ranges to workspace references.
1 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.
1 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.