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

Releases: grommet/grommet-bower

v1.13.0

07 Nov 19:26
Compare
Choose a tag to compare
  • remove keyboard handlers when unmounting
  • Allow default messages for Intl util
  • Menu allow a custom DOM element to be the parent
  • Infinite scrolling with support for moreAbove
  • Allow a custom message to be passed to Notification

v1.10.0

18 Jan 00:49
Compare
Choose a tag to compare
  • 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

15 Nov 19:10
Compare
Choose a tag to compare
  • 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

06 Oct 19:14
Compare
Choose a tag to compare
  • Allow Tiles to be used conditionally

v1.8.2

02 Oct 22:48
Compare
Choose a tag to compare
  • Removing react-dom from dependencies to avoid duplicate react copies

v1.8.1

02 Oct 20:37
Compare
Choose a tag to compare

Hot fix for drop what would not render in the right location

v1.8.0

29 Sep 23:08
Compare
Choose a tag to compare
  • 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

25 Aug 23:05
Compare
Choose a tag to compare
  • 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

28 Jul 21:22
Compare
Choose a tag to compare
  • 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 and onLeave for Animate component
  • Anchor now does invoke onClick if disabled is passed

v1.5.0

30 Jun 23:10
Compare
Choose a tag to compare
  • 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