Sean Lynch
Sean Lynch
Issue #246
After demoting Svelte UX to a `devDependencies` and overlooking that [TransformControls](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/TransformControls.svelte#L2-L14) uses `svelte-ux` and `@mdi/js` packages, I have temporarily removed it as a top-level export. Once these dependencies are no...
Support `prefix` defined in the Tailwind [config](https://tailwindcss.com/docs/configuration#prefix). See [discussion](https://discord.com/channels/920755200552226868/1281153020570112013) Will also need to update [cls](https://github.com/techniq/layerstack/blob/main/packages/tailwind/src/lib/utils.ts#L28) which uses `tailwind-merge` and [support](https://github.com/dcastil/tailwind-merge/blob/v2.5.2/docs/configuration.md) prefix Getting this to work with JIT will also be...
Until the infinite loop [issue](https://github.com/techniq/layerchart/issues/158) is resolved, which is needed to handle multiple primitives in an `{#each}` loop, it would still be helpful to add canvas support where all the...
Keep [hitting](https://github.com/techniq/layerchart/actions/runs/10433496332/job/28895284649) the 1 MB worker limit (gzip size) ``` Failed to publish your Function. Got error: Your Worker exceeded the size limit of 1 MiB. Refer to the Workers...
### Describe the problem Based on a Twitter/X [discussion](https://x.com/techniq35/status/1849880234381677043), and at the [request](https://x.com/Rich_Harris/status/1850204736995176893) of @Rich-Harris, I would like to start a discussion on possibly adding some additional features/functionality to the...
The goal of this issue is to track the major plans for LayerChart 2.0 - [x] Migrate to Tailwind 4 (#388)- - [x] Migrate to Svelte 5 features (`$state`/`$derived` runes,...
> [Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive. See  - https://github.com/sveltejs/svelte/issues/2068 - https://developer.chrome.com/blog/scrolling-intervention