Skip to content

0.9.0

Compare
Choose a tag to compare
@nalexn nalexn released this 19 Sep 21:39

Released on 2021-09-19.

Requires Xcode 13.0

What's new:

  • Added watchOS support (#125)
  • Existing inspection code updated for iOS 15 (#128)
  • Added support for Toolbar
  • Added support for safeAreaInset overlay
  • Added support for confirmationDialog
  • Inspector.print(:) is made public for easier view debugging

Breaking changes:

Fixes and PRs:

  • navigationBarItems no longer block the inspection starting from iOS 15 (#29)
  • Fixed Inspector.print(:) cyclic recursion (#105)
  • Fixed "callOnChange is not found on _ConditionalContent" (#126)
  • Fixed Shape views being reported as blockers for search (#133)
  • Merged PR #132: Adds support for FullScreenCover
  • Merged PR #124: Include ToolBarItem in readiness.md