Skip to content

Releases: BinaryBirds/swift-html

Fixes for Swift 5.8

01 Apr 14:51
@tib tib
Compare
Choose a tag to compare
  • Better result builder architecture for Tags
  • Known DocumentRenderer issues: extra newline is rendered for groups, when rendering non-minified output.

Swift 5.6 fix

15 Mar 15:20
@tib tib
Compare
Choose a tag to compare
  • fix self warning for target enum cases
  • .self is now called .default for Target & TargetFrame

Tag builder improvement

10 Mar 19:37
@tib tib
Compare
Choose a tag to compare

If only one Tag supplied in array of arrays, return Tag. If more than one Tag supplied, return GroupTag.

Fix textarea disabled attribute

09 Mar 20:55
@tib tib
Compare
Choose a tag to compare
1.6.9

test disabled textarea

Revert async tag init

26 Feb 17:54
@tib tib
Compare
Choose a tag to compare
1.6.8

revert async tag init

Async await init support for tags

26 Feb 16:25
@tib tib
Compare
Choose a tag to compare
1.6.7

async await init support

Convenience child tag init method

24 Feb 16:13
@tib tib
Compare
Choose a tag to compare
  • now it is possible to init a tag with a single child tag

Prevent empty style attribute

21 Feb 07:57
@tib tib
8facd3e
Compare
Choose a tag to compare
  • prevent empty style attribute Span("").style("") -> <span></span>
  • test empty style prevention

Fix remove class

18 Feb 20:59
@tib tib
9e6389f
Compare
Choose a tag to compare

If all the classes were removed also remove the attribute

SwiftSvg improvements

18 Feb 08:03
@tib tib
Compare
Choose a tag to compare
  • pathLength init parameter
  • rect rx, ry init params
  • links to moz docs