1 hours ago
plate

@platejs/test-utils@52.0.10

Patch Changes

1 hours ago
plate

@platejs/slate@52.0.10

Patch Changes

1 hours ago
plate
1 hours ago
plate

@platejs/core@52.0.10

Patch Changes

1 hours ago
plate

@platejs/markdown@52.0.10

Patch Changes

  • #4776 by @hhhjin – Add support for callout serialization with icon attribute
2 hours ago
ionic-framework

v8.7.12

8.7.12 (2025-12-10)

Bug Fixes

  • modal: allow interaction with parent content through sheet modals in child routes (#30839) (b9e3cf0), closes #30700
  • modal: prevent browser hang when using ModalController in Angular (#30845) (b164516)
  • popover: recalculate the content dimensions after the header has fully loaded (#30853) (99dcf38)
  • select, action-sheet: use radio role for options (#30769) (1c89cf0)
4 hours ago
router

v1.140.5

Version 1.140.5 - 12/10/25, 8:00 PM

Changes

Fix

  • include assets in route manifest for all routes (#6058) (9fe8c61) by Manuel Schiller

Other

  • (1bcd4fa) by Manuel Schiller

Packages

  • @tanstack/router-core@1.140.5
  • @tanstack/start-server-core@1.140.5
  • @tanstack/solid-router@1.140.5
  • @tanstack/react-router@1.140.5
  • @tanstack/vue-router@1.140.5
  • @tanstack/solid-router-ssr-query@1.140.5
  • @tanstack/react-router-ssr-query@1.140.5
  • @tanstack/vue-router-ssr-query@1.140.5
  • @tanstack/router-ssr-query-core@1.140.5
  • @tanstack/zod-adapter@1.140.5
  • @tanstack/valibot-adapter@1.140.5
  • @tanstack/arktype-adapter@1.140.5
  • @tanstack/router-devtools@1.140.5
  • @tanstack/solid-router-devtools@1.140.5
  • @tanstack/react-router-devtools@1.140.5
  • @tanstack/vue-router-devtools@1.140.5
  • @tanstack/router-devtools-core@1.140.5
  • @tanstack/router-generator@1.140.5
  • @tanstack/router-cli@1.140.5
  • @tanstack/router-plugin@1.140.5
  • @tanstack/router-vite-plugin@1.140.5
  • @tanstack/solid-start@1.140.5
  • @tanstack/solid-start-client@1.140.5
  • @tanstack/solid-start-server@1.140.5
  • @tanstack/start-client-core@1.140.5
  • @tanstack/start-storage-context@1.140.5
  • @tanstack/react-start@1.140.5
  • @tanstack/react-start-client@1.140.5
  • @tanstack/react-start-server@1.140.5
  • @tanstack/start-plugin-core@1.140.5
  • @tanstack/start-static-server-functions@1.140.5
4 hours ago
lexical

v0.39.0

v0.39.0 is a monthly release primarily focusing on bug fixes

Breaking Changes

JSON serialization for ElementNode only includes textFormat and textStyle when necessary #7971

Previously the derived properties textFormat and textStyle would always be serialized to JSON if not set to the default values. These should only be useful when the ElementNode does not currently have any TextNode children, to preserve formatting choices, and will be recomputed when reconciled. Now they are only reconciled when they are determined to be useful (in an ElementNode with no direct TextNode children that is not a root or shadow root).

Highlights

Code:

  • ✅ #7970 Fix: Scope highlight cache by editor

Core:

  • ✅ #7971 Fix: Only serialize ElementNode textFormat and textStyle when necessary
  • 🆕 #7964 Feature: Add commands for beforeinput, input, compositionstart/end events
  • ✅ #7978 Fix: $dfsCaretIterator should be able to stop at its last descendant

Selection:

  • ✅ #8003 Fix: Text styles are now applied to empty ElementNodes in a selection (typically the empty paragraphs contained in empty table cells)

Extension:

  • ✅ #7961 Fix: Defer node class references to potentially work around webpack issues

Table:

  • 🧪 #7983 Experiment: add config for opting in to nested tables (note that this does not fix their behavior)
  • ✅ #7986 Fix: Ensure colWidths has length equal to number of columns
  • ✅ #7998 Fix: Include first cell contents in partial backwards table selection

React:

  • ✅ #7987 Prevent typeahead menu from closing during IME composition

Collab:

  • ✅ #7990 Fix: Don't rewrite unchanged non-primitive property/state values to yjs in collab v2

Playground:

  • 🆕 #8002 Feature: Shadows when table is scrollable
  • ✅ #8015 Fix: Show draggable block target line when dragging images

What's Changed

New Contributors

Full Changelog: https://github.com/facebook/lexical/compare/v0.38.2...v0.39.0