Skip to content

Commit 5922676

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
chore: Release v4.4.0
1 parent 18c5ffb commit 5922676

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="v4.4.0"></a>
2+
## v4.4.0 (2018-03-15)
3+
4+
5+
#### Features
6+
7+
* **concat.js:** Rename ui-grid.base.js to ui-grid.core.js. ([18c5ffb8](http://github.com/angular-ui/ng-grid/commit/18c5ffb8807122e6045643c73138b9d6c83b5f9e))
8+
* **i18n:** Separate language files from ui-grid.base.js ([1342f803](http://github.com/angular-ui/ng-grid/commit/1342f8031441647ef8533f66c7141b04bb0fafe6))
9+
10+
11+
#### Breaking Changes
12+
13+
* ui-grid.base.js has been rename to ui-grid.core.js. Also, ui-grid.core.js no longer
14+
contains most of the language files available to UI-Grid. It only contains english as that is the
15+
default language of the grid. See tutorials for examples.
16+
([18c5ffb8](http://github.com/angular-ui/ng-grid/commit/18c5ffb8807122e6045643c73138b9d6c83b5f9e))
17+
118
<a name="v4.3.1"></a>
219
### v4.3.1 (2018-03-15)
320

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

package.json

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

0 commit comments

Comments
 (0)