Skip to content

Commit a3d7923

Browse files
committed
Merge remote-tracking branch 'origin/master' into skrastev/feat-7387
2 parents 884f64a + 51c6c27 commit a3d7923

Some content is hidden

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

45 files changed

+4628
-2757
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 10.1.0
6+
7+
### New Features
8+
- `IgxColumn`
9+
- Added `byHeader` parameter to the `autosize` method which specifies if the autosizing should be based only on the header content width.
10+
511
## 10.0.0
612

713
### General
@@ -23,8 +29,11 @@ All notable changes for each version of this project will be documented in this
2329
- `IgxSelect` support for `igxHint` directive added.
2430
- Allows the user to add `igxHint` to be displayed bellow the input element.
2531

26-
- `IgxColumn`
27-
- Added `byHeader` parameter to the `autosize` method which specifies if the autosizing should be based only on the header content width.
32+
## 9.1.4
33+
34+
### New Features
35+
- `IgxList`
36+
- Added localization support.
2837

2938
## 9.1.1
3039

@@ -193,7 +202,6 @@ All notable changes for each version of this project will be documented in this
193202
- Added support for tabIndex attribute applied to the main chip element.
194203
- Added `tabIndex` input so it can support change detection as well.
195204

196-
197205
- `IgxHighlightDirective`
198206
- New `metadata` property was introduced, which allows adding additional, custom logic to the activation condition of a highlighted element.
199207

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"styles": [
3232
"src/styles/igniteui-theme.scss"
3333
],
34-
"scripts": [],
35-
"es5BrowserSupport": true
34+
"scripts": []
3635
},
3736
"configurations": {
3837
"production": {

e2e/tsconfig.e2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"module": "commonjs",

0 commit comments

Comments
 (0)