Skip to content

Releases: SimplySayHi/javascript-helpers

v2.0.1

24 Aug 07:00

Choose a tag to compare

  • Fix bug in "slideDown" and "slideUp" that was causing slide animations to not work properly

v2.0.0

24 Mar 19:30

Choose a tag to compare

  • Drop support for IE
  • Added "getElementOffset"
  • Added "slideDown"
  • Added "slideToggle"
  • Added "slideUp"
  • Added "toggleClass"
  • Added method "extend" to "webStorage" to let you call it manually and added "mergeItem" to methods added from "webStorage.extend()"
  • Updated "getElements" to accept Array of HTML Elements as "elements" and added "parent" parameter
  • Internal improvements
  • BREAKING CHANGES:
    • "delegateEvent": changed parameters order and type
    • "isValidEmail": changed value of optional parameter "checkRfc5322", now defaults to false
    • "webStorage": web storage new methods are not automatically added
    • Removed "ajaxCallXhr"
    • Removed "checkDirtyField"
    • Removed "checkFormElement"

v1.4.2

21 Dec 13:51

Choose a tag to compare

  • Fixed bug on "ajaxCall" when response is not ok

v1.4.1

02 Dec 17:12

Choose a tag to compare

  • Fixed bug for "emitEvent" and "emitCustomEvent" where parameter "eventOptions" was not used properly
  • Improved "emitEvent" and "emitCustomEvent" to let you pass NodeList, HTML Element or CSS Selector as first argument

v1.4.0

27 Nov 20:02

Choose a tag to compare

  • Added "arrayMove"
  • Added "delegateEvent"
  • Added "replaceTemplateStrings"
  • DEPRECATED features:
    • checkDirtyField
    • checkFormElement

v1.3.0

20 Sep 18:44

Choose a tag to compare

  • Added "emitEvent"
  • Added "emitCustomEvent"
  • Added "deepFreeze"
  • Changed "ajaxCall" to make it manually abortable
  • Updated doc with polyfills you may need for each function
  • Minor improvements

v1.2.1

25 Jun 08:04

Choose a tag to compare

Update index.html