Skip to content

Commit

Permalink
Update dependencies, including essentials plugin to fix remaining sca…
Browse files Browse the repository at this point in the history
…ling bugs.
  • Loading branch information
kitschpatrol committed Dec 17, 2023
1 parent ce4feb5 commit 5509d01
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 93 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"astro-compress": "^2.2.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"sharp": "^0.33.0",
"sharp": "^0.33.1",
"svelte-tweakpane-ui": "link:.."
},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions docs/src/content/docs/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ This is particularly useful for interoperability with tuple-loving libraries lik

### Scaling

Tweakpane has a nearly bitmap-free implementation that's scales very nicely. _Svelte Tweakpane UI_ adds a `scale` prop to `<Pane>`s to allow you to scale your panes to any size you like.

Note that complete functionality of this feature in the `<FpsGraph>` and `<CubicBezier>` components is pending the merge of a [pull request](https://github.com/tweakpane/plugin-essentials/pull/19). You may see some glitches with scaling graphs in certain component until then.
Tweakpane is nearly bitmap-free, so it scales up very nicely. _Svelte Tweakpane UI_ adds a `scale` prop to `<Pane>`s to allow you to scale your panes to any size you like.

### Scoped theming

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"@kitschpatrol/tweakpane-textarea-plugin": "^2.0.1",
"@tweakpane/core": "^2.0.2",
"@tweakpane/plugin-camerakit": "^0.3.0",
"@tweakpane/plugin-essentials": "^0.2.0",
"@tweakpane/plugin-essentials": "^0.2.1",
"bumpp": "^9.2.1",
"esm-env": "^1.0.0",
"nanoid": "^5.0.4",
Expand All @@ -237,12 +237,12 @@
"@phenomnomnominal/tsquery": "^6.1.3",
"@stkb/rewrap": "^0.1.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.0.1",
"@sveltejs/package": "^2.2.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/eslint": "^8.44.9",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
Expand All @@ -258,7 +258,7 @@
"tslib": "^2.6.2",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite": "^5.0.10",
"yaml": "^2.3.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 5509d01

Please sign in to comment.