Skip to content

Releases: angular-ui/ui-grid

v4.12.4

17 Aug 16:00
Compare
Choose a tag to compare
chore: Release v4.12.4

v4.12.3

17 Aug 15:58
Compare
Choose a tag to compare
Version 4.12.3

v4.12.2

23 Jan 20:16
Compare
Choose a tag to compare
Version 4.12.2

v4.12.1

23 Jan 20:16
Compare
Choose a tag to compare
Version 4.12.1

v4.12.0

12 Jan 18:45
Compare
Choose a tag to compare

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

12 Jan 18:43
Compare
Choose a tag to compare

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

12 Aug 17:41
Compare
Choose a tag to compare
  • 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

12 Aug 17:40
Compare
Choose a tag to compare
  • 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

12 Aug 17:39
Compare
Choose a tag to compare
  • 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

12 Aug 17:38
Compare
Choose a tag to compare
  • ensure select all checkbox is announced correctly
  • remove extra $applyAsync from header-cell
  • clearSelectedRows should respect enableSelection