Skip to content

Releases: skoropadas/di-controls

v5.0.5

05 Sep 11:58
Compare
Choose a tag to compare

5.0.5 (2024-09-05)

Bug Fixes

  • project: collection control can't unselect values with "0" (88ae70b)

v5.0.4

16 Aug 12:10
Compare
Choose a tag to compare

5.0.4 (2024-08-16)

Bug Fixes

  • project: host control update child control that was just updated (3398ea8)

v5.0.3

15 Aug 10:18
Compare
Choose a tag to compare

5.0.3 (2024-08-15)

Bug Fixes

  • project: withNativeElementSupport option doesn't set disabled attribute (1f06151)

v5.0.2

14 Aug 14:59
Compare
Choose a tag to compare

5.0.2 (2024-08-14)

Bug Fixes

  • project: updateModel method doesn't update control that was changed last (166e94a)

v5.0.1

12 Aug 13:46
Compare
Choose a tag to compare

5.0.1 (2024-08-12)

Bug Fixes

  • project: fix disabled type (5a56d1a)

v5.0.0

12 Aug 13:38
Compare
Choose a tag to compare

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.

v4.0.1

07 Aug 13:51
Compare
Choose a tag to compare

4.0.1 (2024-08-07)

Bug Fixes

  • collection-control: DiCollectionControl doesn't support signal value from DIStateControl (55b1be3)

v4.0.0

07 Aug 13:41
Compare
Choose a tag to compare

4.0.0 (2024-08-07)

Bug Fixes

  • collection-control: DiCollectionControl doesn't implement DICompareHost interface (a7e68a4)

BREAKING CHANGES

  • collection-control: The implementation of the 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.

v3.3.0

10 Jul 12:26
Compare
Choose a tag to compare

3.3.0 (2024-07-10)

Features

  • add signals support for value and compare inputs (f18661b)

v3.2.1

11 Jan 11:46
Compare
Choose a tag to compare

3.2.1 (2024-01-11)

Bug Fixes

  • controls: add DI_HOST_CONTROL token to exports (974f1b6)