Releases: Magicsuggest/magicsuggest
Releases · Magicsuggest/magicsuggest
2.1.7
This version of the code updates deprecated jQuery methods such as trim(), $.isArray, and Proxy().
It replaces them with native JavaScript alternatives. Additionally, it upgrades the code to adhere to modern JavaScript standards, replacing var with let and const for variable definitions.
Finally, the jQuery method each() is also replaced with native JavaScript forEach() - where possible.
What's Changed
- Code clean up by @zergioz in #348
- Stop errors by @91bananas in #264
- Don't clear the when keyup event is fired for SHIFT by @robryanx in #350
- Fix for pasting into input/ undefined error fix by @robryanx in #353
- Added support for tooltips in selected items by @jmalarcon in #355
- Adding config field: ajaxJSONMode to allow JSON request to remote server by @Fabryprog in #242
- fix input placeholder bug by @weconquered in #230
- The input becomes invisible when the row is filled by @rabas in #186
- Master refactor by @zergioz in #358
- minified version by @zergioz in #359
- JQuery deprecated updates by @zergioz in #360
New Contributors
- @zergioz made their first contribution in #348
- @91bananas made their first contribution in #264
- @robryanx made their first contribution in #350
- @jmalarcon made their first contribution in #355
- @Fabryprog made their first contribution in #242
- @weconquered made their first contribution in #230
- @rabas made their first contribution in #186
Full Changelog: v2.1.5...2.1.7
MagicSuggest 2.1.6
Minor bug release
(fix) Disabled arbitrary HTML and SCRIPT execution on input.
MagicSuggest 2.1.5
Changed
* prepend close button instead of appending it.
* updated magicsuggest-min.js with current master code
Added
* dynamically update max selection size.
MagicSuggest 2.0.0
1.3
1.3 release