-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,40 @@ | ||
# Changelog | ||
|
||
## v2.0.0 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- Export vTooltip and vClosePopper for script setup usage (16b3a9b) | ||
- Remove dispose event (4be2062) | ||
|
||
### 🩹 Fixes | ||
|
||
- Import nuxt composables from #imports (#998) | ||
- Change default disposeTimeout to 0 (0699bf8) | ||
|
||
### 💅 Refactors | ||
|
||
- Default components are now simple ts files (6439fce) | ||
|
||
### 📖 Documentation | ||
|
||
- Fixed spelling mistake in migration v2 docs (#983) | ||
|
||
### 🌊 Types | ||
|
||
- Props and events (ee27b15) | ||
|
||
### ✅ Tests | ||
|
||
- **lint:** Fix (942a360) | ||
|
||
### ❤️ Contributors | ||
|
||
- Guillaume Chau ([@Akryum](http://github.com/Akryum)) | ||
- Yahlieel Jafta <[email protected]> | ||
- Daniel Roe <[email protected]> | ||
|
||
## v2.0.0-beta.24 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "floating-vue-monorepo", | ||
"packageManager": "[email protected]", | ||
"version": "2.0.0-beta.24", | ||
"version": "2.0.0", | ||
"private": true, | ||
"scripts": { | ||
"build": "pnpm -r --filter=\"./packages/*\" run build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "floating-vue", | ||
"version": "2.0.0-beta.24", | ||
"version": "2.0.0", | ||
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", | ||
"author": "Guillaume Chau <[email protected]>", | ||
"scripts": { | ||
|