All Versions
31
Latest Version
Avg Release Cycle
40 days
Latest Release
2825 days ago

Changelog History
Page 3

  • v0.5.1 Changes

    August 16, 2015
    • No noteworthy changes

    Compare all changes

  • v0.5.0 Changes

    July 16, 2015
    • ๐Ÿ’ป Use pickadate for cross-browser date and time picker fields
    • ๐Ÿ‘‰ Use selectize for better select fields
    • ๐Ÿ†• New or improved field types:
      • Time fields
      • Select fields (with multiple option)
      • Improved tag list field
      • Asset picker field type
      • Node field type (since deprecated)
      • Repeater field type (oh yes!)
      • Matrix field type (oh damn, yes!)
    • ๐Ÿ›  Fixed issue where tag list was not returning correct default value

    Compare all changes

  • v0.4.0 Changes

    April 23, 2015
    • Node's have dyanamically defined presenter classes, allowing custom fields to add methods to the presenter (fancy pants jiggery pokery!)
    • ๐Ÿ†• New markdown field type
    • ๐Ÿ—„ New taxonomies model (since deprecated)
    • โœ… Lots of bug fixes, minor UI improvements, and loadsa tests

    Compare all changes

  • v0.3.3 Changes

    March 10, 2015
    • โช Reverted a change introduced in v0.3.2 which changed the database schema. Proved more hassle than it was worth

    Compare all changes

  • v0.3.2 Changes

    March 07, 2015
    • โž• Added a config option for setting a default mailer from address
    • ๐Ÿ‘Œ Improved email default mailer layout design
    • ๐Ÿ‘Œ Improved UI for navigating through the node tree
    • ๐Ÿ›  Fixed code reloading issue in development environment

    Compare all changes

  • v0.3.1 Changes

    February 23, 2015
    • โช Restored a change on v0.3.0 that broke things quite catastrophically

    Compare all changes

  • v0.3.0 Changes

    February 23, 2015
    • ๐Ÿ†• New menu builder class and an API for adding menu items to the admin UI
    • โช Can now trash, restore and permanently delete nodes and assets
    • ๐Ÿ†• New sensible default setup page for first time users
    • โž• Added a rails generator for creating custom fields
    • Can now define custom fields from the node generator
    • ๐Ÿ”จ A refactor of the node before and after action filter hooks
    • โฌ†๏ธ Dependency upgrades and minor fixes and improvements

    Compare all changes

  • v0.2.1 Changes

    February 17, 2015
    • โž• Added node before and after action filter hooks
    • ๐Ÿ›  Fixed an issue with tag list field rendering
    • ๐Ÿ’ป The media drag and drop UI is now hidden from IE9 users
    • ๐Ÿ›  Fixed a number of IE9 bugs with the WYSIWYG editor

    Compare all changes

  • v0.2.0 Changes

    February 09, 2015
    • ๐Ÿ‘‰ 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

  • v0.1.1 Changes

    January 08, 2015
    • โž• Added a config option for setting media styles
    • ๐Ÿ‘ Better human-friendly URLs for dragonfly asset URLs. Accepts style parameter for on-the-fly resizing
    • ๐Ÿ›  Fixed a namespacing issue on the FrontEnd controller

    Compare all changes