Releases: oleeskild/digitalgarden
1.61.3
1.61.2
What's Changed
- Remove polyfill.io and make all js files async by @oleeskild in #276
Full Changelog: 1.61.1...1.61.2
1.61.1
What's Changed
- Dont render callout-content div if blank by @tyler-dot-earth in #267
New Contributors
- @tyler-dot-earth made their first contribution in #267
Full Changelog: 1.61.0...1.61.1
Release 1.61.0
What's Changed
- Fix typo in custom-syle.css by @timlockridge in #219
- Fix Timestamp Parsing Error that renders Invalid Datetime by @jyyyeung in #252
- Check for ELEVENTY_ENV for minifier by @Luke-zhang-04 in #237
- Fix sorting order for numeric strings by @F4bbi in #186
- Fix sidebar overlap scrollbar by @davidkopp in #246
- SheepYY039/issue253 by @jyyyeung in #254
This version closes the following issues
Library version bumps
- Bump sass from 1.65.1 to 1.69.7 by @dependabot in #245
- Bump node-html-parser from 6.1.5 to 6.1.12 by @dependabot in #241
- Bump markdown-it from 13.0.1 to 14.0.0 by @dependabot in #239
- Bump @11ty/eleventy-img from 3.1.0 to 3.1.8 by @dependabot in #229
- Bump axios from 1.4.0 to 1.6.5 by @dependabot in #244
New Contributors 🎉
- @timlockridge made their first contribution in #219
- @jyyyeung made their first contribution in #252
- @F4bbi made their first contribution in #186
- @davidkopp made their first contribution in #246
Full Changelog: 1.60.0...1.61.0
Release 1.60.0
Allow using full resolution images
A new setting is added under Appearance settings that allows turning on full resolution images, instead of compressing them for performance.
You need to update the plugin as well for this to work
Release 1.59.0
Better style settings support
Some settings set with style settings would not work on previous versions. This release coupled with the latest version og the plugin (2.55.0) should fix theses issues, making it behave more like expected
1.58.1
Release 1.58.0
New Language setting
In the appearance settings there is now a new setting allowing you to specify the main language of your site. This is used to set the of your site, which is used to assist browser and search engines.
You also need to update the plugin to be able to add this.
Thanks to @stalegjelsten for implementing this (PR #208)
Release 1.57.0
Dataview JS links
Links to other notes created by a dataviewjs query should now work as expected
Release 1.56.0
Better Dataview support
Tables from dataview should now look more like they do in Obsidian