Skip to content

Commit 119aabe

Browse files
authored
Merge branch 'master' into fix-#6053-master
2 parents 86d3553 + ce06888 commit 119aabe

File tree

195 files changed

+3488
-2528
lines changed

Some content is hidden

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

195 files changed

+3488
-2528
lines changed

browserslist renamed to .browserslistrc

Lines changed: 3 additions & 3 deletions
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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before_deploy:
3939
- cd dist/igniteui-angular
4040
# update package versions
4141
- npm version "${TRAVIS_TAG}" --no-git-tag-version --save
42-
- if [[ "${TRAVIS_TAG}" == *"beta"* || "${TRAVIS_TAG}" == *"rc"* ]]; then export NPM_TAG="next"; else export NPM_TAG="latest"; fi
42+
- if [[ "${TRAVIS_TAG}" == *"alpha"* || "${TRAVIS_TAG}" == *"beta"* || "${TRAVIS_TAG}" == *"rc"* ]]; then export NPM_TAG="next"; else export NPM_TAG="latest"; fi
4343

4444
# copy readme
4545
- cp ../../README.md README.md

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Ignite UI for Angular Change Log
22

33
All notable changes for each version of this project will be documented in this file.
4+
5+
## 9.0.0
6+
7+
### General
8+
- Added support for the Ivy renderer.
9+
- **Breaking Changes** The following classes have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
10+
- `IgxDropDownBase` -> `IgxDropDownBaseDirective`
11+
- `IgxDropDownItemBase` -> `IgxDropDownBaseDirective`
12+
- `IgxGridBaseComponent` -> `IgxGridBaseDirective`
13+
- `IgxRowComponent` -> `IgxRowDirective`
14+
- `IgxHierarchicalGridBaseComponent` -> `IgxHierarchicalGridBaseDirective`
15+
416
## 8.2.4
517

618
### RTL Support

gulpfile.js

Lines changed: 0 additions & 1 deletion
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)