Skip to content

Commit d3439c8

Browse files
committed
v2.0.0-beta.21
1 parent 677829c commit d3439c8

File tree

4 files changed

+57
-5
lines changed

4 files changed

+57
-5
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
# [2.0.0-beta.20](https://github.com/Akryum/v-tooltip/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2022-09-08)
22

33

4+
## v2.0.0-beta.21
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Add pointers event (#855)
10+
11+
### 🩹 Fixes
12+
13+
- DisposeTimeout not working, closes #941 (#947, #941)
14+
15+
### 💅 Refactors
16+
17+
- ⚠️ Project maintanace (#959)
18+
19+
### 📖 Documentation
20+
21+
- Update README (47be706)
22+
- Update Nuxt 3 installation guide (#865)
23+
- Fix floating-ui.com link (#942)
24+
- Typo (#915)
25+
- Remove stylus from SponsorButton.vue (fd50931)
26+
- Fix build (e1f40af)
27+
- Improve styles in dark mode (90d9dd2)
28+
- Use src component directly (c2ffed5)
29+
30+
### 📦 Build
31+
32+
- Exclude sources from published package (#945)
33+
34+
### 🏡 Chore
35+
36+
- Copy LICENSE (b85e169)
37+
- Update deps (5d2448e)
38+
- Downgrade floating-ui (113c5ee)
39+
- Upgrade `@floating-ui/dom` (6a6c350)
40+
- Update for aou changes (5952dda)
41+
- Improve lints (081d153)
42+
- Clean up (677829c)
43+
44+
#### ⚠️ Breaking Changes
45+
46+
- ⚠️ Project maintanace (#959)
47+
48+
### ❤️ Contributors
49+
50+
- Anthony Fu <[email protected]>
51+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
52+
- Jairo Blatt ([@jairoblatt](http://github.com/jairoblatt))
53+
- Ari Perkkiö ([@AriPerkkio](http://github.com/AriPerkkio))
54+
- Y-tomida ([@ty-v1](http://github.com/ty-v1))
55+
- David Hewson <[email protected]>
56+
- Damian Głowala
57+
- Amal Mathew
58+
459
### Features
560

661
* noAutoFocus ([919df7c](https://github.com/Akryum/v-tooltip/commit/919df7c71c7c058e36be0e04121adbdc2a8939b9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "floating-vue-monorepo",
33
"packageManager": "[email protected]",
4-
"version": "2.0.0-beta.20",
4+
"version": "2.0.0-beta.21",
55
"private": true,
66
"scripts": {
77
"build": "pnpm -r --filter=\"./packages/*\" run build",

packages/floating-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floating-vue",
3-
"version": "2.0.0-beta.20",
3+
"version": "2.0.0-beta.21",
44
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
55
"author": "Guillaume Chau <[email protected]>",
66
"scripts": {

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)