All Versions
102
Latest Version
Avg Release Cycle
85 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v3.4.38 Changes
- ensure add_existing and delete_existing are removed when list is not nested
- ๐ป add :percentage list_ui, use jquery ui slider, set slider options on column.options[:slider], :value_method (default to column name), :min_method and :max_method to get value, min and max options from record
- ๐ fix default required for column with :checkbox form_ui and inclusion validator on rails 3.2
- ๐ fix search on habtm column on postgresql
- fix for format_number_value with nil
- โ add includes for sorting columns only if columns is not displayed, add to includes for postgresql, to outer_joins for others
-
v3.4.37 Changes
- ๐ return valid css class for subgroups, e.g. when name with dot is used for translation scopes
- โก๏ธ check permissions for add existing and delete existing, use nested parent record authorized for update nested association column
- ๐ TinyMCE bridge integrate better with the tinymce-rails (thanks to @subfusc)
- Remove own country_select helpers and convert into bridge for country_select gem (now it will save country code instead of country name, migrate data or restore old behaviour setting columns[:col].options[:format] = :old)
-
v3.4.36 Changes
- ๐ Fix tableless for rails >= 4.1 for associations with table
- use number_with_precision for non-integer numbers with i18n_number format, so strip_insignificant_zeros and precision can be used
-
v3.4.35 Changes
- ๐ Fix JS error on update columns when request fails and form is loaded on page
- ๐ป Not raise exception when trying to scroll to missing element
- ๐ Fix error on rails 3.2 caused by a workaround to fix eager load HABTM with scope on rails 4.2
-
v3.4.34 Changes
- ๐ Fix past, future and range on field search with rails 4, local time was used instead of UTC
- Ignore search params when params[:id] is set
- Eager load HABTM with scope using left join
- โ Add active_scaffold/indicator.gif to precompile so rails 4.2 precompiles it
- โ Add support for ActiveRecord::Enum so :select form_ui is used by default
- ๐ Fix nested link on self-association belongs_to for rails >= 4.1
- ๐ Fix update_column for boolean columns with default true on rails 4.2
- ๐ Fix columns lost on tableless models on rails 4.2
-
v3.4.33 Changes
- Fix _base_form when used with actions, so :multipart and :persistent can set to false instead of getting them from action config
- โก๏ธ Copy update.columns from create.columns, if not defined
- Ensure ajax:complete is called to enable form after render_form_field request, even if element is removed
-
v3.4.32 Changes
- โ Add ActiveScaffold.reload_embedded JS method, to reload an embedded scaffold
- ๐ Fix nested on composite primary key associations
- Fix render :super on partials rendered with :collection (like _list_record)
- ๐ Fix required on paperclip, carrierwave and dragonfly bridges, when file is already saved
-
v3.4.31 Changes
- ๐ fix multiple support for :select form_ui with non-association columns
- โ remove yaml response support, not used in rails usually and no support for respond_to :yaml
- clean code to generate API responses (json/xml)
- really fix compatibility with composite primary keys gem
- ๐ fix country select on rails 3.2
- ensure prefixes have active_scaffold_overrides when delayed_setup is used
-
v3.4.30 Changes
- ๐ฑ move jquery-ui images to app/assets for rails 4.2 compatibility
- clean css so no need to reverse links on nested
- fix responds_to_parent with redirect
-
v3.4.29 Changes
- ๐ป fix for search_ui :multi_select on non-association column and non integer options
- ensure id for radio button is valid
- check foregin_type present, not only nil, on polymorphic associations