A collection of composable behaviors for your Stimulus Controllers
A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus
👩👧👦 👨👧👦 : A simple Stimulus Controller to manage Parent/Children controllers with simple conventions
Advanced datepicking example app with Stimulus + Flatpickr + Turbolinks
Bump ua-parser-js from 0.7.31 to 0.7.33 (#272)
Bumps ua-parser-js from 0.7.31 to 0.7.33.
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits
that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after
your CI passes on it@dependabot cancel merge
will cancel a previously requested merge
and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
Security Alerts
page.Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps ua-parser-js from 0.7.31 to 0.7.33.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.Add dev-builds (#271)
This pull request adds a GitHub Actions workflow for creating stimulus-use dev-builds at https://github.com/stimulus-use/dev-builds
This pull request adds a GitHub Actions workflow for creating stimulus-use dev-builds at https://github.com/stimulus-use/dev-builds
this is awesome @marcoroth lets try it
you have the dev builds available here https://github.com/hotwired/dev-builds/tags
Improve the sponsors logo image (#176)
Co-authored-by: Sunny Ripert sunny@sunfox.org
Currently the sponsor images does not properly manage the different ratio of the logos (square vs 16/9) as an example here is what it could look like currently with multiple logos. (Kard and Scalingo are cropped)
This PR fixes that by using the built in crop feature of Cloudinary
It does also add srcset 2x for Retina display
and lastly rather than displaying only the visible
Sponsor I added a new scope latest(n)
in order to always display the latest 4 sponsor on the home page. I think is is best to show the sponsor for a longer period (for them and for us) . Open to discuss that choice.
Rather than growing the sass, I started adding utilities. Those utilities have the same name has Tailwind. As part of the revamp of the site I think we will move to TW at the end so that will remain transparent once we have done this move.
rename scope visible -> current
Update app/models/sponsor.rb
Co-authored-by: Sunny Ripert sunny@sunfox.org
improve responsivness
Currently the sponsor images does not properly manage the different ratio of the logos (square vs 16/9) as an example here is what it could look like currently with multiple logos. (Kard and Scalingo are cropped)
This PR fixes that by using the built in crop feature of Cloudinary
It does also add srcset 2x for Retina display
and lastly rather than displaying only the visible
Sponsor I added a new scope latest(n)
in order to always display the latest 4 sponsor on the home page. I think is is best to show the sponsor for a longer period (for them and for us) . Open to discuss that choice.
Rather than growing the sass, I started adding utilities. Those utilities have the same name has Tailwind. As part of the revamp of the site I think we will move to TW at the end so that will remain transparent once we have done this move.
Remove unintuitive twitter validation (#173)
cool thanks for fixing it