📝 Add links to discussions in changelog

pull/231/head
James Panther 2022-06-25 15:03:45 +10:00
parent 337e355ba2
commit bc84cde658
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 5 additions and 5 deletions

View File

@ -8,14 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added ### Added
- Front matter support for showing or hiding comments on a per article basis - Front matter support for showing or hiding comments on a per article basis ([#207](https://github.com/jpanther/congo/discussions/207))
- `showCopyright` and `showThemeAttribution` parameters that allow more control over how the site footer is displayed - `showCopyright` and `showThemeAttribution` parameters that allow more control over how the site footer is displayed ([#192](https://github.com/jpanther/congo/discussions/192))
### Changed ### Changed
- Search will now return results for all page types, including lists and taxonomies - Search will now return results for all page types, including lists and taxonomies
- Comments partials are now better considered within the page layout - Comments partials are now better considered within the page layout
- Reduced whitespace at the top of the main content block - Reduced whitespace at the top of the main content block ([#226](https://github.com/jpanther/congo/discussions/226))
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225)) - Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
### Fixed ### Fixed
@ -125,7 +125,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed ### Changed
- Upgrade SVG icons to FontAwesome 6: - Upgrade SVG icons to FontAwesome 6:
- New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information. - New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information. ([#136](https://github.com/jpanther/congo/discussions/136))
- ⚠️ The `exclamation-triangle` icon has been renamed `triangle-exclamation` - ⚠️ The `exclamation-triangle` icon has been renamed `triangle-exclamation`
- ⚠️ The `times` icon has been renamed `xmark` - ⚠️ The `times` icon has been renamed `xmark`
- ⚠️ The `stackoverflow` icon has been renamed `stack-overflow` - ⚠️ The `stackoverflow` icon has been renamed `stack-overflow`
@ -210,7 +210,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Site search powered by Fuse.js - Site search powered by Fuse.js
- Automatic Markdown image resizing and srcset generation - Automatic Markdown image resizing and srcset generation
- Performance and Accessibility improvements to achieve perfect Lighthouse scores - Performance and Accessibility improvements to achieve perfect Lighthouse scores
- Tables of contents on article pages - Tables of contents on article pages ([#47](https://github.com/jpanther/congo/discussions/47))
- Code copy buttons in article content - Code copy buttons in article content
- Taxonomy and term listings now support Markdown content - Taxonomy and term listings now support Markdown content
- Taxonomies on article and list pages - Taxonomies on article and list pages