v0.9.6
- 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 toavatar
helper - Add
avatar-sm
andavatar-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 tomain
across all TrestleAdmin repositories