2 hours ago
sharp

v0.35.1

  • TypeScript: Ensure type definitions are published for both ESM and CJS. #4537

  • WebAssembly: Ensure wrapper file is published. #4538

3 hours ago
react-easy-crop

v6.0.2

🐛 Bug Fix

Authors: 1

4 hours ago
joint

Release v4.2.5

CHANGELOG

@joint/core

  • util - fix to guard merge(), omit(), pick(), assign() against potential prototype pollution attacks (0168bc8f737afb9fe3673f682c23929bd8dc1f14)
5 hours ago
rari

create-rari-app@0.5.16

🚀 Features

  • (metadata) add alternates metadata support for feed generation by @skiniks

🚜 Refactor

  • (router) reorganize imports and enhance utility functions by @skiniks

Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.5.15...v0.14.9

5 hours ago
rari

rari@0.14.9

🚀 Features

  • (metadata) add alternates metadata support for feed generation by @skiniks

🚜 Refactor

  • (metadata) enhance canonical link handling and improve metadata merging logic by @skiniks
  • (router) reorganize imports and enhance utility functions by @skiniks
  • (server) streamline server component eligibility checks and enhance file resolution logic by @skiniks

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.14.8...v0.14.9

6 hours ago
dnd-kit

@dnd-kit/react@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2021 de5a0f4 Thanks @lixiaoyan! - Fixed useDraggable and useSortable reassigning the underlying entity's sensors on every render when sensors was passed as an inline array. The sensors prop is now compared with deepEqual (matching the existing behavior of modifiers, plugins, and DragDropProvider), preventing unnecessary mutations to the plugin registry that could disrupt in-progress sensor activation.

  • #2043 a6bd445 Thanks @clauderic! - Include sourcemap files in published packages. The build emits .map files alongside each entry point and writes //# sourceMappingURL=... comments into the bundles, but the files field in package.json did not list the maps, so they were excluded from the npm tarball. Bundlers attempting to load the referenced maps would fail with ENOENT, producing warnings (or build failures in strict CI setups).

  • Updated dependencies [e4d1a7e, e25b1b1, 00fd955, e4792f3, f23afe0, 2dd8d0e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/dom@0.5.0
    • @dnd-kit/state@0.5.0
6 hours ago
dnd-kit

@dnd-kit/solid@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2031 33ce050 Thanks @clauderic! - Fixed DragDropProvider evaluating its children JSX twice on initial mount in @dnd-kit/solid. The provider now strips children from the props it forwards to DragDropManager, preventing the manager constructor's spread ({...input}) from invoking Solid's children getter and synthesizing an orphan component subtree whose reactive scope was never disposed.

  • #2043 a6bd445 Thanks @clauderic! - Include sourcemap files in published packages. The build emits .map files alongside each entry point and writes //# sourceMappingURL=... comments into the bundles, but the files field in package.json did not list the maps, so they were excluded from the npm tarball. Bundlers attempting to load the referenced maps would fail with ENOENT, producing warnings (or build failures in strict CI setups).

  • Updated dependencies [e4d1a7e, e25b1b1, 00fd955, e4792f3, f23afe0, 2dd8d0e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/dom@0.5.0
    • @dnd-kit/state@0.5.0
6 hours ago
dnd-kit

@dnd-kit/vue@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

  • #2052 ecb43d6 Thanks @clauderic! - Fix onUnmounted warning in Vue DragOverlay by using watchEffect's onCleanup callback instead of the onUnmounted lifecycle hook

  • #2043 a6bd445 Thanks @clauderic! - Include sourcemap files in published packages. The build emits .map files alongside each entry point and writes //# sourceMappingURL=... comments into the bundles, but the files field in package.json did not list the maps, so they were excluded from the npm tarball. Bundlers attempting to load the referenced maps would fail with ENOENT, producing warnings (or build failures in strict CI setups).

  • Updated dependencies [e4d1a7e, e25b1b1, 00fd955, e4792f3, f23afe0, 2dd8d0e]:

    • @dnd-kit/abstract@0.5.0
    • @dnd-kit/dom@0.5.0
    • @dnd-kit/state@0.5.0
6 hours ago
dnd-kit

@dnd-kit/svelte@0.5.0

Minor Changes

  • #2058 2dd8d0e Thanks @timagixe! - Allow useSortable, createSortable and Sortable to disable dragging and dropping independently with a disabled object while preserving the existing boolean behavior.

Patch Changes

6 hours ago
dnd-kit

@dnd-kit/helpers@0.5.0

Patch Changes

  • #2074 90ddfcd Thanks @timagixe! - Fix grouped record sorting with numeric group IDs

  • #2027 a7ee830 Thanks @sourabh945! - fix a check for the 'id' in items that causing TypeError in SortableContext add the gaurdrail for chekcing the item is not null.

  • Updated dependencies [e4d1a7e]:

    • @dnd-kit/abstract@0.5.0