Trestle v0.8.4 Release Notes

Release Date: 2017-08-24 // over 6 years ago
    • Implement auto-formatting of Array column values
    • Implement formatting of tag column values with format: :tags
    • ๐Ÿ‘ Allow resource actions to respond to JSON/JS
    • ๐Ÿ”— admin_link_to and admin_url_for no longer fall back to the current admin
    • ๐Ÿ›  Fix table column blocks within ERB and Haml templates
    • โž• Add support for polymorphic associations in default form/table
    • โž• Add support for Sequel ORM (See Trestle::Adapters::SequelAdapter)
    • โšก๏ธ Pass full params as additional parameter to #build_instance and #update_instance Adapter methods
    • Add #human_attribute_name Adapter method
    • 0๏ธโƒฃ Split Adapter#default_attributes into #default_form_attributes and #default_table_attributes
    • โšก๏ธ Updated dependency versions (kaminari, autoprefixer-rails, Flatpickr)
    • ๐Ÿš… Depend on railties rather than rails
    • โœ‚ Remove dependency on coffee-rails