Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 994 Bytes

File metadata and controls

27 lines (15 loc) · 994 Bytes

[1.0.0] 2023-11-29

Added

  • Parse.Latex. Developing this feature - parsing a LaTeX string for editing by MathKeyboardEngine - started after a question thread was opened by chengyi.
  • Insert previously only accepted a single TreeNode, but it can now handle an IEnumerable<TreeNode> too.

Changed

  • Renamed static classes that hold an extension method - a double underscore is now used as a prefix to make sure that IntelliSense does not hint about using those classes when you want to type the name of a private field with a single underscore.

[0.2.0] 2023-01-27

Changed

  • Renamed DeleteCurrent to DeleteLeft.

Added

  • DeleteRight.

[0.1.1] 2022-11-23

  • Fix only relevant if LatexConfiguration's ActivePlaceholderColor and PassivePlaceholderColor is used: use {\color{my-color}x} instead of \color{my-color}{x}.

[0.1.0] 2022-06-28

  • First release.