@semantic-ui/templating
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -8,9 +8,9 @@ { | ||
"dependencies": { | ||
"@semantic-ui/component": "^0.0.24", | ||
"@semantic-ui/query": "^0.0.24", | ||
"@semantic-ui/reactivity": "^0.0.24", | ||
"@semantic-ui/templating": "^0.0.24", | ||
"@semantic-ui/utils": "^0.0.24" | ||
"@semantic-ui/component": "^0.0.25", | ||
"@semantic-ui/query": "^0.0.25", | ||
"@semantic-ui/reactivity": "^0.0.25", | ||
"@semantic-ui/templating": "^0.0.25", | ||
"@semantic-ui/utils": "^0.0.25" | ||
}, | ||
"version": "0.0.24" | ||
"version": "0.0.25" | ||
} |
@@ -339,3 +339,3 @@ import { $ } from '@semantic-ui/query'; | ||
} | ||
$(this.renderRoot).on( | ||
$(this.renderRoot, { pierceShadow: true }).on( | ||
eventName, | ||
@@ -520,3 +520,3 @@ selector, | ||
attachEvent(selector, eventName, eventHandler, eventSettings) { | ||
$(selector, document).on(eventName, eventHandler, { | ||
$(selector, document, { pierceShadow: true }).on(eventName, eventHandler, { | ||
abortController: this.eventController, | ||
@@ -523,0 +523,0 @@ ...eventSettings |
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
74847
+ Added@semantic-ui/component@0.0.25(transitive)
+ Added@semantic-ui/query@0.0.25(transitive)
+ Added@semantic-ui/reactivity@0.0.25(transitive)
+ Added@semantic-ui/utils@0.0.25(transitive)
- Removed@semantic-ui/component@0.0.24(transitive)
- Removed@semantic-ui/query@0.0.24(transitive)
- Removed@semantic-ui/reactivity@0.0.24(transitive)
- Removed@semantic-ui/utils@0.0.24(transitive)
Updated@semantic-ui/query@^0.0.25
Updated@semantic-ui/utils@^0.0.25