Skip to content

ipl-html v0.4.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 24 Jun 08:53
v0.4.0
c49325e

Breaking Changes

  • The interface of the HtmlElement constructor has changed #51

Changes

  • Templating to aid enriching localized content with HTML #33
  • Form enhancements #36
  • Form: Validate empty elements also in validatePartial() #35
  • New form event to handle autosubmits #34
  • FormattedString: Support sprintf-like behavior for non string arguments #32 and #46

Fixes

  • SelectElement default value is ignored #38
  • Multiple forms on the same page calling handleRequest() are all submitted at once #45
  • Attributes renders duplicate attributes #42
  • Fix empty claim though content is added in assemble #30
  • Handle checked state of the checkbox element #29