Releases: frontend-garden/frontend-garden-ghost-theme
Releases Β· frontend-garden/frontend-garden-ghost-theme
v4.0.0
π Highlights
- Introduce Glossary
- Get main navigation ready
- List all tags in site footer
β οΈ Breaking Changes
- Upgrade theme to Ghost v4 (PR #44)
π Features
- Improve post card transitions (PR #62)
- Improve layout of related posts on medium screens (PR #61)
- Improve vertical spacing of content (PR #59)
- Get main navigation ready (PR #57)
- List all tags in site footer (PR #53)
- Improve print styles (PR #55)
- Introduce Glossary (PR #52)
π Bug Fixes
π¦ Dependencies
π§ Maintenance
- Reduce CI test runs as they all get triggered on every push to the
main
branch (PR #56)
v3.0.0
β οΈ Breaking Changes
- Rename primary tag for future compatibility (PR #33)
π Features
- Prepare newsletter signup snippet to be used inside articles (PR #34)
- Style content revisions (PR #36)
- Add support for Bootstrap-branded cover (PR #35)
π Bug Fixes
- Fix meta title (PR #32)
β»οΈ Refactoring
- Replace
@import
with@use
also inmain.scss
(PR #29)
π¦ Dependencies
- Upgrade Prism.js to v1.23.0 (which includes support of Sass modules π) (PR #41)
- Update dependencies (PR #39)
- Require Node 14 for development and CI as it's current LTS (PR #37)
π§ Maintenance
v2.3.0
π Features
- Add simplified membership pages: sign up, sign in, account
- Fit more content on small and medium screens
- Improve page title in various contexts
- Improve
<code>
in content headlines - Slightly suppress inline code blocks with links so they don't stand out so much
π Performance
- Load Prism.js only with post pages
π Bugfixes
- Fix document outline broken by varying context of post cards (#8)
- Fix missing article body in Safari reading mode
- Fix unreachable tag link in post cards
β»οΈ Refactoring
- Make
@use
of Sass modules
π¦ Dependencies
- Migrate from deprecated
node-sass
tosass
- Update dependencies
v2.2.0
π Features
- Add subscribe form to site footer
- Improve color contrasts to meet WCAG AA
- Introduce new cover variants with overlays only below text
- Expand featured articles on home page
- Lazy load all images to improve performance
- Improve tables in content
- Inline site logo into HTML to speed up rendering
- Introduce tip box for editor content
- Automatically make tables in content responsive
- Improve typography of figure descriptions
π Bugfixes
- Prevent code snippets from expanding the page
- Display emojis correctly on Mac and Windows
- Prevent long links in content from overflowing
v2.1.0
π Features
- Add Authors page template
- Improve dark mode
π Bugfixes
- Use properly sized images
- Fix header overflowing on small screens