angular-text-input-highlight
Advanced tools
Comparing version 1.4.1 to 1.4.2
/** | ||
* angular-text-input-highlight - A component that can highlight parts of text in a textarea. Useful for displaying mentions etc | ||
* @version v1.4.1 | ||
* @version v1.4.2 | ||
* @author Matt Lewis | ||
@@ -5,0 +5,0 @@ * @link https://github.com/mattlewis92/angular-text-input-highlight#readme |
/** | ||
* angular-text-input-highlight - A component that can highlight parts of text in a textarea. Useful for displaying mentions etc | ||
* @version v1.4.1 | ||
* @version v1.4.2 | ||
* @author Matt Lewis | ||
@@ -5,0 +5,0 @@ * @link https://github.com/mattlewis92/angular-text-input-highlight#readme |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.4.2"></a> | ||
## [1.4.2](https://github.com/mattlewis92/angular-text-input-highlight/compare/v1.4.1...v1.4.2) (2020-03-05) | ||
### Bug Fixes | ||
* allow latest angular versions in peer dependencies ([0f07483](https://github.com/mattlewis92/angular-text-input-highlight/commit/0f07483)) | ||
<a name="1.4.1"></a> | ||
@@ -7,0 +17,0 @@ ## [1.4.1](https://github.com/mattlewis92/angular-text-input-highlight/compare/v1.4.0...v1.4.1) (2020-02-12) |
{ | ||
"name": "angular-text-input-highlight", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A component that can highlight parts of text in a textarea. Useful for displaying mentions etc", | ||
@@ -80,3 +80,3 @@ "main": "./bundles/angular-text-input-highlight.umd.js", | ||
"@commitlint/prompt": "^8.3.5", | ||
"@compodoc/compodoc": "^1.0.1", | ||
"@compodoc/compodoc": "^1.1.11", | ||
"@types/chai": "^4.0.4", | ||
@@ -127,3 +127,3 @@ "@types/html-webpack-plugin": "^2.11.2", | ||
"webpack-angular-externals": "^1.0.0", | ||
"webpack-dev-server": "^2.9.1", | ||
"webpack-dev-server": "^2.11.5", | ||
"webpack-rxjs-externals": "^1.0.0", | ||
@@ -133,3 +133,3 @@ "zone.js": "^0.8.18" | ||
"peerDependencies": { | ||
"@angular/core": ">=2.0.0 <7.0.0" | ||
"@angular/core": ">=2.0.0" | ||
}, | ||
@@ -136,0 +136,0 @@ "husky": { |
173956