Skip to content

Commit 59acc21

Browse files
authored
Merge branch 'master' into master-export-igxpaginator
2 parents f077dc2 + 522426d commit 59acc21

19 files changed

+590
-704
lines changed

browserslist renamed to .browserslistrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# For additional information regarding the format and rule options, please see:
33
# https://github.com/browserslist/browserslist#queries
44
# For IE 9-11 support, please uncomment the last line of the file and adjust as needed
5-
> 0.5%
6-
last 2 versions
5+
> 3%
6+
last 5 versions
77
Firefox ESR
88
not dead
9-
# IE 9-11
9+
# IE 9-11

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ All notable changes for each version of this project will be documented in this
1313
- `IgxRowComponent` -> `IgxRowDirective`
1414
- `IgxHierarchicalGridBaseComponent` -> `IgxHierarchicalGridBaseDirective`
1515

16+
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
17+
- **Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.
18+
1619
## 8.2.4
1720

1821
### RTL Support

gulpfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const TYPEDOC_THEME = {
4343

4444
module.exports.buildStyle = (cb) => {
4545
const prefixer = postcss([autoprefixer({
46-
browsers: ['last 5 versions', '> 3%'],
4746
cascade: false,
4847
grid: true
4948
})]);

0 commit comments

Comments
 (0)