- 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
withreact-transition-group
- Better IE11 support
- Added colorIndex support to input placeholder