@rebilly/revel
Advanced tools
Comparing version 8.2.4 to 8.3.0
@@ -1,6 +0,6 @@ | ||
## [8.2.4](https://github.com/Rebilly/rebilly/compare/revel-v8.2.3...revel-v8.2.4) (2024-12-04) | ||
## [8.3.0](https://github.com/Rebilly/rebilly/compare/revel-v8.2.4...revel-v8.3.0) (2024-12-05) | ||
### Bug Fixes | ||
### Features | ||
* **recomm,revel:** Fix annoying tooltips popping up when ordering payment methods ([#9013](https://github.com/Rebilly/rebilly/issues/9013)) ([a1181d3](https://github.com/Rebilly/rebilly/commit/a1181d309720fbaaa0eb3ed44566d7b526260b61)) | ||
* **revel:** Add close button to r-select ([#8745](https://github.com/Rebilly/rebilly/issues/8745)) ([00bd9f9](https://github.com/Rebilly/rebilly/commit/00bd9f946ca4ce772b97254c053ca660022f3af3)) |
@@ -22,2 +22,3 @@ import type { PropType, StyleValue } from 'vue'; | ||
async: AsyncExtension; | ||
isHovered: boolean; | ||
} | ||
@@ -361,2 +362,3 @@ type CustomlabelFn = (option: OptionItem, label: string) => boolean; | ||
displayNoResultsMessage(): boolean; | ||
showRemoveIcon(): boolean; | ||
}, { | ||
@@ -363,0 +365,0 @@ activate(): void; |
{ | ||
"name": "@rebilly/revel", | ||
"version": "8.2.4", | ||
"version": "8.3.0", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3101547
32345