Skip to content

Releases: dj-fiorex/angular2-smart-table

Release 4.0.0

27 Oct 13:49

Choose a tag to compare

What's Changed

  • Add multiselect filter component
  • Remove Angular 16 and Angular 17 support
  • Fix wrong name of selector angular2-st-tbody-create-cancel (it is now angular2-st-tbody-save-cancel)
  • Fix wrong name of selector angular2-st-actions (it is now angular2-st-thead-create-cancel)
  • You might need to adjust your stylesheet overrides according to the new selector names

New Contributors

Full Changelog: v3.8.0...v4.0.0

Release 3.8.0

25 Aug 11:59

Choose a tag to compare

  • Fix missing property selectText on editor.config for select-editor default non-value option
  • Fix styling for select-editor to fit other input editors

New Contributors

Full Changelog: v3.7.0...v3.8.0

Release 3.7.0

07 Jun 14:51

Choose a tag to compare

  • Add Angular 20 support

Full Changelog (last minor): v3.6.0...v3.7.0
Full Changelog (last bugfix): v3.6.2...v3.7.0

Release 3.6.2

18 May 12:34

Choose a tag to compare

What's Changed

  • Fix that custom filter implementation were forced to implement ngOnChanges
  • Fix that filter.inputClass setting was not correctly applied to the actual filter input when using default filters

New Contributors

Full Changelog: v3.6.1...v3.6.2

Release 3.6.1

07 Feb 12:34

Choose a tag to compare

  • Fix filter.config not accepting custom config objects
  • Fix missing documentation for filter.component

Full Changelog: v3.6.0...v3.6.1

Release 3.6.0

23 Jan 13:32

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

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

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

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

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