v0.6.0 (2021-07-10)
Enhancements:
- Moved from webpack to rollup.
- Removed gulp in favor of a straight node build.
- Migrated from Travis CI to GitHub Actions.
v0.5.0 (2020-03-14)
Enhancements:
- Moves from the
@convergence
to@convergencelabs
scope.
Fixes:
- #15 Fixed bad module import in the AceRadarView.
v0.4.0 (2019-03-15)
Enhancements:
- #7 Migrate from
brace
toace-builds
.
v0.3.0 (2019-01-23)
Enhancements:
v0.2.3 (2018-11-13)
Fixes:
- #4 Improved selection when line wrapping is enabled.
v0.2.2 (2018-05-01)
Enhancements:
- Added the RadarView.clearView method.
v0.2.1 (2018-05-01)
Enhancements:
- Improved typings to better support UMD imports.
- Updated the Multi Cursor Manager to accept Positions in addition to Indices
v0.2.0 (2018-05-01)
Enhancements:
v0.1.1 (2017-01-10)
Enhancements:
- #1 The AceMultiCursorManager and AceMultiSelectionManager constructors now take an Ace EditSession instance instead of the Ace Editor instance so they can be initialized with a session before the editor is constructed.
v0.1.0 (2016-12-27)
- Initial release.