yarn grommet 0.3.8
v0.3.8

latest releases: 2.37.0, 2.36.1, 2.36.0...
8 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...

Don't miss a new grommet release

NewReleases is sending notifications on new releases.