Releases: daviddarnes/alembic
Releases · daviddarnes/alembic
4.1.0
Fixes
- Removes deprecated keyCode & keypress usage in search #158 (thanks @studioromeo)
- Add meta charset utf8 to default html #159 (thanks @johannes-jansson)
- Fix service worker captured links, was missing base URL #153 #163 (thanks @syncrostone)
Thanks to everyone who contributed and chipped in!
4.0.0
Enhancements and changes
- Support for Jekyll 4! Thanks to @cristianocasella for providing a PR for this. Closes #146
- Possible breaking change, due to a change in Jekyll 4 the
css_inline
option now requires you to place any additional CSS you need into the_includes/site-styles.html
. You can also import another CSS file into there if you wish. - Removed
jekyll-default-layout
plugin. This is no longer needed as config defaults can provide most of the functionality - All plugins bumped to their latest versions
Fixes
- Better wording in documentation
3.1.0
Changes
- Change format of all navigation types. Possible breaking change, please check format below
Before, navigation for header and footer was using a simple key value list, this has been now changes to the following:This is to allow for more customisation by the person using the theme and better clarity in the codebase. For more verbose examples check the config filenavigation_header: - title: Home url: / - title: Elements url: /elements/
- Improved format for sharing nav. Items can either have a colour value to colour the button or just
true
to make it appear with a default button colour - Updated
README.md
to ensure sharing nav has been documented correctly - Remove commented sharing nav items for cleaner presentation
- Remove bundler from dependencies. Bundler is not needed within the gem itself, just to install the gem into the project it's being used within
3.0.14
3.0.13
Fixes
- Add missing default option from scss variable missed in last update #131 (thanks @jonashoechst)
3.0.12
Enhancements
- Allow easier manipulation of settings by setting the theme sass variables as
!default
(thanks @jonashoechst for the suggestion)
Fixes
- Updated
jemoji
to 0.11.0 which fixes:octocat:
3.0.11
3.0.10
Enhancements
- Added
apple-touch-icon
for adding to homescreen on iOS devices