Skip to content

Latest commit

 

History

History
123 lines (72 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

123 lines (72 loc) · 2.68 KB

1.0.0-alpha.10 (2016-06-16)

Bug Fixes

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

1.0.0-alpha.9 (2016-06-16)

Features

  • docs: Update README

Bug Fixes

  • grid: Remove css autoload

1.0.0-alpha.8 (2016-06-15)

Bug Fixes

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

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

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

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

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

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

1.0.0-alpha.2 (2016-05-30)

Features

  • build: Update component seed, setup module for publishing

Bug Fixes

  • docs: Update README.md instructions

1.0.0-alpha.1 (2016-05-26)

Bug Fixes

  • package: Fix package name