Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
commit: |
🦋 Changeset detectedLatest commit: 9b0bc70 The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Hey, @techniq. I have a question: When are you planning to merge this PR so we can finally get the Svelte 5 support? 🤗 |
|
Hey @HicaroD, thanks for the kind words 🫶. Sorry, I don't have a rough release date set yet. There are a good number of improvements I would like to include in With that said, you 100% can use it today via I could see pushing some items to Related: I also need to migrate Svelte UX fully over to Svelte 5 (it's Svelte 3-5 compat with Svelte 3/4 state/syntax). Both libraries have already been migrated to Tailwind 4, but the move to Svelte 5 state runes/snippets and regressions checking will take some concentrated efforts and time. I don't know how close I'll try to sync their release schedules though (and the benefit of having |
* Add streaming performance example
* Investigate using `$state.raw()`
* Replace all `<g>` usage with `<Group>` to not unintentionally add a DOM detatched SVG element when using canvas render context
* Add "show" toggle to performance examples to easy for a re-render
* Align streaming examples with other performance examples
* Remove HTML comments and improve `{#each}` index to slow detached DOM creation (still WIP)
* Add changeset
|
All the examples give 500 errors on https://next.layerchart.com/ |
…xplicit `labelXOffset` and `labelYOffset` for greater control (aligns with AnnotationRange) (#492)
@cycle4passion Odd... working here Maybe try a hard refresh? Which browser? |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
mobile only, does not work in arc (chromium), native chrome, or Safari browser. |
* Version Packages (next) * Update CHANGELOG for version 2.0.0-next.44 Updated CHANGELOG to reflect breaking changes, new features, and fixes in version 2.0.0-next.44. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <techniq35@gmail.com>
Move @dagrejs/dagre to ssr.external instead of ssr.optimizeDeps.include. The experimental ssr.optimizeDeps pre-bundling wasn't converting the CJS module to ESM. Externalizing lets Node.js load it natively as CJS.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>


No description provided.