UNPKG

ng2-qgrid

Version:
361 lines (308 loc) 11.3 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Auto-complete cell editor. * Batch edit improvements. * Vscroll improvements. * Copy/paste selection to excel. * Live data plugin. * Float Row Navigation. * Group keyboard navigation improvements. ## [6.2.3] - 2019-02-05 - Row options shortcut support. ## [6.2.2] ### Fixed - Better FireFox support by encapsulation of MouseEvent path property. - Better edit strategy when trigger of editor options is set to 'focus'. ## [6.2.1] ### Added - Edit form support. - Travis CI. - Cucumber specs infrastructure. - Edit cell validation support. ### Fixed - Blanks position in the column filter. ## [6.2.0] ### Fixed - Column filter `blanks` is removed when reset clicked. ### Added - Column hierarchy and dnd support in the column chooser. - Cohort column dnd support. ### BREAKING - `model.columnList().index` now contains tree of columns, not a column key list. ## [6.1.5] - 2018-07-03 ### Fixed - Row highlight in details modes. - Mark q-grid for check on invalidate, that allows to have basic functionality when q-grid host has onPush strategy. ### Added - Basic theme array, url and email support. ## [6.1.4] - 2018-06-28 ### Fixed - Time cell editor. - Fix q-grid-embedded array cell look. - Percent width are aware of pad column padding. - Show horizontal scroll-bar if there are no data rows, but some columns are present. - Observables in dropdown editors. ### Added - Beta version of row virtual scrolling. - Tab-trap component for the url and email editors. - Column groups manipulation through the structural directives. - Import from csv, pdf, xlsx, json. - Export to csv, pdf, xlsx, json. ### Changed - Improve performance of Style API using dom bags directly. ## [6.1.3] - 2018-06-21 ### Fixed - Fixed AOT compilation. - Fixed time editor value assign. - Dark theme for plugins and cell handler. - Textarea editor now shows length of the input text. ## [6.1.1] - 2018-06-15 ### Fixed - Highlight on drag and drop. - Pager target should be closed after enter hit. ### Changed - Column Filter, Column Chooser, Query Builder, Persistence Plugins became responsible. ## [6.1.0] - 2018-06-15 ### BREAKING - Need to change theme import from `import { ThemeModule } from 'ng2-qgrid'` to `import { ThemeModule } from 'ng2-qgrid/theme/material` ### Deprecated - Use `FetchContext` `serach` property instead of `filter` property. - Use `<q-grid caption="My Grid">` instead of `<q-grid header="My Grid">`. ### Added - Support of custom themes, we are not linked tight with angular/material any more. - 113+ Examples. - Readonly strategies `<q-grid interactionMode="full | readonly | detached">`. - Spanned headers and column groups. - Group summaries. - `PluginServices` that allows to write own plugins for q-grid. - Better caching strategies for renders. - New `rowspan` mode for groups. - New `rowList` model. - Drag and drop column support in `column chooser`. - Initial basic theme. - Float(fixed) rows support through the `model.row()` `pin` property. - New column generation mode `cohort`. - Action trigger template support. ### Changed - Live `drag and drop` for rows and columns. - Use `Model Proxy` for resource utilization. - New `Dom matrix` engine for rendering. - Reference column API. - Pin columns are highlighted when scroll horizontal. - ### Fixed - Better row details rendering. - Fixed focus position on scene render (e.g. sort, filter etc.). - Column sort algorithm became more predictable. - Array cell editor doesn't work with keyboard. ## [5.3.10] - 2018-05-21 ### Added - `ToggleAll` command that can be override to intersect toggle all groups action. ### Changed - Clicking on group header leads to collapse/expand of all nodes in the view. - By default child node label is empty. ### Fixed - `Group pipe` index calculation - the root cause of invalid filtering. ## [5.3.9] - 2018-05-18 ### Added - Focus method to the grid service. ### Changed - AOT Compatible. - Angular CLI as app starter. - Rollup scripts to build the library. ### Fixed - FocusAfterRender service. - Column filter IsBlank is displayed in chips. - Legend template syntax. - TypeScript definitions. - Async pipe for rows property. ## [5.3.7] - 2018-07-08 ### Added - Template support of column filter items. ### Fixed - Column sort plugin uses `FocusAfterRender` only on click. ## [5.3.6] - 2018-04-20 ### Added - `Persistence` plugin - added groups. ## [5.3.5] - 2018-04-19 ### Added - `Query builder panel` component styles are standalone. ## [5.3.4] - 2018-04-18 ### Added - `Query builder` plugin. - Cell batch update. ## [5.3.3] - 2018-04-13 ### Added - `Persistence` plugin. - `Status bar` plugin. - Selected chips in `column filter` plugin. - Focus cell when after sort or filter column. ### Fixed - Vscroll reset. ## [5.3.2] - 2018-03-23 ### Added - Supporting of custom fetch in the column filter. - Virtual scroll module. - Pager target menu. ### Changed - Added grid core pipes under there `ng2-qgrid` namespace. - Remove `popup` module. ### Fixed - Pager custom size and sizeList not being honored/rendered correctly. - Rename `action-bar-core` to `action-bar`. ## [5.2.4] - 2018-02-16 ### Changed - Renamed `action-bar-core` to `action-bar`. - `layout="row"` refactored to `class="layout-row"`. - Export q-grid `common module` to make `q-grid-position` directive available for the end user. ### Fixed - Url editor. - Text alignment in the file editor. - Navigation should trigger detect changes. ## [5.2.3] - 2018-02-12 ### Fixed - Embed style for `row-options` column type. - TypeScript declarations. ## [5.2.2] - 2018-02-12 ### Fixed - Remove `BrowserModule` from components to allow lazy loading. - Fix column filter and column chooser styles. ## [5.2.0] - 2018-02-09 ### Added - Column [viewWidth](https://qgrid.github.io/ng/#!/column-view-size) property. - Filter `by` property `blanks` option support. ### Changed - Show (Blanks) checkbox in column filter if there is empty string, null or undefined in the list. - Explicitly set `display: inline` for label in column sort plugin. - Change q-grid-embed styles. ### Fixed - Better layout of column filter and column sort icons. ## [5.1.2] - 2018-01-03 ### Added * Possibility to change row size `<q-grid-row [canResize]="true"`. * Possibility to drag and drop rows `<q-grid-row [canMove]="true"`. * Style queue to the style Api, accessible through style model cells/rows props. * Rows property to the layout property. ### Changed * Improve performance through change detection strategy. * Improve performance through reducing number of change detections. * Improve performance through adding track by index. * Improve performance through invoking drag and drop out of ng zone. * Layout columns property changed type form object to map. ## [5.1.1] - 2017-12-28 ### Added * Legend plugin. * Bool cell editor. * File cell editor. * Image cell editor. ### Changed * Theme module should be explicitly added to the user application. * Backdrop triggers close event on mouse wheel click. * Change dependencies to peer in prod package.json. ### Fixed * Array cell editor improvements. * Fix minification in release script. * Grid in grid support. ## [5.0.2] - 2017-12-22 ### Added * Theme support. * Material theme that is used angular material inside. * Grid service that allows to create grid model and get more control on the grid itself. * Make grid header and footer sticky. * Sticky footer. * Top, left, right, bottom toolbars. * Embed flex css framework, that was extracted from angular-material. * Auto generation modes for columns. * Allow to reorder columns. * Allow to resize columns. * Allow to setup width of column in percents. * Allow to have custom templates for cells in html. * Column multi-sort support * Column sort modes: single, multiple * Column sorting depends on position * Frozen columns. * Custom. * Array column type. * Bool column type. * Date column type. * Email column type. * Group column type. * Number column type. * Pad column type. * Password column type. * Pivot column type. * Row indicator column type. * Row number column type. * Select column type. * File column type. * Time column type. * Image column type. * Url column type. * Currency column type. * Row options column type. * Row expand column type. * Row details column type. * Reference column type. * Id column type. * Row details. * Cell inline editing. * Cell navigation with keyboard. * Mouse navigation. * Style API to apply runtime style to the cells and rows. * Row and cell highlighting. * Focus cell API. * Range selection. * Row selection. * Cell selection. * Mix selection, when user can select row by clicking on row-indicator column or cell. * Selection key that allows to reduce data row to some valuable thing. * Selection modes: single and multiple. * Keyboard editing support. * Edit API. * Dropdown editor. * Textarea editor. * Column filter plugin. * Initial filter row implementation. * Filter API for custom filters. * Column grouping. * Custom hierarchy for grouping. * Column pivoting. * Import/Export to csv, excel and pdf. * Column aggregation. * Plugin system. * Column chooser plugin. * Pager plugin. * Progress plugin. [unreleased]: https://github.com/qgrid/ng2/compare/v6.2.3...HEAD [6.2.3]: https://github.com/qgrid/ng2/compare/v6.2.3...v6.2.2 [6.2.2]: https://github.com/qgrid/ng2/compare/v6.2.2...v6.2.1 [6.2.1]: https://github.com/qgrid/ng2/compare/v6.2.1...v6.2.0 [6.2.0]: https://github.com/qgrid/ng2/compare/v6.2.0...v6.1.5 [6.1.5]: https://github.com/qgrid/ng2/compare/v6.1.5...v6.1.4 [6.1.4]: https://github.com/qgrid/ng2/compare/v6.1.4...v6.1.3 [6.1.3]: https://github.com/qgrid/ng2/compare/v6.1.3...v6.1.1 [6.1.1]: https://github.com/qgrid/ng2/compare/v6.1.1...v6.1.0 [6.1.0]: https://github.com/qgrid/ng2/compare/v6.1.0...v5.3.10 [5.3.10]: https://github.com/qgrid/ng2/compare/v5.3.10...v5.3.9 [5.3.9]: https://github.com/qgrid/ng2/compare/v5.3.8...v5.3.7 [5.3.7]: https://github.com/qgrid/ng2/compare/v5.3.7...v5.3.6 [5.3.6]: https://github.com/qgrid/ng2/compare/v5.3.6...v5.3.5 [5.3.5]: https://github.com/qgrid/ng2/compare/v5.3.5...v5.3.4 [5.3.4]: https://github.com/qgrid/ng2/compare/v5.3.4...v5.3.2 [5.3.3]: https://github.com/qgrid/ng2/compare/v5.3.2...v5.2.4 [5.3.2]: https://github.com/qgrid/ng2/compare/v5.3.2...v5.2.4 [5.2.4]: https://github.com/qgrid/ng2/compare/v5.2.4...v5.2.3 [5.2.3]: https://github.com/qgrid/ng2/compare/v5.2.3...v5.2.2 [5.2.2]: https://github.com/qgrid/ng2/compare/v5.2.2...v5.2.1 [5.2.0]: https://github.com/qgrid/ng2/compare/v5.2.0...v5.1.2 [5.1.2]: https://github.com/qgrid/ng2/compare/v5.1.2...v5.1.1 [5.1.1]: https://github.com/qgrid/ng2/compare/v5.1.1...v5.0.2 [5.0.0]: https://github.com/qgrid/ng2/compare/v5.0.0...v1.0.7 [1.0.7]: https://github.com/qgrid/ng2/compare/v1.0.7...v1.0.6 [1.0.6]: https://github.com/qgrid/ng2/compare/v1.0.6...v1.0.5 [1.0.5]: https://github.com/qgrid/ng2/compare/v1.0.5...v1.0.4 [1.0.4]: https://github.com/qgrid/ng2/compare/v1.0.4...v1.0.3 [1.0.3]: https://github.com/qgrid/ng2/compare/v1.0.3...v1.0.2 [1.0.2]: https://github.com/qgrid/ng2/compare/v1.0.2...v1.0.1