Releases: jpanther/congo
Releases · jpanther/congo
v2.7.1
v2.7.0
Added
- New portable locale picker that can be placed in any menu using the
locale
action (#583) - New icons for
chevron-down
,chevron-up
,globe
,translate
,coffee
andx-twitter
(#669) - Plausible Analytics support (#584)
- Spanish translation of example site samples (#606)
- Japanese translation of docs and example site (#618)
- German translation of example site (#631)
Changed
⚠️ Renamed theparams.rtl
language parameter tolanguageDirection
as this is now supported by Hugo (#583)- Robots.txt file now allows all by default without concern for whether the environment is set to production (#620)
- Refactored the
head.html
partial to improve perceived performance on page load - Upgrade to Mermaid v10.5.1 (#577, #582, #626, #638, #663, #674)
- Upgrade to KaTeX v0.16.9 (#590, #664)
- Upgrade to Tailwind v3.3.3 (#602)
- Upgrade to ChartJS v4.3.3 (#616, #627, #635)
- Upgrade to Typography v0.5.10 (#641)
Fixed
- Prominent images in content and site layout are lazy loaded (#591)
- TypeError is output to console when viewing leaf pages (#596)
- URL to Congo project in footer used deprecated git.io short link (#605)
- Various typos in the docs and example site (#608, #609, #613)
- Incorrect
render
value is used in the 'external' archetype (#630) - Images are missing
width
andheight
attributes (#645) - Extended head partial does not include page context (#658)
- Taxonomy tags aren't padded when wrapping onto a new line (#671)
- Minor CSS improvements, mainly relating to RTL styling
- Minor typos
Removed
v2.6.1
v2.6.0
Added
- Support for Hugo v0.112.0
- Ability to specify an alternate logo image when dark appearance is active (#533, #543)
- Ability to specify the hashing algorithm that is used when fingerprinting assets (#478)
- Arabic translation (#521)
- Slovak translation (#541)
- Czech translation (#541)
Changed
⚠️ Some parameters in the root of the Languages config file have been nested under theparams
block- Search results now respect
showDate
value when displaying article metadata (#511) - Adopted new Tailwind logical properties for RTL styling
- Article sharing links now open in a new tab/window
- Updated Dutch translation (#544)
- Upgrade to Tailwind v3.3.1 (#523)
- Upgrade to KaTeX v0.16.7 (#538, #549)
- Upgrade to Chart.js v4.3.0 (#551)
- Upgrade to Mermaid v10.2.0 (#563)
Fixed
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
Added
- Support for icons in menus including support for links styled as an icon by itself or an icon with text
- Search and appearance switcher links can now be fully customised and positioned anywhere in the menu
- Front matter support for specifying article thumbnails, covers and featured image details (including filename pattern, alt text and caption)
- Two new colour schemes -
cherry
andsapphire
- Support for SVG assets as article thumbnails, covers and featured images
- Front matter keywords support on a per article basis
- Indonesian translation (#398)
- Mastodon sharing links (#405)
homepage.recentLimit
parameter to adjust the maximum number of recent items listed on the homepage (#411)
Changed
- Images smaller than the article width are no longer resized to fill the content area and will now simply align centre (#394)
- Upgrade to KaTeX v0.16.4 (#414)
- Upgrade to Mermaid v9.3.0 (#419)
- Upgrade to Chart.js v4.1.2 (#420, #434)
- Upgrade to Typography v0.5.9 (#437)
Fixed
mainSections
parameter is language dependent and is not referenced fromparams.toml
(#376)- Code highlight background cut off in Google Chrome when overflowing content area (#383)
- Social icons shift position during CSS transition when hovered in Safari (#396)
- Hamburger navigation menu is misaligned in mobile browsers (#399)
- Error when attempting to resize SVG assets in page bundles (#427)
- Appearance switcher missing
aria-label
(#438) - Article links missing
alt
text andaria-label
(#439) - Line height in article tag list would cause overlap when wrapping to a new line (#444)
- Figure shortcode would not apply
class
orhref
attribtues in some cases - Charts displaying with incorrect theme colours