Skip to content

Releases: Strategery-Inc/Magento2-InfiniteScroll

0.6.0

03 Jan 16:04
9aef820
Compare
Choose a tag to compare

What's Changed

  • Removed old php versions and add support for php 8.x by @aleksinoleg in #72

New Contributors

Full Changelog: 0.5.2...0.6.0

v0.5.2

25 Feb 12:15
48086aa
Compare
Choose a tag to compare

Fixed

  • Fixed a regression introduced in 0.4.2 (#69). A backport for version 0.4.x is not available but should be easy to do if anyone needs it.

v0.5.1

05 Nov 12:58
e6cd934
Compare
Choose a tag to compare

Added

  • Added support for PHP 7.4

In the future we will change the Composer dependencies to link to the specific Magento core modules that we address in our layout files. Then we can remove the PHP requirement altogether.

v0.5.0

10 Feb 12:48
57f3e52
Compare
Choose a tag to compare

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

10 Feb 10:26
Compare
Choose a tag to compare

Changed

  • Separated the external library from the AMD module.

v0.4.1

26 Nov 09:52
7f32881
Compare
Choose a tag to compare

Added

  • Added support for PHP 7.3

v0.4.0

10 Sep 09:12
22e1228
Compare
Choose a tag to compare

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

29 Jul 11:12
986f601
Compare
Choose a tag to compare

Changed

  • Removed version from composer.json

v0.3.0

08 May 10:18
83b66c8
Compare
Choose a tag to compare

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.

v0.2.5

25 Feb 10:52
93b7a27
Compare
Choose a tag to compare

Added

  • PHP 7.2 compatibility