Releases: kitschpatrol/svelte-tweakpane-ui
Releases · kitschpatrol/svelte-tweakpane-ui
v1.5.2
- 2d66789 Release: 1.5.2
- ad7f61c Docs: Fix broken "Back to Overview" link.
- bc78493 Update dependencies. Address CVE-2025-24010.
- d1b3096 Docs: Update Astro to address CVE-2024-56159.
- 37d1cd1 Override CVE-bearing Svelte Kit dependency.
v1.5.1
v1.5.0
v1.4.0
- 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
v1.3.2
v1.3.1
- 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
- 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.