Skip to content

0.2.2

Compare
Choose a tag to compare
@simonbs simonbs released this 04 Sep 15:26
· 196 commits to main since this release
8e5775b

What's Changed

  • Attempts to fix crash in setMarkedText(_:selectedRange:) by @simonbs in #149
  • Decreases width of caret by @simonbs in #151
  • Places the caret correctly when navigating between lines by @simonbs in #152
  • Adds LineControllerStorage by @simonbs in #150
  • fix sample code by @Shinolr in #154
  • Add FR localization by @W1W1-M in #155
  • Fixes width of selection rects by @simonbs in #156
  • Prevents selected range and marked range from being negative by @simonbs in #157
  • Uses label color as default caret color by @simonbs in #159
  • Fixes incorrect filename by @simonbs in #160
  • Fixes issue where theme was not applied initially by @simonbs in #161
  • Fixes menu not shown correctly on Catalyst by @simonbs in #163
  • LineManager rebuilds tree from string in StringView by @simonbs in #162
  • Updates the DefaultTheme by @simonbs in #164
  • Improves navigation with the keyboard by @simonbs in #153
  • Fixes page guide color in default theme by @simonbs in #165
  • Optimizes default them in dark mode for system background color by @simonbs in #166
  • Fixes issue where the -textInputViewDidChangeSelection(_:) was called too many times by @simonbs in #167
  • Implements isPosition(_:atLineBoundaryInDirection:) by @simonbs in #168
  • Adds interactive tutorials to the documentation by @simonbs in #169
  • Adds link to tutorials by @simonbs in #170

New Contributors

Full Changelog: 0.2.1...0.2.2