Skip to content

Commit

Permalink
chore: Release v4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Portugal, Marcelo authored and Portugal, Marcelo committed Apr 29, 2018
1 parent 39a5439 commit 8ab2810
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="4.4.8"></a>
## [4.4.8](https://github.com/angular-ui/ui-grid/compare/v4.4.7...v4.4.8) (2018-04-29)


### Bug Fixes

* **exporter.js:** Eliminate selection column. Add export scale factor for excel and fonts ([d96f43d](https://github.com/angular-ui/ui-grid/commit/d96f43d))
* **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)
* **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)
* **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)
* **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)
* **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)


### Features

* **ui-i18n.js:** Allow replacing/customizing specific existing locale strings when using add. ([d6d820f](https://github.com/angular-ui/ui-grid/commit/d6d820f))



<a name="v4.4.7"></a>
### v4.4.7 (2018-04-20)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-grid",
"version": "4.4.7",
"version": "4.4.8",
"homepage": "http://ui-grid.info",
"repository": {
"type": "git",
Expand Down
6 changes: 0 additions & 6 deletions grunt/changelog.js

This file was deleted.

11 changes: 11 additions & 0 deletions grunt/conventionalChangelog.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
options: {
changelogOpts: {
// conventional-changelog options go here
preset: 'angular'
}
},
release: {
src: 'CHANGELOG.md'
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-grid",
"version": "4.4.7",
"version": "4.4.8",
"description": "A data grid for Angular",
"directories": {
"test": "test"
Expand Down

0 comments on commit 8ab2810

Please sign in to comment.