di-controls
Advanced tools
Changelog
5.0.1 (2024-08-12)
disabled
type (5a56d1a)aria-checked
on elements (e25ff31)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
.Changelog
5.0.1 (2024-08-12)
disabled
type (5a56d1a)aria-checked
on elements (e25ff31)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
.Changelog
4.0.0 (2024-08-07)
DICompareHost
interface inside DICollectionControl
caused confusion and limited some possible implementations. This has been removed, and instead DICollectionControl
now has a compare
property in the configuration that corresponds to the same property in DIStateControl
.