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.4.1

08 Jun 19:13
Compare
Choose a tag to compare
  • Table: Added error message for cell header mismatch
  • Added localization keys for Form
  • Timestamp: added IE 11 support
  • Box: added responsive flag for full option
  • Fix backward compatibility issues with Chart import statements

v1.4.0

28 Apr 23:09
Compare
Choose a tag to compare
  • Enhanced Components: Anchor, Box, Button, DateTime, Distribution, Menu, Meter, Search, Select, Split, SunBurst, Toast.
  • Make Button compatible with React Router v4
  • Enable reset/submit Button even without onClick
  • Added hover support for Button
  • Added support for Critical status Button
  • Added support for box prop on Button
  • Search now allows to override autoComplete option
  • Allow custom icon with label inside Menu
  • Removed double margin inside CheckBox and Radio buttons
  • Fix DateTime format issue
  • Migrated to React 15.5 with support for prop-types as a separate module
  • Updated react-intl to latest version

v1.3.4

22 Mar 22:32
Compare
Choose a tag to compare
  • Fixed ES6 imports
  • Fixed TextInput with empty suggestions (thanks @monte-hayward for the contribution)
  • Search now correctly invokes onSelect callback when pressing enter (thanks @raphi011 for the contribution)

v1.3.3

22 Mar 02:52
Compare
Choose a tag to compare
  • Added support for React Router 4
  • Removed Icon suffix from Icons for backward compatibility
  • Updated markdown-to-jsx to version 5
  • Fixed animationIcon inconsistencies with Anchor
  • Fixed scroll to top problem on Article

v1.3.2

22 Mar 02:52
Compare
Choose a tag to compare
  • Fixed problem with Table where multiple rows does not render
  • Added the right support for import Grommet from 'grommet' and import { Icon } from 'grommet'

v1.3.1

17 Mar 21:45
Compare
Choose a tag to compare
  • Better localization support
  • Fixed icon warning for xsmall size
  • Fixed Grommet import to be backwards compatible
  • Fixed issue with dark color context on Menu drop
  • Added support for colSpan on Tables

v1.3.0

16 Mar 01:32
Compare
Choose a tag to compare
  • Enhanced Components: Anchor, Box, Button, Calendar, Carousel, Chart, CheckBox, Columns, Distribution, Drop, Image, Grid, Label, Legend, Menu, Meter, Notification, RadioButton, Search, Select, Spinning, Status, Tab, Table, Tiles, Timestamp, Tip, Toast, Topology
  • Added !default to a number of SCSS variables
  • Added responsive flag to Table and Legend
  • Added size support to Spinning and Toast
  • Added new style for Spinning icon
  • Added align support to Label
  • Added id support to CheckBox
  • Added Dutch translation for messages and icons
  • Added onActive support to Carousel
  • Added xsmall and medium size to Grommet icons
  • Improved the way we identify scroll parents
  • Better word wrapping for CheckBox and RadioButton
  • Better scroll support for Select

v1.2.1

24 Jan 01:13
Compare
Choose a tag to compare
  • Updated Aruba brand colors
  • TextInput: fixed focus jump between multiple elements.
  • Changed Layer to not close when the user clicks outside it
  • Changed Meter and Bar to not have a minimum bar thickness
  • Refactored Drop to handle better initial focus
  • Sidebar: fixed IE11 problem with fill option
  • Added plain prop to Form component
  • Updated en-US icon keys
  • Table: fixed IE11 problem where onMore is not invoked

v1.2.0

17 Jan 23:35
Compare
Choose a tag to compare
  • Enhanced Components: Anchor, Animate, Article, Box, DateTime, Drop, Header, Hero, Legend, Menu, Meter, Notification, Search, SearchInput, Select, TextInput, Tiles,
  • Added 'jiggle' animation
  • Using Vanilla theme for bower distribution
  • Moved Gulp to devDependencies so that people not using it don't have to install
  • Anchor and Button now pass onClick arguments

v1.1.0

10 Dec 00:20
Compare
Choose a tag to compare

New components: TableHeader
Enhanced Components: Accordion, Anchor, Box, Button, Chart, Checkbox, Columns, Distribution, Drop, Footer, Form, Header, Layer, LoginForm, Menu, Notification, Search, Select, Split, Tabs, TextInput, Tiles, Timestamp, Tip, Topology

  • Added xxsmall size for Chart
  • Changed the small padding breakpoint for Graph in Chart
  • Added xsmall size to Sidebar
  • IE11 Fixes
  • Added a delay on Box background color check to avoid issues with color index
  • Removed deprecated icons from 1.0.0 release
  • Fixed Drop position issues in Firefox
  • Added truncate property to Title, Heading, and Label
  • Switch Vanilla theme to use Work Sans font
  • Improved algorithm for checking dark background context
  • Fixed race condition issue with Drop component
  • Fixed width issues with Forms inside Layer in IE11
  • Updated original colors for social and brand icons
  • Better support for dark context
  • Added fill option to Menu
  • Removed Header and Footer dependency from Sidebar (Use Menu fill)
  • Added align option to Anchor
  • Removed 'max' size option for Box
  • Fixed Button border color on dark and light context
  • Added Black as a dark color for all themes
  • Enhanced accessibility for Layer
  • Changed default size of Hero to medium
  • Deprecated Hero properties: backgroundImage, backgroundPosition, backgroundVideo, colorIndex, flush, image, justify, responsiveBackgroundPosition, separator
  • Added fit option to Video
  • Added align option to Image and Video