All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.3.0 (2024-11-21)
- support custom line className with generateLineClassName (3d1e35a)
3.2.1 (2024-02-18)
- not showing empty context line below diff (b531e13)
3.2.0 (2023-11-13)
3.1.0 (2023-08-31)
- 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)
- type of withTokenizeWorker (#193) (1f3921d)
- upgrade parser to handle binary delta diff (#192) (5f3264f)
3.0.2 (2023-02-24)
- export more usefule types (3685f87)
3.0.1 (2023-02-24)
- export types used in props (62aabb6)
3.0.0 (2023-02-21)
- 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