All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
toggle_bool_column
fails working with decorated objects.
- Nested select input allows to work with non virtual attributes.
- Image and attachment builders don't ask for file existence anymore.
- Include active_material gem.
- Define custom Material style for xdan jQuery DateTimePicker.
- Define custom Material style for toggle_bool.
- Include generator argument theme to be able to install addons with/without material theme.
- Allow customization for active_material, date_picker & toggle_bool
- Use chromedriver-helper gem to avoid "unable to connect to chromedriver".
- Allow toggle bool in table_for.
- New buttons for toggle bool.
- Add interactive tag selector for enums.
- Add named AASM machines support.
- Remove useless coffee-rails dependency.
- Use pessimistic version for require_all gem to avoid incompatible 2.0 version.
- Add
predicate
option on Ajax search.
- Add sass-rails as dependency to avoid sass syntax error.
- Use Chrome instead of Firefox to run integration tests.
- Update Rails to 4.2 version at least.
- Demodulize class name in CustomBuilder.
- Alias build instead of add_classes_to_body.
- Add Toggleable Booleans.
- Don't rely on :class_name option being set on association to identify its class.
- Update select 2 to version 4.
- Set DateTimePickerInput default options from gem's setup block.
- Rename :ajax_filter to :search_select_filter.
- Rename :range_select to :numeric_range_filter.
- Add selected list input to handle many to many associations.
- Add ability to enable select2 for specific select controls
- Make default select configurable.
- Add initializer to setup addons.
- Add automatic deployment on tags push through travis.
- Enable allowClear in select2_search.
- Allow :order option if Ajax Search.
- Respect date_time_picker input_html[:value].
- Allow date_time_picker in ActiveAdmin custom pages.
- Allow customizable select2 values.
- Replace slashes to underscore in module name.