This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Releases: grommet/grommet-bower
Releases · grommet/grommet-bower
v1.13.0
v1.10.0
- Enhanced Components: Chart, DateTime, FormField, Layer, Menu, Toast, WorldMap
- Added
overlayClose
to Layer - Fixed WorldMap IE11 styling issues
- Fixed Chart single value rendering issue
- Restyled FormField input elements to simplify
- Improved Menu drop layout when not overlapping control
- Fixed a Toast status styling issue
- Localized DateTimeDrop
v1.9.0
- Enhanced Components: Card, FormField, Form, Layer, Search, Select, Toast
- Added
duration
prop to Toast - Fixed font issue inside Toast content
- Added hebrew language support
- Removed Card markdown dependency
- Added initial DXC theme
- Fix status icons in dark context
- Skipped processing tab if Layer is hidden
- Fixed
inline
Select height problem inside FormField - Fixed Search console warning in mobile
v1.8.3
- Allow Tiles to be used conditionally
v1.8.2
- Removing react-dom from dependencies to avoid duplicate react copies
v1.8.1
Hot fix for drop what would not render in the right location
v1.8.0
- Enhanced Components: Anchor, Animate, Carousel, FormField, LoginForm, Markdown, Menu, Meter, Select, Spinning, Table, TextInput, Tile
- Welcome React 16 (now as a peerDependency) 🎉
- Fixed double border issue with text input
- Fixed problem with Meter cropping
- IE11 Spinning fix
- Carousel fixed autoplay
- Fixed suggestions for TextInput when array is empty
- Deprecate Card description with Markdown support
- Fixed accessibility issue with LoginForm
- Fixed mirror click for Table
v1.7.0
- Enhanced Components: Animate, Box, Button, TableHeader, TextInput, Tiles, Toast, WorldMap
- Fixed animation inside Split
- Added
justify=around
for Box - Changed TableHeader to allow columns to be individually sorted
- Added
type=text
to TextInput - Fixed input border
v1.6.0
- New Components: PasswordInput
- Enhanced Components: Anchor, Animate, CheckBox, Chart, Distribution, Layer, Menu, RadioButton, Range, Select, Table, TextInput, Toast
- Added Russian translation
- Added Accessibility and touch events to Chart Range
- Enhanced Accessibility for both RadionButton and CheckBox
- Fixed erroneous warning on Table regarding mismatch cells
- Added
searchPlaceholder
prop to Select that allows to change the default search placeholder - Added
onAppear
andonLeave
for Animate component - Anchor now does invoke
onClick
if disabled is passed
v1.5.0
- 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