## [0.5.2](git+https://github.com/zulily/react-datum-datagrid.git/compare/v0.5.1...v0.5.2) - (2018-06-18)

### Other Commits
* [873cbd5](git+https://github.com/zulily/react-datum-datagrid.git/commit/873cbd5446217ba7353ad17c00861a66ad28e467) update git and npm ignores
* [bb935e2](git+https://github.com/zulily/react-datum-datagrid.git/commit/bb935e29245329e711171cf9d042eb35b5cbcdfa) remove lib and dist dirs from git

## [0.5.1](git+https://github.com/zulily/react-datum-datagrid.git/compare/v0.5.0...v0.5.1) - (2018-06-11)
Dependency updates to appease the vulnerability nanny.
### Other Commits
* [5d83e54](git+https://github.com/zulily/react-datum-datagrid.git/commit/5d83e542c6a40236f9bc8eac6276ae4307c3afe8) configure publish to always publish to npmjs.org
* [b0291d0](git+https://github.com/zulily/react-datum-datagrid.git/commit/b0291d0f4e336999c4ec0b75660c431864b3e536) remove package-lock.json leftover from brief switch to node v8

## [0.5.0](git+https://github.com/zulily/react-datum-datagrid.git/compare/v0.4.9...v0.5.0) - (2018-06-11)

### Other Commits
* [8b52434](git+https://github.com/zulily/react-datum-datagrid.git/commit/8b52434f42323e23ec17e8a685b0f2c765948fb9) update bumble-test to 0.5.0 = mocha to 4.1.0 = fix growl < v1.10 security nanny alert

## [0.4.9](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.8...0.4.9) (2018-04-29)


### Other Commits
* [164de85](git+https://github.com/zulily/react-datum-datagrid.git/commit/164de85352b4dabd3c21d43705adb0a0783219ee) column header spinner should spin while selecting all in column

## [0.4.8](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.7...0.4.8) (2018-04-29)


### Other Commits
* [6096454](git+https://github.com/zulily/react-datum-datagrid.git/commit/6096454fbeebe532e04b16489c002a4b1e41e1d4) add support for collection picker style value

## [0.4.7](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.5...0.4.7) (2018-04-28)


### Other Commits
* [40c11b3](git+https://github.com/zulily/react-datum-datagrid.git/commit/40c11b3ee3129ede7480081e1396bfcdf10bb2af) datagrid should listen for collection events
* [3f18df0](git+https://github.com/zulily/react-datum-datagrid.git/commit/3f18df02f082f7220be8073833e51a7037a671d4) remove extraneous console logging

## [0.4.5](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.4...0.4.5) (2018-04-27)


### Other Commits
* [9266885](git+https://github.com/zulily/react-datum-datagrid.git/commit/9266885b554566d1b44e7ab4d340892bac31df37) updated package-lock

## [0.4.4](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.3...0.4.4) (2018-04-27)


### Other Commits
* [34164e1](git+https://github.com/zulily/react-datum-datagrid.git/commit/34164e184e36afd6e652cdd6a103dd401ab2d8da) remove backbone and underscore as peer deps
* [7c2230e](git+https://github.com/zulily/react-datum-datagrid.git/commit/7c2230eb9b61718197a967b89e03e56e0544ca78) add legacy support for collection.ensureRows

## [0.4.3](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.2...0.4.3) (2018-04-27)
build release

## [0.4.2](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.1...0.4.2) (2018-04-27)
 

### Other Commits
* [b151d77](git+https://github.com/zulily/react-datum-datagrid.git/commit/b151d77353b4cb87545ef3f92f49bd1313aa3813) add missing error indicator component and better handle null models

## [0.4.1](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.4.0...0.4.1) (2018-04-27)
 

### New Features
* [5bfcca7](git+https://github.com/zulily/react-datum-datagrid.git/commit/5bfcca7e272f6ab34c2c6cce4f3d66030fd9c693)  add support for readOnly prop to make datagrid ignore column def editable

## [0.4.0](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.9...0.4.0) (2018-04-26)
Possibly breaking change to custom "formatter"s.  

### Other Commits
* [c139ec0](git+https://github.com/zulily/react-datum-datagrid.git/commit/c139ec06f5f6ad8d9cb1778b6d3c39681433ee9f) remove redundant model set, save and error handling by cell

## [0.3.9](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.8...0.3.9) (2018-04-26)
can haz error indicators

### Other Commits
* [ae5fcb5](git+https://github.com/zulily/react-datum-datagrid.git/commit/ae5fcb5f1d3b2ec2a906e008d6403a2cd515241f) Add error indicators and make editing example simulate error on every 5th update

## [0.3.8](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.7...0.3.8) (2018-04-25)


### Other Commits
* [538f499](git+https://github.com/zulily/react-datum-datagrid.git/commit/538f499ea40f6a6a11fa22f790475a0c48c24766) fix error boundary handler in CellWrapper
* [9e7dcd5](git+https://github.com/zulily/react-datum-datagrid.git/commit/9e7dcd5368c5a908dac004ff8589e952f33ad468) test: seeing if the problem in im-products-grid webpack and closestPolyfill is because it doesn't module.exports anything?
* [1d2d010](git+https://github.com/zulily/react-datum-datagrid.git/commit/1d2d0108505ca4c62c9868ce66b4fcd1738077fc) add more recommended css for cell images beautification
* [d45c691](git+https://github.com/zulily/react-datum-datagrid.git/commit/d45c691087a264b8361b190af347b37de41a0f35) add more recommended css for cell and header cell beautification
* [c5df531](git+https://github.com/zulily/react-datum-datagrid.git/commit/c5df531edeb5c3faca10efd692b6a73aa1f05142) add suggested css to wrap and break words in cells
* [9087231](git+https://github.com/zulily/react-datum-datagrid.git/commit/90872312241e9212d1f8ec8dcad62fe16fd7c884) one more change to docs publishing
* [f5a7fe6](git+https://github.com/zulily/react-datum-datagrid.git/commit/f5a7fe6a106184aed0c4e2a3ce0f17c3c207be86) change to make scripts/publishDocs.sh more reliable
* [c4b0612](git+https://github.com/zulily/react-datum-datagrid.git/commit/c4b06122132cf9be0342f8a6f02d80504b1dc094) change to make scripts/publishDocs.sh more reliable

## [0.3.7](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.6...0.3.7) (2018-04-25)


### New Features
* [380cbef](git+https://github.com/zulily/react-datum-datagrid.git/commit/380cbef68b1af99da98c3988007891f4d7cc8cfe)  add exportToCsv() api

### Other Commits
* [594698f](git+https://github.com/zulily/react-datum-datagrid.git/commit/594698fccfff1f8ba46996a970011b9cdff970e1) cells should be wrapped in an Rd.Model which provides a model context and response to changes in model
* [68f2f6e](git+https://github.com/zulily/react-datum-datagrid.git/commit/68f2f6e5b36a6eaeeb63fd3bff424d656878703c) should support legacy 'formatter' column def attribute
* [63813ec](git+https://github.com/zulily/react-datum-datagrid.git/commit/63813eca6f4571414888ffcc6a28ea79738820d1) add getCollection legacy api

## [0.3.6](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.5...0.3.6) (2018-04-23)


### Other Commits
* [7dae654](git+https://github.com/zulily/react-datum-datagrid.git/commit/7dae654c4af4a60e3fd59db91d9193f2dabdad1f) update bumble-docs to latest. love you, babel

## [0.3.5](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.4...0.3.5) (2018-04-22)


### Other Commits
* [607e0e0](git+https://github.com/zulily/react-datum-datagrid.git/commit/607e0e034dae8b3a14cdfae02124efbbc55d1705) upgrade to latest bumble-docs to mitigate ES2015 preset issue

## [0.3.4](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.3...0.3.4) (2018-04-22)


### Other Commits
* [635ab80](git+https://github.com/zulily/react-datum-datagrid.git/commit/635ab8090455f29335c6622ffba2ca22f5f22730) update bumble-docs to latest. love you, babel

## [0.3.3](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.2...0.3.3) (2018-04-22)


### Other Commits
* [1f8711f](git+https://github.com/zulily/react-datum-datagrid.git/commit/1f8711f84f337618376f6ff0c42e431db6a1fe6e) clean build
* [a8a7f58](git+https://github.com/zulily/react-datum-datagrid.git/commit/a8a7f5803fdea0e8fd8820974af0e92b4a4f3317) upgrade to latest bumble-strings and replace underscore.string

## [0.3.2](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.1...0.3.2) (2018-04-21)


### Other Commits
* [be9e888](git+https://github.com/zulily/react-datum-datagrid.git/commit/be9e8883cb5f56246c8062001dae86785804b99a) fill in gaps with zuKeeper datagrid and make aliases for older react-data-grid column attrs like defaultFormatter (now defaultCellComponent) and header

## [0.3.1](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.3.0...0.3.1) (2018-04-21)
The breaking change in 0.3.0 was this:

### Other Commits
* [71cdcc2](git+https://github.com/zulily/react-datum-datagrid.git/commit/71cdcc2be14799d6f74488b9e38acdd49df15de7) also update README with new requires syntax

## [0.3.0](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.2.0...0.3.0) (2018-04-21)
Breaking Change!   

### Other Commits
* [d356b1b](git+https://github.com/zulily/react-datum-datagrid.git/commit/d356b1b78f0ca104bf0fed1e76d3ebfc82b5759e) also need to export cell and headerCell in package
* [2619013](git+https://github.com/zulily/react-datum-datagrid.git/commit/26190136a3bd5d60b2b641ba1cbcf57d3cf94232) ammend changelog

## [0.2.0](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.1.1...0.2.0) (2018-04-21)
MVP release!  Includes:

- Inline editing
- Copy and Paste including to and from Excel or Sheets
- Sorting
- Full column select (click on header name); you can also paste a value after selecting


## [0.1.1](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.1.0...0.1.1) (2018-04-16)
Initial WIP release

### Other Commits
* [9586625](git+https://github.com/zulily/react-datum-datagrid.git/commit/9586625ccf8446887ccb85d4197b7492ac827d89) updated changelog via atom:publish
* [53292db](git+https://github.com/zulily/react-datum-datagrid.git/commit/53292db0a33254b7f961cef19a2103ab429942fd) add real example to README.md
* [8fb8401](git+https://github.com/zulily/react-datum-datagrid.git/commit/8fb8401dabeba8ffdc5d5f5fc2a800a062c18207) remove '...' cell placeholders + simplify example
* [78feefc](git+https://github.com/zulily/react-datum-datagrid.git/commit/78feefc9336e7f877c1d38e2513eab71bea2b893) add constants for required cell margin
* [4bdd09b](git+https://github.com/zulily/react-datum-datagrid.git/commit/4bdd09b62731331fd5170783bc50a540e714be0c) focus rect should be fully visible on all data cells
* [228c4dd](git+https://github.com/zulily/react-datum-datagrid.git/commit/228c4dd212889c6ecfe3b3a284444027791688be) syncrhonized scrolling works nicely
* [1988769](git+https://github.com/zulily/react-datum-datagrid.git/commit/19887694aef02d644fff1a42a53591971255f736) remove all cell styling using inline styles; inline styles should only be used for structural and required layout, not things that the user should provide stying for like background colors and borders
* [1484dce](git+https://github.com/zulily/react-datum-datagrid.git/commit/1484dce52f70921866c1694d9dcce9449d42d8e8) LabelCell should really be named HeaderCell
* [4f2a218](git+https://github.com/zulily/react-datum-datagrid.git/commit/4f2a218e5b3f6d9cb3abcf5b05a62f1162cc912b) add RV AutoSizer; clean up inline styles
* [4009037](git+https://github.com/zulily/react-datum-datagrid.git/commit/4009037cf5aa7390bd5651332e1a4513f554f4f9) basic demo tweaks
* [86570d2](git+https://github.com/zulily/react-datum-datagrid.git/commit/86570d2d2b22f258088332972b83fc02e1673554) I'm tired of looking at kittens and besides, I'm really more of a dog person, so let's do puppies! New test data from petfinder API
* [55b7cf1](git+https://github.com/zulily/react-datum-datagrid.git/commit/55b7cf12ae1f856ceb746874cce82e41c308c274) make basicDatagrid.jsx example more interesting
* [d74b9b7](git+https://github.com/zulily/react-datum-datagrid.git/commit/d74b9b7f84182f06f514554a0ff87da2aba255e1) tis beginning to look like a datagrid!
* [b0d65cd](git+https://github.com/zulily/react-datum-datagrid.git/commit/b0d65cdd232ee206ba0cf8965d273923ba23b268) clean up refs to zukeeper specific stuff
* [f3fa07a](git+https://github.com/zulily/react-datum-datagrid.git/commit/f3fa07aeb7cbf4666efb3fdf3d50ae2eb68179a5) more more more. all components from zuKeeper present and accounted for
* [5cf89c8](git+https://github.com/zulily/react-datum-datagrid.git/commit/5cf89c8366b44c1c8e29a6d0e58a99c8856911dd) cell, editor and formatter components as from zuKeeper
* [be6d564](git+https://github.com/zulily/react-datum-datagrid.git/commit/be6d56409500fdea2f29a742630e497cc5dff820) API docs generating
* [81fc1dc](git+https://github.com/zulily/react-datum-datagrid.git/commit/81fc1dc5c7a5637bb848cbbf961f139d7e54b7fd) add dist/ lib/ and sr/
* [2c44e9e](git+https://github.com/zulily/react-datum-datagrid.git/commit/2c44e9ee074f968c906dc53a9c81c18b4b708399) give the build something to build
* [9731af5](git+https://github.com/zulily/react-datum-datagrid.git/commit/9731af564db9e8a22a9e30a6e636f5c9ab7db88d) initial build / setup theivery from react-datum

## [0.1.0](git+https://github.com/zulily/react-datum-datagrid.git/compare/0.0.0...0.1.0) (2018-04-16)
Initial WIP release
