Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 2.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.6 (2020-08-29)

0.0.5 (2020-06-20)

Features

  • add default fontSize and fontFamily (fe8ff47)
  • add preserve indent plugin (5181bb9)
  • history more accurate (910e397)

Bug Fixes

  • specify lineHeight: textarea line height and pre can be different. (2f6ed69)

0.0.4 (2020-06-14)

0.0.3 (2020-06-14)

0.0.2 (2020-06-14)

Features

  • plugin: add history plugin (8d5bb1a)
  • runPlugins in input handler, update isKey signature, update plugins (7d1ed35)

Bug Fixes

  • escape value in default highlighter (40dbffd)
  • cutLine: check navigator api (ccb4b2a)
  • catch navigator clipboard error (5a2d029)
  • pre and lines should inherit fontFamily for correct render if fontFamily is set for root (1de542f)
  • prevent render markup (b5f079c)
  • updating selectionStart and selectionEnd without updating value in update() method (d09aca4)

0.0.1 (2020-06-09)