@hig/flyout
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -1442,3 +1442,3 @@ import React, { Component } from 'react'; | ||
componentDidMount() { | ||
window.document.body.addEventListener("click", this.handleBodyClick); | ||
window.document.body.addEventListener("click", this.handleBodyClick, true); | ||
} | ||
@@ -1445,0 +1445,0 @@ |
@@ -1452,3 +1452,3 @@ 'use strict'; | ||
componentDidMount() { | ||
window.document.body.addEventListener("click", this.handleBodyClick); | ||
window.document.body.addEventListener("click", this.handleBodyClick, true); | ||
} | ||
@@ -1455,0 +1455,0 @@ |
@@ -0,1 +1,8 @@ | ||
# [@hig/flyout-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/flyout@2.2.1...@hig/flyout@2.3.0) (2022-11-02) | ||
### Features | ||
* set useCapture to true for onClickOutside ([1025577](https://github.com/Autodesk/hig/commit/1025577)) | ||
# [@hig/flyout-v2.2.1](https://github.com/Autodesk/hig/compare/@hig/flyout@2.2.0...@hig/flyout@2.2.1) (2022-07-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/flyout", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "HIG Flyout", | ||
@@ -27,3 +27,3 @@ "author": "Autodesk Inc.", | ||
"@hig/theme-context": "^4.3.0", | ||
"@hig/theme-data": "^3.0.0", | ||
"@hig/theme-data": "^3.4.2", | ||
"react": "^17.0.0" | ||
@@ -30,0 +30,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118076
70