Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.04 KB

Changelog

The following is a list of notable changes to the Mantine Split component.
Minor versions that are not listed in the changelog are bug fixes and small improvements.

0.3.0 (2024-09-29)

  • 📦 Updates Mantine 7.13
  • ✨ Added cursorHorizontal prop as CSS cursor property for horizontal orientation
  • ✨ Added cursorVertical prop as CSS cursor property for vertical orientation
  • ✨ Added dev branch for development

0.2.6 (2024-08-05)

  • 🩹 fixed mobile scroll issues

0.2.4 (2024-06-10)

  • 📝 Updated CHANGELOG, CONTRIBUTING and CODE_OF_CONDUCT
  • 📦️ Updated Mantine 7.10.1
  • 👷 Updated script release

0.2.1 (2024-03-16)

  • 📝 Added CHANGELOG, CONTRIBUTING and CODE_OF_CONDUCT
  • 📦️ Updated Mantine 7.6.2
  • 👷 Updated script release

0.2.0 (2024-03-07)

  • ✨ Added touch support for mobile devices
  • ♿️ Added focus and keyboard navigation support for accessibility
  • 📝 Updated and improves docs

0.1.2 (2024-03-01)

  • 🐛 Fixed issue with variant prop

0.1.1 (2024-02-24)

  • Initial release