Skip to content

v0.20.0

Choose a tag to compare

@zachahn zachahn released this 09 Jan 22:22
· 69 commits to main since this release

Improvements

  • Added two more current_action categories: collection? and member?
  • Added many more form field helpers, for use with #super_form_for
  • Added many more form field helpers, for use with Super::Form
  • Internationalize Super::Link
  • Added #process_text, #process_href, #process_options to LinkBuilder to
    allow for customizing a default Link
  • Added support for specifying the form action endpoint URL
  • Added support for changing paginated URLs

Breaking changes

  • The I18n key super.layout.powered_by is now super.layout.powered_by_html
  • Changed the public interface for Super::LinkBuilder

Fixed

  • You can now use the NPM package in addition to just importing it!
  • Show the member header on the show page
  • Hide the batch action checkbox on the show page
  • Prevent global changes to the registered LinkBuilders