Skip to content

Commit e222d8f

Browse files
author
Portugal
committed
chore: Release v4.9.0
1 parent b58f78d commit e222d8f

Some content is hidden

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

68 files changed

+281
-75
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 fixing firefox number edit ([b58f78d](https://github.com/angular-ui/ui-grid/commit/b58f78d6e175dce283a5c709041acbfa41d68e5e)), closes [#6953](https://github.com/angular-ui/ui-grid/issues/6953)
12+
* 🐛 replace missing string with empty string ([f7d48ee](https://github.com/angular-ui/ui-grid/commit/f7d48ee4e28f8a1233d0dc1bf4e10a5446df6e32)), closes [#7063](https://github.com/angular-ui/ui-grid/issues/7063)
13+
14+
15+
### Reverts
16+
17+
* Revert "Revert "Update ui-grid-column-resizer.js"" ([fe09d9b](https://github.com/angular-ui/ui-grid/commit/fe09d9bee956c538bcef28c997d1da9ff0b200e1))
18+
* Revert "Update ui-grid-column-resizer.js" ([88191a0](https://github.com/angular-ui/ui-grid/commit/88191a00ccac5b6f4c9abb0bd62d62db64daa58f))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* MISSING string will no longer be displayed.
24+
25+
26+
27+
28+
629
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
730

831

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

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.5"
5+
"version": "4.9.0"
66
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/auto-resize
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816
**Note:** Add support for angular 1.8.0

packages/auto-resize/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.0",
44
"description": "This module provides auto-resizing functionality to UI-Grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.x"
99
},
1010
"publishConfig": {

packages/cellnav/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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/cell-nav
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816
**Note:** Add support for angular 1.8.0

packages/cellnav/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.0",
44
"description": "This module provides cell navigation functionality to UI-Grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.x"
99
},
1010
"publishConfig": {

packages/core/CHANGELOG.md

+16
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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 replace missing string with empty string ([f7d48ee](https://github.com/angular-ui/ui-grid/commit/f7d48ee4e28f8a1233d0dc1bf4e10a5446df6e32)), closes [#7063](https://github.com/angular-ui/ui-grid/issues/7063)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* MISSING string will no longer be displayed.
17+
18+
19+
20+
21+
622
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
723

824
**Note:** Add support for angular 1.8.0

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.0",
44
"description": "A data grid for Angular",
55
"main": "index.js",
66
"dependencies": {

packages/edit/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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 fixing firefox number edit ([b58f78d](https://github.com/angular-ui/ui-grid/commit/b58f78d6e175dce283a5c709041acbfa41d68e5e)), closes [#6953](https://github.com/angular-ui/ui-grid/issues/6953)
12+
13+
14+
15+
16+
617
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
718

819
**Note:** Add support for angular 1.8.0

packages/edit/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.0",
44
"description": "This module provides cell editing capability to ui.grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/empty-base-layer
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816
**Note:** Add support for angular 1.8.0

packages/empty-base-layer/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.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.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/expandable
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816
**Note:** Add support for angular 1.8.0

packages/expandable/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.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.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/exporter
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816
**Note:** Add support for angular 1.8.0

packages/exporter/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.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.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/grouping
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816

packages/grouping/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.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.8.5",
8-
"@ui-grid/tree-base": "^4.8.5",
7+
"@ui-grid/core": "^4.9.0",
8+
"@ui-grid/tree-base": "^4.9.0",
99
"angular": ">=1.4.0 1.8.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.9.0](https://github.com/angular-ui/ui-grid/compare/v4.8.5...v4.9.0) (2020-09-27)
7+
8+
**Note:** Version bump only for package @ui-grid/i18n
9+
10+
11+
12+
13+
614
## [4.8.5](https://github.com/angular-ui/ui-grid/compare/v4.8.3...v4.8.5) (2020-09-14)
715

816
**Note:** Add support for angular 1.8.0

packages/i18n/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5",
3+
"version": "4.9.0",
44
"description": "This package provides various language translations for ui-grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.8.5",
7+
"@ui-grid/core": "^4.9.0",
88
"angular": ">=1.4.0 1.8.x"
99
},
1010
"publishConfig": {

0 commit comments

Comments
 (0)