Skip to content

Commit

Permalink
3.12.7
Browse files Browse the repository at this point in the history
- FIXED: regression in 3.12.6 that set pointer-events: none on ScrollTrigger pin spacers which caused descendents to stop responding to clicks and other pointer events.

- FIXED: regression in 3.12.6 that could throw an error if you don’t pass a vars/config object to Flip.fit().
  • Loading branch information
jackdoyle committed Jan 15, 2025
1 parent f4f16d6 commit 5e13097
Show file tree
Hide file tree
Showing 74 changed files with 130 additions and 133 deletions.
4 changes: 2 additions & 2 deletions dist/CSSRulePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}(this, (function (exports) { 'use strict';

/*!
* CSSRulePlugin 3.12.6
* CSSRulePlugin 3.12.7
* https://gsap.com
*
* @license Copyright 2008-2025, GreenSock. All rights reserved.
Expand Down Expand Up @@ -51,7 +51,7 @@
};

var CSSRulePlugin = {
version: "3.12.6",
version: "3.12.7",
name: "cssRule",
init: function init(target, value, tween, index, targets) {
if (!_checkRegister() || typeof target.cssText === "undefined") {
Expand Down
4 changes: 2 additions & 2 deletions dist/CSSRulePlugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/CSSRulePlugin.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/CustomEase.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
}

/*!
* CustomEase 3.12.6
* CustomEase 3.12.7
* https://gsap.com
*
* @license Copyright 2008-2025, GreenSock. All rights reserved.
Expand Down Expand Up @@ -705,7 +705,7 @@

return CustomEase;
}();
CustomEase.version = "3.12.6";
CustomEase.version = "3.12.7";
CustomEase.headless = true;
_getGSAP() && gsap.registerPlugin(CustomEase);

Expand Down
Loading

0 comments on commit 5e13097

Please sign in to comment.