Skip to content

Commit 6a2c7c3

Browse files
committed
chore: Release v4.9.2
1 parent daaa3cb commit 6a2c7c3

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

+267
-75
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.2) (2020-12-01)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 update rtl support function to fix rtl support ([75580b8](https://github.com/angular-ui/ui-grid/commit/75580b88c46a36029b3abb3b57eaccf1928c22ad))
12+
* pass both tree parent nodes and children nodes when exporting ([3a5ac8a](https://github.com/angular-ui/ui-grid/commit/3a5ac8adf83051b48081b2cc5d9d1bae77e5ef86)), closes [#7127](https://github.com/angular-ui/ui-grid/issues/7127) [#6819](https://github.com/angular-ui/ui-grid/issues/6819)
13+
* **tree-base:** grouping showing duplicate rows ([685d3c7](https://github.com/angular-ui/ui-grid/commit/685d3c798a3417a1963241e1c7763dc9e60f9d8d))
14+
* **tree-base:** if parent exists in cache ([cf7a5bc](https://github.com/angular-ui/ui-grid/commit/cf7a5bc8ef4d592c0907a35df7779be00ba7feac))
15+
16+
17+
18+
19+
620
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
721

822

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.9.1",
3+
"version": "4.9.2",
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.9.1"
5+
"version": "4.9.2"
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.9.1",
3+
"version": "4.9.2",
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.9.2](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.2) (2020-12-01)
7+
8+
**Note:** Version bump only for package @ui-grid/auto-resize
9+
10+
11+
12+
13+
614
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
715

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

packages/auto-resize/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.

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.9.1",
3+
"version": "4.9.2",
44
"description": "This module provides auto-resizing functionality to UI-Grid",
55
"main": "index.js",
66
"dependencies": {
7-
"@ui-grid/core": "^4.9.1",
7+
"@ui-grid/core": "^4.9.2",
88
"angular": ">=1.4.0 1.8.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.9.2](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.2) (2020-12-01)
7+
8+
**Note:** Version bump only for package @ui-grid/cell-nav
9+
10+
11+
12+
13+
614
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26)
715

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

packages/cellnav/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.

0 commit comments

Comments
 (0)