grommet

a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package

APACHE-2.0 License

Downloads
127.7K
Stars
8.3K
Committers
366

Bot releases are hidden (Show)

grommet - v0.5.4

Published by alansouzati over 8 years ago

  • 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.
grommet - v0.5.3

Published by alansouzati over 8 years ago

  • 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
grommet - v0.5.2

Published by alansouzati over 8 years ago

  • Enhanced Components: Box, Distribution, ListItem, Meter, Notification, SkipLinkAnchor, SkipLinks, StatusIcon
grommet - v0.5.1

Published by alansouzati over 8 years ago

  • Added padding to SkipLink container
  • Fixed a11y issues with Chart and Meter
grommet - v0.5.0

Published by alansouzati almost 9 years ago

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

grommet - v0.4.2

Published by alansouzati almost 9 years ago

  • 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
grommet - v0.4.1

Published by alansouzati almost 9 years ago

  • 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)
grommet - v0.4.0

Published by alansouzati almost 9 years ago

Follow these instructions to update your project to Grommet 0.4.0

grommet - v0.3.8

Published by alansouzati almost 9 years ago

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

grommet - v0.3.7

Published by alansouzati about 9 years ago

  • 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
grommet - v0.3.6

Published by alansouzati about 9 years ago

  • 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
grommet - v0.3.2

Published by alansouzati about 9 years ago

  • 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
grommet - v0.3.1

Published by alansouzati about 9 years ago

  • 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
grommet - v0.3.0

Published by alansouzati over 9 years ago

  • 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 tojsdom-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
grommet - v0.2.4

Published by alansouzati over 9 years ago

  • 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
grommet - v0.2.3

Published by alansouzati over 9 years ago

  • 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
grommet - v0.2.2

Published by alansouzati over 9 years ago

  • 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
grommet - v0.2.0

Published by alansouzati over 9 years ago

  • 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
grommet - v0.1.2

Published by alansouzati over 9 years ago

  • Enhanced forms and documentation.
  • Added HP Inc theme
grommet - v0.1.1

Published by alansouzati over 9 years ago

Fix for font paths in the HPE theme