Skip to content

Releases: Magicsuggest/magicsuggest

2.1.7

30 Mar 17:24
4ccf886
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.1.5...2.1.7

MagicSuggest 2.1.6

05 Nov 21:12
Compare
Choose a tag to compare

Minor bug release

(fix) Disabled arbitrary HTML and SCRIPT execution on input.

MagicSuggest 2.1.5

30 Oct 19:44
Compare
Choose a tag to compare

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

18 May 04:19
Compare
Choose a tag to compare

A lot of changes and rewrite. Component is now fully compatible with BS3. In fact it requires BS3 to work properly. It tackes down responsive design. Its default style and options have changed. Also includes use cases, a tutorial and a whole new in-depth documentation with examples.

image

1.3

14 May 04:35
Compare
Choose a tag to compare
1.3

1.3 release