truly-ui

Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)

OTHER License

Stars
214
Committers
10

Bot releases are hidden (Show)

truly-ui - v2.20.0

Published by abalad over 6 years ago

2.20.0 (2018-03-13)

Bug Fixes

  • input: fix color transparency of input (2e94737)

Features

  • listbox: create two properties and one event. (1c8de12)
  • sidebar: add dock support to sidebar. (24c97a7)
  • sidebar: create events openedChange, open and close. (54a3884)
  • sidebar: create sidebar component. (483c8b0)
truly-ui - v2.19.5

Published by abalad over 6 years ago

2.19.5 (2018-03-05)

Bug Fixes

  • fix Remove tarballDir from the configuration (38361c2)
truly-ui - v2.19.4

Published by abalad over 6 years ago

2.19.4 (2018-03-05)

Bug Fixes

  • package: fix Error: Command failed: npm pack ./dist (620fff8)
  • release: fiix An error occurred while running semantic-release: { Error: Cannot find module '@semantic-release/git' (93d0f86)
  • travis: fix release on travis #8 (aa36c5c)
truly-ui - v2.19.3

Published by abalad over 6 years ago

2.19.3 (2018-03-05)

Bug Fixes

truly-ui - v2.19.2

Published by abalad over 6 years ago

truly-ui - v2.18.0

Published by abalad over 6 years ago

<a name"2.18.0">

2.18.0 (2018-03-01)

truly-ui - v2.16.0

Published by abalad over 6 years ago

<a name"2.16.0">

2.16.0 (2018-02-09)

truly-ui - v2.15.0

Published by abalad over 6 years ago

<a name"2.15.0">

2.15.0 (2018-02-07)

Bug Fixes

  • calendar: fix error when get today (b3e9d619)
  • checkbox: fix change state of checkbox when using with keyboard. (67fdb06d)
  • datatable: fix datatable on filter column (e09639a2)
  • datepicker: fix some bugs of navigation and event lacks. (ea8d0763)
  • inputmask: fix input mask when value comes with literal chars (a1be1abd)
  • listbox: fix error in filter of listbox (e32c85a6)
  • messagevalidation: fix positioning of box. (5c4b54cd)
  • modal: fix modal close with shutcurt [escape] (bc35d979)
  • multiselect: fix colors multiselect (07816b20)
  • number: fix error on number type when typing an invalid char (b8074430)
  • radiobutton: fix radiobutton name of form control. (5a28b9d5)

Features

  • creditcard: first version of creditcard validator. (b7fe921f)
  • datepicker:
    • add event emitter output selectDay to return selected day. (05967c9c)
    • create datepicker component (first version) (6daa4ffb)
  • email: create email validator. (a3ceca59)
  • messagevalidation: create a message validation box, controlled by directive. (954f2f7a)
  • password: create password validator. (b9ce7958)
truly-ui - v2.14.0

Published by abalad almost 7 years ago

<a name"2.14.0">

2.14.0 (2018-01-15)

Bug Fixes

  • calendar:
    • fix error of navigation in calendar (aea1a7ef)
    • fix navigator calendar bug when changing years and months. (559e7c30)
    • fix glicth on calendar while navigation down and up. (f7cbb6e5)
    • fix td colorizing as red. (f8cef54b)
    • fix keyboard navigation to up and down. (91cd843b)
  • chatlist: fix color theme when selected item (8aa5084e)
  • form: fix form validation timing. (a842ab26)
  • input-mask: fix input mask model change. (a35524af)
  • multiselect: fix error on select tag (59865235)
  • navigator: fix the type property that is not accepting the parameter correctly (955e9bda)
  • tabcontrol: fix statement not used anymore. (0ed85c77)

Features

  • calendar:
    • add theming support on calendar component. (a5b421a7)
    • add event emitter selectedDay to key enter (f3c60725)
    • create a input property to display or not the today button. (628fada0)
    • add animation on cell creation. (c51b1ace)
    • add change year support navigation through keyboard. (fc183451)
    • add keyboard navigation support. (9d4f3a53)
    • add change month support. (cb607744)
    • create calendar component. (2c171d1f)
  • listbox: add theming support. (74f37b4f)
  • multiselect: add theming support. (0f7224f7)
  • navigator:
    • add theming support (5d8fb316)
    • add service to fast forward and rewind the records (24c4daf8)
    • add option withBorder (f6ed0d4e)
    • add new component navigator (ac4fac6e)
  • panelgroup: add theming support. (717584b3)
  • radiobutton: add theming support. (c8dc3c1a)
  • splitbutton: add theming support. (1d5ca3a2)
  • tabcontrol: add theming support (97c7c904)
  • theming: create function for get css colors (5471ee62)
truly-ui - v2.13.0

Published by abalad almost 7 years ago

<a name"2.13.0">

2.13.0 (2017-11-30)

truly-ui - v2.12.0

Published by abalad almost 7 years ago

<a name"2.12.0">

2.12.0 (2017-11-30)

truly-ui - v2.11.0

Published by abalad almost 7 years ago

<a name"2.11.0">

2.11.0 (2017-11-24)

Bug Fixes

  • *:
    • add documentations how to imports global modules (c0775c66)
    • add new module tabcontrol to global import (9d437747)
truly-ui - v2.10.0

Published by abalad almost 7 years ago

<a name"2.10.0">

2.10.0 (2017-11-24)

Bug Fixes

  • datatable:
    • fix horizontal navigation (0f55a98a)
    • fix datatable scrolling navigation (1dbd6b7d)
    • fix wrap title datable scrollable mode on rezise window (caedfa97)
    • fix error when no column is passed to the table (b523768e)
    • fix height row filter (793cc5d8)
  • form: fix navigation by keyboard through tabs. (f2a96087)
  • input: fix position and placeholder color of input (ae95a354)
  • multiselect:
    • fix error of event scroll on document when component are destroyed. (2ce0a091)
    • fix multiselect delete tag selected item. (16d6de0c)

Features

  • button: create properties to control color of icons. (6e872009)
  • chatlist: add property itemsToShow. (45e63681)
  • datatable: add onSortData and onFilterData events (db187f7b)
  • showcase-table-properties: create variable to display total of properties on development environment. (df490928)
truly-ui - v2.9.0

Published by abalad almost 7 years ago

<a name"2.9.0">

2.9.0 (2017-11-23)

truly-ui - v2.8.0

Published by abalad almost 7 years ago

<a name"2.8.0">

2.8.0 (2017-11-17)

truly-ui - v2.7.0

Published by abalad almost 7 years ago

<a name"2.7.0">

2.7.0 (2017-11-17)

Bug Fixes

  • *: fix removed improts not utilized (fd3c5103)
  • buttongroup: fix buttongroup calc of personalised width. (90dee8e5)
  • chatlist:
    • fix chatlist item change status. (b29965b1)
    • fix chatlist height of full data. (c9bb3e26)
  • datatable: fix error in scrolling when it has filter by columm (edb7c74b)
  • dropdown:
    • fix close dropdown when component as OnPush (c5f6e122)
    • fix resetIcon not show (fd55b79d)
  • input-mask: fix input mask with type. (b3044731)
  • listbox: fix change detection of data. (b30112fa)
  • multiselect: fix multiselect add class select. (0e91c316)
  • travis:
  • validations:
    • fix validations types. (1169265e)
    • fix instance of validations type when using AOT. (06bfc594)

Features

  • autocomplete: add an event output invoked when users click on the item list. (9c577d07)
  • chatlist: implement filter support to chatlist. (17ffb1d2)
  • datatable:
    • new service sort (710ed99c)
    • add filterOptions according to the field type (a92c9d68)
  • listbox: Create property to controll focus on scroll. (3408d407)
  • panelgroup: add width support property. (5c51a9d8)
truly-ui - v2.6.0

Published by abalad almost 7 years ago

<a name"2.6.0">

2.6.0 (2017-11-13)

truly-ui - v2.5.0

Published by abalad almost 7 years ago

<a name"2.5.0">

2.5.0 (2017-11-12)

truly-ui - v2.4.0

Published by abalad almost 7 years ago

<a name"2.4.0">

2.4.0 (2017-11-11)

truly-ui - v2.3.0

Published by abalad almost 7 years ago

<a name"2.3.0">

2.3.0 (2017-11-10)