Skip to content

Releases: TemainfoSoftware/truly-ui

v3.3.0

20 Aug 19:07

Choose a tag to compare

3.3.0 (2018-08-20)

Features

  • button: add property isLoading and textLoading (60f7dbb)

v3.2.0

20 Aug 18:58

Choose a tag to compare

3.2.0 (2018-08-20)

Bug Fixes

  • multiselect: fix some design issues and add truly theme. (b923e1d)

Features

  • form: add [primaryKey] property to form (19dac3e)

v3.1.0

16 Aug 18:38

Choose a tag to compare

3.1.0 (2018-08-16)

Bug Fixes

  • form: fix add form controls adding only the input elements. (eed51af)
  • input: fix input colors validations. (08e7e05)
  • modal.service: fix modal service validation of closeOnOk property to close modal. (55c6398)

Features

  • modal, form: add feature of actions of CRUD form. (bfb0b5c)
  • multiview: add [height] and [backgroundColor] properties (14f7d97)

v3.0.0

06 Aug 19:55

Choose a tag to compare

3.0.0 (2018-08-06)

Bug Fixes

  • fix files for ci (b4c1175)
  • datapicker: remove datepicker event keyboard propagation. (3afbbdd)
  • public_api: export ToasterService not imported before. (f6dbf1c)
  • validations: fix input validations not working with reactive forms. (2743fa9)

Code Refactoring

  • messageValition: refactor message validation usage. (d64b8b6)

Features

  • dialog: add property closeOnOK to modal-options class (64a7f1a)
  • dropdownicon: create dropdownicon component. (4b68003)
  • dropdownlist: add a default option (null) to the list. (b54bd70)
  • form: add formGroup input property to form. (d8c8a61)
  • modal: add new parameter to pass an string identifier to modal. (bf871e4)
  • multiselect: add keyValue property to control the model. (8de5e1d)
  • schedule: add output event for newEvent (67ad16e)

BREAKING CHANGES

  • messageValition: Removed messageValidation directive, now the functionality is approached by using the [showValidations] property on Input components.

v2.32.1

23 Jul 21:11

Choose a tag to compare

2.32.1 (2018-07-23)

Bug Fixes

  • theming: fix theming pick color (f26c1cb)

v2.32.0

23 Jul 20:24

Choose a tag to compare

2.32.0 (2018-07-23)

Bug Fixes

  • fix files for ci (62a1277)
  • autocomplete: fix autocomplete positioning that getting wrong sometimes. (c793421)
  • buttongroup: fix event click (da44980)
  • datepicker: fix datepicker day selected emitting wrong. (cbe71c8)
  • i18n: fix calendar names of days (c1eb92f)
  • i18n: fix exports for public_api (dc82b4e)
  • theming: fix color of disabled (401c049)
  • timepicker: fix timepicker alignment. (1979df7)
  • timepicker: fix timepicker change time while typing on input. (2201556)
  • tooltip: fix slow changes in tooltip (85a44b2)

Features

  • i18n: add internationalization in component datatable (24958f3)
  • i18n: add internationalization in component form (8b41e01)
  • i18n: add internationalization in component litbox and autocomplete (94ec5eb)
  • i18n: add internationalization validators (48793ee)
  • i18n: adicionar internacionalização no component dialog (0b95e38)
  • i18n: create feature of internacionalization (2d00064)
  • input: add cdkOverlayOrigin directive on input and create event output. (705206b)
  • input: create input blur event emitter. (fdc8156)
  • timepicker: add timepicker theme structure. (ff65a87)
  • timepicker: create and implement timepicker component. (4fe29b5)
  • timepicker: create small 12hrs dial. (7514af1)

v2.31.0

03 Jul 13:02

Choose a tag to compare

2.31.0 (2018-07-03)

Bug Fixes

  • dropdown,input: fix dimensions and font-size (0e3e169)
  • theming: fix components with old theme behaviors (61cd1f6)

Features

  • theming: create classes to use in components outside truly (cb70e1c)
  • theming: create function to change theming (89724f6)
  • theming: create new themes (d0951d5)

v2.30.4

26 Jun 15:09

Choose a tag to compare

2.30.4 (2018-06-26)

Bug Fixes

  • fix structure error of button modals and form. closes(#161) (328f285)

v2.30.3

22 Jun 18:45

Choose a tag to compare

2.30.3 (2018-06-22)

Bug Fixes

  • autocomplete: fix autocomplete lazyload filtering. (f3ce5d2)
  • listbox: fix filter datalazy emit every word pressed and not according with charsToSearch property. (57a36e5)

v2.30.2

21 Jun 20:25

Choose a tag to compare

2.30.2 (2018-06-21)

Bug Fixes

  • datepicker: fix datepicker month number not corresponding with it. (f0b8d7a)