Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 7f84b92

Browse files
committed
Release v0.11.3
1 parent d2d19f1 commit 7f84b92

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
**Use Version**
1111
Use version when bugs appear:
1212
- Headless UI: v1.7.5
13-
- Headless UI Float: v0.11.2
13+
- Headless UI Float: v0.11.3
1414
- Framework: [e.g. vue v3.2.0, react v18.0]
1515
- `@floating-ui/core`: v1.0.0
1616
- `@floating-ui/dom`: v1.0.0

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@ assignees: ''
1010
**Use Version**
1111
Use version when question appear:
1212
- Headless UI: v1.7.5
13-
- Headless UI Float: v0.11.2
13+
- Headless UI Float: v0.11.3
1414
- Framework: [e.g. vue v3.2.0, react v18.0]
1515

1616
**Describe the question**
1717
A clear and concise description of what the question is.
1818

19+
**To Reproduce**
20+
Please provide a minimal reproducible example (like github repo, codesandbox, stackblitz...), and steps to reproduce the behavior, it is recommended to fork the Headless UI Flaot's [React Demo](https://headlessui-float.vercel.app/react/quick-start.html#online-demo) or [Vue Demo](https://headlessui-float.vercel.app/vue/quick-start.html#online-demo) to reproduce:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
1926
**Screenshots**
2027
If applicable, add screenshots to help explain your problem.
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/react",
33
"type": "module",
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"description": "Easily use Headless UI for React with Floating UI (Popper.js)",
66
"license": "MIT",
77
"homepage": "https://headlessui-float.vercel.app",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/vue",
33
"type": "module",
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)",
66
"license": "MIT",
77
"homepage": "https://headlessui-float.vercel.app",

0 commit comments

Comments
 (0)