-
Notifications
You must be signed in to change notification settings - Fork 2
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
Install doesn't actually work. #1
Comments
hey @nickisnoble, thx for the issue. Yea this is impractical. We didn't get around to publishing it to npm due to time reasons and us already making improvements & fixing a lot of stuff in version 2.0 (Including cleaning up the documentation, removing all the storyboard stuff etc.). Hopefully, we have time to update & publish the new version some time in the following weeks. |
Is that the nnnew branch? I'd love to try it even if it's early |
yea, the |
@nickisnoble quick update, v3 is coming together. Feel free to take a look at the v3.0 branch. There is also an example / test page under |
@MaximilianHeidenreich Willing to help on v3/v4/vwhatever to get a NPM release going. What's the roadmap to getting it ready? I am interested in helping. |
@sallaben Hey, thanks for your interest and sry for the late answer. We have been quite busy. I am currently experimenting with v5 / Svelte 5 as this seems to be a big leap. Will be adding that branch some time soon. I'ma get back to you on that as soon as thats there 🙌 |
1. Following your instructions:
(Which already kinda sucks because now I need to modify my entire build process with a kludge for one package – and seems to add a bunch of stuff that I really don't want in my bundle, like storybook)
2. Having a fresh sveltekit app with this component:
(I do wish it was a one liner:
import {Board, Positionable, type TBoard, type TBoardSettings} from "@deta/tela";
)
... results in a 500 error.
The text was updated successfully, but these errors were encountered: