v-code-diff 1.13.2 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -255,6 +255,9 @@ Key points:
255
255
  - In the 1.x version, due to the fact that rendering and highlighting are performed at the same time, the component
256
256
  events
257
257
  have been removed.
258
+ - Large results render 1,000 lines at a time. Use the load-more control to reveal the next batch.
259
+ - Inline word/character markers are skipped when a changed line pair exceeds 10,000 characters. Set
260
+ `force-inline-comparison` to keep detailed markers when the extra processing time is acceptable.
258
261
  - In the 1.x version, the following component properties (Prop) have been changed:
259
262
  - highlight - removed
260
263
  - drawFileList - removed