Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Releases: qeude/SwiftDown

0.4.1

19 Feb 08:41

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

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

Choose a tag to compare

Fixes

  • 🐛 Fix packages resolving

0.3.0

05 Jan 19:25

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

Choose a tag to compare

Fixes

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

0.2.1

17 Apr 15:11
c50e105

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.