Skip to content

Commit

Permalink
Merge pull request #2 from reedsy/catch-up
Browse files Browse the repository at this point in the history
Catch up to upstream
  • Loading branch information
bornajazvo authored Mar 6, 2024
2 parents eaabc2a + 57fed1c commit 82e0342
Show file tree
Hide file tree
Showing 86 changed files with 2,434 additions and 5,106 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
demos
demo
*.d.ts
cache
157 changes: 157 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,162 @@
# Changelog

## v5.2.2


### 🩹 Fixes

- V-close-popper directive, #1022 (#1022)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v5.2.1


### 🚀 Enhancements

- Add deprecation notice to VTooltip and VClosePopper (abf094f)

### 🩹 Fixes

- Revert autohide on mousedown, add autoHideOnMousedown in config, fix #1015 (#1015)
- Watch triggers array deeply, fix #1018 (#1018)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v5.2.0


### 🚀 Enhancements

- Expose global `recomputeAllPoppers` helper (#1010)

### ❤️ Contributors

- Anthony Fu <[email protected]>

## v5.1.1


### 🩹 Fixes

- Fix v-close-popper to function on mousedown (#1014)

### ❤️ Contributors

- Giannis Koutsaftakis ([@kouts](http://github.com/kouts))

## v5.1.0


### 🚀 Enhancements

- Close on mousedown (89258a9)

### 💅 Refactors

- Improve types (#1011)

### 🏡 Chore

- Remove vue2 demo (#1009)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Anthony Fu <[email protected]>

## v5.0.3


### 🩹 Fixes

- Set default disposeTimeout to default transition duration (18e786c)

### 📖 Documentation

- Import directly (fa626ac)
- Upgrade vitepress + search (5a46278)
- Enable search detailed view by default (3175a62)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v5.0.2


### 🩹 Fixes

- **menu:** Don't close on popper blur (74b940f)

### 🌊 Types

- Improved props types (5bf9b74)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v5.0.1


### 🩹 Fixes

- `Element' is not defined on server (47eb20c)

### 📖 Documentation

- Update to v5 (44d0108)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v5.0.0

Bumping the version to prevent issues with tags from vue-tooltip v3 and v4 in the repository.

No changes compared to floating-vue v2.0.0

## 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


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ New versions:
|Old|New|Target
|---|---|---|
|v-tooltip v3|floating-vue v1|Vue 2|
|v-tooltip v4|floating-vue v2|Vue 3|
|v-tooltip v4|floating-vue v5|Vue 3|

[💚️ Become a Sponsor](https://github.com/sponsors/Akryum)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 13 additions & 13 deletions demos/demo-vue3/package.json → demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"lint": "eslint . --ext .js,.vue"
},
"dependencies": {
"core-js": "^3.30.2",
"core-js": "^3.35.0",
"floating-vue": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.1"
"vue": "^3.4.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.13",
"@vue/eslint-config-standard": "^8.0.1",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.16",
"babel-eslint": "^10.1.0",
"eslint": "^8.41.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.13.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.3.8"
"eslint-plugin-vue": "^9.20.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions demos/demo-vue2/.eslintignore

This file was deleted.

20 changes: 0 additions & 20 deletions demos/demo-vue2/.eslintrc.js

This file was deleted.

15 changes: 0 additions & 15 deletions demos/demo-vue2/index.html

This file was deleted.

38 changes: 0 additions & 38 deletions demos/demo-vue2/package.json

This file was deleted.

Empty file removed demos/demo-vue2/public/.nojekyll
Empty file.
Binary file removed demos/demo-vue2/public/logo.png
Binary file not shown.
89 changes: 0 additions & 89 deletions demos/demo-vue2/public/test.html

This file was deleted.

Loading

0 comments on commit 82e0342

Please sign in to comment.