Skip to content

Commit 756df76

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
chore: Release v4.0.2
1 parent 84b4f32 commit 756df76

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="v4.0.2"></a>
2+
### v4.0.2 (2016-12-30)
3+
4+
5+
#### Bug Fixes
6+
7+
* **bower and npm:** Fixing bower.json and package.json configuration. ([84b4f328](http://github.com/angular-ui/ng-grid/commit/84b4f3284e5d928e6dc713f4c33a29d0d233ae52))
8+
* **memory_leaks:** Ensuring events get unbound when grid is destroyed. (#5913) ([da942e90](http://github.com/angular-ui/ng-grid/commit/da942e90f082b851a08a3114813af88cc5d8b85e))
9+
* **modifyRows:** modifyRows uses the new entity when using enableRowHashing ([138d1499](http://github.com/angular-ui/ng-grid/commit/138d14994d240764f7be71d25c3034e2eaadb0a7))
10+
11+
12+
#### Features
13+
14+
* **core:** expose GridMenuTemplate ([5f15eab5](http://github.com/angular-ui/ng-grid/commit/5f15eab5f9234d47de5d45def65829b3818922ef))
15+
116
<a name="v4.0.1"></a>
217
### v4.0.1 (2016-12-15)
318

Diff for: 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.0.1",
3+
"version": "4.0.2",
44
"homepage": "http://ui-grid.info",
55
"repository": {
66
"type": "git",

Diff for: package.json

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

0 commit comments

Comments
 (0)