Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
commit: |
🦋 Changeset detectedLatest commit: 0fb5400 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 |
|
All the examples give 500 errors on https://next.layerchart.com/ |
@cycle4passion Odd... working here Maybe try a hard refresh? Which browser? |
|
mobile only, does not work in arc (chromium), native chrome, or Safari browser. |
…cted interpolation
…mark` in canvas component tree so wrapped children (e.g. Arc, Path) are rendered
* dynamic-smart-labels * Merge getDynamicTextProps into getTextProps. Add example * Add changeset --------- Co-authored-by: Sean Lynch <techniq35@gmail.com>
* Add squares to markers Documenation listed squares as an option, but this did not exits. I have added 'square' and 'square-stroke' as options. I have also updated line and spline examples to illustrate it. * Add changeset --------- Co-authored-by: Sean Lynch <techniq35@gmail.com>
* Add Month component (WIP) * Support start/end that do not align on year boundaries (ex. last 90 days) * Refactor Month component to remove unused rangeMonths and enhance month label generation * Update monthLabelHeight calculation to conditionally account for label visibility * Update Month component to use current date as end date instead of last day of year * cleanup examples * remove old Month docs * Remove `optimizeDeps.include` from vite.config.js (not needed anymore for "optimized dependencies changed. reloading" issues
…nsform pan/zoom and brush selection. Uses range-rescaling pattern to smoothly zoom and pan categorical bar charts. Automatically constrains panning to data boundaries and prevents zooming out past initial view.
…hen the domain is larger than the available space. Automatically shows more tick labels when zoomed in on band scale transforms.
Prioritizes results whose title starts with or contains the search query, showing them in a "Best match" group above regular results.
…Path, preventing non-interactive overlays from capturing hit canvas events
…ePointer` to TransformState when props change. Fixes inverted globe dragging when dynamically switching between flat and globe projections.
…ale: true` in default `transformApply` for globes.
…are now interpreted as relative values. `scaleExtent: [0.5, 8]` means 0.5x to 8x of the fitted projection scale. `translateExtent` is offset from the initial fitted position in pixels.
…with one another across different projections (mercator, orthographic, natural earth, etc)
…ct, Circle, Ellipse, Line, Text, Path, Group)
…during bench:save Trim to 5 representative primitives (rect, circle, group, text, path) and cap scaling at 250 instances. The full suite with 7 primitives and 1000-instance scaling accumulated enough memory to crash the browser tab when run alongside all other benchmark suites.
… for per-segment styling
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>


No description provided.