Skip to content

v2.1.5

Choose a tag to compare

@colonelpanic8 colonelpanic8 released this 21 Jan 01:55
· 470 commits to master since this release

New Feature

  • Editable todo titles: You can now edit todo titles directly from the edit screen. The title field has been changed from read-only text to an editable TextInput.

Changes

  • Added title field to TodoUpdates interface in API
  • Replaced static title display with editable TextInput component
  • Title changes are saved along with other todo updates