Skip to content

Latest commit

 

History

History
302 lines (161 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

302 lines (161 loc) · 14.1 KB

1.7.2 (2020-11-12)

Bug Fixes

  • use selectedRowIndex if specified when data changes (#1221) (3036b76)

1.7.1 (2020-10-29)

Features

1.7.0 (2020-10-08)

Code Refactoring

Features

BREAKING CHANGES

@akveo/ng2-completer dependency replaced by ng2-completer as original package was fixed. Note on why we have to fork package could be found here. Please, uninstall @akveo/ng2-completer and install ng2-completer:

npm uninstall --save @akveo/ng2-completer
npm install --save ng2-completer

1.6.0 (2020-03-23)

Features

BREAKING CHANGES

  • ng2-completer dependency replaced by @akveo/ng2-completer. Read details in #1140. This is a temporary measure until the original ng2-completer fixed. We have no plans to support @akveo/ng2-completer.
  • We no longer have a direct dependency on tslib. Instead it is now listed a peerDependency. This matches Angular framework.

1.5.0 (2019-06-18)

Tables updated to Angular 8.

1.4.0 (2019-02-19)

Bug Fixes

Features

1.3.5 (2018-07-12)

Bug Fixes

1.3.4 (2018-06-28)

Bug Fixes

  • demo: update polyfills for IE (cf59d21)
  • move ng2-completer to peerDependencies (aa62510)

1.3.3 (2018-06-13)

Bug Fixes

  • build: fix release scripts (2a7bd0c)

1.3.2 (2018-06-12)

Bug Fixes

  • build: fix release metadata generation (10111e2)
  • filter: fix ngModal deprecation warning (e00c77f)

1.3.1 (2018-06-12)

Bug Fixes

1.3.0 (2018-05-21)

Features

1.2.1 (2017-05-25)

Bug Fixes

  • table: add the missed rxjs imports (cc6a678)

Features

  • add rxjs rollup globals (7ad6b98)

1.2.0 (2017-05-25)

Bug Fixes

  • readme: fix broken license link (f5496e0)
  • table: custom action when action position: 'right' (bc5f5b4)
  • table: deprecated the search key (#366) (e8cf1d9)
  • table: fix a bug where source changes and pager doesn't get updated (#329) (086cd1f)
  • table: fix a bug where source changes and title sort configuration doesn't get updated (#330) (89e4bec)
  • table: fix a bug where source changes but filter doesn't get updated (#331) (c48818f)
  • table: fix an issue where pager is vertical (fix #343) (04c896e)
  • table: fix bug when source changes and it's type is Array (#327) (b72c29f)
  • table: hide actions when no actions (27abbb5)
  • table: make source input property properly annotated as DataSource in dependent components (#332) (9be34fc)
  • table: onComponentInit hook didn't called when OnInit didn't implemented (067a346)
  • table: only perform filter if search string is present (#358) (3886007)
  • table: performance improve (#367), (fix #189, fix #300) (69e883c)
  • table: remove unused dependecies for filter-types (#334) (fd98bfc)

Features

  • custom-actions: add the custom actions feature (#338) (af8e00e)
  • docs: add onComponentInitFunction description in docs (2bb9bd8)
  • table: add custom render component on init function hook (e06fa09)
  • table: add rowClassFunction (#355) (845c8cf)

1.1.0 (2017-04-21)

Bug fixes

  • docs: update docs (80b3b22), (#308)
  • docs: update docs (9920b3c), (#309)
  • table: performing an edit might result in an error when the data source is being updated by an Observable (4221b4c), (#280), closes (#279)
  • docs: fix the links (68205eb)
  • table: change style deployment as external file for better flexibility (4504fcf), closes (#112), (#290)

Features

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