changelog
Changelog
One release. A markdown list: `added:`, `changed:`, `fixed:`, `removed:`. Numeric deltas are Diff.
release
Mar 12
- addedCallout, Quote, Steps, Terminal, Changelog
- changedGraphs read MDX children as well as arrays
- fixedTimeline connector on Safari
- removedThe legacy accent prop
MDX
```
+---------------------- [ 1.2.0 ] -----------------------+
| |
| 1.2.0 Mar 12 |
| |
| + added Callout, Quote, Steps, Terminal, Changelog |
| ~ changed Graphs read MDX children as well as arrays |
| * fixed Timeline connector on Safari |
| - removed The legacy accent prop |
| |
+--------------------------------------------------------+
```install
command
titled
0.9.0Feb 02
- addedKnap filters
- fixedUptime wraps at 30 days on narrow screens
MDX
```
+------------------- [ CHANGELOG ] -------------------+
| |
| 0.9.0 Feb 02 |
| |
| + added Knap filters |
| * fixed Uptime wraps at 30 days on narrow screens |
| |
+-----------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| version | string | — | Drawn as the frame title unless title is set. |
| date | string | — | Muted, on the first row. |
| title | string | — | Overrides the frame title; the version moves into the body. |
| children | <Change /> | — | Change takes type (add | change | fix | remove) and Markdown children. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |