Skip to content

v1.0.0

Compare
Choose a tag to compare
@TahimiLeonBravo TahimiLeonBravo released this 11 Apr 06:17
· 1255 commits to master since this release
8a4d6a7

Report 04/10/2019 v1.0.0

New Components

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)