Trestle v0.9.2 Release Notes

Release Date: 2020-01-27 // about 4 years ago
    • โž• Add German translations [Mischa Schindowski]
    • โž• Added --singular option to trestle:resource generator for generating a singular resource:

      rails generate trestle:resource account --singular

    • ๐Ÿ‘ Allow setting custom options on automatically generated forms, e.g.

      form dialog: true

    • โž• Add #new, #save, #delete and #dismiss button shortcuts for resource toolbars

    • ๐Ÿ‘ Allow title and toolbar helpers to be called from within controller actions

    • ๐Ÿ‘ Allow static_field to automatically infer value rather than require it to be explicitly set

    • ๐Ÿ‘ Allow custom HTML options to be set on navigation items

    • ๐Ÿ‘ Allow options to be overridden when embedding tables

    • โšก๏ธ Updated to Bootstrap 4.4.1

    • โšก๏ธ Update i18n key for admin breadcrumbs to be more consistent (admin.<admin-name>.breadcrumbs.index)

    • ๐Ÿ‘‰ Use count(:all) instead of count in ActiveRecord adapter to fix ambiguous column errors in joined queries

    • ๐Ÿ›  Fix loading of Flatpickr locale files

    • ๐Ÿ›  Fix initialization of JS translations when en locale is not available

    • ๐Ÿ›  Fix tab initialization on context refresh