v1.0.0
TahimiLeonBravo
released this
11 Apr 06:17
·
1255 commits
to master
since this release
Report 04/10/2019 v1.0.0
New Components
- TimePicker (@TahimiLeonBravo, @LeandroTorresSicilia in pr #640 and #659)
- Datepicker (@TahimiLeonBravo, @reiniergs, @LeandroTorresSicilia in pr #627 and #638)
- Calendar (@TahimiLeonBravo, @reiniergs, @LeandroTorresSicilia in pr #627, #638, #630, #632, #635 and #636)
- Chip (@TahimiLeonBravo in pr #665)
Improvements
- Implement new Tabset component UI in mobile (@cmcartaya in pr #628)
- Implement a solution to the Tabset component when the tabs do not fit on a container (@cmcartaya and @LeandroTorresSicilia in pr #629, #641, #645, #650, #655 and #661)
- Add the property
title
to the Badge component (@TahimiLeonBravo in pr #657) - Add the
overflow: ellipsis
style to the Badge component (@cmcartaya in pr #657) - Add the
onKeyDown
prop to the input component. This is useful for the action triggered when a key is pressed on the element. (@LeandroTorresSicilia in pr #644) - Fix scrolling behavior of Modal backdrop in mobile (@cmcartaya in pr #626)
- Add the
onOpened
prop to the Modal component. This callback triggered when the modal is opened. This is useful for example to set focus to an element inside the modal content after it is opened. (@LeandroTorresSicilia in pr #640)