UNPKG

@true-directive/base

Version:

The set of base classes for the TrueDirective Grid

151 lines (78 loc) 2.25 kB
# Change log ## [1.0.27] - 2019-08-29 ### Fixed - Sorting is removed by clicking on a column that is sorted in descending order. ## [1.0.28] - 2019-08-31 ### Added - README.md, CHANGELOG.md, LICENSE are included in the package. ## [1.0.29] - 2019-08-31 ### Added - FilterOperator.EMPTY and FilterOperator.NOT_EMPTY. ## [1.0.30] - 2019-09-11 ### Changed - @true-directive/base sources relocated to its own repository. ## [1.0.31] - 2019-09-14 ### Fixed - Formatting numbers with leading zeros {N4.2}. ### Added - Coveralls badge. ## [1.1.0] - 2019-09-20 ### Added - MenuAction class. - GridState.HeaderContextMenu event. ## [1.2.0] - 2019-09-23 ### Added - enableDataContextMenu and enabledHeaderContextMenu settings (turned off by default). - GridState.isSelected(cp) method to get if a given cell is selected. ## [1.2.1] - 2019-09-27 ### Fixed - Summary text translates. - Toggle checkboxes in touchend events instead of touchstart. ## [1.2.2] - 2019-09-27 ### Fixed - Mask regular expressions. ## [1.2.3] - 2019-10-15 ### Added - Methods for the [translateY]-style virtual scrolling. ## [1.2.4] - 2019-11-04 ### Added - The delay between search string input and updating reduced (200ms by default). ## [1.2.5] - 2019-11-11 ### Added - Safari browser detection. ## [1.2.7] - 2019-11-15 ### Added - GridState: custom cell event. - Utils.IsClassDescendant method. - Column: AllowSorting setting. ## [1.2.8] - 2019-11-18 ### Added - CheckedChanged event. ## [1.2.9] - 2019-11-24 ### Added - GridExporter class. ## [1.2.10] - 2019-11-26 ### Added - MaterialGrid appearance setting. ## [1.2.11] - 2019-12-14 ### Added - Setting to prevent focus after editing. ## [1.2.12] - 2020-01-03 ### Fixed - Vulnerability fix. ## [1.3.0] - 2020-01-07 ### Added - Lazy loading support. ## [1.4.0] - 2020-03-22 ### Changed - Refactoring. - Autowiring. ## [1.4.1] - 2020-04-01 ### Fixed - Unnecessary layout updating when column move. ## [1.4.2] - 2020-04-01 ### Added - Linting. ## [1.5.0] - 2020-01-24 ### Fixed - Data update with lazy loading.