<a name="1.0.0-alpha.17"></a>
# 1.0.0-alpha.17 (2017-02-03)

### Features

* **grid:** Allow filtering/sorting by columns that are not displayed in grid (issue #21). NOTE: This feature breaks backwards compatability with "type" property of grid columns. A new "filterType" property has been introduced to define how filter is displayed in UI and "type" property is now reserved only for filtering/sorting logic.

### Bug Fixes

* **grid:** Fix issue with full table width calculation


<a name="1.0.0-alpha.16"></a>
# 1.0.0-alpha.16 (2017-01-24)

### Features

* **grid:** Add support for grid events (issue #3)

### Bug Fixes

* **grid:** Fix grid resizing/rendering issues
* **grid:** Fix issue with data provider (issue #20)


<a name="1.0.0-alpha.15"></a>
# 1.0.0-alpha.15 (2017-01-12)

### Features

* **grid-column:** Add support for "number" type column, including updates to filtering, sorting and validation (issue #15)
* **grid:** Add public methods for clearing filters (issue #16)

### Bug Fixes

* **grid:** Fix bug with fixed header null offset
* **grid:** Fix various issues with scrolling/dragging the grid
* **grid:** Fix bug with select all items checkbox


<a name="1.0.0-alpha.14"></a>
# 1.0.0-alpha.14 (2016-11-30)

### Features

* **grid-column:** Add css class property to grid column


<a name="1.0.0-alpha.13"></a>
# 1.0.0-alpha.13 (2016-11-29)

### Features

* **grid:** Add support for horizontal body scroll using mouse drag

### Bug Fixes

* **grid:** Fixed issue #12


<a name="1.0.0-alpha.12"></a>
# 1.0.0-alpha.12 (2016-11-15)

### Features

* **grid:** Add API method for clearing selection
* **grid:** Add option for default filtering column
* **grid:** Add option for required filters
* **grid:** Add fixed header option
* **demo:** Update demo with new features

### Bug Fixes

* **grid:** Fixed issue #9
* **grid:** Fixed issue #10


<a name="1.0.0-alpha.11"></a>
# 1.0.0-alpha.11 (2016-09-08)

### Features

* **grid:** Add support for preserving selection during rendering (page change, filtering, etc.)
* **grid-options:** Add new configuration option (*uniqueId*) for unique ID field for data rows. Unique ID is used to preserve selection during rendering. Defaults to *id*.
* **demo:** Update demo with new selection examples


<a name="1.0.0-alpha.10"></a>
# 1.0.0-alpha.10 (2016-06-16)

### Bug Fixes

* **grid-data-provider:** Fix issue with default initialization of requestParams


<a name="1.0.0-alpha.9"></a>
# 1.0.0-alpha.9 (2016-06-16)

### Features

* **docs:** Update README

### Bug Fixes

* **grid:** Remove css autoload


<a name="1.0.0-alpha.8"></a>
# 1.0.0-alpha.8 (2016-06-15)

### Bug Fixes

* **grid:** Move template definition inline for publishing with the js file


<a name="1.0.0-alpha.7"></a>
# 1.0.0-alpha.7 (2016-06-14)

### Features

* **grid:** Move filtering logic outside data provider, update grid API

### Bug Fixes

* **grid-column:** Fix issue with select filter option values


<a name="1.0.0-alpha.6"></a>
# 1.0.0-alpha.6 (2016-06-12)

### Features

* **grid-column:** Add column type support and select/drop-down filters
* **grid-options:** Add row style customization support using callback function
* **grid-options:** Add row selection style customization
* **grid:** Add support for selecting item on row click
* **demo:** Update demo examples

### Bug Fixes

* **grid:** Fix issue with sort class applied to action column
* **grid:** Fix issue with total page count, when remote data is not returned

<a name="1.0.0-alpha.5"></a>
# 1.0.0-alpha.5 (2016-06-07)

### Features

* **grid-column:** Add templating support for Angular 2 syntax
* **grid-options:** Add total count header option
* **grid:** Add total count public method
* **demo:** Update examples, add full configuration options example
* **docs:** Update README.md

### Bug Fixes

* **grid:** Fix undefined issue when accessing selected items
* **grid:** Fix component naming convention to latest style guide


<a name="1.0.0-alpha.4"></a>
# 1.0.0-alpha.4 (2016-06-03)

### Features

* **grid-column:** Add lodash template support for cell rendering
* **grid-options:** Add body and heading CSS class options
* **grid-options:** Add alternate template support
* **demo:** Update demo examples with latest features

### Bug Fixes

* **grid:** Update grid API methods
* **grid-options:** Convert options to immutable class


<a name="1.0.0-alpha.3"></a>
# 1.0.0-alpha.3 (2016-06-01)

### Features

* **grid:** Autoload CSS styles
* **docs:** Add CHANGELOG.md
* **docs:** Update README.md instructions
* **build:** Update TypeScript configuration

### Bug Fixes

* **grid-column:** Fix issue with rendering empty values
* **grid:** Move HTML template to separate file


<a name="1.0.0-alpha.2"></a>
# 1.0.0-alpha.2 (2016-05-30)

### Features

* **build:** Update component seed, setup module for publishing

### Bug Fixes

* **docs:** Update README.md instructions


<a name="1.0.0-alpha.1"></a>
# 1.0.0-alpha.1 (2016-05-26)

### Bug Fixes

* **package:** Fix package name
