Thanks for using StimulusControllerResolver! In this version, we have one new feature:
- Make controller attribute name dynamic: It's possible to adjust Stimulus's schema, for example to use
data-stimulus-controller="..."
instead of the defaultdata-controller
. (Docs: https://stimulus.hotwired.dev/handbook/installing#overriding-attribute-defaults) StimulusControllerResolver will now automatically recognise the configured schema.
Many thanks to @drjayvee for contributing this feature!