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

Changelog History
Page 5

  • 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?
  • v3.4.26 Changes

    • fix padding for dynamic action_group inside action_group
    • 🛠 fix using gem with symlink in BUNDLE_PATH option of config/bundle file
  • v3.4.25 Changes

    • call focus_first_element after highlight and trigger element_created
    • 🛠 fix restoring focus to element which triggers update column
  • v3.4.24 Changes

    • allow to set :controller in active_scaffold_record_select_autocomplete parameter or active_scaffold_input_text_options
    • 🛠 fix keeping focus after update_columns when focus was changed to a field which is going to be updated
    • no autofocus first input if is inside .no-autofocus tag
    • use active_scaffold_enum_options on select search_ui
    • add submit_text option for field_search and search partials
  • v3.4.23 Changes

    • 🛠 fix chosen on new subform rows
    • ➕ add show_ui to column
    • ➕ add :vertical and :horizontal show_ui for associations
  • v3.4.22 Changes

    • 🛠 fix has_one/many tableless model through association
    • 🛠 fix check default value for checkboxes, so if record in subform, with checkbox, is left as default, is not saved, but setting checkbox would save record
    • 0️⃣ singular associations on subform are not always created, so you can leave default values on fields and skip creation, in other case some validations could fail and force to create singular associations
    • 🛠 fix counter cache on polymorphic for rails 4.2.1
    • 🛠 fix set cursor at end when focusing first element of form
  • v3.4.21 Changes

    • 🛠 Fix excluding a bridge
    • 👍 Allow to call helpers from dynamic_parameters proc
    • 🛠 Fix warn when form is changed on create/update loaded on page (without AJAX)
    • Fix XSS vulnerability when using to_label with as_ (#425)
    • Set cursor at end when focus first element
    • Set focus on form.search after search with refresh_with_header
  • v3.4.21.1 Changes

    • 🛠 Fix field_search when contains is used on rails 4.2
  • v3.4.20 Changes

    • ⚡️ Update tinymce bridge for tinyMCE 4.x
    • Ignore :format in conditions_from_params
    • 💻 column with :radio form_ui works like :select form_ui in list and show
    • Fix default opt_value in search_range when comparator options is overrided
    • translate include_blank in select search_ui
    • ➕ Add column.css_class to li tag on field search
    • Allow to set having in custom_finder_options