Releases: angular-ui/ui-grid
Releases · angular-ui/ui-grid
v4.4.9
Overview
- Allow replacing/customizing specific existing locale strings when using i18nService.add
- Addressed assorted selection issues
- Addressed assorted tree base issues
v4.4.7
Overview
- Addressed exporter issues
- Removed duplicate ids that prevented ADA compliance
- Added missing Portuguese translations.
v4.4.6
Overview
- Assorted bug fixes
- gridOptions.data string value now works again
v4.4.4
Overview
- Assorted bug fixes
- Keyboard navigation support for column menu
v4.4.3
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
Overview
- Ensured the scrollbar placeholder accounts for WHEN_NEEDED option is selected
- Fixed issues with German translation
v4.4.1
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
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
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.