Skip to content

feat(core): add should-refresh option for dynamic content (vue3) - #99

Open
amendx wants to merge 1 commit into
nextfrom
feature-53-97-next
Open

feat(core): add should-refresh option for dynamic content (vue3)#99
amendx wants to merge 1 commit into
nextfrom
feature-53-97-next

Conversation

@amendx

@amendx amendx commented May 20, 2026

Copy link
Copy Markdown
Owner

Adds an opt-in Container prop. When enabled, a
MutationObserver picks up draggable children added after mount
(pagination, infinite scroll, array reassignment) and registers
them without requiring a manual refresh. Also exposes an
imperative method on the container
instance for cases where DOM-mutation watching is not enough
(e.g. mid-drag additions).

Closes #53
Closes #97

  Adds an opt-in  Container prop. When enabled, a
  MutationObserver picks up draggable children added after mount
  (pagination, infinite scroll, array reassignment) and registers
  them without requiring a manual refresh. Also exposes an
  imperative  method on the container
  instance for cases where DOM-mutation watching is not enough
  (e.g. mid-drag additions).

  Closes #53
  Closes #97
@amendx amendx self-assigned this May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant