Adrien Poly

Results 166 comments of Adrien Poly

some documentation have been added https://stimulus-use.github.io/stimulus-use/#/use-transition and few bugs fixed if you want to try the v0.24 beta (yarn add stimulus-use@beta) in the last version there is a breaking change...

Hello I have an on going refactoring of useTransition that will transition on multiple targets. The API looks like that currently ```js .... static targets = ['item'] .... connect(){ useTransition(this,...

Yes exactly, I have a WIP branch on exactly this topic. And this should be generalised to other mixins too.

peux tu changer dans la description de la PR `fixes` par `relates` comme cette PR ne fix pas tous les problèmes de l'issue après j'ai vu qu'à plusieurs endroit il...

@cyrildotcc ☝️ 😄

Hey some quick feedback 1) I really like better stimulus concept as it is now. It is quick and easy to read and makes an excellent complement to the official...

Hey I looked into the code but don't see any easy way to achieve this with the current Implementation. I was thinking to migrate this package to [Stimulus-Use](https://github.com/stimulus-use/stimulus-use) at some...

actually the published 3.0 version on npm already is compatible with hotwired. I realized I forgot to merge the Stimulsu 3 branch to master and released to official (non beta...

yarn add stimulus-flatpickr@beta should pick 3.0 will try to publish the official 3.0 today

yes this is definitely on my roadmap to support the value API. And some overalls clean up of this library, but I was quite busy with [Stimulus Use](https://github.com/stimulus-use/stimulus-use) recently. Also...