v8.1.0
This release adds Dark Mode for Hydejack PRO customers.
Breaking
- Removed cookie banner from free version
- Removed offline support from free version
In an attempt to make the PRO offering more appealing, I'm removing features that arguably should have never been included in the free version.
As software licenses go, nobody is stopping you from using the old code, but updates will no longer be included.
Changed
- The cookies banners is now showing at the bottom of the page and its background color is no longer transparent to increase visibility
- Changed the default syntax theme from "GitHub" to "Atom One Light"
- Adapted
figure
CSS class to accommodate different children, not justimg
s video
tags now have amax-width
of 100%- Increased margin before headings to
5rem
, up from 4 - Increased margin of
hr
elements. - Cookies banner can now be enabled without using Google Analytics
- Clicking the cookie banner "Okay" button will now fire a
hy--cookies-ok
event ondocument
, so that custom analytics solutions can plug in. - All Google Analytics code has been removed from Hydejack's core and moved to
_includes/body/analytics.js
. - All Disqus code has been removed from Hydejack's core and moved to
_includes/comments.html
and_includes/my-comments.html
. - Using CSS Custom Properties instead of SASS variables for certain properties to enable style customization using only CSS.
- Added shadow to sidebar
- Navbar is longer positioned
fixed
Added
- [PRO] Added Dark Mode
border
CSS class