Skip to content

v5.0.0

Choose a tag to compare

@skoropadas skoropadas released this 12 Aug 13:38
· 29 commits to master since this release

5.0.0 (2024-08-12)

Bug Fixes

  • controls: controls no longer set attributes like aria-checked on elements (e25ff31)
  • project: build (2930ee5)

BREAKING CHANGES

  • controls: Controls no longer set attributes like aria-checked on elements. This functionality required the use of ElementRef and Renderer, making it impossible to use DIControl for structural directives. Additionally, to support the disabled attribute for native elements, you must specify withNativeElementSupport: true.