All Versions
102
Latest Version
Avg Release Cycle
85 days
Latest Release
-

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