Releases: dj-fiorex/angular2-smart-table
Releases · dj-fiorex/angular2-smart-table
Release 4.0.0
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 nowangular2-st-tbody-save-cancel) - Fix wrong name of selector
angular2-st-actions(it is nowangular2-st-thead-create-cancel) - You might need to adjust your stylesheet overrides according to the new selector names
New Contributors
- @ovidiubarbu made their first contribution in #191
Full Changelog: v3.8.0...v4.0.0
Release 3.8.0
- Fix missing property
selectTextoneditor.configforselect-editordefault non-value option - Fix styling for
select-editorto fit other input editors
New Contributors
- @jupmorenor made their first contribution in #189
Full Changelog: v3.7.0...v3.8.0
Release 3.7.0
- 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
What's Changed
- Fix that custom filter implementation were forced to implement
ngOnChanges - Fix that
filter.inputClasssetting was not correctly applied to the actual filter input when using default filters
New Contributors
- @igorkosteski made their first contribution in #185
Full Changelog: v3.6.1...v3.6.2
Release 3.6.1
- Fix
filter.confignot accepting custom config objects - Fix missing documentation for
filter.component
Full Changelog: v3.6.0...v3.6.1
Release 3.6.0
- Add setting
sortModewith the optionssingleormulti(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.debounceTimesetting - 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
scopeattribute 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