Sean Lynch
Sean Lynch
Going to close this for now as I get the repo ready for Svelte 5 / `next` development. We can revisit this once the dust settles.
Hi @MadsHL 👋, thanks for the feedback. Regarding the `svelte` version, I assume you are using `npm create svelte-ux@latest`. If so, and you used the `layerchart` template, I recently [fixed](https://github.com/techniq/svelte-ux/commit/fb2dbe8e54d0b9df61a99a0788a3d00ed9a77f80)...
@MadsHL `SelectField` ssr issue [fixed](https://github.com/techniq/svelte-ux/pull/436/commits/4e172184edd336e445f4265331efc0abb7530d7d) once I merge PR #436
Implemented the simpler `` as it handles all the current use cases / examples and can always overrides the `patternContent` slot (like `LinearGradient's ` stopsContent`). `lines` and `circles` can be...
Completed as part of [[email protected]](https://github.com/techniq/layerchart/releases/tag/layerchart%402.0.0-next.2)
This might be improved once [settings()](https://github.com/techniq/layerchart/issues/39) is implemented.
Prefix config changed in [v4](https://tailwindcss.com/docs/upgrade-guide#using-a-prefix). See also: #259
@mhkeller gathering some changes I've made (or plan to) within LayerChart, some of which might be worth pushing upstream to LayerCake (such as full width Canvas). Integration with LayerChart contexts...
If you applied a padding (such as ``) and zoom or translate the canvas, the chart would be "clipped" since the `` is absolute positioned and inset based on the...
Likely implement this [pattern](https://svelte.dev/playground/2b87ed4d9a384c36ad6d121443f6c471?version=5.13.0) of registering drawing functions on a context and calling `invalidate()` to schedule a redraw (clear and (re)apply all registered drawing functions). See also - [svelte-canvas](https://danielnass.net/svelte-canvas/) -...