ex_admin v0.8.2 Release Notes
Release Date: 2016-11-20 // about 8 years ago-
โจ Enhancements
- ๐ Support the new side effect free xain package
- โ Added a number of new tests
- ๐ admin.install mix task supports brunch
- Install assets to web/static
- Append instructions to brunch-config.js
- ๐ฑ admin.install --no-brunch option to install assets to priv/static
- csv macro enhancements
- Support csv [:field1, :field2, {:field, fun/1}] format
- Support csv column :field without the need to add a fun
- Removed the side effect ridden builder approach
- โ Added I18n support with a french .do file
- ๐ Support display_name in breadcrumbs
- ๐ Support favicon
- Modified ExAdmin.Helpers.display_name to fall back back to get_name_field contents
- โก๏ธ Updated to Phoenix 1.2
- ๐ Support Ecto 2.0
- โ Added experimental ajax support for dynamic for fields
- Define a collection field, that when selected, dynamically adds a field scoped to the selected field
- โ Add configurable title
- ๐ Support multiple before and after controller filters
- ๐ Support override field labels on index filters box
- โ Added ability to replace default layout
- ๐ Allow to specify type of input explicitly
- member_action and collection_action macros now generate action links
- Consolidate js and css files into a 2-3 files per template
- ๐ Support setting explicit field types in forms
- ๐จ Much more refactoring and code simplification
- ๐ Experimental support for string and integer array fields
- Scopes preserve filters
- Scope counts include filtered records
- Column sorting preserve current scope
- Russian locale
- Search options for string filters
- ๐ Support only, except, and all options for show attributes_table macro
- ๐ Support Ecto map and array of maps types
- โ Add require applications to support exrm. #202
- Custom labels for actions
- Dispatch ExAdmin.Authorization by resource instead of defn
- ๐จ Refactored authorization to perform check after resource loading
- โ Added support of hint option for form elements
- Ability to completely disable actions column on index_view
- โ Add after filter support to destroy action
- โ Added :url option for menu macro
๐ Bug Fixes
- ๐ Fix errors in README.md
- โ Remove unused factorygirl dependency
- โ remove batch_actions if :delete action restricted
- action_item macro now works with the new action_items macro
- csv now exports times and dates
- ๐ Fix many to many form collection without a name field
- Use get_id & display_name instead of hard-coded :id & :name columns when build select box
- โ Remove duplicate scope buttons
- ๐ Support multiple page files (i.e. dashbaord like pages)
- ๐ Fix issues with order of csv macro
- ๐ CSS not found - typo in documentation
- Avoid stringifying struct keys
- ๐ Fix form has_many
๐ Deprecations
- ๐ actions :all macro deprecated. Use action_items instead
Backward incompatible changes
- Dispatch ExAdmin.Authorization by resource instead of defn
Previous changes from v0.7.1
-
First version published to Hex