All Versions
31
Latest Version
Avg Release Cycle
40 days
Latest Release
2825 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.5.1 Changes
August 16, 2015- No noteworthy 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
-
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
-
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
-
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
-
v0.3.1 Changes
February 23, 2015- โช Restored a change on v0.3.0 that broke things quite catastrophically
-
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
-
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
-
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 throughNode#children
. This allows blog-like functionality- Can now 'unexpose' nodes through
config.unexposed_nodes
option orNestable.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
- ๐ Use the hot new Postgres
-
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