Skip to content

v0.9.6

Compare
Choose a tag to compare
@spohlenz spohlenz released this 18 May 06:33
· 371 commits to main since this release
  • Render enum columns as radio buttons within automatic forms (#379)
  • Add support for hash and array parameters in config.persistent_params
  • Implement admin Registry class with support for resource lookups by model
  • Allow passing Trestle.resource(..., register_model: false) to disable model lookup registration
  • Allow class option to be passed to avatar helper
  • Add avatar-sm and avatar-lg CSS classes for small and large avatars
  • Allow HTML options to be passed to sidebar helper
  • Update to Bootstrap 4.6.1, jQuery 3.6.0, FontAwesome 5.15.4, Flatpickr 4.6.13, rails-ujs 6.1.3
  • Revamped sandbox for improved development process
  • Standardize colors for additional alert styles, and add support for variable-width alert icons
  • Fix Ruby 3 kwargs forwarding within form renderer
  • Fix backgrounding and scrolling of stacked modals
  • Fix logo stretching in sidebar header
  • Add Rails 7 to Travis CI tests and update Ruby versions
  • Add CONTRIBUTING.md guide

Housekeeping:

  • The master branch has been renamed to main across all TrestleAdmin repositories