1 hours ago
engine

v2.15.3

Fixes

  • Revert Fix ElementComponent ‘mousemove’ event firing outside element by @willeastcott in #8413

Full Changelog: https://github.com/playcanvas/engine/compare/v2.15.2...v2.15.3

1 hours ago
astro

astro@6.0.0-beta.5

Patch Changes

2 hours ago
astro

astro@5.16.16

Patch Changes

  • #15281 a1b80c6 Thanks @matthewp! - Ensures server island requests carry an encrypted component export identifier so they do not accidentally resolve to the wrong component.

  • #15304 02ee3c7 Thanks @cameronapak! - Fix: Remove await from getActionResult example

  • #15324 ab41c3e Thanks @Princesseuh! - Fixes an issue where certain unauthorized links could be rendered as clickable in the error overlay

2 hours ago
slidev

v52.11.4

   🚀 Features

   🐞 Bug Fixes

3 hours ago
plate

@platejs/code-drawing@52.3.0

Minor Changes

  • #4811 by @electroluxcode – Add code drawing plugin with inline editing support for PlantUML, Graphviz, Flowchart, and Mermaid diagrams
4 hours ago
tiptap

v3.18.0

@tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization

@tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization

@tiptap/react

Minor Changes

  • Introduce a new, optional React integration that provides a declarative <Tiptap /> component for setting up editors in React apps.

    Summary

    • Add a new, ergonomic way to initialize and use Tiptap editors in React via <Tiptap /> components. This is an additive change and does not remove or change existing APIs.

    Why this change

    • Improves ergonomics for React users by offering a component-first API that pairs well with React patterns (hooks, JSX composition and props-driven configuration).

    Migration and usage

    • The old programmatic setup remains supported for this major version — nothing breaks. We encourage consumers to try the new <Tiptap /> component and migrate when convenient.

    Example

    import { Tiptap, useEditor } from '@tiptap/react'
    
    function MyEditor() {
      const editor = useEditor({ extensions: [StarterKit], content: '<h1>Hello from Tiptap</h1>' })
    
      return (
        <Tiptap instance={editor}>
          <Tiptap.Content />
          <Tiptap.BubbleMenu>My Bubble Menu</Tiptap.BubbleMenu>
          <Tiptap.FloatingMenu>My Floating Menu</Tiptap.FloatingMenu>
          <MenuBar /> {/* MenuBar can use the new `useTiptap` hook to read the editor instance from context */}
        </Tiptap>
      )
    }

    Deprecation plan

    • The old imperative setup will remain fully backward-compatible for this major release. We plan to deprecate (and remove) the legacy setup in the next major version — a deprecation notice and migration guide will be published ahead of that change.

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization
  • Fixed extension storage not updating in React and Vue node views

@tiptap/vue-3

Patch Changes

  • Fixed extension storage not updating in React and Vue node views

@tiptap/markdown

Patch Changes

  • Upgrade marked.js from v15.0.12 to v17.0.1.

@tiptap/extensions

Patch Changes

  • Added a new dataAttribute to the extension option to control which attribute name will be used for the placeholder label.
5 hours ago
react-query

@tanstack/solid-query@4.43.0

Patch Changes

  • @tanstack/query-core@4.43.0
5 hours ago
react-query

@tanstack/react-query@4.43.0

Minor Changes

  • b3260f0: feat(react-query): backport usePrefetchQuery, usePrefetchInfiniteQuery

Patch Changes

  • @tanstack/query-core@4.43.0
5 hours ago
react-query

@tanstack/vue-query@4.43.0

Patch Changes

  • @tanstack/query-core@4.43.0
5 hours ago
react-query

@tanstack/react-query-persist-client@4.43.0

Patch Changes

  • Updated dependencies [b3260f0]
    • @tanstack/react-query@4.43.0
    • @tanstack/query-persist-client-core@4.43.0