Skip to content

Commit e832c15

Browse files
authored
Update CHANGELOG.md
1 parent 395eae2 commit e832c15

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44

55
### Minor Changes
66

7-
- - Full support for all Shiki options is now available. _[`#50`](https://github.com/AVGVSTVS96/react-shiki/pull/50) [`b28a1ac`](https://github.com/avgvstvs96/react-shiki/commit/b28a1ac15c3a1f512e44aa44d2b95759c75e3886) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
8-
9-
- **Breaking change:** Built-in removal of `tabindex` from code blocks has been removed. By default, code blocks will now be focusable (`tabindex="0"`), aligning with Shiki’s upstream default and WCAG accessibility guidelines. If you want to restore the previous non-focusable behavior, explicitly set `tabindex: -1` in your options. For more details and accessibility context, see References below.
10-
11-
**References:**
12-
7+
- Improve performance by 5-10% _[`#41`](https://github.com/AVGVSTVS96/react-shiki/pull/41) [`4927f46`](https://github.com/avgvstvs96/react-shiki/commit/4927f46) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
8+
- Full support for all Shiki options is now available. _[`#50`](https://github.com/AVGVSTVS96/react-shiki/pull/50) [`b28a1ac`](https://github.com/avgvstvs96/react-shiki/commit/b28a1ac15c3a1f512e44aa44d2b95759c75e3886) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
9+
- **Breaking change:** Built-in removal of `tabindex` from code blocks has been removed. By default, code blocks will now be focusable (`tabindex="0"`), aligning with Shiki’s upstream default and WCAG accessibility guidelines. If you want to restore the previous non-focusable behavior, explicitly set `tabindex: -1` in your options. For more details and accessibility context, see References below.
1310
- WCAG 3.1 compliance: scrollable `<pre>` elements should be focusable ([WCAG rule](https://www.w3.org/WAI/standards-guidelines/act/rules/0ssw9k/proposed/))
1411
- Rationale and discussion: [shikijs/shiki#428](https://github.com/shikijs/shiki/issues/428)
1512

16-
- Improve performance by 5-10% _[`3d81842`](https://github.com/avgvstvs96/react-shiki/commit/3d818426b71e5d8638ed6d6c6fc761dcd02cacbc) [@AVGVSTVS96](https://github.com/AVGVSTVS96)_
1713

1814
## 0.5.3
1915

0 commit comments

Comments
 (0)