You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#234 by @bobsingor – refactor(svelte): Update usePdfiumEngine hook to return a reactive $state object directly, simplifying state management for consumers.
#234 by @bobsingor – feat: Add Svelte 5 adapter (/svelte export) for the Capture plugin. Includes Rune-based hooks (useCapture, useCaptureCapability, useCapturePlugin) and the MarqueeCapture.svelte component.
#234 by @bobsingor – refactor(svelte): Update FullscreenProvider.svelte component and useFullscreen hook to work with the refactored Svelte core hooks, returning reactive state objects.
#234 by @bobsingor – refactor(svelte): Update provider components (GlobalPointerProvider, PagePointerProvider) and hooks (useInteractionManager, useCursor, usePointerHandlers, useIsPageExclusive) to use the refactored Svelte core hooks and return reactive state objects.
#234 by @bobsingor – refactor(svelte): Update Rotate.svelte component and useRotate hook to work with the refactored Svelte core hooks and return a reactive state object.
#234 by @bobsingor – refactor(svelte): Update Scroller.svelte component and useScroll hook to use refactored core hooks and return a reactive state object. Introduced shared RenderPageProps type. Adjusted Vue components accordingly.
#234 by @bobsingor – refactor(svelte): Update SearchLayer.svelte component and useSearch hook to use refactored core hooks and return a reactive state object.
#234 by @bobsingor – refactor(svelte): Update CopyToClipboard.svelte and SelectionLayer.svelte components to correctly access plugin/capability instances from refactored hooks.
#234 by @bobsingor – refactor(svelte): Update ThumbImg.svelte and ThumbnailsPane.svelte components to correctly access plugin/capability instances from refactored hooks.
#234 by @bobsingor – refactor(svelte): Update TileImg.svelte and TilingLayer.svelte components to correctly access capability/core state instances from refactored hooks.
#234 by @bobsingor – refactor(svelte): Update MarqueeZoom.svelte, PinchWrapper.svelte components and useZoom, usePinch hooks to work with refactored core hooks and return reactive state objects.