Skip to content

Releases: dj-fiorex/angular2-smart-table

Release 3.6.0

23 Jan 13:32
Compare
Choose a tag to compare
  • Add setting sortMode with the options single or multi (default is multi)
  • Improve rendering of the column title header

Full Changelog: v3.5.2...v3.6.0

v3.5.2

17 Jan 15:02
Compare
Choose a tag to compare
  • Fix that after removing the unnecessary paging events, the first page was not selected anymore when data was lazy loaded

Full Changelog: v3.5.1...v3.5.2

Release 3.5.1

17 Jan 13:26
Compare
Choose a tag to compare
Release 3.5.1 Pre-release
Pre-release
  • Fix regression: "pages per page" selector broken in version 3.5.0
  • Fix that automatically switching to the last page after increasing the "pages per page" when already being on the last page caused unnecessarily many paging events

Full Changelog: v3.5.0...v3.5.1

Release 3.5.0

17 Dec 17:34
Compare
Choose a tag to compare
  • Upgrade to Angular 19
  • Add new filter.debounceTime setting
  • Fix broken backwards compatibility with rxjs ^6.5.3
  • Remove dependency to @angular/forms

Full Changelog: v3.4.0...v3.5.0

New Contributors

Release 3.4.0

24 Oct 14:20
Compare
Choose a tag to compare
  • Add new column setting isRowHeading
  • Add scope attribute to column and row headings to support screen readers
  • Add Section to ng2-smart-table migration guide regarding the valueStoreFunction

Full Changelog: v3.3.0...v3.4.0

Release 3.3.0

02 Sep 09:15
Compare
Choose a tag to compare
  • Add Angular 18 support
  • Add information about the new custom renderer initialization to the migration guide

Release 2.10.1

03 May 11:31
Compare
Choose a tag to compare
  • Hotfix: DataSet.select() no longer throws an error when using a negative index to deselect all rows

Full Changelog: v2.10.0...v2.10.1

Release 3.2.0

12 Dec 14:56
Compare
Choose a tag to compare
  • Add Angular 17 support
  • Add hideTagList setting to hide the tag list when columns are hidden
  • The sortDirection column setting can now be applied to more than one column

Full Changelog: v3.1.1...v3.2.0

Release 3.1.1

10 Nov 13:00
Compare
Choose a tag to compare

What's Changed

  • Fix missing security bypass for save and cancel button contents by @maixuanhan in #146

New Contributors

Full Changelog: v3.1.0...v3.1.1

Release 3.1.0

25 Oct 14:02
Compare
Choose a tag to compare
  • Add new setting valueCreateFunction
  • Fix a critical issue with the inner state of an edited cell
  • The strict setting for list default filters is no longer overriding a custom provided filter function
  • Fix that the default sort direction for all columns is asc instead of "no sort"

Full Changelog: v3.0.0...v3.1.0