Skip to content

v4.0.0-beta2 — Lumo Theme Change

Compare
Choose a tag to compare
@web-padawan web-padawan released this 22 Feb 14:13
· 138 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v4.0.0-beta1:

  • Redesigned "small" Lumo theme variant – now just 1px divider and the handle is only visible on hover. The handle size is now the same for normal and small, only the splitter part changes.
  • Renamed "subtle" Lumo theme variant to "minimal" (align with other element variant names). The minimal variant doesn't have any visible splitter, and the handle is only visible on hover.

Changes Since v4.0.0-beta1:

  • fbe1eab Revert from using absolute positioning for the visible handle element
    • Use a hardcoded 4px size for the visible handle width/height (limit still to 100%). Only the height/width will adapt to the Lumo sizing properties.
    • Use a border instead of min-width + background-color for small variant (possibly rendereds more reliably with different browser zoom levels).
  • 4867364 Make it clearer where styles in the demo come from
  • c54c70f Fix HTML quotation marks
  • cd0d5a0 Redesign Lumo variants
    • Base the size of the handle in sizing properties instead of space properties.
    • Redesigned "small" variant – now just 1px divider and the handle is only visible on hover. The handle is now always the same size for normal and small, only the splitter part changes.
    • Renamed "subtle" variant to "minimal" (align with other element variant names). The minimal variant doesn't have any visible splitter, and the handle is only visible on hover.
  • 57120e2 Enable momentum scrolling on slotted elements on iOS
  • ea6269c Fix indentation in demos
  • b5b28d1 Remove useless closing tag from demos