scambra / devise_invitable

An invitation strategy for devise
MIT License
2.66k stars 553 forks source link

When is the next planned release? #889

Closed bunufi closed 1 year ago

bunufi commented 1 year ago

I have noticed that turbo issue, when validation errors are not displayed in "set password" form, is fixed with: https://github.com/scambra/devise_invitable/commit/87228c1feefa0fea1d74f82fe7867111fddc7f91

This is great and is exactly what we need for our app!

Currently we are requiring devise_invitable via git in the gemfile and would like to move to regular releases.

When the next release is planned?

There is really no rush and I have set up a github notification for this. I just think that this will be very relevant for other stacks with this gem and hotwire. Thanks for creating and maintaining this gem!

scambra commented 1 year ago

I don't have plans for releases, I just release after few fixes, or a while after one fix. As this fix may be really important for every project using latest rails, I may release it tomorrow

scambra commented 1 year ago

2.0.8 released

bunufi commented 1 year ago

Amazing! Thanks a lot for such a quick response and release.