This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
v0.3.8
Pre-release
Pre-release
-
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...