Skip to content

Commit a88279d

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
chore: update CHANGELOG for release v4.8.2
1 parent cae18a0 commit a88279d

Some content is hidden

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

44 files changed

+239
-51
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** scrollToIfNecessary not properly including rowHeight on downward scrolls ([7a0e1dc](https://github.com/angular-ui/ui-grid/commit/7a0e1dc))
12+
* **scrolling:** column footers misaligned with data [#6909](https://github.com/angular-ui/ui-grid/issues/6909) ([74f9107](https://github.com/angular-ui/ui-grid/commit/74f9107))
13+
* change Safari support to 12 - 13 ([6b0f21a](https://github.com/angular-ui/ui-grid/commit/6b0f21a))
14+
15+
16+
17+
18+
619
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
720

821

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.8.1"
5+
"version": "4.8.2"
66
}

packages/auto-resize/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/auto-resize
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/auto-resize/package.json

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

packages/cellnav/CHANGELOG.md

+11
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* change Safari support to 12 - 13 ([6b0f21a](https://github.com/angular-ui/ui-grid/commit/6b0f21a))
12+
13+
14+
15+
16+
617
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
718

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

packages/cellnav/package.json

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

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** scrollToIfNecessary not properly including rowHeight on downward scrolls ([7a0e1dc](https://github.com/angular-ui/ui-grid/commit/7a0e1dc))
12+
* **scrolling:** column footers misaligned with data [#6909](https://github.com/angular-ui/ui-grid/issues/6909) ([74f9107](https://github.com/angular-ui/ui-grid/commit/74f9107))
13+
14+
15+
16+
17+
618
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
719

820

packages/core/package.json

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

packages/edit/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/edit
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

816

packages/edit/package.json

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

packages/empty-base-layer/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/empty-base-layer
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

816
**Note:** Version bump only for package @ui-grid/empty-base-layer

packages/empty-base-layer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/empty-base-layer",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
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.8.1",
7+
"@ui-grid/core": "^4.8.2",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/expandable/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/expandable
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/expandable/package.json

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

packages/exporter/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/exporter
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/exporter/package.json

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

packages/grouping/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/grouping
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/grouping/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ui-grid/grouping",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
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.8.1",
8-
"@ui-grid/tree-base": "^4.8.1",
7+
"@ui-grid/core": "^4.8.2",
8+
"@ui-grid/tree-base": "^4.8.2",
99
"angular": ">=1.4.0 1.7.x"
1010
},
1111
"publishConfig": {

packages/i18n/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/i18n
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

816

packages/i18n/package.json

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

packages/importer/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/importer
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/importer/package.json

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

packages/infinite-scroll/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/infinite-scroll
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/infinite-scroll/package.json

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

packages/move-columns/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/move-columns
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

816
**Note:** Version bump only for package @ui-grid/move-columns

packages/move-columns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/move-columns",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "This module enables ui-grid users to change the position of columns",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.8.1",
7+
"@ui-grid/core": "^4.8.2",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

packages/pagination/CHANGELOG.md

+8
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.2](https://github.com/angular-ui/ui-grid/compare/v4.8.1...v4.8.2) (2019-10-07)
7+
8+
**Note:** Version bump only for package @ui-grid/pagination
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/angular-ui/ui-grid/compare/v4.8.0...v4.8.1) (2019-06-27)
715

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

packages/pagination/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@ui-grid/pagination",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "This module provides pagination support to ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.8.1",
7+
"@ui-grid/core": "^4.8.2",
88
"angular": ">=1.4.0 1.7.x"
99
},
1010
"publishConfig": {

0 commit comments

Comments
 (0)