Skip to content

Releases: angular-ui/ui-grid

v4.4.9

30 Apr 18:33
Compare
Choose a tag to compare

Overview

  • Allow replacing/customizing specific existing locale strings when using i18nService.add
  • Addressed assorted selection issues
  • Addressed assorted tree base issues

v4.4.7

21 Apr 01:44
Compare
Choose a tag to compare

Overview

  • Addressed exporter issues
  • Removed duplicate ids that prevented ADA compliance
  • Added missing Portuguese translations.

v4.4.6

15 Nov 19:19
Compare
Choose a tag to compare

Overview

  • Assorted bug fixes
  • gridOptions.data string value now works again

v4.4.5

15 Nov 19:18
Compare
Choose a tag to compare

Assorted bug fixes.

v4.4.4

23 Mar 19:32
Compare
Choose a tag to compare

Overview

  • Assorted bug fixes
  • Keyboard navigation support for column menu

v4.4.3

15 Nov 19:16
Compare
Choose a tag to compare

Overview

Assorted bug fixes:

  • Grid columns will now respect minimumColumnSize when a valid minWidth is not present
  • Limited pagination page number to integers only

Accessibility:

  • Focus on first item in column menu on open

v4.4.2

21 Mar 14:17
Compare
Choose a tag to compare

Overview

  • Ensured the scrollbar placeholder accounts for WHEN_NEEDED option is selected
  • Fixed issues with German translation

v4.4.1

16 Mar 20:19
Compare
Choose a tag to compare

Bug Fixes:

  • pagination.less: removed unnecessary underline from pagination styles
  • ui-grid.core.js: added missing i18nService to ui-grid.core.js

v4.4.0

15 Nov 18:38
Compare
Choose a tag to compare

Breaking Changes

  • ui-grid.base.js has been renamed ui-grid.core.js
  • Language files are now deployed separately. Unlike ui-grid.base, ui-grid.core does not contain every translation, it only contains English by default.

v4.3.1

14 Mar 04:35
Compare
Choose a tag to compare

There was a problem when publishing 4.3.0, so there is no difference between 4.3.0 and 4.3.1

  • UI-Grid now published multiple separate files. This should help improve performance for people who don't need every feature. This is also backwards compatible, meaning that the old fully concatenated and minified files still exist.

Breaking Changes

  • IE9 and Safari 7 are no longer officially supported.