Skip to content

v1.1.0

Choose a tag to compare

@quarkus quarkus released this 24 Jun 10:54
· 146 commits to main since this release

[1.1.0] - 2024-06-24

Added

  • Added optionalAttribute directive to conditionally render attributes (plus value)

FIXED

  • Fixed spreadAttributes to not render "null|undefined|NaN" to the attributes value but removing the entire attribute
    when such values are passed.