Releases: BlueHuskyStudios/Neon-Jekyll-Components
Releases · BlueHuskyStudios/Neon-Jekyll-Components
2.1.0 - Various improvements
- 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
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 aftersite
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
Brought these over from the UTTMA Concept rewrite
Patch Updates
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
- Now can float right or left with the
1.1.0 - Gallery
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 itsingle-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
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