Releases: kevinlin1/just-the-class
Releases · kevinlin1/just-the-class
v0.3.1-1
- Refactored
module-day
,module-event
for multiline keys. For example, in the_modules
YAML:? | 1. First Markdown list item. 1. Second Markdown list item. : null
- Removed extra
summary
element bottom margin. - Added overlays for
pre
code blocks: add the Kramdown block inline attribute{: overlay="Text to overlay" }
to a code block. - Upgraded to Just the Docs v0.3.1.
v0.3.0-6
- Removed
nav_order
from example pages. Defaults to sorting bypage.title
attribute. - Improved user selection (highlighting) in modules.
- Reorganized card styles. Padding is applied to the entire card root element rather than each child, reducing unnecessary vertical space between siblings.
- De-bolded schedule day of the week headings.
v0.3.0-5
v0.3.0-4
v0.3.0-3
- Reduced
.staffer
whitespace and increased.module
top-margin. - Changed
.card
class to%card
placeholder selector to simplify generated CSS.
v0.3.0-2
v0.3.0-1
- Upgraded to Just the Docs v0.3.0.
v0.2.9-2
v0.2.9-1
- Upgraded to Just the Docs v0.2.9.
- Slightly rounded module labels.
v0.2.8-2
- Upgraded to Just the Docs v0.2.8
- Reimplemented schedules using Jekyll Collections rather than data files.
- Added support for evaluating inline link tags within module frontmatter.
- Reduced dependency on upstream commits by removing
_layouts/default.html
so that updating the theme can be as easy as changing the version number in_config.yml
. (_includes/nav.html
remains to supportnav_links
.) - Added a
_layouts/minimal.html
page layout. - Simplified and improved various defaults.
- Various bug fixes and quality-of-life improvements.