Skip to content

Releases: kitschpatrol/svelte-tweakpane-ui

v1.5.0

24 Oct 06:07
Compare
Choose a tag to compare
  • 1da66f3 Release: 1.5.0
  • e14c5b9 Fix global CSS warning.
  • 37cf43c Fix issues with Image component, remove 'placeholder' special type in favor of undefined.
  • 8691bb5 Feature: Add file control.
  • 3b1a809 Feature: Add Stepper control.
  • cf70eb8 Fix warnings about "wide" prop.

v1.4.0

22 Oct 00:46
Compare
Choose a tag to compare
  • c785514 Release: 1.4.0
  • 319694b Fix release script.
  • 4ba40f9 Update image source for Image component example.
  • af91a3f Add notes on Svelte 5 compatibility to documentation. Lint fixes.
  • 26c9be5 Clean up a few tests.
  • c34f9f7 Add proper clean-up in Profiler component example.
  • 258294c Add Svelte 5 test project.
  • 2e3edfc Svelte 5 compatibility. Dependency updates.
  • f2bf681 More expand / collapse test cases.
  • 1b17dcb Use pnpm instead of npm-run-all for sequential script execution.

v1.3.3

19 Sep 04:03
Compare
Choose a tag to compare
  • 5243232 Release: 1.3.3
  • afde340 Fix regression in documentation table styles.
  • 423cebf Ensure Element components are not counted twice during order indexing. Addresses #18 .

v1.3.2

19 Sep 02:15
Compare
Choose a tag to compare
  • df59979 Release: 1.3.2
  • 5b8acc7 Update dependencies.
  • 244967f Prevent color-like strings from changing the Text component to a Color component . Addresses #17 .
  • 2af2471 Fix readme.

v1.3.1

15 Sep 09:17
Compare
Choose a tag to compare
  • b3a0266 Release: 1.3.1
  • e8ab357 Tweakpane 4.0.4. Dependency updates. Import sort style changes throughout.
  • d2ce430 Add test for issue #15.
  • ed5befe Add test examples.
  • 645421d Docs: Fix Profiler component attribution.
  • 31e28af Dependency updates.
  • 9cf2eed Docs: Optimize middleware.
  • 28154d7 Pin Starlight and update patch version.
  • c1906e6 Update to renamed svelte-persisted-store dependency.
  • 6014abe Make GitHub actions dispatchable.
  • 83d0d8b Docs: Add plugin.
  • fb4e111 Grid layout test.
  • 1b1b7cf Include partial acknowledgments in readme.
  • 45ae4b0 Disable CSS compression in docs due to recent regression.
  • ec8b6a2 Dependency updates, minor lint tweaks.
  • bf2cfd1 Switch GitHub actions to forks.
  • 56dc725 Add object nesting test example.

v1.3.0

31 May 01:08
Compare
Choose a tag to compare
  • 200cc16 Release: 1.3.0
  • 758adad Don't export unused wide prop from GenericSlider. The $$Props type defintiion is enough.
  • ee0fe00 Dependency updates.
  • d84bfff Fix internal Image component test.
  • fd45830 Add documentation on new wide slider prop.
  • 9bed3a7 Add support for "wide" prop on the Slider and IntervalSlider components to hide number input text box. Addresses #8.

v1.2.7

20 May 03:02
Compare
Choose a tag to compare
  • d8fe4f9 Release: 1.2.7
  • 2f93a40 Refine list component option labeling strategy.
  • 3a6ad91 Add components list to readme.
  • 5ca2a5d Dependency updates.
  • 610f3db Fix: Prevent stale values when a binding's bound object changes.

v1.2.6

15 May 06:14
Compare
Choose a tag to compare
  • a6c5ad3 Release: 1.2.6
  • c9fcdfc Fork and modify all Tweakpane plugin dependencies for more efficient bundling. Addresses #6.
  • 793418f Docs: Minor tweak.
  • f333d88 Ensure no changes to the readme during builds.

v1.2.5

14 May 03:37
Compare
Choose a tag to compare
  • f9e4834 Release: 1.2.5
  • 13c3dc9 Minor dependency updates and docs refinement.
  • d893942 Style cleanup.
  • ae0a4f0 Fix for edge case involving slow dragging / resizing of multiple panes simultaneously.
  • 06a865a Fix for indeterminate Pane dragging state after browser window blur. See #7.
  • fc1fedb Docs: Get random kittens from unsplash instead of placekitten.com.
  • eb43ae0 Docs: Fix broken link.
  • 57cb8c5 Docs: Fix production build errors in latest Astro version.
  • edf5525 Fix new errors in dynamic Monitor prop types (related to TypeScript 5.4).
  • 4b3e4a8 Dependency updates, including TypeScript 5.4.

v1.2.4

19 Apr 20:29
Compare
Choose a tag to compare
  • c85592a Release: 1.2.4
  • 9d34808 Add lint-related config tweaks.
  • c9bb289 Docs: Update acknowledgements data schema for PNPM 9.
  • 39dae4d Style: Deterministic union and intersection type ordering.
  • 29be324 Dependency updates.
  • 85b1f4f Fix self-closing div elements.