Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2869

Merged
merged 1 commit into from Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clever-windows-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-fans-jam.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/friendly-boxes-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-donuts-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-bananas-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-guests-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-rats-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-falcons-whisper.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/core

## 1.6.1

### Patch Changes

- fix: avoid spreading rects to support `DOMRect` types

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/core",
"version": "1.6.0",
"version": "1.6.1",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
@@ -1,5 +1,13 @@
# @floating-ui/dom

## 1.6.4

### Patch Changes

- fix: avoid spreading rects to support `DOMRect` types
- fix(types): use DOM Derivable type
- perf(autoUpdate): reduce layoutShift update checks while reference is clipped from view

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/dom",
"version": "1.6.3",
"version": "1.6.4",
"description": "Floating UI for the web",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/react-dom

## 2.0.9

### Patch Changes

- fix(types): replace `React_2` with `React` in generated .d.ts files

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-dom",
"version": "2.0.8",
"version": "2.0.9",
"description": "Floating UI for React DOM",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/react-native

## 0.10.5

### Patch Changes

- fix(types): replace `React_2` with `React` in generated .d.ts files

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-native",
"version": "0.10.4",
"version": "0.10.5",
"description": "Floating UI for React Native",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,15 @@
# @floating-ui/react

## 0.26.13

### Patch Changes

- fix(FloatingFocusManager): return focus to reference when applicable even if not focused on open
- fix(types): simplify React types
- fix(types): replace `React_2` with `React` in generated .d.ts files
- fix(types): revert `React.JSX.Element` back to `JSX.Element`
- fix(useHover): `restMs` + nullish open delay should respect `restMs`

## 0.26.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.12",
"version": "0.26.13",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @floating-ui/utils

## 0.2.2

### Patch Changes

- fix: avoid spreading rects to support `DOMRect` types

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/utils",
"version": "0.2.1",
"version": "0.2.2",
"description": "Utilities for Floating UI",
"publishConfig": {
"access": "public"
Expand Down