Skip to content

Releases: dj-fiorex/angular2-smart-table

Release 4.1.1

02 Dec 13:19

Choose a tag to compare

  • Fix that the demo page was broken by the Angular 21 upgrade
  • Fix that the checkbox filter stops working when cleared after checking the checkbox

Full Changelog: v4.1.0...v4.1.1

Release 4.1.0

21 Nov 17:16

Choose a tag to compare

  • Add Angular 21 support
  • Fix that a multi-select dropdown stays open when another multi-select drop-down is opened

Full Changelog: v4.0.2...v4.1.0

Release 4.0.2

06 Nov 12:03

Choose a tag to compare

  • Fix that the new multiselect filter component always disregards a custom filter function
  • Fix that the selectText config was ineffective for the multiselect filter
  • Fix that the dropdown of the multiselect filter was not repositioned when the visual viewport changes
  • Fix that the font weight in the multiselect filter button was inconsistent to the font weights of other filter components

Full Changelog: v4.0.1...v4.0.2

Release 4.0.1

05 Nov 14:47

Choose a tag to compare

  • Fix accidental removal of sr-only CSS class in the pager component
  • Fix wrong default for the multiselect filter's clearButtonText
  • Fix that the new multiselect filter dropdown overflows the viewport width when opened for a column that is close to the right edge of the viewport

Full Changelog: v4.0.0...v4.0.1

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