Skip to content

Latest commit

 

History

History
74 lines (37 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

74 lines (37 loc) · 2.45 KB

Change Log

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 to ace-builds.

v0.3.0 (2019-01-23)

Enhancements:

  • #5 Add cursor user tooltips.
  • #6 Update to work with Ace > 1.4.0.

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:

  • #2 The library now contains typescript definitions.
  • #3 The common js build is no longer webpacked.

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.