Skip to content

Commit cf871af

Browse files
authored
Merge branch 'master' into simeonoff/dockmgr-theme
2 parents eaf763f + eff6f98 commit cf871af

File tree

62 files changed

+5152
-2909
lines changed

Some content is hidden

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

62 files changed

+5152
-2909
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ All notable changes for each version of this project will be documented in this
1717
### New Features
1818
- `IgxGrid`
1919
- `showGroupArea` input is added, which can be used to enable/disable the group area row.
20+
- The event arguments of `onCellEdit`, `onCellEditEnter` and `onCellEditCancel` events will contain a reference to the row data, as well as a reference to the column.
21+
- The event arguments of `onRowEdit`, `onRowEditEnter` and `onRowEditCancel` events will contain a reference to the row data.
2022

2123
- `IgxSelect` support for `igxHint` directive added.
2224
- Allows the user to add `igxHint` to be displayed bellow the input element.
2325

26+
## 9.1.4
27+
28+
### New Features
29+
- `IgxList`
30+
- Added localization support.
31+
2432
## 9.1.1
2533

2634
### General
@@ -188,7 +196,6 @@ All notable changes for each version of this project will be documented in this
188196
- Added support for tabIndex attribute applied to the main chip element.
189197
- Added `tabIndex` input so it can support change detection as well.
190198

191-
192199
- `IgxHighlightDirective`
193200
- New `metadata` property was introduced, which allows adding additional, custom logic to the activation condition of a highlighted element.
194201

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)