Releases: angular-ui/ui-grid
Releases · angular-ui/ui-grid
v4.12.0
Bug Fixes
- pinning: blank space between pinnedRight column and the last unpinned column
Features
- core: option to disable GridMenu close on scrolling
- exporter: add export type in format method
v4.11.1
Bug Fixes
- clear selection function
- Find or Select by Row Entity's 'ID'
- exchanged filter() with every()
- i18n: complete ru locale
- resize-columns: width gets adjusted so that ellipses aren't shown
v4.11.0
- added option to disable multi-column sorting
- added the ability to disable hide columns on a grid level
- fixed issue that allowed viewport height to be negative
v4.10.3
- export filter with time part ('date:"MM-dd-YYYY HH:mm').
- addressed error when entering *+ combination in the column filter
- added missing german translation for selection and validate
- canvas now has a minimum height of 1px, which renders it even if it has no data
- adjustColumns now calculates the colIndex instead of guessing it scrollpercentage
v4.10.2
- add missing translations for es, fr, it and pt
- improve accessibility in the grid menus and selection
- use allowFloatWidth property to allow float calculations for width
v4.10.1
- ensure select all checkbox is announced correctly
- remove extra $applyAsync from header-cell
- clearSelectedRows should respect enableSelection