Skip to content

v0.9.7

Compare
Choose a tag to compare
@spohlenz spohlenz released this 16 Nov 02:57
· 353 commits to main since this release
  • Allow helpers and custom fields to be lazily declared using procs (or String constant names)
Trestle.configure do |config|
  config.helper -> { CustomHelper }
  config.form_field :custom, -> { CustomFormField }
end
  • Sort navigation items by name when priority levels are identical (#421 )
  • Update to Bootstrap 4.6.2, jQuery 3.6.1, rails-ujs 6.1.7
  • Fixed compatibility with Haml 6.x (#424)
  • Switch CI from Travis CI to Github Actions