Releases: reinhart1010/HAM
Version 1.1.1
Note
Version 1.1.0 was briefly removed due to issues in loading modules
HAM v1.1.1 contains these two new improvements:
- Breaking: Tables are now styled by default. If you have previously styled your tables in some way (e.g. using plugins or Bootstrap's table classes)
- Support for Mermaid diagrams. Just add the syntax inside the
<pre class="mermaid">
, similar to the Mermaid Getting Started.
Supporting Mermaid requires us to include the entire module, making our package significantly larger. But this also reduces the need for HAM-powered sites to rely on external CDN services.
We have also updated the copyright acknowledgement on our README files, which now includes:
- Mermaid (https://github.com/mermaid-js/mermaid) - Copyright (c) 2014-2024 Knut Sveidqvist, MIT License
- toURI (https://github.com/annexare/toURI) - Copyright (c) 2014 Annexare Studio, MIT License
You can learn more about this release on https://reinhart1010.id/blog/2024/06/02/ham-v1-1-supporting-tables-and-technical-diagrams/ .
Version 1.0.4
Note
Version 1.0.3 was briefly removed due to issues in Bootstrap Icons font update
This is a maintenance update to:
- Fix YouTube embed fallback text not redirecting to the correct YouTube URL format
- Update Bootstrap Icons from v1.11.1 to v1.11.3
Version 1.0.2
This release fixes the following issues:
- Misaligned icons on mobile sidebar
- Sidebar won't close when selecting items
- Minor fixes on mobile layout spacing
Version 1.0.1
This version of HAM contains significant improvements:
- BREAKING: Upgraded to Halfmoon v2.0, now based on Bootstrap 5.
- Reorganized internal Jekyll components under
_includes/ham
, so everything under the root_includes
directory are customizable. - Improved search experience on sidebar with limits raised to 20 results (definitely useful for Nix ($_ )).
- Add new YouTube liquid tag with privacy options.
- Supports GitHub's new blockquote emphasis styles.
Version 0.3.3
Additions
- Upgraded Bootstrap Icons to v1.11.1
Fixed
- Liquid syntax error when defining custom contribution links (e.g. View Page Source)
Version 0.3.2
Additions
- Ability to remove or change favicon HTML meta tag code (#4)
- CommentBox.io integration
- Disqus integration
Version 0.3.1
This release has a breaking change
The attributeapp_id
for Facebook has been changed tofacebook_app_id
. But users won't notice it because we've yanked v0.3.0 for syntax errors (>_ );
Fixed
- Syntax error when compiling
- Fix Facebook integration: Widget will only be loaded when
facebook_app_id
has been provided
Version 0.3.0
This release has a breaking change
DEPRECATED: The valueutteranc.es
onsite.ham.contributing.type
has been deprecated, removed, and replaced withutterances
(without the dot).
Added
- Custom HTML comments widget (under
_includes/custom-comments.html
) - Custom HTML meta tags
- Facebook Comments Plugin integration
- Improved configuration documentation on README.md
- Support for explicit, per-page contribution widgets and types (discuss, report an issue, view page source)
Fixed
- Duplicate viewport meta tags
Updated
- Updated Bootstrap Icons to v1.10.2
- Replaced
utteranc.es
toutterances
onsite.ham.contributing.type
config
Version 0.2.3
Changelog:
- Code previews are now rounded
- Experimental "Random Posts" widget (behavior may change in the future)
- Change the Halfmoon's system font stack to match our standards
- Updating GitHub Pages instructions
Version 0.2.1
Changelog:
- Updated Bootstrap Icons to v1.9.1