v5.0.1

Skyvern-AI/skyvernv5.0.1May 15, 2026by huppy-bot[bot]

AI Summary

v5.0.1 is a bug fix release for tldraw focusing on UI styling issues within the style panel, specifically improving dropdown sizing and positioning logic.

Key Highlights

  • Added optional `sideOffset` prop to `StylePanelDropdownPickerProps` for better popover positioning control.
  • Fixed sizing and offset issues for fill pattern and vertical alignment popovers.
  • Ensured popovers open left of the style panel instead of incorrectly overlapping.

Full Release Notes

Generated from commits between `v5.0.0` and `HEAD`

## Bug Fixes

### fix(tldraw): style panel dropdown sizing and offset ([#8850](https://github.com/tldraw/tldraw/issues/8850))

- Added optional `sideOffset` prop to `StylePanelDropdownPickerProps`
for tuning popover position when the trigger isn't at the panel's left
edge.

- Fix sizing and offset for style panel dropdown buttons so fill pattern
and vertical alignment popovers open left of the style panel.