Skip to content

v4.3.0

Compare
Choose a tag to compare
@abalad abalad released this 22 Aug 17:02
· 399 commits to master since this release

4.3.0 (2019-08-22)

Bug Fixes

  • autocomplete: fix autocomplete not changing the value when reactive forms patch a new value to the control. (c3ddfe4)
  • fix import of /components/overlaypanel/overlay-panel (#323) (c097004)
  • button: fix iconAddonAfter (6790740)
  • dialog: fix button dialogs layout (9c05535)
  • dropdown: fix dropdown and overlaylist propagating escape event when dropdown is opened (0b9211d)
  • menu: fix link active in menu (69cf76a)
  • messagevalidation: fix showValidations directive not displaying custom validators or custom async validators (ee50c33)

Features

  • autocomplete: map properties of input addon to autocomplete. (bb1050b)
  • calendar: add property [holidays] to display the holiday on cell (da8dba5)
  • input: add event click in textBefore and textAfter input (10041a7)
  • schedule: add new propertie [holidays] (a6c9a26)
  • tooltip: implement service of tooltip to create an destroy tooltip's. (c3c563c)