Skip to content

chore(master): release 8.0.5#128

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master--components--svelte-splitpanes
Open

chore(master): release 8.0.5#128
github-actions[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master--components--svelte-splitpanes

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

8.0.5 (2026-03-26)

Features

  • add License and Code of conduct (c8e9ecd)
  • add snap (699e233)
  • add snap (b6cb06d)
  • add the `strictEvents` attribute to components, so the user will know that no other events happen (db15de3)

Bug Fixes

  • 7, dragging the splitter fast flickers the cursor (288acd9)
  • a regression related to safe callbacks which could generate a 0 width upon certain race conditions (af34b41)
  • avoid equalizing on the edge case that there is not even a single pane (0adb387)
  • better handling of empty attributes (7c9c4ad)
  • check for container (daa2e60)
  • cleaner dragging calculation, and omit the buggy margin-left: -1px; from the splitter (b453d74)
  • demo package.json (c7c1448)
  • dynamic loading of content when splitpanes are rendered in a separate part of the DOM tree (9b7f5b9)
  • events are now passive by default, remove preventDefaults() in the code (1bc9045)
  • fix github actions to support node16 (47ee00c)
  • fix issue 69 - dblClickSplitter={false} does not disable auto-resizing (8e38809)
  • fix panel pushing bug introduct in 0.8.3 (b4c71f8)
  • ignoring the annoying Svelte a11y-click-events-have-key-events warnings (7d9b872)
  • improved snap, fixed bug (903ad71)
  • missing pkg mgmr in package.json and url path / issue (3684920)
  • now efficiently identify if client supports passive events, fixes #74 (f2d7ed1)
  • pane object not being returned (#45) (118a1ad)
  • readd panes push (a61f101)
  • replace "$app/environment" with standard browser detection (1fbc5ec)
  • replace $app/environment with standard browser detection (89008ae)
  • repo url (686e38d)
  • require svelte to be installed as a peer dependency (ec13655)
  • set-output is deprecated (451509b)
  • snap with multiple panes (01f93a7)
  • ssr issue on partially defined sizes (5fb6661)
  • support for svelte5 (91b395f)
  • turn off prerender and ssr for the demo (1dddb02)
  • typo (7827078)
  • vibe coding: major performance optimization be caching DOM requests (23c7980)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting "Added non-passive event listener to a scroll-blocking 'touchstart' event." warning in the latest chrome browser

0 participants