Skip to content

2.15.0

Latest
Compare
Choose a tag to compare
@ci-swissuplabs ci-swissuplabs released this 01 Apr 09:04
· 30 commits to master since this release

Report

Package was generated and uploaded on Apr 1, 2024 09:04:52 with the following dependencies:

swissup/module-breeze:2.15.0
swissup/module-breeze-integrations:1.3.2

Changelog

swissup/module-breeze — 2.15.0 (was 2.14.1)

  • Version 2.15.0 0dbf6c
  • New bundle for dynamic js only. Useful for third-party integrations. e61aa6
  • Allow to use $.mixin on instantiated component 22ec6b
  • Improve logic for dynamically registered components.
    It will register both path and alias (if available) now. fdfbf7
  • PaypalInContext support 8a3ae1
  • Added "shim.exports" support for PaypalInContext module 7a530d
  • Automatically register dynamic js components 6359e8
  • Fixed js error when checkoutConfiug is not available a1eb36
  • Fixed js error when navigating from "paypal review" to cart using Turbo 102fb8
  • Fixed js errors at "paypal review order" page 656247
  • Align $.post and $.get methods with jQuery API
    Second argument is a data object, not the settings. dd545d
  • Removed excessive code 695a6d
  • Improve Deferred API: resolve, reject should return promise.
    Fixes PaypalInContext: return $.Deferred().resolve(); 7cd10e
  • Allow to pass observables in request params (PaypalInContext) 578016
  • Fixed incorrect 'response' parameter in 'ajax:addToCart' event 363684
  • Pass element in initialize method (Same as in Luma) 2baac1
  • Improve $.Deferred API 8949ea
  • Magento 2.4.7 fix: purgeMessages is not a function 934df5
  • Cleanup messages after hide animation. Fixes too large gap if cookie message was hidden. d21a0d
  • Fixed missing cookie messages on initial page load (compare) 2f9454
  • Fixed incorrect url to the json dictionary file bc4cde
  • Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled ab98b5
  • Revert "Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled"

This reverts commit e2daefad4de332b5fa34f2185843f623f72b4d21. bef34b

  • Show password component added fafbca
  • Autoregister dynamic components for easier reuse of luma files.
    See the next commit with show password component. 18ff9c
  • Render login popup just before show instead of lazy 0a1b2e
  • Align ajax callbacks with jQuery API: add status and pass json data if possible d47d91
  • Minimal uiLayout implementation (Used by StripePayments) 580f45
  • Added Magento_Ui/js/model/messages for easier third-party integrations b38040
  • Allow passing message container in config df1b6b
  • Initialize should return this 6ca04f
  • Fixed incorrect breadcrumbs ($.breeze.referrer) when turbo is disabled e2daef
  • Ability to unset layout item with falsy value f49dd5
  • Fix duplicate "add to cart" action when using .trigger('submit')
    This commit allows preventing "submit" event in listeners attached
    to parent elements (document). 821e4b
  • Allow importing js without file extension 7ed663
  • Added ability to write mixin for plain objects and functions 0421d2
  • Added missing 'mage/storage' component f9547f
  • Version 2.14.4 f5f565
  • Fixed infinite cart page reload when third-party module changes 'cart' on each page reload (Klaviyo_Reclaim) 51841c
  • Add missing customerData.getInitCustomerData function 45a8f6
  • Improve $.Deferred API bce941
  • Fixed persistent paypal error message across all pages b04d05
  • Version 2.14.3 2fe57c
  • Allow to pass function in .text() a37d00
  • Constraint dropdown inside parent container with 'overflow' style c36de5
  • Version 2.14.2 57ba9a
  • Fixed not working gtm if gtag function is declared in third-party module cb84b4