Skip to content

v1.4.0

Compare
Choose a tag to compare
@derekprior derekprior released this 11 Sep 19:58
· 612 commits to main since this release

Added

  • user_params method was added to Clearance::UsersController which provides
    a convenient place to override the parameters used when creating users.
  • Controllers now inherit from Clearance::BaseController to allow for easily
    adding behavior to all of them.

Changed

  • The sign out link in the default application layout has been replaced with a
    semantically correct sign out button. This also removes an unnecessary
    JavaScript dependency.

Fixed

  • Clearance now uses original_fullpath when redirecting to a saved URL after
    login. This should improve the behavior in mounted engines.

Full Changelog