Skip to content

Commit 1b1a593

Browse files
committed
docs: update v4 guide
1 parent b21829d commit 1b1a593

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/core/UPGRADING-TO-V4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [`discord-unordered-list`](#discord-unordered-list)
1818
- [`discord-ordered-list`](#discord-ordered-list)
1919
- [`discord-list-item`](#discord-list-item)
20+
- [`discord-subscript`](#discord-subscript)
2021

2122
In version 4.x of @skyra/discord-components-core, the library has been rewritten
2223
from from [StencilJS](https://stenciljs.com) to [Lit]. This means that this
@@ -205,4 +206,9 @@ A new component called `discord-list-item` has been added. This is the component
205206
that represents a list item within a `discord-unordered-list` or
206207
`discord-ordered-list`. It should be used within one of these components.
207208

209+
#### `discord-subscript`
210+
211+
A new component called `discord-subscript` has been added. This is the component
212+
that represents a text with susbcript styling (smaller font size and lowered).
213+
208214
[Lit]: https://lit.dev

0 commit comments

Comments
 (0)