@teamwork/autocomplete-core
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.2](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-core@1.1.1...@teamwork/autocomplete-core@1.1.2) (2020-04-20) | ||
### Bug Fixes | ||
* keep caret visible after autocomplete ([c61c7fe](https://github.com/Teamwork/autocomplete/commit/c61c7fe56d606b4c9153c2ccee865caa70a1fad8)) | ||
## [1.1.1](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-core@1.1.0...@teamwork/autocomplete-core@1.1.1) (2020-03-05) | ||
@@ -8,0 +19,0 @@ |
@@ -254,2 +254,3 @@ import { TypedEventEmitter } from '@syncot/events'; | ||
this.clear(); | ||
this.editorAdapter.focus(); | ||
} | ||
@@ -256,0 +257,0 @@ } |
{ | ||
"name": "@teamwork/autocomplete-core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The core autocomplete components.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7337265c181cbc70737b1ded8e7bd30de64c61d7" | ||
"gitHead": "e79f47e4c6655b8d45e4838745e3ca26d857be47" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21733
588