-
Notifications
You must be signed in to change notification settings - Fork 69
Native Stimulus 3 Support #170
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
Conversation
* Using @hotwired/stimulus-webpack-helpers in the docs * Removing webpack-helpers from source code * Using stimulus-webpack-helpers in playground
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this going - an annoying detail - we're doing the same over in the symfony packages :)
Hey @adrienpoly! Were you planning to make a release using this sometime soon? We're (on Symfony UX) sort of waiting for the ecosystem to start supporting v3 before we jump to it. That's already happening (e.g. stimulus-autocomplete just released v3 support), so things are in a weird "in between" spot now. If you released v3 support, I would push to get our support released - but I may push for it anyways soon either way. Thanks! |
Hello @adrienpoly. Thanks for the awesome library! As others have commented, I am too waiting on the new release to be able to upgrade to Stimulus 3.0. I understand that it's on you own time and you might be busy. But if you could just give us a bit of an expectation on when are you planning on releasing this update, it would help to make a decision on what to do with regards to this library. Thanks! |
Hi @adrienpoly Any update on when this will get merged in? |
I'm not sure where is the best place to ask, so I'll ask here: Is this repo/project dead? |
Hey @janklan, it's definitely not dead. We are looking to get this merged in asap, there were just a lot of moving parts in the Hotwire space. |
Phew, that's a relief. I'm looking at ditching AlpineJS for Stimulus in my Symfony application, and this package seems to be a make-or-brake part in doing so. Last commit 7 months ago is usually a sign of bad things on the horizon. Is there a timeline? I know it's open source, people invest their time etc etc., so I'm not trying to be pushy in any way, I just need to make an executive decision to either dive in the beta, or hold back. |
There is no official timeline. But I'm planning to work on getting the library updated in this coming week, there are a few chores which are overdue. |
Cool, thanks for the update! |
@marcoroth If you're able to list any of those chores... and the rest of us can help, seriously let us know :). Thanks for your efforts - looking forward to the non-beta 0.50 release! |
* Upgrade Playground Use Vite Upgrade Tailwind Extract Stimulus `application.js` Expose Stimulus Application on `window` Removed some dependencies from main `package.json` * explictly set vite server port * also set vite server host explicitly * Upgrade Cypress * prepend vite commands with `yarn` * install playground deps
Thanks for your offer @weaverryan. I think at this point it doesn't really make sense to split up the work. But I really appreciate it! We are super close to release the final version! |
Good news! We just released You should also be able to remove the Please let us know if you see anything unexpected, thank you! |
The best news to read the first thing in the morning. Thanks! |
mostly replace stimulus imports by @hotwired/stimulus
this version can be tested by installing v0.50.0-0 beta version