github just-the-docs/just-the-docs v0.4.2

latest releases: v0.8.1, v0.8.0, v0.7.0...
13 months ago

Release v0.4.2

Hello! We're back again with another small release. Like v0.4.1, this release is a semver patch: it only includes bugfixes, and is fully backwards-compatible.

The big highlight of this theme is fixing our light scheme code highlighting contrast issues; this was one of our most-requested features! This change is fully backwards-compatible; users can opt-in to our old highlighting theme by using legacy_light instead of light.

As always, we'd love your feedback. Open an issue or start a discussion for bug reports, feature requests, and any other feedback. Thanks for continuing to use Just the Docs!

Using Release v0.4.2

Users who have not pinned the theme version will be automatically upgraded to v0.4.2 the next time they build their site.

To use this release explicitly as a remote theme:

remote_theme: just-the-docs/just-the-docs@v0.4.2

To use this RC explicitly as a gem-based theme, pin the version in your Gemfile and re-run bundle install or bundle update just-the-docs:

gem "just-the-docs", "0.4.2"

To use and pin a previous version of the theme, replace the 0.4.2 with the desired release tag.

Bugfixes

  • Fixed: light scheme code highlighting contrast issues; updated to use Atom's One Light colors, consolidate theme variables by [@mattxwang] in [#1166]
  • Fixed: duplicate import of color_schemes by [@mattxwang] in [#1173]
  • Fixed: import order for setup.scss by [@mattxwang] in [#1184]
  • Removed: unused dark syntax themes by [@mattxwang] in [#1192]

Documentation

  • Added: docs for using mermaid with AsciiDoc by [@flyx] in [#1182]

Full Changelog: v0.4.1...v0.4.2

Don't miss a new just-the-docs release

NewReleases is sending notifications on new releases.