UNPKG

@true-directive/grid

Version:

Angular Data Grid from Yopsilon.

215 lines (113 loc) 3.31 kB
# Change log ## [1.0.1] - 2019-08-29 ### Fixed - Sorting is removed by clicking on a column that is sorted in descending order. - Paddings for draggable items. ## [1.0.2] - 2019-08-31 ### Added - CHANGELOG.md, LICENSE are included in the package. ## [1.0.3] - 2019-09-09 ### Fixed - If pattern doesn't have date components, calendar switches off while editing DateTime values. ## [1.0.4] - 2019-09-09 ### Fixed - Keywords in package.json. ## [1.0.5] - 2019-09-11 ### Added - Unit tests. ## [1.0.6] - 2019-09-11 ### Changed - @true-directive/base sources relocated to its own repository. ## [1.1.0] - 2019-09-20 ### Added - Column header context menu. ## [1.2.0] - 2019-09-23 ### Added - Data context menu. - enableDataContextMenu and enabledHeaderContextMenu settings. - headerContextMenu event. ## [1.2.1] - 2019-09-27 ### Fixed - Summary text translates. - Toggle checkboxes in touchend events instead of touchstart. ### Added - Export mask directives in TrueDirectiveGridModule. ## [1.2.2] - 2019-09-27 ### Fixed - Mask regular expressions. ## [1.2.3] - 2019-09-29 ### Added - Export controls: Datepicker, Calendar, Select. ## [1.2.4] - 2019-10-04 ### Fixed - Cancel dropdown popup when user clicks or taps on disabled input. ## [1.2.5] - 2019-10-12 ### Fixed - Conflict with BrowserAnimationsModule. ## [1.2.6] - 2019-10-15 ### Changed - More efficient scrolling. ## [1.2.7] - 2019-10-15 ### Fixed - Popups didn't appear if BrowserAnimationsModule imported. ## [1.2.8] - 2019-10-21 ### Fixed - Popups smooth appearance. ## [1.3.0] - 2019-11-04 ### Fixed - Appearance of a text editor on boolean cells. ### Changed - Borders and shadows of popups. ## [1.3.1] - 2019-11-11 ### Fixed - Columns reordering in Safari browser (iOS) - Horizontal scrolling lags in Safari browser (iOS) - Popup animation on touch devices ## [1.3.2] - 2019-11-12 ### Fixed - Date editor rendering in Safari (iOS) - Select editor rendering in Safari (iOS) ## [1.3.3] - 2019-11-15 ### Added - SnackBar. - CustomCell events. ## [1.3.4] - 2019-11-18 ### Added - CheckedChanged event. ## [1.3.5] - 2019-11-24 ### Added - I18n: header text translation. - Selection and SelectedData getters in GridComponent class. - Copying to clipboard. - Exporting to CSV. ## [1.3.6] - 2019-11-25 ### Fixed - README misprints (compiled css file names). ## [1.3.7] - 2019-11-26 ### Added - GridViewComponet.getAppearanceClass() overridable method. ## [1.3.8] - 2019-11-26 ### Fixed - Updating appearance after changing grid settings. ## [1.3.9] - 2019-11-29 ### Added - Reexport classes from the @true-directive/base. ## [1.3.10] - 2019-12-14 ### Added - Setting to prevent autofocus after cell editing. - Column.ClassField property. ## [1.4.0] - 2020-01-07 ### Added - Lazy loading ## [1.5.0] - 2020-03-22 ### Changed - Handlers autowiring. ## [1.5.1] - 2021-01-21 ### Changed - Angular 9 compatibility. ## [1.5.4] - 2021-01-22 ### Changed - Angular 11 compatibility. ## [1.6.0] - 2021-01-24 ### Fixed - Data update with lazy loading.