Skip to content

Releases: BlueHuskyStudios/Neon-Jekyll-Components

2.1.0 - Various improvements

14 Jul 04:46
795370f
Compare
Choose a tag to compare
  • App Bar now has configurable right-side buttons and menu
  • Added a hero element
  • Added an icon generator
  • Added the footer info card I use on my blogs
  • Much more customizable sidebar

2.0.0 - Added app bar, tweaked other components

31 Jan 05:18
2cefef4
Compare
Choose a tag to compare

This release adds the App Bar component!

It also adds documentation for that and all other components. In adding this documentation, I found some things that could be improved so I improved them:

  • Sidebar include links now appear after site links, to improve muscle memory
  • Jump pills now take an array of objects, rather than two same-size arrays of strings. This is what makes this release a breaking change - existing uses of jump pills will no longer work and will need to be refactored to use the new input format

1.2.1 - Jump Pills

18 May 03:27
633244e
Compare
Choose a tag to compare

Brought these over from the UTTMA Concept rewrite


Patch Updates

  1. single-item-highlight no longer depends on other includes, & has more options #9
    • Now can float right or left with the float include argument
    • Now can be optimized for smallness with the small include argument

1.1.0 - Gallery

17 May 08:32
4b96269
Compare
Choose a tag to compare

Added gallery components:

  • single-item-highlight - For highlighting just one item, like a special video or something.
    • single-item-highlight-custom-start.html - For when you want to customize the single-item highlight, use this to start it
    • single-item-highlight-custom-start.html - And this to end it
  • thumbnails-gallery - For offering several image thumbnails, where clicking one will give the full-size image. Doesn't yet shadowbox; just provides image links to the full-sizes versions.

Later I might want to do a carousel. We'll see how I feel 🙂

1.0.0 - Sidebar

10 May 00:15
Compare
Choose a tag to compare

Kicking this repo off with the Sidebar component. Was more deceptively complex than I expected! Supports the following:

  • Show and hide with a button
  • Hide by clicking outside the sidebar
  • Optional header image (must explicitly opt in or out)
  • Sectioned links with optional icons
  • Neon theme switcher