ITADN
CodeEditApp/CodeEditTextView

版本发布 8

0.12.1
? · 2025-07-30

## What's Changed * Add `fill` Emphasis Style Option by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/120 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.12.0...0.12.1

0.11.6
? · 2025-06-26

## What's Changed Bug fix for an exception when using Undo/Redo. * Skip Selection Update in Undo/Redo by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/113 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.11.5...0.11.6

0.11.5
? · 2025-06-26

## What's Changed Quick bugfix and added tests for some issues when interacting near the end of the document. * Fix End of Doc Bugs by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/112 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.11.4...0.11.5

0.11.2
? · 2025-06-13

## What's Changed * Added product icon and status bar to example app by @austincondiff in https://github.com/CodeEditApp/CodeEditTextView/pull/101 * Draw Invisible Characters From Configuration by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/103 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.11.1...0.11.2

0.10.1
? · 2025-04-21

## What's Changed Quick bug fix. Larger changes from [last release](https://github.com/CodeEditApp/CodeEditTextView/releases/tag/0.10.0): > Introduces a new set of APIs for customizing text layout behavior. Adds the ability to provide your own method for laying out lines of text, and your own custom view for rendering line fragments, as well as a few supporting methods for position calculation. * Fix Iterator Edge Case by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/90 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.10.0...0.10.1

0.10.0
? · 2025-04-21

## What's Changed Introduces a new set of APIs for customizing text layout behavior. Adds the ability to provide your own method for laying out lines of text, and your own custom view for rendering line fragments, as well as a few supporting methods for position calculation. * Introduce Override Layout Behavior API by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/84 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.9.1...0.10.0

0.9.1
? · 2025-04-14

## What's Changed Fixes a long-standing bug where text could disappear in some rare cases. * Fix Text Disappearing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/88 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.9.0...0.9.1

0.9.0
? · 2025-04-14

## What's Changed Includes a new method for performing an update on each selection in the text view, a drastically improved drag and drop experience, and performance improvements in layout and range/rect invalidation. Minor version bump. Some methods on `TextLayoutManager` have been removed as they're no longer necessary. * Improve Drag and Drop by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/80 * Force Break Undo Groups When Forcing Grouping by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/81 * Move Layout Updates to NSTextStorage Delegate by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/82 * Remove Unused Variables in `smoothPath` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/83 * Invalidation Performance, Rename LineStorage `index` to `offset` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/85 * Update replaceCharacters function by @hi2gage in https://github.com/CodeEditApp/CodeEditTextView/pull/87 **Full Changelog**: https://github.com/CodeEditApp/CodeEditTextView/compare/0.8.2...0.9.0