All Versions
45
Latest Version
Avg Release Cycle
6 days
Latest Release
519 days ago

Changelog History
Page 2

  • v1.11.0 Changes

    September 20, 2022

    ๐Ÿ”‹ Features

    • โž• add gutter indicators for annotations; add custom scrollbar to display gutter indicators (62fb0d8)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”„ change scroll behaviour for onmousedown to immediate scroll to point (392b224)
    • Do not try apply highlight indent guide if the file is empty (#4928) (a90ef27)
    • restrict annotation mark max height and optimise marks coords on canvas (a6e2259)
  • v1.10.1

    September 06, 2022
  • v1.10.0 Changes

    August 31, 2022

    ๐Ÿ”‹ Features

    • editor option for indent guide highlighting (f1f6517)

    ๐Ÿ› Bug Fixes

    • โž• add mock getHighlightIndentGuides and setHighlightIndentGuides for old tests to work (4067512)
    • โž• added "flex-start" and "flex-end" (#4912) (3e14988)
    • ๐Ÿ›  Fix problematic semicolon in CSS media queries (#4849) (18a459a)
    • more optimal way to accessing an element's list of classes; mark highlightIndentGuide as internal property (855a874)
    • strictly equal instead of loosely (d4c1ab8)
    • โšก๏ธ Updated Jshint to 2.13.5 (#4911) (2401fbd)
  • v1.9.6

    August 17, 2022
  • v1.9.5

    August 10, 2022
  • v1.9.4

    August 09, 2022
  • v1.9.3

    August 08, 2022
  • v1.9.2

    August 08, 2022
  • v1.9.1

    August 08, 2022
  • v1.9.0 Changes

    August 08, 2022

    ๐Ÿ”‹ Features

    • โž• added ability to limit amount of undos/redos (#4872) (897ee0a)
    • ๐Ÿ“ฆ publish Ace source code to ace-code NPM package (#4881) (66cf041)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix determination of anonymous code blocks in Postgres Mode (fixes #4790) (06f7e22)
    • ๐Ÿ›  Fixed Ace typings (23208f2)
    • ๐Ÿ›  Fixed jsDoc annotations (e15abb4), closes #4879
    • ๐Ÿ”จ refactor of kotlin mode to simplify states and resolve incorrect highlights (a30a99d)
    • returned precise highlight for functions params, generics and types (967aa6b)
    • ๐Ÿ‘ Rust identifiers normally recognised now; generics highlight support; doc comments support (#4868) (bbb5800)