v0.0.7
Pre-release
Pre-release
Breaking Changes:
- Third-party packages are now managed via Bower. You will need to run 'bower install' before you are able to view source code examples or run the uni tests.
Features:
- #88 - Expose the pending ajax request in the fetcher object in the grid
- #110 - Add support for Bower
- New
options.autoHeightoption allows you to have a grid in a dynamic height contianer (Thanks ckosmowski)
Bug Fixes:
- #82 - Editor validation isn't reset after re-selecting cells
- Fixed a bug with
grid.restoreState()where theautoColumnWidthstate would be ignored.