Skip to content

Releases: CodeEditApp/CodeEditSourceEditor

0.14.2

21 Jul 18:12
fe51d30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.14.2

v0.14.1

07 Jul 15:56
afc5752
Compare
Choose a tag to compare

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

02 Jul 18:53
8a47aa4
Compare
Choose a tag to compare

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

28 May 15:21
30eb8a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.13.2

v0.13.1

27 May 17:22
1109665
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.13.1

v0.13.0

14 May 21:19
b96f270
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

24 Apr 20:34
412b0a2
Compare
Choose a tag to compare

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

0.11.0

08 Apr 17:21
f444927
Compare
Choose a tag to compare

What's Changed

Minor version change with a new parameter in the CodeEditSourceEditor and TextViewController initializers.

New Contributors

Full Changelog: 0.10.0...0.11.0

0.10.0

05 Feb 01:10
6b2c945
Compare
Choose a tag to compare

What's Changed

This is a minor version bump due to the theme structure changes in #289, as well as new behavior for changing highlight providers after initialization in #291.

Full Changelog: 0.9.1...0.9.2

0.9.1

19 Dec 04:18
b0688fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1