Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Akryum/floating-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.2
Choose a base ref
...
head repository: Akryum/floating-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.3
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 15, 2022

  1. chore: changelog

    Akryum committed Jan 15, 2022
    Copy the full SHA
    e326ef9 View commit details
  2. docs: README update

    Akryum committed Jan 15, 2022
    Copy the full SHA
    57a598f View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3ed3d30 View commit details
  4. v1.0.0-beta.3

    Akryum committed Jan 15, 2022
    Copy the full SHA
    0af7bdc View commit details
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-beta.2](https://github.com/Akryum/v-tooltip/compare/v3.0.0-beta.20...v1.0.0-beta.2) (2022-01-15)


### Bug Fixes

* arrow hidding ([d9644c2](https://github.com/Akryum/v-tooltip/commit/d9644c2cd5f24188d72e9cfa6fd5d6030e5d0812))
* remove applyModifier ([7064757](https://github.com/Akryum/v-tooltip/commit/70647574b817db0bf0e58008efa3c1291f82fb35))


### Features

* arrowOverflow prop ([0ed3801](https://github.com/Akryum/v-tooltip/commit/0ed3801863b4654ef89d438ecb2b016fe6aad9ee))
* switch to floating-ui ([e28f594](https://github.com/Akryum/v-tooltip/commit/e28f5946c83904763b222cf9f6c7b56c4720f3e2))



# [1.0.0-beta.1](https://github.com/Akryum/v-tooltip/compare/v3.0.0-beta.19...v1.0.0-beta.1) (2022-01-13)

- Renamed from `v-tooltip` to `floating-vue`
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"packages": [
"packages/*"
]
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": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"workspaces": [
"packages/*"
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -9,7 +9,7 @@
},
"dependencies": {
"core-js": "^3.8.1",
"floating-vue": "^1.0.0-beta.2",
"floating-vue": "^1.0.0-beta.3",
"screenfull": "^4.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.1"
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "floating-vue docs",
"private": true,
"main": "index.js",
@@ -22,7 +22,7 @@
"dependencies": {
"@kawarimidoll/vuepress-plugin-tailwind": "^2.0.0",
"color": "^3.1.3",
"floating-vue": "^1.0.0-beta.2",
"floating-vue": "^1.0.0-beta.3",
"vue-feather-icons": "^5.1.0",
"vue-github-button": "^1.3.0"
},
2 changes: 1 addition & 1 deletion packages/floating-vue/README.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
</p>

<p align="center">
Easy tooltips, popovers and dropdowns with <a href="https://github.com/FezVrasta/popper.js">Popper.js</a>
Easy tooltips, dropdowns, menus... with <a href="https://github.com/floating-ui/floating-ui">Floating UI</a>
</p>

<p align="center">
2 changes: 1 addition & 1 deletion packages/floating-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floating-vue",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"scripts": {
5 changes: 5 additions & 0 deletions packages/floating-vue/src/components/PopperContent.vue
Original file line number Diff line number Diff line change
@@ -131,6 +131,11 @@ export default {
overflow-y: auto;
}
.v-popper__inner > div {
position: relative;
z-index: 1;
}
.v-popper__arrow-container {
position: absolute;
width: 10px;