Skip to content

v0.5.0

Choose a tag to compare

@githyperplexed githyperplexed released this 15 Jun 00:14
· 30 commits to main since this release
bb1fd60

Added

  • panelWidth and panelMaxHeight now accept a CSS string<n>px or <n>% — alongside the existing px number, so a panel can size against the viewport (e.g. panelMaxHeight: 80%). A percentage resolves live, tracking viewport resizes, while the viewport still caps the result; an invalid value throws at the call. Exports a PanelLength type for the accepted values.

Full changelog: https://github.com/githyperplexed/bubbles/blob/main/CHANGELOG.md