Skip to content

Commit

Permalink
2.1.3 -> 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Sep 28, 2024
1 parent fe9b677 commit 1e6d61f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.4

- Improve TypeScript HTML tag type generics (#407)
- Edge case check to make sure resize handle hasn't been unmounted while dragging (#410)

## 2.1.3

- Edge case bug fix for a resize handle unmounting while being dragged (#402)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-resizable-panels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
"version": "2.1.3",
"version": "2.1.4",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 1e6d61f

Please sign in to comment.