@operato/pull-to-refresh
Advanced tools
Comparing version 2.0.0-alpha.28 to 2.0.0-alpha.51
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29) | ||
### :bug: Bug Fix | ||
* upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff)) | ||
## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20) | ||
@@ -8,0 +17,0 @@ |
import { LitElement } from 'lit'; | ||
export declare class PullToRefreshControl extends LitElement { | ||
static styles: import("lit").CSSResult; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
pulling(d: number, opts: any): void; | ||
@@ -6,0 +6,0 @@ refreshing({ threshold }: any): void; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-alpha.28", | ||
"version": "2.0.0-alpha.51", | ||
"main": "dist/src/index.js", | ||
@@ -35,3 +35,3 @@ "module": "dist/src/index.js", | ||
"dependencies": { | ||
"lit": "^2.5.0" | ||
"lit": "^3.1.2" | ||
}, | ||
@@ -71,3 +71,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "458e804ceb0e7cd5c4aa9d3bb7fe64c1f5bd61a3" | ||
"gitHead": "22f2d7d9f6e6b6062a1b8d9178d6a17ae3f37755" | ||
} |
Sorry, the diff of this file is not supported yet
123527
+ Added@lit/reactive-element@2.0.4(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
Updatedlit@^3.1.2