@semantic-ui/query
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@semantic-ui/query", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"type": "module", | ||
@@ -13,4 +13,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@semantic-ui/utils": "^0.0.13" | ||
"@semantic-ui/utils": "^0.0.14" | ||
} | ||
} |
@@ -300,3 +300,6 @@ import { isPlainObject, isString, isArray, isDOM, isFunction, findIndex, inArray, isObject, each } from '@semantic-ui/utils'; | ||
return eventHandlers.length == 1 ? eventHandlers[0] : eventHandlers; | ||
if(options.returnHandler) { | ||
return eventHandlers.length == 1 ? eventHandlers[0] : eventHandlers; | ||
} | ||
return this; | ||
} | ||
@@ -303,0 +306,0 @@ |
68515
1738
+ Added@semantic-ui/utils@0.0.14(transitive)
- Removed@semantic-ui/utils@0.0.13(transitive)
Updated@semantic-ui/utils@^0.0.14