Skip to content

Releases: artstorm/ui-toolkit-safe-area

1.2.0

29 May 14:40
fba8766
Compare
Choose a tag to compare

What's Changed

  • Refactored internal UXML handling to use modern UxmlElement and UxmlAttribute for better alignment with current UI Toolkit practices by @artstorm in #13
  • Added an optional polling mechanism (via force-orientation-check attribute) to detect and update the safe area during 180-degree orientation flips (e.g., Landscape Left to Landscape Right) by @azipf in #11

New Contributors

  • @azipf made their first contribution in #11

Full Changelog: v1.1.1...v1.2.0

1.1.1

22 Mar 03:19
2e6d660
Compare
Choose a tag to compare

What's Changed

  • Add PickingMode.Ignore to SafeArea VisualElements #8 by @karolsw3 in #9

New Contributors

Full Changelog: v1.1.0...v1.1.1

1.1.0

22 Mar 07:02
2039559
Compare
Choose a tag to compare

Added

  • Exclude edges option in #4
  • Exclude safe area option on tvOS in #5

Fixed

  • Offset calculation of non-collapsed margins in #3

Full Changelog: v1.0.1...v1.1.0

1.0.1

20 Mar 08:26
Compare
Choose a tag to compare

What's Changed

  • Change from flex to absolute position in #2

Full Changelog: v1.0.0...v1.0.1

1.0.0

19 Mar 09:42
Compare
Choose a tag to compare
  • Initial Release.