Skip to content

0.2.0

Compare
Choose a tag to compare
@simonbs simonbs released this 30 Jul 13:07
· 224 commits to main since this release
8b6369e

What's Changed

  • Long pressing to select text would scroll the text view by @simonbs in #97
  • Adds Package.resolved by @simonbs in #99
  • Updates parser header by @simonbs in #100
  • Fixes string range out of bounds by @simonbs in #101
  • Exposes more UITextInput functions in TextView by @simonbs in #102
  • 💥 Adds matchMethod to SearchQuery by @simonbs in #104
  • Adds Package.resolved by @simonbs in #105
  • Uses UIMenuEditInteraction on iOS 16 by @simonbs in #92
  • Fixes shiftLineLeft(:) and shiftLineRight(:) reversed by @simonbs in #106
  • Only inserts text once when shifting left and right by @simonbs in #107
  • Removes swift-docc-plugin by @simonbs in #108
  • Updates bottom inset to accommodate for keyboard in Example project by @simonbs in #113
  • Layout lines up to the specified line by @simonbs in #114
  • Notify delegate that the content size has been invalidated by @simonbs in #115
  • Adds Go to Line to example project by @simonbs in #116
  • Supports scrolling to a range of text by @simonbs in #118
  • Adds support for isFindInteractionEnabled by @simonbs in #119
  • Fixes incorrect range returned from -customRangeOfComposedCharacterSequences(for:) by @simonbs in #121
  • Fixes typo by @simonbs in #123
  • Removes extraneous extension in example project by @simonbs in #125
  • Add support for line break mode in TextView by @PasiSalenius in #124
  • Add Contributing section to README by @simonbs in #126
  • Fixes code style by @simonbs in #127
  • Disables "Based on dependency analysis" on SwiftLint build phase by @simonbs in #128
  • Improves timing when notifying input delegate of selection changes (Thanks Alexander Blach (@blach)!) by @simonbs in #129
  • Removes unused code by @simonbs in #133
  • Only redisplays visible lines by @simonbs in #134

New Contributors

Full Changelog: 0.1.2...0.2.0