11 hours ago
chakra-ui

@chakra-ui/cli@3.35.0

Minor Changes

  • d5be01a Thanks @segunadebayo! - Add new CLI commands mirroring the MCP server tools:

    • chakra component list — List all available Chakra UI components
    • chakra component props <name> — Show props for a component
    • chakra component example <name> — Show usage examples for a component
    • chakra theme — Summary table of theme categories (item counts); use --json for full data or --filter <category> for one section
    • chakra docs <query> — Search the Chakra UI documentation

    Docs and examples are fetched from CHAKRA_DOCS_URL (default https://chakra-ui.com), consistent with REGISTRY_URL for snippets.

11 hours ago
chakra-ui

@chakra-ui/panda-preset@3.35.0

Patch Changes

  • e9f04d4 Thanks @segunadebayo! - - Dialog, Drawer: Fixed the panel sometimes showing behind the dimmed overlay when opening and closing quickly or with certain global z-index styles on the page.

  • #10765 a7c1ffb Thanks @rusty-jnr! - Fix date picker calendar popup clipping constrained by available height

11 hours ago
chakra-ui

@chakra-ui/react@3.35.0

Minor Changes

  • 1b1f545 Thanks @segunadebayo! - Pagination: Allow format prop in Pagination.PageText to accept a function for i18n support.

    <Pagination.PageText
      format={({ page, totalPages }) => `Page ${page} de ${totalPages}`}
    />

Patch Changes

  • d041e10 Thanks @segunadebayo! - Bump @ark-ui/react to 5.36.0 (from ^5.34.1)

    • Accordion: Fix missing data-focus on item trigger props.
    • Carousel: Fix issue with controlled carousel inside dialog, navigation transformed containers, scroll drift, and page sync with indicators.
    • ColorPicker: Fix vertical slider orientation on pointer updates.
    • Combobox: VoiceOver announces highlighted options on Apple devices via a live region
    • Dialog, Popover, HoverCard: Add support for multiple triggers sharing one dialog instance.
    • Field: Field.Item and target on Field.Root for multi-control fields (re-exported as FieldItem / Field.Item).
    • FileUpload: Reject duplicate files with FILE_EXISTS.
    • Listbox: keyboardPriority for Home/End and arrows; highlightFirst, highlightLast, highlightNext, highlightPrevious.
    • Menu: aria-expanded when closed; submenu hover “diagonal” flash fix; multiple triggers.
    • PinInput: Deletion and focus behavior, Home/End, enterKeyHint, autoSubmit, sanitizeValue.
    • Popover: Add support for translations; finalFocusEl and restoreFocus props.
    • TagsInput: allowDuplicates; sanitizeValue; enterKeyHint on mobile.
  • 3da73c3 Thanks @segunadebayo! - Export missing datePickerSlotRecipe from slot recipes

  • #10721 d2b7dec Thanks @isBatak! - Improve useBreakpoint and useBreakpointValue types with BreakpointName

  • 6bad1b7 Thanks @segunadebayo! - - createOverlay: Fix document.body scroll lock and pointer-events not being restored when overlays are used under React StrictMode.

  • 16f8329 Thanks @segunadebayo! - - System: Fix isCssUnit utility to reject malformed values like 1a5rem and 1-5rem by properly escaping the decimal point in the length regex.

  • e9f04d4 Thanks @segunadebayo! - - Dialog, Drawer: Fixed the panel sometimes showing behind the dimmed overlay when opening and closing quickly or with certain global z-index styles on the page.

  • 39e3db3 Thanks @segunadebayo! - - System / Tokens: Fix array shorthand for fonts, shadows, gradients, animations, and easings (no longer mistaken for responsive arrays).

  • 5f30ddb Thanks @segunadebayo! - - Hooks: Fix usePrevious to use a React 19-safe state-based implementation and compare values with Object.is for correct NaN/-0 behavior.

  • #10765 a7c1ffb Thanks @rusty-jnr! - Fix date picker calendar popup clipping constrained by available height

  • #10675 a98e042 Thanks @segunadebayo! - Theme / KeyFrames: Add CSS variable overrides for slide keyframe distances (slide-from-* and slide-to-*), for example:

    <Box
      css={{
        animation: "slide-from-top 200ms ease-out",
        "--slide-from-top-distance": "1rem",
      }}
    />
  • #10781 581c7d1 Thanks @CerealeZ! - - GridItem: Fix incorrect css prop application

  • c53f298 Thanks @segunadebayo! - - System / Global CSS: Fix an issue where responsive array values in globalCss selector rules (for example #id or .class) were serialized incorrectly instead of generating responsive breakpoint styles.

16 hours ago
mind-elixir-core

v5.11.0

5.11.0 - 2026-04-22

Features

  • Improve Magic Trackpad UX

Bug Fixes

  • Prevent double-clicking multiple elements

Refactors

  • Round arrow delta values to integers
  • Use pointer events to handle click & double-click
  • Unify node selection logic to mouse.ts
  • Rename dragmove to pan

Tests

  • Improve test compatibility for macOS and extend timeouts

New Contributors

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.10.0...v5.11.0

17 hours ago
drawio
18 hours ago
vuetify

v4.0.6

[!IMPORTANT] Vuetify Needs Your Support! The OpenCollective funds have been fully exhausted. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.

If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.

Sponsor via Open Collective | Sponsor via GitHub

Every contribution helps us keep Vuetify alive and ship exciting new features.

Thank you.


🔧 Bug Fixes

  • VBadge: do not accept clicks within disabled elements (996cd6e), closes #22172
  • VField: pass color to icon-color if glow prop is true (#21547) (10125b7), closes #21388
  • VOtpInput: remove semicolon from sass file (bf53f9e), closes #22798
  • VSelectionControl: readonly should not suppress focus-visible (#22527) (ce234a8), closes #22513

🧪 Labs

  • VVideo: avoid tooltip obstructing volume slider (add2a7e)
  • VVideo: support VVideoControls as standalone component (aaf9cf5), closes #22529
  • VVideo: show progress bar by default (1be0091)
19 hours ago
embed-pdf-viewer

Release v2.14.1

@embedpdf/models@2.14.1

Patch Changes

  • #601 by @bobsingor – Add PdfAnnotationFlags.LOCKED_CONTENTS (1 << 9) and map it to the 'lockedContents' PdfAnnotationFlagName, extending flag parsing helpers (flagsToNames, namesToFlags) accordingly.

@embedpdf/plugin-annotation@2.14.1

Patch Changes

  • #601 by @bobsingor – Add PDF LOCKED_CONTENTS flag handling and granular lock helpers (hasNoViewFlag, hasHiddenFlag, hasReadOnlyFlag, hasLockedContentsFlag). Expose isAnnotationInteractive, isAnnotationStructurallyLocked, isAnnotationContentLocked, and isAnnotationSelectable on the plugin API. Update annotation rendering across React/Preact, Svelte, and Vue to skip noView/hidden annotations and gate interactions using the new predicates. Thread structurallyLocked and contentLocked through the selection menu context on all three stacks so custom menus can disable structural or content edits without re-reading flag arrays.

@embedpdf/snippet@2.14.1

Patch Changes

  • #601 by @bobsingor – Align annotation fill-mode toolbar commands with plugin-configured default lock state via getDefaultAnnotationLock, and swap unlock vs form-only lock behavior so defaults match the intended modes. Re-export LockModeType from the snippet’s public embedpdf entry for consumers.

  • #598 by @ngivanyh – Add Traditional Chinese (zh-TW) locale strings to the snippet viewer, register them in the default translation bundle, and expose zh-TW in the CJK language group of the UI schema so users can select 繁體中文 in the viewer.

@embedpdf/core@2.14.1

@embedpdf/engines@2.14.1

@embedpdf/pdfium@2.14.1

@embedpdf/plugin-attachment@2.14.1

@embedpdf/plugin-bookmark@2.14.1

@embedpdf/plugin-capture@2.14.1

@embedpdf/plugin-commands@2.14.1

@embedpdf/plugin-document-manager@2.14.1

@embedpdf/plugin-export@2.14.1

@embedpdf/plugin-form@2.14.1

@embedpdf/plugin-fullscreen@2.14.1

@embedpdf/plugin-history@2.14.1

@embedpdf/plugin-i18n@2.14.1

@embedpdf/plugin-interaction-manager@2.14.1

@embedpdf/plugin-pan@2.14.1

@embedpdf/plugin-print@2.14.1

@embedpdf/plugin-redaction@2.14.1

@embedpdf/plugin-render@2.14.1

@embedpdf/plugin-rotate@2.14.1

@embedpdf/plugin-scroll@2.14.1

@embedpdf/plugin-search@2.14.1

@embedpdf/plugin-selection@2.14.1

@embedpdf/plugin-signature@2.14.1

@embedpdf/plugin-spread@2.14.1

@embedpdf/plugin-stamp@2.14.1

@embedpdf/plugin-thumbnail@2.14.1

@embedpdf/plugin-tiling@2.14.1

@embedpdf/plugin-ui@2.14.1

@embedpdf/plugin-view-manager@2.14.1

@embedpdf/plugin-viewport@2.14.1

@embedpdf/plugin-zoom@2.14.1

@embedpdf/utils@2.14.1

@embedpdf/react-pdf-viewer@2.14.1

@embedpdf/svelte-pdf-viewer@2.14.1

@embedpdf/vue-pdf-viewer@2.14.1

20 hours ago
core

v3.5.33

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.