Skip to content

1.4.0

Compare
Choose a tag to compare
@romaninsh romaninsh released this 23 Jan 19:59
· 2620 commits to develop since this release

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: