Releases: Strategery-Inc/Magento2-InfiniteScroll
0.6.0
What's Changed
- Removed old php versions and add support for php 8.x by @aleksinoleg in #72
New Contributors
- @aleksinoleg made their first contribution in #72
Full Changelog: 0.5.2...0.6.0
v0.5.2
v0.5.1
v0.5.0
Changed
- Updated IAS library to version 2.3.1
- Set
ajaxOptions.cache = false
during load to prevent underscore in request URLs.
BC break: although there are technically no semver bc breaks, this change updates a 3rd-party library and makes a setting change that could significantly affect store-front functionality (although hopefully for the better!), so we're releasing with a major bump anyway.
v0.4.2
v0.4.1
v0.4.0
Changed
- The toolbar will now be hidden by default (#38).
Fixed
- Fixes for bundling (#52). This includes a BC breaking change.
Upgrade Notes
When upgrading from an earlier version that uses the default settings for the toolbar visibility, you may want to review the configuration options to avoid unexpected changes to UI.
v0.3.1
v0.3.0
Added
- Trigger the event that loads javascript in the added html. This will trigger among others the swatches under the products starting from page 2 of the list page.
Changed
- Fix selector for pagination elements
- Fix selectors for product item elements
- Fix Uncaught TypeError: $(...).catalogAddToCart is not a function issue
Upgrade notes:
None of the changes are backwards incompatible for a MAJOR bump according to Semver, but as with any plugin upgrade if you rely on default plugin settings you may want to review the changes to make sure there are no undesirable effects to behaviour in you store's front-end. To avoid issues we released these changes with a bump in major.