Plot 0.11.0
This release fixes two compatibility issues with Swift 5.6 and Xcode 13.3:
HTMLAnchorTarget.self
has been replaced with.current
, since usingself
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 usingHTMLAnchorTarget.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 optionalValue
type has been fixed.