Skip to content

Latest commit

 

History

History
99 lines (61 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

99 lines (61 loc) · 3.8 KB

1.0.4 (2017-04-13)

Bug fixes

  • build: added mising rxjs imports (24c3098), closes (#304)

1.0.3 (2017-04-05)

Bug fixes

1.0.2 (2017-04-04)

Bug fixes

  • build: move ng2-completer and lodash from peerDependencies to dependencies

1.0.1 (2017-03-29)

Bug fixes

  • build: fix package.json

1.0.0 (2017-03-29)

Features

  • demo: @angular/cli integration
  • demo: setup demo deploying to the github pages
  • demo: setup e2e and unit testing
  • table: update to angular 4.0.0
  • table: integrate gulp for npm package bundling
  • table: add a row hover event (68b73ee), (1ceca0d), (#253), (#262)
  • table: add a deselect row (2ab02b4), (#94)
  • table: add a getFilteredAndSorted function (df3f343), (#249)

Bug fixes

  • table: ng2-completer failed with empty value (b0e1797), closes (#164)
  • table: add a check for existing filters (8daa70f), (#40)
  • table: fix the actions column positioning (ebfbd54), (#245)

Code Refactoring

  • table: move the components to the modules
  • demo: move some examples to new /examples route (#213)

Breaking Changes

  • table: remove div container with the css styles from ng2-smart-table component
  • table: remove the css classes from table container

0.6.0-0 (2017-03-02)

Features

  • table: configuring column filters (#185)
  • table: custom cell view component (#193)
  • table: update to angular 2.4.9

Bug Fixes

Code Refactoring

  • table: grouping components by section (#172)

0.3.1 (2016-09-19)

Features

  • table: update to angular 2.0

How to update

  • Install 0.2.1 version
  • Checkout README.md installation section for more details

0.2.1 (2016-08-29)

Features

  • table: update to angular rc.5

How to update

  • Install 0.2.1 version
  • Checkout README.md installation section for more details on configuration for rc.5