Skip to content

Commit 7ddbdce

Browse files
chore: Release v4.12.0
1 parent 76f5b9c commit 7ddbdce

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

+270
-75
lines changed

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.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **pinning:** blank space between pinnedRight column and the last unpinned column ([7687192](https://github.com/angular-ui/ui-grid/commit/7687192afa6b67f013c8a559a60dc9c3f78e4efb)), closes [#4949](https://github.com/angular-ui/ui-grid/issues/4949) [#6284](https://github.com/angular-ui/ui-grid/issues/6284)
12+
13+
14+
### Features
15+
16+
* **exporter:** add export type in format method ([#7223](https://github.com/angular-ui/ui-grid/issues/7223)) ([4c36808](https://github.com/angular-ui/ui-grid/commit/4c36808e26c1ece5b48237523934e7dd5d2d2242))
17+
* 🎸 option to disable GridMenu close on scrolling ([6d3f006](https://github.com/angular-ui/ui-grid/commit/6d3f0065f6635179b4a3ccca5d8f0ac274bd3755))
18+
19+
20+
21+
622
## [4.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)
723

824

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.11.1",
3+
"version": "4.12.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.11.1"
5+
"version": "4.12.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.11.1",
3+
"version": "4.12.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.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
7+
8+
**Note:** Version bump only for package @ui-grid/auto-resize
9+
10+
11+
12+
13+
614
## [4.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)
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,13 +1,13 @@
11
{
22
"name": "@ui-grid/auto-resize",
3-
"version": "4.11.1",
3+
"version": "4.12.0",
44
"description": "This module provides auto-resizing functionality to UI-Grid",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/core": "^4.11.1",
10+
"@ui-grid/core": "^4.12.0",
1111
"angular": ">=1.4.0 1.8.x"
1212
},
1313
"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.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
7+
8+
**Note:** Version bump only for package @ui-grid/cell-nav
9+
10+
11+
12+
13+
614
## [4.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)
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)