Skip to content

Latest commit

 

History

History
72 lines (35 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

72 lines (35 loc) · 3.58 KB

Changelog

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

3.2.1 (2024-02-18)

Bug Fixes

  • not showing empty context line below diff (b531e13)

3.2.0 (2023-11-13)

Features

  • add data-change-key attribute to chnage elements (#185) (3b9440c)

Bug Fixes

  • render whitespace on empty line tokenized (#210) (02a847c)

3.1.0 (2023-08-31)

Features

Bug Fixes

  • expose type dependencies (#198) (9fc7adc)
  • minimum react version should be 16.14 (52b83f1)
  • remove inline-block style of markEdit area (2a030a8)
  • ts: small typo in types (158dc93)

3.0.3 (2023-03-14)

Bug Fixes

3.0.2 (2023-02-24)

Bug Fixes

  • export more usefule types (3685f87)

3.0.1 (2023-02-24)

Bug Fixes

  • export types used in props (62aabb6)

3.0.0 (2023-02-21)

⚠ BREAKING CHANGES

  • types may not be exactly what you expected
  • some code introduces modern grammar like optional chain and template string, not sure the are all transformed by babel

Features

  • add TypeScript support (#189) (95f634b)
  • export util functions to check change type (30cd5cf)