# XWUIChangeDiffViewer

Display field-level changes with before/after comparison. Supports `added` / `modified` / `deleted` change types and an optional timeline view.

## Basic Usage

Single change record with two field changes.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Single change record with two field changes.
```

## Timeline

Multiple records, chronological timeline + avatars.

```example
file: examples/Timeline.ts
html: examples/Timeline.html
title: Timeline
description: Multiple records, chronological timeline + avatars.
```

## Deletion Change

Mixed change types (added / modified / deleted) with the right tone each.

```example
file: examples/DeletionChange.ts
html: examples/DeletionChange.html
title: Deletion Change
description: Mixed change types (added / modified / deleted) with the right tone each.
```

```api
```
