Skip to content

Releases: kitschpatrol/svelte-tweakpane-ui

v1.5.5

04 Mar 18:31
Compare
Choose a tag to compare

v1.5.4

04 Mar 01:13
Compare
Choose a tag to compare
  • 965d2b7 Release: 1.5.4
  • 0e3217c Don't require a specific Node version, it's up to the Svelte project using the library.
  • 8b52d62 Update dependencies.
  • e96c7a2 Clean up after animation frame loop in FpsGraph example.
  • 0b850e0 Generate doc types before build.
  • bfb7aaa Don't reformat code in doc pipelines so aggressively.
  • 9752b5e Docs: Fix animation cleanup in Profiler example.
  • ccd381d Docs building again.
  • 93e6113 Library and kit building again.
  • 56b9b30 Embedded code formatting.
  • 0eba640 Back to utils.
  • 12cbbd1 Knip pass.
  • a2459b9 Remove eslint overrides now implemented in shared-config.
  • 0e82127 Update kpi to fix custom mdat rule import errors.
  • b2b802f Eslint pass.
  • b8343b9 Stylelint pass.
  • e0d2046 Style changes.
  • eccb0e0 Eslint 9. @kitschpatrol/shared-config 5.

v1.5.3

02 Mar 17:33
Compare
Choose a tag to compare

v1.5.2

26 Jan 06:47
Compare
Choose a tag to compare

v1.5.1

11 Dec 23:16
Compare
Choose a tag to compare

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.