miso v1.5.1 Release Notes

Release Date: 2020-04-24 // about 4 years ago
    • ➕ 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