Skip to content

Commit 30b26a9

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
chore: Release v4.8.0
1 parent a125627 commit 30b26a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+258
-54
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **exporter:** remove unnecessary dependencies ([c354e27](https://github.com/angular-ui/ui-grid/commit/c354e27))
12+
* **i18n:** add ru excel export values + fix clearAllFilters typo ([83b2aa1](https://github.com/angular-ui/ui-grid/commit/83b2aa1)), closes [#6841](https://github.com/angular-ui/ui-grid/issues/6841)
13+
* **less:** improve less compilation ([2ab139e](https://github.com/angular-ui/ui-grid/commit/2ab139e))
14+
* **ui-grid-site:** upgrade bootstrap to version 3.4.1 ([a125627](https://github.com/angular-ui/ui-grid/commit/a125627))
15+
16+
17+
### Features
18+
19+
* **filterChanged:** pass the changed column as first argument to filterChanged function ([13eacc3](https://github.com/angular-ui/ui-grid/commit/13eacc3)), closes [#4775](https://github.com/angular-ui/ui-grid/issues/4775)
20+
21+
22+
23+
24+
625
# [4.7.1](https://github.com/angular-ui/ui-grid/compare/v4.7.0...v4.7.1) (2019-02-06)
726

827

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-grid",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"homepage": "http://ui-grid.info",
55
"repository": {
66
"type": "git",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.7.1"
5+
"version": "4.8.0"
66
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-grid",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

packages/auto-resize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/auto-resize
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816
**Note:** Version bump only for package @ui-grid/auto-resize

packages/auto-resize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/auto-resize",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides auto-resizing functionality to UI-Grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/cellnav/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/cell-nav
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

packages/cellnav/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/cell-nav",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides cell navigation functionality to UI-Grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **less:** improve less compilation ([2ab139e](https://github.com/angular-ui/ui-grid/commit/2ab139e))
12+
13+
14+
### Features
15+
16+
* **filterChanged:** pass the changed column as first argument to filterChanged function ([13eacc3](https://github.com/angular-ui/ui-grid/commit/13eacc3)), closes [#4775](https://github.com/angular-ui/ui-grid/issues/4775)
17+
18+
19+
20+
21+
622
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
723

824

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/core",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "A data grid for Angular",
55
"main": "index.js",
66
"dependencies": {

packages/edit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/edit
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

packages/edit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/edit",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides cell editing capability to ui.grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/empty-base-layer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/empty-base-layer
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

packages/empty-base-layer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/empty-base-layer",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides the ability to have the background of the ui-grid be empty rows",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/expandable/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/expandable
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

packages/expandable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/expandable",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides the ability to create subgrids inside ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/exporter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **exporter:** remove unnecessary dependencies ([c354e27](https://github.com/angular-ui/ui-grid/commit/c354e27))
12+
13+
14+
15+
16+
617
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
718

819

packages/exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/exporter",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides the ability to export data from ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x",
99
"csv-js": "~1.0.0",
1010
"excel-builder": "~2.0.2",

packages/grouping/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/grouping
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

packages/grouping/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ui-grid/grouping",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides ui-grid with grouping of rows based on the data in them",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
8-
"@ui-grid/tree-base": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
8+
"@ui-grid/tree-base": "^4.8.0",
99
"angular": ">=1.4.0 1.7.x"
1010
},
1111
"publishConfig": {

packages/i18n/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add ru excel export values + fix clearAllFilters typo ([83b2aa1](https://github.com/angular-ui/ui-grid/commit/83b2aa1)), closes [#6841](https://github.com/angular-ui/ui-grid/issues/6841)
12+
13+
14+
15+
16+
617
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
718

819
**Note:** Version bump only for package @ui-grid/i18n

packages/i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/i18n",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This package provides various language translations for ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/importer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/importer
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

packages/importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/importer",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides the ability to import data into ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x",
99
"csv-js": "~1.0.0"
1010
},

packages/infinite-scroll/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/infinite-scroll
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816
**Note:** Version bump only for package @ui-grid/infinite-scroll

packages/infinite-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/infinite-scroll",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "This module provides infinite scroll functionality to ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.7.1",
7+
"@ui-grid/core": "^4.8.0",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/move-columns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.8.0](https://github.com/angular-ui/ui-grid/compare/v4.7.1...v4.8.0) (2019-05-02)
7+
8+
**Note:** Version bump only for package @ui-grid/move-columns
9+
10+
11+
12+
13+
614
# [4.7.0](https://github.com/angular-ui/ui-grid/compare/v4.6.6...v4.7.0) (2019-02-01)
715

816

0 commit comments

Comments
 (0)