Skip to content

Commit

Permalink
v2.0.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 16, 2023
1 parent 677829c commit d3439c8
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 5 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,61 @@
# [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)


## v2.0.0-beta.21


### 🚀 Enhancements

- Add pointers event (#855)

### 🩹 Fixes

- DisposeTimeout not working, closes #941 (#947, #941)

### 💅 Refactors

- ⚠️ Project maintanace (#959)

### 📖 Documentation

- Update README (47be706)
- Update Nuxt 3 installation guide (#865)
- Fix floating-ui.com link (#942)
- Typo (#915)
- Remove stylus from SponsorButton.vue (fd50931)
- Fix build (e1f40af)
- Improve styles in dark mode (90d9dd2)
- Use src component directly (c2ffed5)

### 📦 Build

- Exclude sources from published package (#945)

### 🏡 Chore

- Copy LICENSE (b85e169)
- Update deps (5d2448e)
- Downgrade floating-ui (113c5ee)
- Upgrade `@floating-ui/dom` (6a6c350)
- Update for aou changes (5952dda)
- Improve lints (081d153)
- Clean up (677829c)

#### ⚠️ Breaking Changes

- ⚠️ Project maintanace (#959)

### ❤️ Contributors

- Anthony Fu <[email protected]>
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Jairo Blatt ([@jairoblatt](http://github.com/jairoblatt))
- Ari Perkkiö ([@AriPerkkio](http://github.com/AriPerkkio))
- Y-tomida ([@ty-v1](http://github.com/ty-v1))
- David Hewson <[email protected]>
- Damian Głowala
- Amal Mathew

### Features

* noAutoFocus ([919df7c](https://github.com/Akryum/v-tooltip/commit/919df7c71c7c058e36be0e04121adbdc2a8939b9))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "floating-vue-monorepo",
"packageManager": "[email protected]",
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"private": true,
"scripts": {
"build": "pnpm -r --filter=\"./packages/*\" run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "floating-vue",
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <[email protected]>",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3439c8

Please sign in to comment.