Skip to content

Releases: atk4/ui

1.5.4

05 Jul 11:13
Compare
Choose a tag to compare

This issue fixed a problem where modal windows coulddn't open when placed in a dynamic tab. There
probably were some other situation where callbacks were not reachable, and this release should
address them.

Closed issues:

  • Add Filter Type Money #517
  • UploadField: should open dialog on "click" too not only on "focus" #511
  • UploadField compatibility with multiple jQuery #510
  • Enhancement: Make dropdown options visible when clicking into empty area between text and dropdown icon #502
  • Modal in Tab not working #500
  • AutoComplete not initializing with proper text #491

Merged pull requests:

1.5.3

19 Jun 09:51
Compare
Choose a tag to compare

This release addresses problem Semantic UI is having with multiple modals. We will now hide existing modal
if new one needs to be opened and after this new modal is closed it will be re-opened once again. The relevant
issue is #487

Closed issues:

  • Grid should have loader while reloading #493

Merged pull requests:

1.5.2

13 Jun 12:44
Compare
Choose a tag to compare

Closed issues:

  • Class 'atk4\ui\FormLayout\Exception' not found (in _Abstract.php) #480
  • App->initLayout 2nd parameter $options #476
  • allow to use icon in DropDown #473
  • implement custom form layout #465
  • TableColumn/Link doesn't evaluate as template #462

Merged pull requests:

1.5.0

16 May 09:16
Compare
Choose a tag to compare

Closed issues:

  • Why Dropdown field doesn't care about model field default value #463
  • Placing Form Fields inside layouts: Add "Region" parameter to addField #444
  • Autocomplete does not load values when in CRUD's modal: #438
  • AutoComplete does not work within Wizard #429
  • ApiService sometimes throw alert if the DIV is being removed while loading #421
  • Form Dropdowns do not show ... (empty selection) once something is selected #418

Merged pull requests:

1.4.5

03 Apr 22:22
Compare
Choose a tag to compare

Closed issues:

  • CRUD - add if model is loaded.. #362
  • If you don't set Layout of your App, then get useless exception #312

Merged pull requests:

1.4.4

03 Apr 22:23
Compare
Choose a tag to compare

Closed issues:

  • jsReload to allow a callback #387

Merged pull requests:

  • fix/#387-Allow a js function to run after reload is complete. #395 (ibelar)
  • Improvements to console, new demo and more documentation #394 (romaninsh)

1.4.3

05 Mar 12:43
Compare
Choose a tag to compare

Release review:

https://www.youtube.com/watch?v=dWi6v6frfS0&t=13s

Closed issues:

  • Bug in Table->setModel, should always return model object #390
  • Grid/Table can not handle $g->addColumn(null, ..., null) #388
  • Fix "method_complexity" issue in src/FormLayout/Generic.php #383
  • masterCrud - add element , hit enter, no UI feedback but adds multiple items #379
  • Field hints #377
  • app method url() should have an argument indicating a regular or ajax url #369
  • Console don't show log records #367
  • CRUD does not work when placed inside Dynamic Tab #363

Merged pull requests:

1.4.2

20 Feb 19:45
Compare
Choose a tag to compare

Closed issues:

  • Add one more argument to jsModal() an Modal() for JS callback #364

Merged pull requests:

1.4.1

03 Feb 14:15
Compare
Choose a tag to compare

Added $app->dbConnect() as a simpler way to connect to the database. Some improvements in JS libraries.

Merged pull requests:

1.4.0

23 Jan 19:59
Compare
Choose a tag to compare

In this version we focus on high-level components: Wizard, Console, ProgressBar, AutoComplete field, Lister, Radio field
and necessary modifications to implement Login add-on.

For detailed explanation read this article: https://medium.com/@romaninsh/atk-newsletter-1-ui-1-4-released-cb7b84fc12c8.

Implemented enhancements:

  • Modal::show() arguments. #255
  • Implement session memorize #116
  • Feature/implement wizard #305 (romaninsh)

Fixed bugs:

  • Adding child and re-rendering has no effect #296
  • CRUD edit form is broken #295
  • form2 demo page is bad #290
  • Feature/fix 295 #297 (romaninsh)
  • Fix implementation of Radio field #292 (romaninsh)

Closed issues:

  • Label->link() unneccessary #330
  • AutoComplete does not work if model id_field != 'id' or title_field' != name #327
  • Can not move Modal window by dragging of its title bar #323
  • Form error reloads in new popup window #318
  • Form does not handle integer fields set to 0 correctly #317
  • Paginator with self-reloading option is broken after change to CallbackLater #313
  • Implement Upload Field for form #304
  • even though $console->send() is documented, it's not implemented. #302
  • CRUD values from model don't propagate to boolean and dropdown values #288
  • AutoComplete ignores model conditions until input is done #282
  • when URL omits index.php URL detection is working incorrectly. #279
  • Create example with header/footer row in table #276
  • [Epic] - Console #275
  • [Epic] - progress bar #274
  • [Epic] Wizard #273
  • Console and Progress-bar #160
  • TableColumn\Template not supporting HTML #135
  • Minor Improvements to jsReload #75
  • add lister documentation #27
  • integrate selenium testsuite #9

Merged pull requests: