Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

v0.1.4 — New select/radio/checkbox logic

Compare
Choose a tag to compare
@a-barbieri a-barbieri released this 01 Feb 17:29
· 204 commits to master since this release
32808b8

In order to upgrade from 0.1.3 you need to run the following migration.

rails generate migration changeAllowNullDefault

Then in the migration file just created add the following line:

def change
    change_column_default :binda_field_settings, :allow_null, true
end

Once done all you need is to migrate the database

rails db:migrate

NOTES

There is a new logic for select/radio/checkbox buttons. See Official Documentation

UPDATES

  • Add remove orphan fields task to guidelines
  • Better explanation of get_repeater helper
  • Use JSPrettier to clean js and sass code properly
  • Remove all glyphicons, better components index sorting
  • Cleaned views, changed errors notices
  • Add TinyMCE code button to toolbar
  • Huge work on building the select/radio/checkbox logic and all tests.
  • Add Rubocop to better test code locally

FIXES

  • FIX #145
  • FIX #128
  • FIX #126
  • FIX #149
  • FIX #150
  • FIX #130
  • FIX #141
  • FIX #22
  • issue when saving field setting/group with a slug already present in database
  • issue with has_string and has_text helpers that return false for empty string
  • issue with sidebar on small viewports
  • issue with release 4.7.5 of TinyMCE-rails and update the other dependencies
  • description on selection fields