Skip to content

view on a desktop screen for a better experience.

changelog

Changelog

One release. A markdown list: `added:`, `changed:`, `fixed:`, `removed:`. Numeric deltas are Diff.

release

[ 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

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

[ CHANGELOG ]
0.9.0Feb 02
  • added
    Knap filters
  • fixed
    Uptime 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 |
|                                                     |
+-----------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
versionstringDrawn as the frame title unless title is set.
datestringMuted, on the first row.
titlestringOverrides the frame title; the version moves into the body.
children<Change />Change takes type (add | change | fix | remove) and Markdown children.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.