Skip to content

Releases: dopesky/infiscroll

Revamp the Whole Project

05 Aug 09:24
Compare
Choose a tag to compare

Now is a class that can be instantiated multiple times on a page.
Combine add and edit ajax functions to one addEditAjax function.
Rename getTimezoneEquivalent function to getServerTimeFromClientTime function

Version 1.0.2

28 May 11:18
2c476d6
Compare
Choose a tag to compare

Changelog

  • Fix: buttonHtmlCancel not working
  • Fix: toasts occupying space after being hidden
  • Added functionality to support different deleteRestore URL when creating dataTables.(use ajax.deleteURL)
  • Added support for specific fields being editable or deletable when creating dataTables.
  • Added functionality to supply a success message and whether to reset the form on success for add and edit ajax functions.
  • Added support for different scenarios on deleteRestore function.
  • Added pre and post execution functions to setEditData function and made scrollToTop optional.
  • Renamed setEditDataProcess function to setEditDataPreProcess.

Version 1.0.1

26 May 20:13
d8866c4
Compare
Choose a tag to compare

Changelog

  • All Functions and variables are now accessible via the infiscroll object.
  • Issue of Hidden toasts taking up space now fixed.
  • When using reveal on scroll animation, add data-infinite="false" to the element to disable infinite reveal on scroll.
  • All Images are now set to have object-fit: cover css property.

Initial Public Release

15 May 23:07
Compare
Choose a tag to compare

This is the very first release of the helper to the community. Happy Coding!