Skip to content

Commit

Permalink
Upgrade to angular 8.2.10 (#174)
Browse files Browse the repository at this point in the history
* upgrade to angular 8

* update to angular 8

* fix dependencies

* fixes

* fix peer dependencies
  • Loading branch information
macjohnny authored Oct 15, 2019
1 parent 8f1fbab commit d19c777
Show file tree
Hide file tree
Showing 22 changed files with 6,787 additions and 3,805 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.10-browsers
- image: circleci/node:10-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.0
* Enhancement: Update to Angular `8.2.10`
* Enhancement: Add compatibility with `@angular/core`: `^9.0.0`, `@angular/material`: `^9.0.0`
[#173](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/173)

**Breaking Change**: `@angular/core`: `< 8.0.0` is not supported anymore, please use version `1.8.0`.
* Enhancement: Replace `@angular/material` root imports
[#161](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/161)

## 1.8.0
* Enhancement: Add option to show a toggle all checkbox with `[showToggleAllCheckbox]="true"`
[#145](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/145)
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ In order to change the labels, use the inputs specified in the [API](#api) secti

### Compatibility

* `@angular/core`: `^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0`,
* `@angular/material`: `^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0`,
* `rxjs`: `^5.5.2 || ^6.0.0`
* `@angular/core`: `^8.0.0 || ^9.0.0`,
* `@angular/material`: `^8.0.0 || ^9.0.0`,
* `rxjs`: `^6.5.3`

For compatibility with `@angular/core`: `^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0`,
use version `1.8.0`.

### API
The `MatSelectSearchComponent` implements the [ControlValueAccessor](https://angular.io/api/forms/ControlValueAccessor) interface.
Expand Down
12 changes: 12 additions & 0 deletions browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
9 changes: 0 additions & 9 deletions ng-package.json

This file was deleted.

Loading

0 comments on commit d19c777

Please sign in to comment.