-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
Hi,
We faced an issue when upgrading to 2.34 version of hyperhtml
. The new behaviour with the ?disabled=${value}
option causes breaking changes when using the null
value.
Previous behaviour: disabled=${null}
sets the disabled property on the DOM element to false
Current behaviour: disabled=${null}
sets the disabled property on the DOM element to true
Because of this breaking change in behaviour the major version should be bumped to 3.x.x to indicate the breaking change.
Metadata
Metadata
Assignees
Labels
No labels