Michael Keller

Results 125 comments of Michael Keller

There's a PR for making this compatible with Svelte 5. I may merge it or may wait until 5.0.0 is out: https://github.com/mhkeller/layercake/pull/190 edit: this has been merged and the library...

FYI the existing LayerCake library works out of the box in Svelte 5 projects. That PR clears up some peerDependency warnings. Eventually I will port LayerCake to using runes but...

A note on the timing for this: Since the library is compatible with Svelte 4 and 5 but a migration to runes will cut off support for anything less than...

This is only occurring in the server-side rendered example.

@techniq this one is long overdue to investigate. I'm going to look at it a bit this month but if you're able to figure anything out that would be much...

I think this was just an oversight because there are two `` components on this page. I redid the example so that they share the same `padding` object and it...

Thanks for putting this together! I'll go through it. How would you feel about converting it from TypeScript to using JsDoc comments like the other components? I'd also be open...

Thanks a bunch for your work on this. I’ll go through it in more detail. One thing would be to not load the d3 scale chromatic library separately. Instead it...

The style and textStyle props may fall in that same bucket too

I did a first pass of making this more layercake-y – mostly where the scale is set via the context and it uses the scale to determine ticks. I copied...