Skip to content

1.7.0

Compare
Choose a tag to compare
@romaninsh romaninsh released this 03 Jun 22:32
· 1537 commits to develop since this release

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: