1 hours ago
next.js

v16.1.1-canary.20

Core Changes

  • refactor: consolidate PPR into cacheComponents architecture: #88243
  • Turbopack: include fewer traced files for standalone: #88322
  • feat(turbopack): add resolve plugin condition variant of Always and Never: #88190
  • perf: use length = 0 to clear the logging array: #88244
  • Time logs: Show full millisecond instead of 1 decimal: #88313
  • [turbopack] Enable inferring module side effects by default: #87216

Misc Changes

  • Turbopack: Use format! instead of anyhow! inside of anyhow::Context::with_context calls: #88293
  • Turbopack: pull in updated vercel/nft tests: #88162
  • Fix pack-next script for next-swc: #88126
  • Turbopack: use correct flags in tests: #88307
  • Turbopack: fix task category on reading cells: #88309
  • agent.md: Explain where the Next.js core code lives: #88314
  • Turbopack: improve next-server.nft.json tests: #88320
  • Turbopack: add family to database read span: #88323
  • Tests: Reduce loglines from apply patch delay: #88224
  • Turbopack: prefetch children too: #88324
  • Turbopack: more stale details for tracing: #88306
  • Turbopack: make GraphTraversal deterministically calling all nodes before erroring: #88119
  • Turbopack: improve error message for incompatible swc plugins: #86346
  • Update Rspack development test manifest: #88301
  • Update Rspack production test manifest: #88300

Credits

Huge thanks to @bgw, @wyattjoh, @mischnic, @sokra, @timneutkens, @xusd320, @huozhi, @lukesandberg, and @vercel-release-bot for helping!

2 hours ago
Babylon.js

8.45.3

Changes:

  • #17640: Fix localVariableBlock
  • #17642: [GeospatialCamera] Update pinchToZoom to zoom towards center of pinch and be more forgiving of slow gestures
  • #17641: Do not attempt fallback when audio parameter setValueCurveAtTime fails
  • #17635: [NPE] Billboard support
  • #4: Enable High DPI display support.
  • #3: Add Color tint support to Sprite and Layer
  • #1: Object has no method 'createSphere'
  • #17639: [NPE] Adds blocks for Pow and Dot operations

This list of changes was auto generated.

9 hours ago
plate

@platejs/markdown@52.1.0

Patch Changes

  • #4800 by @felixfeng33 – Enhanced table cell serialization to support multiple blocks within cells:

    • Table cells (td/th) now insert <br/> separators between multiple blocks when serializing to markdown
    • This allows markdown tables to better represent complex cell content that contains multiple paragraphs or other block elements
9 hours ago
plate

@platejs/ai@52.1.0

Minor Changes

  • #4800 by @felixfeng33 – Upgraded AI SDK from v5 to v6:

    • Updated ai peer dependency to ^6.0.0
    • Updated @ai-sdk/react peer dependency to ^3.0.0

    Enhanced AI capabilities with better table cell handling:

    • Added applyTableCellSuggestion utility for handling single-cell table operations
    • Added nestedContainerUtils for managing nested containers in table cells
    • Enhanced getMarkdown with improved table structure handling and better cell content serialization
    • Improved applyAISuggestions with more robust cell manipulation support
    • Added comprehensive tests for markdown generation from complex table structures
10 hours ago
Babylon.js

8.45.2

Changes:

  • #17629: Update WebXR controllers to use physics V2
  • #13852: [XR] Port XR's physics support to Physics architecture v2
  • #17637: Engine: Fix crash when debug marker functions are not defined
  • #17636: Fix npe package dependencies
  • #17562: Inspector V2: fully support PBR materials
  • #17633: [NPE] Add support for remap color and alpha
  • #3: Add Color tint support to Sprite and Layer
  • #17632: Prevent ParticleCondition to use particle flow
  • #17631: [GeospatialCamera] Export geospatialcamerakeyboardinput
  • #17611: Remove concurrently package
See More
  • #17630: [NPE] Adding sprite cell change speed
  • #2: trying to run babylon.js from jsfiddle results in error
  • #17626: [Fluent/InspectorV2] Fix nullable ColorPropertyLine and BoundProperty rerender breaking shared component updates
  • #17608: [NPE] Add support for migrating ramp
  • #7: FPS Drops from 60 FPS to 30 FPS
  • #17623: Prevent scene events during babylon file container loading

This list of changes was auto generated.

11 hours ago
mantine

8.3.12

What's Changed

  • [@mantine/core] Popover: Fix flip logic being calculated after shift (#8590)
  • [@mantine/tiptap] Fix bubble menu being overlapped by the toolbar (#8589)
  • [@mantine/core] ScrollArea: Fix incorrect overscroll behavior when scrollbar explicitly set on one side (#8591)
  • [@mantine/core] AppShell: Add static mode support for nested app shells

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.11...8.3.12

12 hours ago
astro

astro-vscode@2.16.8

Patch Changes

13 hours ago
astro

astro@5.16.8

Patch Changes

  • #15124 81db3c0 Thanks @leonace924! - Fixes an issue where requests with query parameters to the base path would return a 404 if trailingSlash was not 'ignore' in development

  • #15152 39ee41f Thanks @rururux! - Fixes a case where context.cookies.set() would be overriden when setting cookies via response headers in development

  • #15140 6f6f8f8 Thanks @cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module

  • #15127 2cff904 Thanks @Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases

  • #15149 34f84c2 Thanks @rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)

13 hours ago
astro

astro-vscode@2.16.7

Patch Changes

16 hours ago
element-plus

2.13.1

2.13.1

2026-01-09

Features

  • Components [color-picker] add clearable prop and clear event (#22999 by @keeplearning66)

  • Components [calendar] add controller-type and formatter props (#23045 by @keeplearning66)

  • Components [message-box] add confirmButtonType and cancelButtonType props (#23193 by @keeplearning66)

  • Components [virtual-list] support horizontal scrolling with mouse wheel on Windows/ubuntu (#22168 by @keeplearning66)

  • Components [avatar-group] new component (#23211 by @keeplearning66)

  • Components [upload] add directory prop (#23265 by @rzzf)

  • Components [form] add setInitialValues and setInitialValue function (#23013 by @lw56777)

  • Components [dropdown-item] add icon slot (#23300 by @ZacharyBear)

  • Components [timeline] support mode prop (#22929 by @keeplearning66)

Bug fixes

  • Docs missing contributors (#23170 by @btea)

  • Components [date-picker] trigger clear evt in footer slot (#23174 by @Dsaquel)

  • Theme-chalk update dark theme color variables for consistency (#23064 by @tolking)

  • Hooks [use-lockscreen] body width was not restored correctly (#22972 by @rzzf)

  • Components [cascader] scrolls to the wrong active node (#23203 by @rzzf)

  • Components [table] prevent showOverflowTooltip overwrite (#23215 by @zhixiaotong)

  • Components [timeline] normal rendering default slot (#23217 by @btea)

  • Components [cascader] the prefix slot content is covered by tags (#23236 by @btea)

  • Components [dialog] clear the lingering closing state (#23249 by @rzzf)

  • Components [select/select-v2] apply popper-options to tag tooltip (#22255 by @keeplearning66)

  • Components [select/select-v2] show empty slot when remote search empty (#23195 by @YXY-cell)

  • Components [table-v2] respect column flexShrink configuration (#22914 by @yicheny)

  • Components [virtual-list] incorrect scroll boundary check (#23289 by @rzzf)

  • Components [virtual-list] incorrect scroll boundary check (#20766 by @hutengyue)

  • Components [table] current-change event exposes the old row object (#23237 by @cassie-ye)

  • Components [alert] fix empty slot incorrectly detected as hasDesc (#23312 by @E66Crisp)

  • Components [table-v2] correct the indentation of sub-row (#23306 by @keeplearning66)

  • Components [tour] avoid Teleport inheriting attribute (#23336 by @rzzf)

  • Components [autocomplete] fix incorrect aria-controls value (#23350 by @E66Crisp)

  • Components [table-v2] keep scrollToRow from changing horiz offset (#22930 by @yicheny)

  • Style(components): separate sub component styles (#23153 by @rzzf)

  • Revert "fix(components): [select/select-v2] prevent dropdown closing on mixed input (#22869 by @rzzf)" (#23224)

Refactors

  • Test-utils remove redundant code in tick.ts (#21903 by @micaiguai)

  • Components [table] remove unnecessary reactivity (#23254 by @web3Worker-x)

  • Improvement(components): [virtual-list] preventDefault only when the scroll directions match (#22989 by @rzzf)