ace v1.9.0 Release Notes

Release Date: 2022-08-08 // over 1 year ago
  • ๐Ÿ”‹ 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)