All Versions
100
Latest Version
Avg Release Cycle
85 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
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
-
v3.4.28 Changes
- don't stop on first associated record with error
- compatibility fix for composite primary keys gem
- ๐ fix double columns output on json and xml formats
- ๐ป fix for search_ui :multi_select on non-association column
-
v3.4.27 Changes
- support use_html option in columns for inplace_edit
- don't add errors added on update_record_from_params to flash[:warning], they are on errors array, keep errors from update_record_from_params when running valid?