Version 7 Release Notes
Version | Date Released | Notes |
---|---|---|
7.4 | 26 January 2021 | Final release before v.8 which supports ag-Grid v.25 |
7.3 | 4 January 2021 | ColumnInfo function now redundant as merged into Grid Info function |
7.2 | 19 November 2020 | |
7.1 | 11 November 2020 | Version is deprecated due to issues with Wrappers when using plugins |
7.0 | 20 September 2020 | Breaking Release - See Upgrade Guide for more details |
7.4 Release ๐
Type | Description |
---|---|
Enhancement | โ Container Options should allow adaptable div to be provided as HTML Element as well as by name |
Enhancement | โ Make OpenFin toolbar available in Dashboard (when using OpenFin) |
Bug | โ Column Groups get flattened when a layout loads |
Bug | โ Layout editor only allows Drag n Drop into columns that are visible when it opens |
Enhancement | โ Add option to not show groups when no columns are visible |
Enhancement | โ Add more State type and Destination Options to Manage State function |
Enhancement | โ Make list of Functions available in Expression Editor configurable |
Bug | โ Conditional Style classnames dont work if scope is whole row |
Task | โ Look at adding an IsReadOnly property to base Adaptable Object class |
Enhancement | โ Make PrimaryKeyDuplicate only way to prevent duplicates (remove Options property) |
Enhancement | โ Create 'Existing Values Only' predicate for Alert and Validation |
Enhancement | โ Create 'No Duplicate Values' predicate for Alert and Validation |
Enhancement | โ Add IncludeStyleWhenExportToExcel option to Export Options |
Enhancement | โ Include Adaptable styles when exporting Visible Data to Excel |
Enhancement | โ Add Option to open Quick Filter dropdown on click (default to remain mouseover) |
Enhancement | โ Add an 'Any_Contains' Expression function - similar to how Quick Search works |
Enhancement | โ Add Option to run a Query straight after Quick Search is run |
Enhancement | โ Allow users to provide list of Queryable columns (for running Expressions remotely) |
Enhancement | โ Allow developers to provide their own parser functions |
Enhancement | โ Add substring() function to parser |
Enhancement | โ Add Column Group support in Layout Editor |
Bug | โ If groupMultiAutoColumn is true, Pivot Layout reverses columns when loading |
7.3 Release ๐
Type | Description |
---|---|
Enhancement | โ Add a separator in Column Menu before Adaptable Menu Items |
Task | โ Merge ColumnInfo and GridInfo Functions into one - no need for 2 |
Enhancement | โ Add Configure Dashboard Column Menu Item |
Enhancement | โ Put all Dashboard related column menu items into one sub-menu |
Task | โ Enable Adaptable Menu Items to contain sub menus |
Bug | โ Filter on Cell Value context menu option should filter on cell's normalised, not display, value |
Bug | โ Remove Save as User Filter button in Filter popup as no longer used |
Enhancement | โ Add CSS variable for Menu Item in Filter form |
Enhancement | โ Enable a default predicate for each Column Data Type |
Bug | โ Calculated Columns cannot display string values |
Enhancement | โ Capitalise Tooltips in Team Share window |
Enhancement | โ Add Render Notification function to OpenFin options |
Enhancement | โ Remove requirement to provide the ColumnTypes array at start-up |
Bug | โ Grid flickers when a new column is added after other columns have loaded |
Enhancement | โ Provide API methods to hide / show Dashboard Custom Buttons |
Enhancement | โ Provide API methods to hide / show Custom Toolbar Buttons |
Bug | โ Selected Cell Info is wrong if context menu clicked very quickly |
Task | โ Add Release section to Documentation |
Enhancement | โ Allow alternative names to be provided for Functions |
Bug | โ Row Groupings are being passed between Layouts |
Task | โ Refactor and improve Audit Log messages |
Bug | โ Reports are not exporting Columns in Order defined in Scope |
Bug | โ Cannot change selected column order in Scope Component Wizard |
Task | โ Create a standalone OpenFin demo app |
Enhancement | โ Allow OpenFin notifications to be enhanced at design-time |
Bug | โ Cell Renderer is removed from a Calculated Column after edit |
Enhancement | โ Add option to provide an icon for Application - will appear in Grid top corner |
Enhancement | โ Remove span from Button generated in Action Column |
Enhancement | โ Reduce amount of times SearchChanged event is fired |
Bug | โ Export looks strange for columns with a checkbox |
7.2 Release ๐
Type | Description |
---|---|
Enhancement | โ Include ADD_DAYS and DATE_DIFF functions to Parser |
Enhancement | โ Add Debounce State Delay property to State Options |
Enhancement | โ Add Custom Destinations to Schedule Popup |
Enhancement | โ LayoutUpdated event should fire also when a Layout is created and deleted |
Bug | โ Empty values appearing as NaN in Calculated Column |
Enhancement | โ Add a Coalesce function to Parser |
Task | โ Improve how ClearStorage works in Config Api |
Enhancement | โ Add 'Clear Storage' function to User State functions |
Bug | โ Last value in Column Filter list doesnt appear when scrolling |
Enhancement | โ Update Custom Reports to send back data as ReportData object |
Task | โ Improve JSON export destination so its proper JSON |
Task | โ Add Option to include Primary Key column when exporting |
Enhancement | โ Create dynamic forms - initially to use in Export Custom Destinations |
Enhancement | โ Allow order of sections in Column and Context Menus to be configurable |
Enhancement | โ Make the word 'Search' in the Quick Search input box configurable |
Task | โ Refactor how distinct values are fetched for a Column |
Enhancement | โ Cache distinct values in Filter Form |
7.1 Release ๐
Type | Description |
---|---|
Enhancement | โ Refactor ServerSearchOptions to be an Array |
Bug | โ BatchUpdateRowData is not triggering Alerts |
Enhancement | โ Add brief documentation for each Parser function in the Expression UI |
Enhancement | โ Disable 'Select Shared Query' button in UI if no Shared Queries are in State |
Enhancement | โ Allow Parser to accept dates as strings |
Bug | โ Calculated Columns appear as name_1 in certain circumstances |
Bug | โ Error thrown when opening Query editor if no data in the Grid |
Enhancement | โ Scrollbars in Filter Form are too intrusive |
Enhancement | โ Add new ipushpull page to Toolbar dropdown as soon as its been created |
Task | โ Move AdapTable documentation to docs.adaptabletools.com |
Enhancement | โ Add 'Log to Console' as an Alert Option |
Bug | โ Grouping fails in Calculated Columns for new Layouts |
Bug | โ Row Styles don't work after Version 7 Upgrade |
Enhancement | โ Add 'data-name' attribute to UI elements where missing |
Enhancement | โ Between Predicate should include the bound values |
Bug | โ Blanks and Non-Blanks Predicates sometimes fail |
Bug | โ Percent Bar UI fails if no values currently in column |
Enhancement | โ Only fire SearchChanged when a valid Column Filter has been created |
Task | โ Upgrade to ag-Grid v.24 |
Task | โ Refactor exported data into Report Data object that can easily referenced |
Enhancement | โ Allow Percent Bars to be based off other column values |
Enhancement | โ Use normalised cell values in Parser |
Bug | โ Export Selected Rows is exporting 0 as empty cell |
Bug | โ Export Selected Cells doesnt work if column header has full stop |
Bug | โ A grouped cell doesnt unflash |
Enhancement | โ Add Option to show distinct values using current column sort order |
Enhancement | โ Add Custom Destination in Export |
Bug | โ Cannot create Calculated Column if grid has no data |
Enhancement | โ Save a Layout changed in Layout Editor even if AutoSave is false |
Enhancement | โ Enhance popup which appears when deleting Object with a referenced column |
7.0 Release ๐
Type | Description |
---|---|
Bug | โ System Date Filters dont work with undefined or null values |
Enhancement | โ Add Custom Reports facility for Export |
Enhancement | โ Add a Grid Api Export to Excel method |
Bug | โ Flashing cell not working for edits |
Bug | โ Cannot Create Percent Bar through Column Info |
Bug | โ Custom sort breaks when try to edit a Custom Sort which uses a comparer function |
Study | โ New Expression Parser |
Bug | โ Median Calculation Issue |
Enhancement | โ Allow Editing of Special Columns - but not the ColumnId property |
Enhancement | โ Prevent deletion of Special Columns if referenced elsewhere |
Task | โ Remove Column Chooser function as replaced by Layout Editor |
Bug | โ Quick Search doesnt search on a column that is not in layout when it opens |
Enhancement | โ Add option to make the Label property of a User Menu Item a function |
Enhancement | โ Make User Menu label settable by a function |
Enhancement | โ Enable default column width for a Calculated Column to be set |
Enhancement | โ Create ipushpull plugin |
Enhancement | โ Create Glue42 plugin |
Enhancement | โ Create Finsemble plugin |
Enhancement | โ Create OpenFin plugin |
Bug | โ Column Width is not displayed when opening a layout at startup |
Enhancement | โ Add support for Angular 9 |
Task | โ Add support for ag-Grid version 23 |
Enhancement | โ Layout: save pivoting details |
Enhancement | โ Layout: Add AutoSave property to Layout (and not just options) |
Bug | โ ToolPanels have a fixed width so look wrong when toolpanel is dragged |
Enhancement | โ Add DataType scope to Conditional Style |
Task | โ Integrate Master / Detail into Adaptable Blotter |
Enhancement | โ Implement multiple Ranges for Percent Bar |
Study | โ Create Shared Queries functionality |
Bug | โ Calculated Column creation / edit breaks grouping and sorting |