Prep for v0.4.2

This commit is contained in:
Matthew Wang
2023-03-14 17:08:54 -07:00
parent ac5c99c77c
commit 117195fb1c
3 changed files with 41 additions and 5 deletions

View File

@@ -48,11 +48,11 @@ jtd.addEvent(toggleDarkMode, 'click', function(){
### deprecated: `legacy_light`
{: .d-inline-block .no_toc }
New (v0.5.0)
New (v0.4.2)
{: .label .label-green }
In Just the Docs version `0.5.0`, we changed the default syntax highlighting theme for the `light` color scheme to have higher contrast. Users who are want to use the old highlighting need to explicitly opt-in with the deprecated `legacy_light` color scheme. In a future major release of Just the Docs, we will remove this color scheme.
In Just the Docs version `0.4.2`, we changed the default syntax highlighting theme for the `light` color scheme to have higher contrast. Users who are want to use the old highlighting need to explicitly opt-in with the deprecated `legacy_light` color scheme. In a future major release of Just the Docs, we will remove this color scheme.
## Custom schemes