Skip to content

Releases: akveo/ng2-smart-table

v1.7.2

12 Nov 15:05
10db7f9
Compare
Choose a tag to compare
release: 1.7.2 (#1222)

v1.7.1

29 Oct 15:08
1aafd6a
Compare
Choose a tag to compare
release: 1.7.1 (#1219)

v1.7.0

08 Oct 11:02
c105728
Compare
Choose a tag to compare
release: 1.7.0 (#1214)

v1.6.0

23 Mar 10:47
af64f1c
Compare
Choose a tag to compare
release: 1.6.0 (#1142)

v1.5.0

18 Jun 12:55
099a696
Compare
Choose a tag to compare
release: v1.5.0 Angular 8 release (#1028)

v1.2.2

22 Sep 06:51
Compare
Choose a tag to compare
ci: update .travis.yml

v1.2.1

25 May 10:47
Compare
Choose a tag to compare

Bug Fixes

  • table: add the missed rxjs imports (cc6a678)

Features

  • add rxjs rollup globals (7ad6b98)

v1.2.0

25 May 09:32
Compare
Choose a tag to compare

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)

v1.1.0

21 Apr 10:42
Compare
Choose a tag to compare

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

v1.0.4

13 Apr 14:13
Compare
Choose a tag to compare

Bug fixes

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