1.7.0
In 1.7 we now rely on VueJS for new components and the first component to make use of VieJS is the MultiLine edit.
$f = $app->add('Form');
// Add multiline field and set model.
$ml = $f->addField('ml', ['MultiLine', 'options' => ['color' => 'blue']]);
$ml->setModel($inventory);
For more information see demos/multiline.php
.
Also we continue to improve documentaiton and work on bugs. Full list of changes below:
Closed issues:
- Grid and CRUD is not aware of having menu=>false #720
- Bug in custom CRUD->itemCreate support #719
- Upload field dialog opens multiple times #717
- addFields() doesn't work for forms #695
- Display Exception in Atk callback #691
- RawGit is shutting down. The latest example defaults to RawGit shared resources. #685
- Running jsReload causes sub-modals to multiply in modal->set() #681
- Semantic applies opacity 2 times on disabled fields #679
- Lookup field empties itself when resetting #664
- On Custom Form Layout, Lookup FormField has an empty <label> tag #663
- Looking for a weekly meeting coordinator #658
- With Fomantic UI 2.7.2 jsNotify hides at once #647
- Field error message should disappear on(change) #515
Merged pull requests:
- fix/Generic Input onChange event #725 (ibelar)
- Documentation corrections #723 (acicovic)
- fix/File upload - jsModal Css #722 (ibelar)
- Fix #719 and #720 #721 (DarkSide666)
- Update README.md #716 (NicolasRoehm)
- Add addFields() in _Abstract.php #714 (acicovic)
- Feature/console form demo #713 (DarkSide666)
- comment fix #712 (DarkSide666)
- overview.rst corrections #710 (acicovic)
- Add TableColumn Caption definition in model #708 (abbadon1334)
- fix/Grid - jsSearch #707 (ibelar)
- Allow easy routing implementation #706 (abbadon1334)
- feature/Alert user when leaving page with un submit form. #705 (ibelar)
- prevent nginx caching #704 (romaninsh)
- feature/Card Column #703 (ibelar)
- Only prepend namespace for known classes #702 (romaninsh)
- features/MultiLine Form Field #700 (ibelar)
- Change CDN from rawgit to jsDeliver #699 (romaninsh)
- implement Form->addFields() #697 (DarkSide666)
- Documentation Corrections #694 (acicovic)
- Features/vue enhancement #693 (ibelar)
- Documentation corrections #692 (acicovic)
- afterRow is good to render sub lines related to any line #690 (gowrav-vishwakarma)
- Grammar, syntax, copyright name, spell check #689 (Steveorevo)
- feature/Dropdwon callback. #688 (ibelar)
- Tabs example typo correction #686 (Steveorevo)
- Fix/modal duplication #684 (ibelar)
- fix/#679 Disable Input #682 (ibelar)
- use read_only instead of disabled property #680 (DarkSide666)
- Feature/Ui view handle by Vue.js #678 (ibelar)
- add top and bottom padding to centered layout #677 (PhilippGrashoff)
- Add definition of defaults for Field Lookup #670 (abbadon1334)