Skip to content

Commit 8ab2810

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
chore: Release v4.4.8
1 parent 39a5439 commit 8ab2810

File tree

5 files changed

+33
-8
lines changed

5 files changed

+33
-8
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="4.4.8"></a>
2+
## [4.4.8](https://github.com/angular-ui/ui-grid/compare/v4.4.7...v4.4.8) (2018-04-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **exporter.js:** Eliminate selection column. Add export scale factor for excel and fonts ([d96f43d](https://github.com/angular-ui/ui-grid/commit/d96f43d))
8+
* **selection.js:** Allow group header selection. ([9718d8b](https://github.com/angular-ui/ui-grid/commit/9718d8b)), closes [#6698](https://github.com/angular-ui/ui-grid/issues/6698)
9+
* **selection.js:** Check if column is row header before disabling selection. ([dff19a7](https://github.com/angular-ui/ui-grid/commit/dff19a7)), closes [#5239](https://github.com/angular-ui/ui-grid/issues/5239)
10+
* **selection.js:** getSelectedRows will work on primitive data types. ([39a5439](https://github.com/angular-ui/ui-grid/commit/39a5439)), closes [#6704](https://github.com/angular-ui/ui-grid/issues/6704)
11+
* **selection.js:** Raise rowSelectionChangedBatch after toggling selectAll flag. ([bff5bb2](https://github.com/angular-ui/ui-grid/commit/bff5bb2)), closes [#5411](https://github.com/angular-ui/ui-grid/issues/5411)
12+
* **tree-base.js:** Call updateRowHeaderWidth even when no data exists. ([49678eb](https://github.com/angular-ui/ui-grid/commit/49678eb)), closes [#5430](https://github.com/angular-ui/ui-grid/issues/5430)
13+
14+
15+
### Features
16+
17+
* **ui-i18n.js:** Allow replacing/customizing specific existing locale strings when using add. ([d6d820f](https://github.com/angular-ui/ui-grid/commit/d6d820f))
18+
19+
20+
121
<a name="v4.4.7"></a>
222
### v4.4.7 (2018-04-20)
323

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-grid",
3-
"version": "4.4.7",
3+
"version": "4.4.8",
44
"homepage": "http://ui-grid.info",
55
"repository": {
66
"type": "git",

grunt/changelog.js

-6
This file was deleted.

grunt/conventionalChangelog.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
options: {
3+
changelogOpts: {
4+
// conventional-changelog options go here
5+
preset: 'angular'
6+
}
7+
},
8+
release: {
9+
src: 'CHANGELOG.md'
10+
}
11+
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-grid",
3-
"version": "4.4.7",
3+
"version": "4.4.8",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)