Skip to content
Alan Souza edited this page Apr 7, 2016 · 29 revisions

v0.5.5

Fixed issues with missing icons for NPM release.

v0.5.4

  • Enhanced Components: Anchor, Attribute, Box, Brick, Button, Calendar, Carousel, Drop, Footer, Heading, Headline, Image, Label, Layer, ListItem, Locale, LoginForm, Menu, Notification, Paragraph, RadioButton, Search, SearchInput, Section, Sidebar, SkipLinkAnchor, Table, TableRow, Tag, Video
  • New Components: Columns
  • Added support for huge icons
  • Updated Metric font
  • Performance improvements: Removal of lodash, optimized Uglify code.

v0.5.3

  • Enhanced Components: Button, Chart, CheckBox, Distribution, Label, Legend, LoginForm, Menu, Meter, NumberInput, Tile, Tiles
  • New Component: Article, Brick, Tag/Tags,
  • Initial Right to Left (RTL) support

v0.5.2

  • Enhanced Components: Box, Distribution, ListItem, Meter, Notification, SkipLinkAnchor, SkipLinks, StatusIcon

v0.5.1

  • Added padding to SkipLink container
  • Fixed a11y issues with Chart and Meter

v0.5.0

Welcome Babel 6! Follow these instructions to update your project to Grommet 0.5.0.

v0.4.2

  • Enhanced components: Anchor, Article, Box, Button, Chart, Distribution, FormFields, Icons, Layer, List, Locale, Meter, Search, SearchInput, Status, Table, Tiles, Menu
  • New components: Image, NumberInput,
  • [DEPRECATED] ListItem component
  • Fixed issue with Hot Reload
  • Updated Grommet code base to ES6
  • Added more tests

v0.4.1

  • Enhanced components: LoginForm, Meter, Legend, Icons, Anchor, Box, Menu, Calendar, Gravatar, Carousel, Split, Layer, Form, Table, Nav, Search, Layer, Button, Article, Footer, Notification, Chart
  • New components: Video and CarouselControls
  • Added a11y support for Chart and MenuDrop
  • Enhanced styling for different themes
  • Improved Infinite Scroll behavior for mobile
  • Fixed blocking issue with Tabs in 0.4.0 (see https://github.com/grommet/grommet/issues/253)

v0.4.0

Follow instructions here to update your project to Grommet 0.4.0

v0.3.8

  • Enhanced components: Box, List, Sidebar, Menu, Anchor, Layer, LoginForm, Tiles,
  • Added Icons as React components: see Icons Documentation
  • Styling updates for base elements like: h1-h5 and paragraphs
  • Updated Design assets
  • Enhanced documentation
  • Moved all example apps to separate repositories
  • Removed support for grommet export command-line
  • Added support to run Grommet as a library
  • If you are using Grommet Developer environment you can have your package.json like this now:
{
 "name": "sample-app",
 "version": "0.0.1",
 "main": "src/js/index.js",
 "dependencies": {
   "grommet": "0.3.8",
   "gulp": "^3.9.0"
 },
 "engines": {
   "node": ">= 0.10",
   "npm": ">= 1.4"
 }
}

Webpack and Grommet will take care of loading all the other dependencies for you, such as: React, Gulp libraries, Intl, Inuit, and many others...

v0.3.7

  • New components: tab bar
  • Enhanced components: Title, Menu, Table, Header, Article, Anchor, Meter, Login, Clear
  • Enhanced examples apps: medium-app, people-finder, sample-app, todo-app-modular
  • Added more unit tests to Grommet
  • Added server-side rendering to http://grommet.io
  • Removed node-uuid from Grommet to better support server-side rendering
  • Better path resolving for Grommet global installation
  • Removed react-time dependency in favor of Grommet i18n formatted date
  • Fixed outdated eslint rules that prevented errors to show up
  • Better a11y support for Meter, Clear Icon, and Layer
  • Better accessibility support for SkipLinks
  • Enhanced documentation
  • Refactored sticker sheet for HPE

v0.3.6

  • Enhanced examples apps: cabler, medium-app
  • Enhanced components: Topology, Textarea, Button, FormField, Split, Layer, Meter, CheckBox, RadioButton, Chart, Box, Distribution, Table
  • Added node-clean to remove node_modules
  • Removed deprecated react-tools (using Babel now)
  • Added version check for Node and NPM.
  • Added multi-select support for Table
  • Enhanced overall experience for grommet.io
  • Add error logs for Grommet NODE_PATH issues
  • Added the ability to add extra eslint rules
  • Added theme for Aruba
  • Enhanced experience for Firefox, Internet Explorer
  • Added better theme detection using IP range
  • Added id to button for better automation support
  • Updated HPE theme
  • Enhanced documentation
  • Better accessibility support for SkipLinks

v0.3.2

  • Enhanced examples apps: Cabler, People Finder,
  • Enhanced components: SkipLink, Distribution, Menu, Box, Topology, Meter, Tile, Footer, Split, Chart, SearchInput, Calendar, List, ListItem, FormField, Anchor, Button
  • Fixed version of Grommet for grommet init task
  • Added float support for the Footer
  • Updated NPM dependencies and added integration with David
  • Refactored the design assets structure (separate files for icons, general, and templates)
  • Enhanced documentation
  • Added Accessibility Documentation

v0.3.1

  • New example app: cabler
  • New components: Distribution, Carousel, Topology
  • Enhanced components: Split, Header, Box, Chart, Menu, Tiles, Table, List, Meter, DropCaret
  • Added PDF version of Grommet for Adobe Illustrator
  • Added better support for server-side rendering and isomorphic react
  • Added Skip-To link
  • Optimized images for Grommet using TinyPNG
  • Refactored Grommet source code for better separation of responsibilities
  • Better accessibility support
  • Enhanced all sample apps
  • Enhanced Documentation
  • Enhanced design assets

v0.3.0

  • New components: ConfirmationForm, Calendar,
  • Enhanced components: RadioButton, CheckBox, input, Button, FormField, Menu, Table, Status, Layer, Meter, Form, Chart, Header, Split
  • New sample applications: todo-app-modular, people-finder
  • Added the fonts as CDN
  • Added lang attribute to Grommet for better Accessibility support
  • Added accessibility navigation to the Calendar
  • Added accessibility to icon
  • New website published
  • Integrated with Sauce Labs
  • Added Integration Tests for Grommet
  • Better compatibility with Node 0.10
  • Moved from jsdom to jsdom-no-contextify
  • Moved from blanket to instabul from code coverage
  • Added devServerHost key to gulpfile.js options to allow remote development
  • Added HP Software showcase examples
  • Added tests for Calendar
  • Enhanced Documentation
  • Enhanced design assets

v0.2.4

  • Enhanced components: FormField, RadioButton
  • IMPORTANT: Fixing blocking issue after Webpack released version 1.9.11.
  • Added Slackin integration
  • Added version check from Grommet as in grommet --version
  • Enhanced documentation
  • Added --skipMinify option to gulp dist to avoid minifying Javascript files.
  • Enhanced design assets

v0.2.3

  • New components: Button, Distribution
  • Enhanced components: Meter, Legend, Chart, Menu
  • Added todo-app-modular as an example app
  • Added README.md for example apps
  • Improvements for examples apps
  • Performance Optimization for the Server (added gzip compression)
  • Performance Optimization for Images (via ImageOptim)
  • Fixed some reports for static code analysis in Code Climate
  • Added Code Climate support
  • Added new Grommet logo
  • Added more tests for existing components
  • Enhancements for mobile experience
  • Added more examples to the grommet server
  • Enhancements in documentation

v0.2.2

  • New components: IndexList, RestWatch, Meter (now Donut has been deprecated)
  • Added documentation for: Split, Sidebar, Status, Map
  • Enhanced components: Left, Right, Split, Sidebar, Donut, Chart, Tile, Menu, Search, Legend, ResourceNotifications, CheckBox, RadioButton, FormField, Documentation, Section
  • Replaced JSHint with ESLint (now we validate code format issues)
  • Added more tests to Grommet
  • Added feature to export example app from Grommet (e.g. medium-app)
  • Renamed tour to medium-app and added enhancements to it
  • Added the cto-app-tuner sample application
  • Added i18n support
  • Enhanced Illustrator Sticker Sheet

v0.2.0

  • Enhancements in the following components: Title, Donut, Menu, Chart, and gulp-tasks
  • New components: Split, Map, and Sidebar
  • New version of the FormField component
  • Refactored folder structure of gulp-tasks and test files
  • Enhanced Documentation
  • Adjustments in the HPInc theme

v0.1.2

  • Added HPInc Theme
  • Added the initial testing framework for Grommet core
  • Enhanced Documentation
  • Enhanced Forms
  • Hot fixes for Windows environment
  • Reduced the number of NPM dependencies
  • Enhanced version of the Tour
  • Refactored Header component

v0.1.1

  • Fixes for loading fonts

v0.1.0

  • First version for initial feedback

Clone this wiki locally