Skip to content

Releases: qeude/SwiftDown

0.4.1

19 Feb 08:41
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix a crash when having a blank space before a node #33

0.4.0

31 Jan 19:11
Compare
Choose a tag to compare

Features

Fixes

  • 🐛 Fix isEditable which wasn't honored on iOS (@rossbrandon)
  • 🐛 Fixes some perf issues (@ingun37)

0.3.1

31 May 07:27
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix packages resolving

0.3.0

05 Jan 19:25
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix cursor jumping
  • 🐛 Fix wrong appliance of styling on navigation
  • 🐛 Fix onTextChange callback support

Improvements

  • ⬆️ Update Down to v0.11.0
  • 📝 Improve demo

0.2.2

28 Apr 17:05
53bcb94
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix isEditable set to the wrong value (#9)

0.2.1

17 Apr 15:11
c50e105
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed styles application while initing SwiftDownEditor with text that already contain something.
  • Fixed text binding so it can be cleared from an outside source.

⚡️Improvements

  • Improved performances by removing the debounce to apply styles.