di-controls
Advanced tools
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
.Changelog
3.0.0 (2023-12-05)
DIStateControl
will force you to implement @Input value
to have better typings, uncheckedValue
now also can be provided using super
call (c069e50)