horsey icon indicating copy to clipboard operation
horsey copied to clipboard

:horse: Progressive and customizable autocomplete component

Results 38 horsey issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.13.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

If you paste before having ever changed the input value the suggestion does not trigger.

During `npm install`, 2 severity vulnerabilities are introduced (1 moderate, 1 low) when installing `horsey`: `npm audit` gives ``` === npm audit security report === Manual Review Some vulnerabilities require...

my build is fine without using UglifyJSPlugin. but with UglifyJSPlugin, I got the error in runtime: `TypeError: t.appendChild is not a function` so i have to import the minified version...

Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 3.0.4 to 4.2.1. Changelog *Sourced from [clean-css's changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md).* > [4.2.1 / 2018-08-07](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.0...v4.2.1) > ================== > > * Fixes giving `breakWith` option via a string. > > [4.2.0...

dependencies

Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 2.4.16 to 3.6.1. Release notes *Sourced from [uglify-js's releases](https://github.com/mishoo/UglifyJS2/releases).* > ## v3.6.1 >   > > ## v3.6.0 >   > > ## v3.5.15 >   >...

dependencies

The potential completions are case-insensitive, but a case mismatch between the input and the potential matches breaks things. Example: input: "he" potential matches: "hello"

Letter highlighting seems to be case sensitive. I am just wondering how I might go about making it highlight letters regardless of uppercase and lowercase. I took a look in...

Fixes https://github.com/bevacqua/horsey/issues/69