Releases: dj-fiorex/angular2-smart-table
Releases · dj-fiorex/angular2-smart-table
Release 4.1.1
- 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
- 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
- Fix that the new multiselect filter component always disregards a custom filter function
- Fix that the
selectTextconfig 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
- Fix accidental removal of
sr-onlyCSS 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
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