Releases: BinaryBirds/swift-html
Releases · BinaryBirds/swift-html
Fixes for Swift 5.8
Swift 5.6 fix
- fix
self
warning for target enum cases .self
is now called.default
forTarget
&TargetFrame
Tag builder improvement
If only one Tag supplied in array of arrays, return Tag. If more than one Tag supplied, return GroupTag.
Fix textarea disabled attribute
1.6.9 test disabled textarea
Revert async tag init
1.6.8 revert async tag init
Async await init support for tags
1.6.7 async await init support
Convenience child tag init method
- now it is possible to init a tag with a single child tag
Prevent empty style attribute
- prevent empty style attribute
Span("").style("")
-><span></span>
- test empty style prevention
Fix remove class
If all the classes were removed also remove the attribute
SwiftSvg improvements
- pathLength init parameter
- rect rx, ry init params
- links to moz docs