Skip to content

Releases: CodeEditApp/CodeEditSourceEditor

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

0.9.0

27 Nov 15:58
bfcde1f
Compare
Choose a tag to compare

Includes breaking changes to the highlight provider API.

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

21 Sep 15:06
033b68d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

12 Sep 03:49
7d08e74
Compare
Choose a tag to compare

Note

This release includes breaking changes to the highlight provider protocols, which is why the minor version is being bumped. See the related PR for more details.

What's Changed

Full Changelog: 0.7.5...0.8.0