2 hours ago
ionic-framework

v8.8.10

8.8.10 (2026-06-10)

Bug Fixes

  • modal: prevent sheet gesture crash with late-bound breakpoints (#31202) (c61265a)
4 hours ago
pdfkit

0.19.1

  • Fix RGB JPEG embedded as DeviceGray (0.19.0 regression) (#1734)
5 hours ago
react-easy-crop

v6.0.1

🐛 Bug Fix

Authors: 1

6 hours ago
astro

@astrojs/netlify@7.0.13

Patch Changes

  • #17018 1310277 Thanks @matthewp! - Hardens remotePatterns regex generation to match canonical wildcard semantics more strictly

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3
6 hours ago
astro

astro@6.4.6

Patch Changes

  • #16765 b10e86e Thanks @fkatsuhiro! - Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image without crashing.

  • #17026 add3df1 Thanks @matthewp! - Hardens addAttribute to drop attribute names containing characters that are invalid per the HTML spec (", ', >, /, =, whitespace)

  • #17033 ffda27b Thanks @matthewp! - Validates the request origin against allowedDomains before fetching prerendered error pages. When allowedDomains is configured and the Host header matches, the original origin is used. Otherwise, the fetch falls back to localhost.

6 hours ago
react-easy-crop

v6.0.0

💥 Breaking Change

⚠️ Pushed to main

Authors: 2

6 hours ago
sharp

v0.35.0

  • Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.

  • Breaking: Remove install script from package.json file. Compiling from source is now opt-in via the build script.

  • Breaking: Lossy AVIF output is now tuned using SSIMULACRA2-based iq quality metrics.

  • Breaking: Add limitInputChannels with a default value of 5.

  • Breaking: Remove deprecated failOnError constructor property.

  • Breaking: Remove deprecated paletteBitDepth from metadata response.

  • Breaking: Remove deprecated properties from sharpen operation.

  • Breaking: Rename format.jp2k as format.jp2 for API consistency.

  • Upgrade to libvips v8.18.3 for upstream bug fixes.

  • Remove experimental status from WebAssembly binaries.

  • Add prebuilt binaries for FreeBSD (WebAssembly).

  • Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.

  • Ensure TIFF output bitdepth option is limited to 1, 2 or 4.

  • Add AVIF/HEIF tune option for control over quality metrics. #4227

  • Add keepGainMap and withGainMap to process HDR JPEG images with embedded gain maps. #4314

  • Add toUint8Array for output image as a TypedArray backed by a transferable ArrayBuffer. #4355

  • Require prebuilt binaries using static paths to aid code bundling. #4380

  • TypeScript: Ensure FormatEnum keys match reality. #4475

  • Add margin option to trim operation. #4480 @eddienubes

  • Ensure HEIF primary item is used as default page/frame. #4487

  • Add image Media Type (MIME Type) to metadata response. #4492

  • Add withDensity to set output density in EXIF metadata. #4496

  • Improve pkg-config path discovery. #4504

  • Add WebP exact option for control over transparent pixel colour values.

  • Add support for ECMAScript Modules (ESM). #4509 @florian-lefebvre

7 hours ago
rspack

v2.0.8

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.7...v2.0.8

9 hours ago
chakra-ui

@chakra-ui/cli@3.36.0

Patch Changes

  • #10825 025b974 Thanks @cyphercodes! - Improve the chakra typegen error when the input file does not export a Chakra system, including the discovered exports and a createSystem(...) example for files that export defineConfig(...) configs.
9 hours ago
chakra-ui

@chakra-ui/react@3.36.0

Minor Changes

  • #10752 1ef5800 Thanks @kalisaNkevin! - [New] FloatingPanel: Add draggable, resizable floating panel component

    import { FloatingPanel } from "@chakra-ui/react/floating-panel"
    <FloatingPanel.Root>
      <FloatingPanel.Trigger />
      <FloatingPanel.Positioner>
        <FloatingPanel.Content>
          <FloatingPanel.Header>
            <FloatingPanel.DragTrigger>
              <FloatingPanel.Title />
            </FloatingPanel.DragTrigger>
            <FloatingPanel.Control>
              <FloatingPanel.StageTrigger />
              <FloatingPanel.CloseTrigger />
            </FloatingPanel.Control>
          </FloatingPanel.Header>
          <FloatingPanel.Body />
          <FloatingPanel.ResizeTriggers />
        </FloatingPanel.Content>
      </FloatingPanel.Positioner>
    </FloatingPanel.Root>
  • #10847 238e20a Thanks @Adebesin-Cell! - Update Ark UI to v5.37.2

    • Splitter: Accept CSS units (px, em, rem, vh, vw) for size props, add per-panel resizeBehavior ("preserve-pixel-size"), and fix focus not moving to a resize trigger on click.
    • Color Picker, Combobox, Date Picker, Hover Card, Menu, Popover, Select, Tooltip: Add data-side to placement-aware parts for placement-based styling.
    • Accordion: Remove redundant aria-disabled from item triggers.
    • Color Picker: Fire onValueChangeEnd when picking a color with the EyeDropper API.
    • Combobox: Don't submit the form on Enter when an item is highlighted or the value is rejected by allowCustomValue: false.
    • Date Picker: Fix range-mode clear not resetting active/hovered state, the native month/year select inside modals (Firefox), and outsideDaySelectable hover changing the visible month.
    • Dialog, Hover Card, Menu, Popover, Tooltip: Fix shared custom trigger elements being ignored, and trigger lookups in shadow DOM.
    • Dialog, Popover: Fix the page being left uninteractive after closing in React 19 Strict Mode.
    • Number Input: Fix blur behavior when the input is cleared and min is greater than 0.
    • Pin Input: Fix data-filled being set on every input on first render.
    • Tabs: Update the indicator when the tab list resizes (responsive reflow).

Patch Changes

  • 43a016d Thanks @segunadebayo! - Remove the DatePicker input _placeholder override so placeholders use the same global *::placeholder styling as Input.

  • 82b26be Thanks @segunadebayo! - Use focusVisibleRing instead of focusRing on Link so the focus ring shows only for :focus-visible, not on mouse click.

  • 1bbdd86 Thanks @segunadebayo! - Fix recipe definition types so defaultVariants accepts variant keys when using the broad RecipeDefinition type.

  • 06b5f02 Thanks @segunadebayo! - Fix system.token() returning dark-mode resolved values for semantic tokens with light/dark conditions instead of the semantic CSS variable reference.

    Also fix token dictionary bookkeeping for semantic tokens without a base value so lookup maps stay in sync after empty tokens are removed.

  • #10799 7a97cf9 Thanks @cyphercodes! - Fix token dictionary lookups to preserve semantic token condition metadata when using getByName.

  • #10801 27e0489 Thanks @doz13189! - Fix: normalize nested token overrides when merging default theme

    When merging a custom token into the default theme, token normalization could stop at the category level (for example colors) and prevent promoting flat tokens to DEFAULT. This change updates the merge logic so adding nested overrides like colors.black.100 correctly moves the original colors.black value to DEFAULT and resolves nested tokens.

    Fixes: #10800