Skip to content

v4.4.0

Compare
Choose a tag to compare
@abalad abalad released this 30 Oct 13:00
· 363 commits to master since this release

4.4.0 (2019-10-30)

Bug Fixes

  • blockui: fix blockui not positioning right sometimes (dd787a6)
  • button: change tl-loader for tl-icon (ed989ef)
  • chatlist: fix chat read messages structure, not reading messages according with user. (39aa81d)
  • chatlist: fix chatlist not filtering messages on first load. (69efaf1)
  • datepicker: fix datepicker returning wrong dates on complete mask event (3e4d20b)
  • dialog: fix dialog error button position. (4c15049)
  • form: add validate exist button disabled (30399cf)
  • form: add validate exist button disabled (3489cc7)
  • form: add validate exist button disabled (71c8ddb)
  • form: fix bug on form when default buttons are not available trying to focus when passing through field (331b5fa)
  • form-submit: fix error on submit, sometimes button is not available (c534699)
  • splitbutton: fix width of list items, text wrapping when text is bigger than button. (ee5e4c7)
  • step-finish: fix validation property [validateForm] not working on step finish. (ef6ac2f)

Features

  • form: add property submitOnLastField to submit form when user press enter on last field. (2ec1a15)
  • listbox: add property selectOnInitialize to control if the list will be initialized with first item selected. (a709170)
  • step: create step component to control forms by step. (ce89cea)