Releases: dj-fiorex/angular2-smart-table
Releases · dj-fiorex/angular2-smart-table
Release 3.6.0
- Add setting
sortMode
with the optionssingle
ormulti
(default ismulti
) - Improve rendering of the column title header
Full Changelog: v3.5.2...v3.6.0
v3.5.2
- 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
- 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
- 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
- @EphraimHaber made their first contribution in #167
Release 3.4.0
- 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
- Add Angular 18 support
- Add information about the new custom renderer initialization to the migration guide
Release 2.10.1
- 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
- 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
What's Changed
- Fix missing security bypass for save and cancel button contents by @maixuanhan in #146
New Contributors
- @maixuanhan made their first contribution in #146
Full Changelog: v3.1.0...v3.1.1
Release 3.1.0
- Add new setting
valueCreateFunction
- Fix a critical issue with the inner state of an edited cell
- The
strict
setting forlist
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