Skip to content

Plot 0.11.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 15 Mar 17:03
· 48 commits to master since this release
b358860

This release fixes two compatibility issues with Swift 5.6 and Xcode 13.3:

  • HTMLAnchorTarget.self has been replaced with .current, since using self for enum case names now yields a compiler warning. Backward compatibility for .self is still maintained through a deprecated computed property, but all Plot users who are using HTMLAnchorTarget.self within their code bases are encouraged to switch to .current as soon as possible.
  • A compiler error that could be triggered by using a custom EnvironmentKey with an optional Value type has been fixed.