Skip to content

Commit e33aa86

Browse files
v4.12.0
1 parent 1b033d4 commit e33aa86

File tree

97 files changed

+9539
-630
lines changed

Some content is hidden

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

97 files changed

+9539
-630
lines changed

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.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

css/ui-grid.cellnav.css

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
* ui-grid - v4.12.0 - 2023-01-12
3+
* http://ui-grid.info/
4+
* Copyright (c) 2023 UI Grid Team; License: MIT
5+
*/
16
.ui-grid-cell-focus {
27
outline: 0;
38
background-color: #b3c4c7;
@@ -23,3 +28,4 @@
2328
top: -10000px;
2429
clip: rect(0px, 0px, 0px, 0px);
2530
}
31+

css/ui-grid.cellnav.min.css

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

css/ui-grid.core.css

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*!
2-
* ui-grid - v4.11.1 - 2022-02-23
3-
* Copyright (c) 2022 ; License: MIT
4-
*/
51
.ui-grid {
62
border: 1px solid #d4d4d4;
73
box-sizing: content-box;

css/ui-grid.core.min.css

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

0 commit comments

Comments
 (0)