Skip to content

Releases: kevinlin1/just-the-class

v0.3.3-1

13 Oct 17:46

Choose a tag to compare

  • Updated to Just the Docs v0.3.3.
  • Reverted simpler schedule data format @ykharitonova #4.
  • Migrated module heading to content.
  • Parameterized staffer photo subpath @ykharitonova #5.

v0.3.2-1

14 Sep 20:13

Choose a tag to compare

  • Updated to Just the Docs v0.3.2.
  • Fixed wrapping on long anchor links.
  • Improved UX consistency and accessibility in staffer layout.
  • Removed redundant HTML title tag @rogerthat94 (#2).
  • Plus, everything in pre-release v0.3.2-0.

v0.3.2-0

11 Aug 05:27

Choose a tag to compare

v0.3.2-0 Pre-release
Pre-release
  • Updated to Just the Docs v0.3.2 (preview).
  • Refactor modules using kramdown as the renderer rather than custom HTML layout, significantly simplifying implementation and enhancing functionality.
  • Remove nav_links in favor of natively-supported Just the Docs Collections.
  • Optimize index page for SEO with the Course schema.
  • Minor spacing fixes.

v0.3.1-1

16 Jul 13:54

Choose a tag to compare

  • 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

05 Jul 00:13

Choose a tag to compare

  • Removed nav_order from example pages. Defaults to sorting by page.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

03 Jul 00:05

Choose a tag to compare

  • Fixed a sass calculation error in abstract-card that caused the card margin to compute as 0rem.

v0.3.0-4

01 Jul 17:14

Choose a tag to compare

  • Simplified module and schedule data format. Data are keyed on the event name rather than represented as a list of event objects.
  • Made schedule event location and announcement date fields optional.

v0.3.0-3

30 Jun 18:50

Choose a tag to compare

  • Reduced .staffer whitespace and increased .module top-margin.
  • Changed .card class to %card placeholder selector to simplify generated CSS.

v0.3.0-2

26 Jun 23:37

Choose a tag to compare

  • Cleaned and simplified _sass class structure.

v0.3.0-1

26 Jun 21:55

Choose a tag to compare