PushType v0.2.0 Release Notes

Release Date: 2015-02-09 // about 9 years ago
    • ๐Ÿ‘‰ Use the hot new Postgres jsonb data type
    • Nestable.has_child_nodes now accepts :order option for custom ordering of nodes through Node#children. This allows blog-like functionality
    • Can now 'unexpose' nodes through config.unexposed_nodes option or Nestable.unexpose!
    • ๐Ÿšš WYSIWYG editor moved to it's own gem (included by default) and fully integrated with media library
    • ๐Ÿ†• New array field types and tag list field types
    • โž• Added hooks for field types to dynamically add methods to Node classes
    • โž• Added config options for customising dragonfly configuration
    • ๐Ÿ‘Œ Improved the method for generating default thumbnail images with dragonfly
    • ๐Ÿฑ Simplified the JSON serialization of assets and nodes
    • ๐Ÿฑ Developers can add assets to be used in the admin UI with PushType.admin_assets
    • Simplified the config class
    • ๐Ÿ›  Fixed an issue where authenticate_user! did not redirect with correct namespace

    Compare all changes