Skip to content

Releases: atk4/ui

2.2.1

13 Oct 22:38
f3cefad
Compare
Choose a tag to compare

Fix dependencies and versioning

2.3.0

06 Oct 09:42
Compare
Choose a tag to compare

What’s Changed

Breaking Changes

Major Features

2.2.0

15 Jul 22:19
Compare
Choose a tag to compare

Breaking Changes

Major Features

What’s Changed

2.1.0

16 Jun 17:00
Compare
Choose a tag to compare

Please see 2.1 release announcement here: https://forum.agiletoolkit.org/t/atk-ui-2-1-release/834

Breaking Changes

  • Always convert large (>= 2^53) integers to string in JSON output (#1260) @mvorisek
  • Normalize View->add() to always require a seed class like ->factory() already does (#1238) @mvorisek
  • Remove support of relative class names (#1158) @mvorisek
  • Convert callables to closures and move hook names to constants (#1201) @mvorisek
  • Fix wrong URL fallbacks (#1167) @mvorisek

What’s Changed

Read more

2.0.4

17 Jan 16:44
Compare
Choose a tag to compare

What’s Changed

Documentation enhancements

  • Added namespaces to quickstart and file structure example (#857) @bedengler

2.0.3

15 Dec 14:33
Compare
Choose a tag to compare

What’s Changed

  • Updating CDN link to use @2.0.2 (#864) @github-actions

2.0.2

15 Dec 14:05
Compare
Choose a tag to compare

What’s Changed

Documentation enhancements

2.0.0

15 Dec 11:32
6a4a839
Compare
Choose a tag to compare

Major features

  • Implemented User Action support

What’s Changed

1.7.1

12 Jun 01:57
Compare
Choose a tag to compare

Revert breaking namespace-related commit

The change in the namespace use didn't go that well, so we reverted it from 1.7.1 (revert #702)

1.7.0

03 Jun 22:32
Compare
Choose a tag to compare

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: