@operato/utils
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.13
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.0-beta.13](https://github.com/hatiolab/operato/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2024-06-09) | ||
### :rocket: New Features | ||
* tooltip-reactive-controller for mouse over/out ([73f069b](https://github.com/hatiolab/operato/commit/73f069b4e8c1472cc991010bbe7b3866035a05f0)) | ||
## [2.0.0-beta.0](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.158...v2.0.0-beta.0) (2024-06-01) | ||
@@ -8,0 +17,0 @@ |
@@ -6,3 +6,4 @@ /** | ||
* @returns {boolean} - `true` if overflow is detected, `false` otherwise. | ||
* @deprecated This function is no longer recommended for use and has been replaced by 'hasOverflow'. | ||
*/ | ||
export declare function detectOverflow(el: HTMLElement): boolean; |
@@ -6,2 +6,3 @@ /** | ||
* @returns {boolean} - `true` if overflow is detected, `false` otherwise. | ||
* @deprecated This function is no longer recommended for use and has been replaced by 'hasOverflow'. | ||
*/ | ||
@@ -8,0 +9,0 @@ export function detectOverflow(el) { |
@@ -12,2 +12,3 @@ export * from './sleep.js'; | ||
export * from './detect-overflow.js'; | ||
export * from './has-overflow.js'; | ||
export * from './timecapsule/index.js'; | ||
@@ -24,1 +25,2 @@ export * from './clipboard.js'; | ||
export * from './decode-html.js'; | ||
export * from './reactive-controllers'; |
@@ -11,3 +11,4 @@ export * from './sleep.js'; | ||
export * from './closest-element.js'; | ||
export * from './detect-overflow.js'; | ||
export * from './detect-overflow.js'; /* deprecated by 'has-overflow' */ | ||
export * from './has-overflow.js'; | ||
export * from './timecapsule/index.js'; | ||
@@ -24,2 +25,3 @@ export * from './clipboard.js'; | ||
export * from './decode-html.js'; | ||
export * from './reactive-controllers'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.13", | ||
"main": "dist/src/index.js", | ||
@@ -121,3 +121,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "1c7306d2c3170b773e16d5d4ef79b490584d5441" | ||
"gitHead": "719dcda3f81008118bc3593658f3e68570dd8866" | ||
} |
@@ -6,2 +6,3 @@ /** | ||
* @returns {boolean} - `true` if overflow is detected, `false` otherwise. | ||
* @deprecated This function is no longer recommended for use and has been replaced by 'hasOverflow'. | ||
*/ | ||
@@ -8,0 +9,0 @@ export function detectOverflow(el: HTMLElement) { |
@@ -11,3 +11,4 @@ export * from './sleep.js' | ||
export * from './closest-element.js' | ||
export * from './detect-overflow.js' | ||
export * from './detect-overflow.js' /* deprecated by 'has-overflow' */ | ||
export * from './has-overflow.js' | ||
export * from './timecapsule/index.js' | ||
@@ -23,2 +24,4 @@ export * from './clipboard.js' | ||
export * from './longpressable.js' | ||
export * from './decode-html.js' | ||
export * from './decode-html.js' | ||
export * from './reactive-controllers' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
308104
138
3479