Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 11, 2022
1 parent f4674f3 commit b7ba8b6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# [2.0.0-beta.7](https://github.com/Akryum/v-tooltip/compare/v1.0.0-beta.11...v2.0.0-beta.7) (2022-03-11)


### Bug Fixes

* restore nuxt 3 support, closes [#820](https://github.com/Akryum/v-tooltip/issues/820) ([f6397ea](https://github.com/Akryum/v-tooltip/commit/f6397ea2adcb54241393f928a239a4f8fe70f04e))

---

Included changes from `v1.0.0-beta.10` and `v1.0.0-beta.11`:


### Bug Fixes

* remove internal style on `.v-popper` ([2698d84](https://github.com/Akryum/v-tooltip/commit/2698d849807e19c001c5e2f11f9b6ae9d37028ca))
* don't compute position on scroll if hidden, closes [#835](https://github.com/Akryum/v-tooltip/issues/835) ([f2199da](https://github.com/Akryum/v-tooltip/commit/f2199da0f113dcdfb6a43382acf6bc17a8733727))
* duplicate hide events, closes [#376](https://github.com/Akryum/v-tooltip/issues/376) ([5a4ff05](https://github.com/Akryum/v-tooltip/commit/5a4ff05f6c15a2f9ea91b664c2322d047ce20554))
* silence popperNode() errors, closes [#828](https://github.com/Akryum/v-tooltip/issues/828) ([490600c](https://github.com/Akryum/v-tooltip/commit/490600c3fc0d90cfb5666c6ac26817a757acfb6c))


### Features

* autoMinSize => autoSize, autoMaxSize => autoBoundaryMaxSize, closes [#834](https://github.com/Akryum/v-tooltip/issues/834) ([b198353](https://github.com/Akryum/v-tooltip/commit/b198353f781a4a1552c2bf23b6fcf8ad48810536))


### BREAKING CHANGES

* The following internal style on `.v-popper` has been removed:
```css
.v-popper {
width: max-content;
}
```
* `autoMinSize` is deprecated, use `autoSize="min"` instead
* `autoMaxSize` is deprecated, use `autoBoundaryMaxSize` instead



# [2.0.0-beta.6](https://github.com/Akryum/v-tooltip/compare/v1.0.0-beta.9...v2.0.0-beta.6) (2022-02-09)

Included changes from `v1.0.0-beta.8` and `v1.0.0-beta.9`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floating-vue-monorepo",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"private": true,
"workspaces": [
"packages/*"
Expand Down

0 comments on commit b7ba8b6

Please sign in to comment.