Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte 5 natively #99

Open
vyconm opened this issue Sep 27, 2024 · 6 comments
Open

Svelte 5 natively #99

vyconm opened this issue Sep 27, 2024 · 6 comments
Milestone

Comments

@vyconm
Copy link

vyconm commented Sep 27, 2024

Just dropping this issue by to be hopefully added to the v2 milestone - svelte 5 should hopefully make it a lot easier to write features!

fyi awesome library! I am currently "exploiting" it by setting a grid fidelity where each pixel is a grid position, and using it to freely place items ;) I may have some more ideas and will try to contribute in the future.

@cuire cuire added this to the 2.0.0 milestone Oct 27, 2024
@fabiot21
Copy link
Contributor

@vyconm are you working on this?

@vyconm
Copy link
Author

vyconm commented Jan 27, 2025

@vyconm are you working on this?

do you mean Svelte 5 support for this library or the project in question where I'm using it?

@fabiot21
Copy link
Contributor

I mean on this specific feature (Svelte 5 support) 😄

@vyconm
Copy link
Author

vyconm commented Jan 27, 2025

Unfortunately not - I am quite early in my career as a JS/Svelte Dev and may lack the proper skills. Sorry!

@cuire
Copy link
Owner

cuire commented Feb 1, 2025

I have a few drafts. But have no time for it. Ill try to find some and will link it there

@jffaust
Copy link

jffaust commented Feb 3, 2025

In the meantime, it is possible to still use this library with a Svelte 5 project by adding the following to package.json:

  "overrides": {
    "svelte-grid-extended": {
      "svelte": "^5.0.0"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants