Releases: dopesky/infiscroll
Releases · dopesky/infiscroll
Revamp the Whole Project
Version 1.0.2
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
ordeletable
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
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
This is the very first release of the helper to the community. Happy Coding!