Skip to content

Releases: skoropadas/di-controls

v5.0.9

24 Jan 14:30
Compare
Choose a tag to compare

5.0.9 (2025-01-24)

Bug Fixes

  • controls: allow DefaultValueAccessor override (302cbdc)

v5.0.8

24 Jan 11:48
Compare
Choose a tag to compare

5.0.8 (2025-01-24)

Bug Fixes

  • controls: di-control overrides valueAccessor of the NgControl (96b5e8a)

v5.0.7

06 Dec 10:37
Compare
Choose a tag to compare

5.0.7 (2024-12-06)

Bug Fixes

  • project: disabled state requires addition change detection run in tests (519661c)

v5.0.6

06 Dec 10:05
Compare
Choose a tag to compare

5.0.6 (2024-12-06)

Bug Fixes

  • project: disabled state requires addition change detection run in tests in Angular 19 (d0fe5a7)

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.