Changelog - 5.5.0 Betas
5.5.1-beta.9 (07/06/2021)
Bug Fixes
FRM-1697 -
grid: New Chromium version caused grid rows to expand to fill the available vertical space.
5.5.0-beta.8 (05/04/2021)
Housekeeping
FRM-1661: Grid now uses VsSubscriptionManager, fixing a huge performance issue which caused that subscriptions wasn’t removed until the ngOnDestroy of vs-grid component.
5.5.0-beta.6 (23/03/2021)
Features
FRM-1599 -
filter: MongoDB queries are now case-insensitive. This applies toautocomplete,gridandtree-table, as well as anyone using thegetMongoFromJQueryfunction.
5.5.0-beta.5 (23/03/2021)
Bug Fixes
FRM-1607 -
select-modal-legacy: Styles fromselect-modalcould override styles fromselect-modal-legacy, causing the grid to have 0 height.FRM-1603 -
http: Environments with accent marks could cause requests to fail.EnvironmentNameandAppNamerequest headers were removed since they’re unused and could cause these issues.For identifying environments, the
EnvironmentIdheader should be used instead.
5.5.0-beta.2 (11/03/2021)
Features
FRM-1588 -
grid: Added an error message and reload button that are shown automatically when a get request fails.
5.5.0-beta.1 (05/03/2021)
Breaking Changes
FRM-1574 -
grid,tree-table: ThepersistentCacheoption now defaults tofalse.
Features
FRM-1454 -
button: Added icon options to buttons withmodel="icon".You can now use the
iconStyle,iconColorandiconBoxColorproperties invs-buttonelements.
FRM-1504 -
grid: Added icon options to grid actions.You can now use the
iconStyle,iconColorandiconBoxColorproperties inVsGridActionobjects.
FRM-1537 -
i18n: TheTranslateService.instantmethod now works with pipe parameters.
Bug Fixes
FRM-1562 -
navigation: User profile picture was being “squeezed”.