You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 3.1.1
4
+
5
+
- Correctly display component using forwardRef
6
+
- Fix menu position when div is taller than viewport
7
+
- Use dynamic z-index to always be on top of the targeted element (like MUI dialog) (fixes #9)
8
+
3
9
## 3.1.0
4
10
5
11
- Experimental support for React 19. `_debugSource`[was removed](https://github.com/facebook/react/pull/28265) in React 19. The PR says that tools should lazily generate component stack strace, but I couldn't find a way to use the React devtools globals to generate one for a given Fiber node. I've aksed some React team members about insights on how to make this works, but for now I decided to patch the jsx dev runtime (when serving it) to reinject into Fiber node the source prop added by JSX transform.
0 commit comments