Skip to content

v0.2.0

Compare
Choose a tag to compare
@wbotelhos wbotelhos released this 07 Jun 01:11
· 37 commits to main since this release

Changes

  • none and selected event now is prefixed with complety: complety:none and complety:selected;
  • Ajax callbacks now is complety:always, complety:done and complety:fail events;
  • Drops jQuery name of the files name;
  • Loading style now is .complety__field--loading by default;
  • Moves functions.getValue to the root options, now is just getValue.

Updates

  • The this element was added on complety:suggested parameters.

News

  • Adds search function;
  • Adds event complety:suggested;
  • Support to data attributes;
  • The field value now is saved on data for a better background manipulation.