- Introduced live suggestions
- Introduced fixes for Internet Explorer
- Updated
bullseye@1.4.6
- Decoupled
horsey
fromwoofmark
, extracted bridge intobanksy
module
- Use latest
bullseye
, which usesgetSeleccion
polyfill
- Handle retargetting for
woofmark
editors
- Case insensitive fuzzy searching
- Fixed a bug where non-string suggestions would be displayed as
undefined
- Exposed
toggle
method to toggle visibility of horsey autocomplete suggestion list
- Example on how to use in a
<textarea>
- Example on how to use as a drop-down list
- Better integration with
woofmark
- Introduced
anchor
option to use in textareas effectively - Introduced
limit
option to limit suggestions
- Ignore right clicks when acting as a drop-down list
- Support for non-
<input>
non-<textarea>
non-contentEditable
DOM attachment elements - Updated
crossvent
to1.4.0
- Bumped
bullseye@1.4.3
- Exposed
suggestions
on instance API
- Published
<ul>
on the API as alist
property
- Updated
bullseye@1.4.1
- Retargetting to improve interaction with rich text editors
- Cache
horsey
instances paired with DOM elements - Updated
bullseye@1.4.0
- DOM safety check when destroying
horsey
instances - Updated
bullseye@1.2.7
- Explicit support for
<textarea>
elements - Added
autoShowOnUpDown
option
- Exposed
defaultRenderer
method - Exposed
defaultGetText
method - Exposed
defaultGetValue
method - Exposed
defaultSetter
method - Exposed
defaultFilter
method
- Updated
crossvent
to1.3.1
- Introduced
refreshPosition
API to simplify positioning below moving inputs
.sey-list
resets browser default padding on the autocomplete list<ul>
element
- Bumped
fuzzysearch
to@1.0.2
- Fixed a bug where the list would still be considered to be "visible" if every item had been filtered out
- Fixed a bug where pressing Enter would display the autocomplete list
- Fixed a bug where empty
getText()
orgetValue()
results would cause issues when filtering suggestions - Introduced
'horsey-selected'
event
- Fixed a bug (#1) where the drop-down would flicker when filtering out results
- Initial Public Release