Skip to content

Commit 17c8cfb

Browse files
committed
Merge branch 'master' into iganchev/add-hammerjs-to-test
2 parents eb949e2 + 51c6c27 commit 17c8cfb

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

+4616
-2744
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ All notable changes for each version of this project will be documented in this
2323
- `IgxSelect` support for `igxHint` directive added.
2424
- Allows the user to add `igxHint` to be displayed bellow the input element.
2525

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

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

193-
194199
- `IgxHighlightDirective`
195200
- New `metadata` property was introduced, which allows adding additional, custom logic to the activation condition of a highlighted element.
196201

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)