Skip to content

Releases: CodeEditApp/CodeEditSourceEditor

v0.15.2

Choose a tag to compare

@thecoolwinter thecoolwinter released this 16 Sep 18:21
424453d

What's Changed

Full Changelog: 0.15.1...0.15.2

v0.15.1

Choose a tag to compare

@thecoolwinter thecoolwinter released this 25 Aug 19:32
ee0c00a

What's Changed

Full Changelog: 0.15.0...0.15.1

v0.15.0

Choose a tag to compare

@thecoolwinter thecoolwinter released this 18 Aug 19:27
c0d2c90

What's Changed

Full Changelog: 0.14.2...0.14.3

v0.14.2

Choose a tag to compare

@thecoolwinter thecoolwinter released this 21 Jul 18:12
fe51d30

What's Changed

Full Changelog: 0.14.1...0.14.2

v0.14.1

Choose a tag to compare

@thecoolwinter thecoolwinter released this 07 Jul 15:56
afc5752

What's Changed

Small bugfix for a crash with multiple highlight providers, and a typo when setting the scroll position from the SwiftUI API.

Full Changelog: 0.14.0...0.14.1

v0.14.0

Choose a tag to compare

@thecoolwinter thecoolwinter released this 02 Jul 18:53
8a47aa4

What's Changed

This release comes with a large change to the public API and some great new features. The editor now has a new optional code folding ribbon, allowing users to fold regions of code. A new command lets users move lines up and down, and the find panel gets a new option to select the find mode (regex, contains, begins/ends with). This release also bumps the required CodeEditTextView version, which comes with lots of good performance and usability upgrades!

The SwiftUI API has been improved to better organize the multitude of configuration options the editor provides. This release also expands the two-way bindings available via SwiftUI, allowing for even greater control of the editor through normal SwiftUI Bindings.

New Contributors

Full Changelog: 0.13.2...0.14.0

v0.13.2

Choose a tag to compare

@thecoolwinter thecoolwinter released this 28 May 15:21
30eb8a8

What's Changed

Full Changelog: 0.13.1...0.13.2

v0.13.1

Choose a tag to compare

@thecoolwinter thecoolwinter released this 27 May 17:22
1109665

What's Changed

Full Changelog: 0.13.0...0.13.1

v0.13.0

Choose a tag to compare

@austincondiff austincondiff released this 14 May 21:19
b96f270

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

Choose a tag to compare

@thecoolwinter thecoolwinter released this 24 Apr 20:34
412b0a2

What's Changed

Minor version bump due to a new variable in the CodeEditSourceEditor and TextViewController initializers.

This version introduces our new Minimap! The minimap gives a high-level summary of code, and by defaults is placed on the right-hand side of the editor. This can be disabled/enabled using a new parameter showMinimap. This release also includes a fix for the multi-line indentation shortcut, fixing an issue where selections did not work correctly when selecting multiple lines.

New Contributors

Full Changelog: 0.11.0...0.12.0