Skip to content

1.5.1

Compare
Choose a tag to compare
@dmjio dmjio released this 24 Apr 20:38
· 117 commits to master since this release
035a0f7
  • Add special case for diffing properties of checked and value.
    • This fixes a problem where diffing ignores that fact the input field state is different than both the old and new models.
    • This is considered an edge case and only arises when both the old and new models are the exact same, yet a user has typed into an input or checked a check box.
    • Solves: #578