This repository was archived by the owner on Aug 6, 2020. It is now read-only.
Update dependency ag-grid-vue to v23 #46
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.0.0
->23.2.1
Release Notes
ag-grid/ag-grid
v23.2.1
Compare Source
Please refer to the ag-Grid Changelog for details.
v23.2.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v23.1.1
Compare Source
Please refer to the ag-Grid Changelog for details.
v23.1.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v23.0.2
Compare Source
Please refer to the ag-Grid Changelog for details.
v23.0.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v22.1.1
Compare Source
Please refer to the ag-Grid Changelog for details.
v22.1.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v22.0.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v21.2.2
Compare Source
Please refer to the ag-Grid Changelog for details.
v21.2.1
Compare Source
Please refer to the ag-Grid Changelog for details.
v21.2.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v21.1.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v21.0.1
Compare Source
Please refer to the ag-Grid Changelog for details.
v21.0.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v20.2.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v20.1.0
Compare Source
Please refer to the ag-Grid Changelog for details.
v20.0.0
Compare Source
AG-2507 Regression Testing - Column Menu Filter Item broken
AG-2506 JS version of instance status bar component example broken
AG-2505 Regression Testing - Sidebar filters broken on Pivoting examples
AG-2504 Regression Testing - improve aggregation examples
AG-2493 Regression Testing - Row Grouping Padding has increased
AG-2491 Regression Testing - Excel Export with Styles creates excel alert
AG-2490 Regression Testing - Header component example isn't working
AG-2487 Regression Testing - Polymer filter example throws an error
AG-2486 Regression Testing - Examples not rendering value 0
AG-2485 Web components example broken
AG-2483 Column Definition Example - Date Filter is misaligned
AG-2482 Vue Framework Example - skills filter throws error
AG-2481 Chrome 71 is not detected in ag-grid as Chrome
AG-2460 Fix contradiction on status bar for the keywords between average (in code) and avg (in docs)
AG-2448 Add declarative support to vue component (column defs)
AG-2447 A v-model support to vue component
AG-2445 Property 'groupSuppressBlankHeader' not getting used
AG-2442 Header text position misplaced when custom menu icons are used in certain themes
AG-2441 Skip props check of rowData when using deltaRowMode in react
AG-2439 Add support for react-redux v6
AG-2438 website - sortingOrder is not included in Column Properties documentation
AG-2436 Excel Xlsx export does not work with older versions of MS Office
AG-2434 Improve efficiency of the xlsx export to allow exporting more rows before running out of memory
AG-2420 Material theme is missing the column resizer
AG-2418 Docs - Add more documentation around how to create a valid template in master/detail
AG-2417 Issue with React 6: withRef is removed. To access the wrapped instance, use a ref on the connected component
AG-2413 XML Export, not possible to integrate with ExcelSheet + Reintroduce example in the latest docs
AG-2412 Docs - Example full row editing rich select editor values are incomplete
AG-2410 Columns - Ellipsis strange behavior when column is resized
AG-2409 docs - There is a link to ag-grid instead of ag-grid-community in the getting started
AG-2408 Example of exporting to XML and from there to SheetJs doesn’t work
AG-2407 Windows: If viewport has both scroll bars, scroll to last column, open filter, change filter. The filter window is closed automatically
AG-2406 Add ability to inject vue component dependencies
AG-2405 Convert ag-grid-vue to Typescript B
AG-2404 Add i18n support and example repo
AG-2403 Add UMD support and example repo
AG-2402 Add Router support and example repo
AG-2401 Add Vuex support and example repo
AG-2391 When using the grouping bar at the top, if grouping by a column, then removing the column, the label 'Drag here to...' dissapears
AG-2387 Status Bar - The min value in the status bar doesn't work.
AG-2384 Add Excel 2010 support to the xlsx Export
AG-2381 Charting MVP - Add Range Segmentation
AG-2380 Set filter .setFilterValues not working if provided an empty values array to the colDef
AG-2376 Server side row model - Multi auto column group, clicking on generated columns does not trigger get rows
AG-2375 Charting MVP - Spike to Integrate a simple bar chart with the grid
AG-2373 Docs - Context menu docs don't explain how to suppress the xml export option
AG-2372 While row dragging the cell above/below from where the dragging is starting appears selected
AG-2359 Investigating issues with popup editors not working anymore (ie Angular Material editors)
AG-2355 Row group + Multi Auto Column: Row group cells are indented
AG-2352 Context menu - Tool panel default item not working anymore
AG-2350 Status Bar Aggregation, Selected Rows and Total Rows Components don't work in SSRM
AG-2349 xlsx Export - Dates are not exported to native date format
AG-2346 xlsx export - Group headers don't export correctly their style when they span more than one columns
AG-2344 When using checkbox for selection and the width just fits it, an elipsis is displayed
AG-2343 Docs - React clipboard example is not logging the events from the clpboard
AG-2325 SVG icons not working in IE11
AG-2324 Add string to the floatingFilterComponent typing
AG-2319 Misagligned grids using aligned grids when only one of the grids has a vertical scroll bar
AG-2317 When pinning right, the last column will have some content hidden if the main horizontal viewport has scroll
AG-2316 Row Dragging - drag icon should be invisible rather than hidden when rowDrag = false
AG-2312 IE11: Using arrow keys to move around in the grid is broken after moving focus to an outside element
AG-2296 Change the type definition of setTimeout, setInterval, clearInterval so we avoid ambiguity on the signature
AG-2295 Server side row model - Translate column ids to original source column used for grouping when using multi auto column group
AG-2291 pinned rows not working with full width rows
AG-2290 Delta Columns - Group state not kept while using tree data
AG-2285 Tree data, using custom group column + array of strings for dataPath: Causes renderer to print full path
AG-2280 Allow event handler in Vue too support more idiomatic conventions v-on:cellClicked=“onCellClicked“ or @cellClicked=“onCellClicked“ B
AG-2279 Investigate possible memory leak/inefficiency using Vue
AG-2272 Improve Vue Dev Experience
AG-2263 Remove lag between pinned and body
AG-2253 Docs: Javascript getting started, the sets of data are inverted.
AG-2250 Keyboard Control While Editing Example - broken for frameworks
AG-2248 Custom Keyboard Navigation Example broken for frameworks
AG-2247 Accessing Data Example throwing errors
AG-2246 Custom Controls React Example Broken
AG-2239 Reset columns - Ensure Grouping is restored after reset for all Row Models
AG-2209 Automatically update Vue component params on refresh
AG-2181 Master/Detail - not rendering custom components for 'detail' table when using angularJs
AG-2149 Vue component throws warning about mutating props
AG-2129 Themes- revamp themes docs
AG-2114 React Components are rendered to the root of the DOM tree
AG-2085 Column Menu stays open when dragging Column Headers around
AG-2072 Pinned row - Position pinnedBottomRowData above the scrollbar (windows)
AG-2070 Doc change: Update theme doc links, all SASS variable and clarify the hierarchy of files
AG-2064 Sorts after transactions now delta sort
AG-2031 Website - Add more vue and other framework examples
AG-1928 Themes - Some sass overrides are non functional
AG-1891 Filters - Add a mechanism for keeping the filter menu open
AG-1858 Clipboard - Add a property to allow the default ctrl + c behaviour to include headers
AG-1789 Column Menu - Remove '[Deprecation] Using unescaped '#' characters in a data...' message
AG-626 [domLayout] Grid option domLayout set to autoHeight causes detail component to be instantiated many times
v19.1.2
Compare Source
AG-2294 Add support for Vuex in components
AG-2293 Performance: When using filterToolPanel, filters should be lazy created only when needed
AG-2289 Delta Columns - Delta columns not working correctly if reusing same column objects.
AG-2286 Autosize all working inconsistently with the server side row model
AG-2284 Server side row model - Infinite loading of rows when using 1/2 max concurrent blocks
AG-2283 Fix performance issue introduced in 19.1.1 for filtering
AG-2281 On iPad context menu remains open and never dissappears
AG-2276 Investigate performance degradation on select all from the column/group header
AG-2275 Prevent error when using more than 31 characters for a sheet name while exporting to excel
AG-2269 Default popupParent to containing div for Polymer components
AG-2266 Server-side Row Model - Group column id not supplied in sort model when using Tree Data
AG-2262 afterGuiAttached for floating filter doesn't pass hidePopup
AG-2259 TypeScript compiler error in xmlFactory.d.ts with strictNullChecks enabled
AG-2258 In ie11, the first click on the select all for the set filter does nothing
AG-2256 Server Side Row Model - While pivoting, clicking on secondary columns does not trigger getRows
AG-2254 Investigate typing issues after 19.1.1 has been released
AG-2252 Issue exporting to xlsx when the data contains unescaped HTML special characters like '&' |
v19.1.1
Compare Source
Release 19.1.1 Overview
Feature Highlights:
AG-904 Polymer 3 Datagrid.
AG-726 Export to XLSX.
AG-1591 Allow Delta Changes to Column Definitions.
v19.0.0
Compare Source
Release 19.0.0 Overview
Breaking Changes:
ag-Grid receives a major overhaul of the Tool Panels in version 19.0.0. The old property 'showToolPanel' is no longer used and the Tool Panel is also not included by default. For more details see: Configuring the Side Bar.
Feature Highlights:
AG-1201 The Status Bar is now customizable with Custom Status Panel Components.
AG-1915 The Side Bar is now customizable with Custom Tool Panel Components.
AG-1914 A new Filters Tool Panel has been added to the Side Bar.
AG-1881 Lazy load hierarchical data with Server-side Tree Data.
AG-1961 Debounce block loading with Infinite and Server-side Row Models using the new grid options property: 'blockLoadDebounceMillis'.
AG-1363 columnApi.resetColumnState() can now optionally raise column based events.
v18.1.0
Compare Source
v18.0.0
Compare Source
AG-1844 Grid is now laid out using CSS Flex. Before this the grid had it's own layout mechanism called Border Layout. This had the following disadvantages:
The grid had a timer (layout interval) where every 500ms it was checking the width and height of the grid and then laying out contents again if the width or height changed.
Extra DIV elements were required for the layout.
The new mechanism no longer uses the layout interval so the grid is no longer polling every 500ms. The DOM is also now cleaner as the extra div's associated with the border layout are now gone.
AG-1807 New strategy for Printing using auto-height.
AG-1350 Added support for Row Spanning.
AG-1768 Now possible to switch between Auto Height and Normal Height dynamically.
AG-678 Grouping Footers now provides an option for a 'grand' total across all groups.
AG-1793 When in pivot mode you can now include Pivot Row Totals
AG-1569 To help clarify Row Model usage, we have renamed as follows:
In-Memory Row Model -> Client-side Row Model
Enterprise Row Model -> Server-side Row Model
AG-865 The Server-side Row Model now preserves group state after sorting has been performed.
AG-424 Text, Number and Date filters now support two filter conditions instead of just one. The user through the UI can decide which sort of logic to apply: 'AND'/'OR'
This also means that the model for the filter changes when two conditions are applied.
The ability to add an additional filter condition can be suppressed with filterParams.suppressAndOrCondition = true
The documentation of each filter has been updated to reflect these changes accordingly:
text filter
number filter
date filter
v17.1.0
Compare Source
v17.0.0
Compare Source
See our changelog for more info
https://www.ag-grid.com/ag-grid-changelog/
AG-1580 Feature Request 17.0.0 Tool panel can be resized B
AG-1562 Bug 17.0.0 Warn when grouping by null or undefined in enterprise row model
AG-1561 Feature Request 17.0.0 Can't align to the right column group header
AG-1553 Bug 17.0.0 Add mouseevent to our list of objects that are not in the DOM so ag-grid can compile headless
AG-1551 Feature Request 17.0.0 Added API for getCellEditorInstances and getCellRendererInstances
AG-1550 Feature Request 17.0.0 API for getting cell renderer instance
AG-1538 Bug 17.0.0 double clicking 'column group expand' icon gives bad results
AG-1530 Feature Request 17.0.0 Add Expand All/Collapse All to Column Menu for Tree Data
AG-1527 Feature Request 17.0.0 New UI to have tool panel like a side bar in intelliJ B
AG-1525 Feature Request 17.0.0 isRowMaster doesn't work with React
AG-1518 Feature Request 17.0.0 Add UMD packaging
AG-1493 Feature Request 17.0.0 Allow paste from clipboard to selected range
AG-1478 Feature Request 17.0.0 Allow enter key to go to next row directly without going through edit mode
AG-1473 Bug 17.0.0 Cell renderer function throws an error if it returns a number, but works if it returns a string
AG-1469 Bug 17.0.0 Angular innerRendererFramework - ngOnDestroy not being called
AG-1460 Bug 17.0.0 While editing pinned rows delta updates in the no pinned data causes the editing to be cancelled
AG-1449 Bug 17.0.0 headerTooltip doesn't work with grouped columns
AG-1440 Feature Request 17.0.0 Allow tool panel to handle long column names B
AG-1432 Bug 17.0.0 Typings for colDef incorrect for framework components
AG-1430 Bug 17.0.0 Deleted rows flicker out of view when animateRows is enabled
AG-1425 Bug 17.0.0 On pivot mode updating data so that it should be o a different secondary column not working when using splice
AG-1395 Bug 17.0.0 Tabbing through headers makes headers and columns out of sync
AG-1347 Feature Request 17.0.0 New API: api.getEditingCells()
AG-1331 Feature Request 17.0.0 Do not allow page breaks inside rows in print layout
AG-1321 Feature Request 17.0.0 Add destroy callback to all row models
AG-1320 Bug 17.0.0 Tooltip AND css classes not updated when using a transaction and tooltip field using dotted field syntax
AG-1261 Feature Request 17.0.0 When user hovers a column header, add class to column header and cells
AG-1196 Bug 17.0.0 Memory leak using angular1
AG-1135 Feature Request 17.0.0 Allow multiple row selections with mouse only
AG-1101 Feature Request 17.0.0 Allow column resizing in mobile devices
AG-1097 Feature Request 17.0.0 Allow having a callback to refine the sort of the rows after the grid sorts them.
AG-1073 Feature Request 17.0.0 Change HTML [button] to [button type="button"]. Otherwise if grid embedded in a form, submits forms by default
AG-1052 Feature Request 17.0.0 add suppressCellFlash in the colDef
AG-1036 Feature Request 17.0.0 Allow scrollbars to be always present by configuration
AG-918 Feature Request 17.0.0 [performance] implement batch update for transactions - and webpage
AG-700 Feature Request 17.0.0 Add method to allow changing the values of a rich select component on the fly and also let it be different depending on the row
AG-677 Feature Request 17.0.0 [sort] multi-column sorting with ctrl
AG-612 Feature Request 17.0.0 [cell flasing] Allow for easy row flashing and create api calls to force flashing
AG-460 Feature Request 17.0.0 [range] Scroll grid as range selection changes (as per excel)
AG-432 Bug 17.0.0 [toolpanel touch]Scrolling Tool Panel on touch devices doesn't work B
AG-183 Feature Request 17.0.0 Added CellMouseDownEvent for left and middle click events.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.