Releases: SimplySayHi/javascript-helpers
Releases · SimplySayHi/javascript-helpers
v2.0.1
v2.0.0
- 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
- Fixed bug on "ajaxCall" when response is not ok
v1.4.1
- 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
- Added "arrayMove"
- Added "delegateEvent"
- Added "replaceTemplateStrings"
- DEPRECATED features:
- checkDirtyField
- checkFormElement
v1.3.0
- 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
Update index.html