Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

v1.5.0

Compare
Choose a tag to compare
@alansouzati alansouzati released this 30 Jun 23:10
· 10 commits to master since this release
  • Enhanced Components: Anchor, Box, Button, Carousel, CheckBox, DateTime, Distribution, Header, Image, LoginForm, Menu, Notification, Search, Select, SVGIcon, Table, TextInput, Timestamp, WorldMap, Value
  • Allow Anchor and Button links to be opened in a new tab with CMD + Click
  • Removed whitespace trimming from LoginForm password
  • Changed LoginForm to allow error to be any JSX element
  • Changed LoginForm to disabled submit button if onSubmit is not defined
  • Added support for reverse in Value component
  • Updated CheckBox to have full clickable area
  • Updated Carousel to animate transition only after first load
  • Fixed infinite scroll problems when having multiple scroll parents
  • Reverted Select to use value instead of label as the selected value
  • Changed Image component to set full to true if fit is defined
  • Allow TextInput to accept copy from clipboard in IE11
  • Replaced react-addons-transition-group with react-transition-group
  • Better IE11 support
  • Added colorIndex support to input placeholder