1.6.1
Adding new form layouts, toast and switching to selenium for UI tests. Fixed readonly fields, added many tests
and upgraded Fomantic-UI version.
Closed issues:
- Can not tick CheckBox field when it is in group #593
- Message view Icon placement is strange #592
- Modal without any action buttons at the bottom still shows action div #583
- DropDown doesn't open when having showOnFocus=false #580
- Feature Request: JsReload should be able to set .api parameters (like Form does) #578
- Disabled fields can still be focused and edited #575
- Grid sorting memorizes previous sort order in URL #573
- Columns not sorting if added after setModel #544
- Calendar form field on('change') event handler not working #521
- Upload FormField: Setting placeholder via placeholder does not work #483
- Placeholder is not picked up from Model field ui[placeholder] property #468
- type='money' is no longer using 'Money' column decorarot #414
Merged pull requests:
- fix DropDown field HTML markup (getTag usage) #604 (@DarkSide666)
- fix/Readonly state for Lookup and Autocomplete #603 (@ibelar)
- fix/Dropdown multiple value #602 (@ibelar)
- Feature/form section #600 (@ibelar)
- Feature/accordion only #599 (@ibelar)
- Feature/fix add column #597 (@DarkSide666)
- don't show never_persist fields as changed - that's confusing #596 (@DarkSide666)
- Switched to selenium... and it works, YEY #595 (@romaninsh)
- Feature/Toast Module - Fomantic 2.6.4 Release #594 (@ibelar)
- fix demo database #591 (@DarkSide666)
- fix/lister demo template #588 (@ibelar)
- Feature/dynamic scroll #587 (@ibelar)
- Feature/demo lineend bug #586 (@DarkSide666)
- Fix/#573 Memorize url #585 (@ibelar)
- Only show action <div> if there are actions #584 (@PhilippGrashoff)
- Feature/jsReload with semantic configurable api options. #582 (@ibelar)
- add formConfig to pass parameters to FUI .form() #581 (@PhilippGrashoff)
- Allow PHP 7.2+ to check method signatures #579 (@romaninsh)
- View::on now takes callback and JS actions #577 (@PhilippGrashoff)
- fix/ set input attribute to readonly or disable. #576 (@ibelar)
- Sorting should happen later. Fix #544 #574 (@DarkSide666)