Skip to content

2.3.1 - Spring brings blossoms

Latest
Compare
Choose a tag to compare
@rakuyoMo rakuyoMo released this 28 Mar 08:35

Added

  • Add search function. #13 @rakuyoMo
  • Add the function of not automatically wrapping lines, and you can switch between wrapping and not wrapping at any time. #22 @rakuyoMo
  • Add visionOS support. #12, #17 @rakuyoMo
  • Add tvOS support. #14, #18 @rakuyoMo
  • Moved the logic of "assembling attributed string from JSON slices" from JSONPreview into JSONDecorator. So you can now display JSON with the help of other text frames. #22 @rakuyoMo
  • Access SwiftLint and unify code format #16 @rakuyoMo

Changed

  • Allow bounces to be enabled. #20 @rakuyoMo
  • In order to achieve the non-wrapping function, the view hierarchy was modified. #22 @rakuyoMo
  • rename: LineNumberHeightManager -> AttributedStringSizeCalculator. (internal) #22 @rakuyoMo
  • The minimum supported version of the demo is consistent with the library. #17 @rakuyoMo
  • Adjusted the directory structure of the demo. @rakuyoMo
  • Abandon plan to “support Intel version of macOS”.

Fixed

  • Fixed the problem introduced in 2.3.0 that performing the folding operation when JSON is not at the beginning of the line will cause UI rendering errors. #23 @rakuyoMo