| @@ -1,6 +1,12 @@ | ||
| 1 | 1 | == Changelog == |
| 2 | 2 | |
| 3 | += 7.4.0 = | |
| 4 | +* Added: Optional CSS-only scroll spy to underline the current section link in supporting browsers. Enable Highlight current section in the block settings or enforce it globally under Settings > SimpleTOC. No JavaScript or polyfill is added. | |
| 5 | + | |
| 6 | += 7.3.1 = | |
| 7 | +* Fixed: Heading anchors for non-Latin scripts (Japanese, Chinese, Korean, Cyrillic, etc.) were double URL-encoded, breaking externally shared or hand-written fragment links. Props to the reporter of issue #89. | |
| 8 | + | |
| 3 | 9 | = 7.3.0 = |
| 4 | 10 | * Changed: Box is now a native Gutenberg block style in the Styles tab. |
| 5 | 11 | * Added: Native text, link, background color, margin, and padding controls. |
| 6 | 12 | * Added: theme.json styling support for colors, spacing, and typography. |