# change history

## version 0.3.1 (source map warning fix)
Added files to package.json so that users of this library don't get source map warnings

## version 0.3.0 (nextjs fix)
1. Updated `tsconfig.json` to produce modules the work with NextJs
2. Updated the `WindowDimensionProvider` to work with NextJs

## version 0.2.1 (link to code-sandbox example)
Added link in [README.md](./README.md) for [code sandbox](https://codesandbox.io/s/react-resizable-grid-layout-example-4vw49?file=/src/App.tsx) example

## version 0.2.0 (deprecated GridCell)
1. Deprecated GridCell and replaced it with GridItem to align with the css-grid terminology. Added warnings when the GridCell is used.
2. Updated the docs to replace GridCell with GridItem and added section on grid-areas.

## version 0.1.7 (docs)
Updated docs and cleaned code.

## version 0.1.6 (error boundaries)
1. Added react error boundaries for a better user experience.
2. Improved error messages.

## version 0.1.5 (docs update)
Updated the docs to include `npm install ...` for this module.

## version 0.1.4 (renamed package)
LoL...fixed spelling mistake in package.

## version 0.1.2 (updated docs)
Added docs with an example for using grid-areas.

## version 0.1.0 (initial release)
Grid cell layout that passes dimensions to children.