Skip to content

Releases: frontend-garden/frontend-garden-ghost-theme

v4.0.0

22 Aug 15:27
Compare
Choose a tag to compare

🌟 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

  • Fix shrunken SVG images in editor content (PR #58)
  • Fix missing avatar placeholder icon (PR #51)

πŸ“¦ Dependencies

  • Update npm dependencies (PR #63)
  • Update Prism.js (PR #54)

πŸ”§ Maintenance

  • Reduce CI test runs as they all get triggered on every push to the main branch (PR #56)

v3.0.0

04 Jan 22:29
Compare
Choose a tag to compare

⚠️ 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 in main.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

  • Automatically deploy the theme to production on release (#11) (PR #40)
  • Auto-assign PR to its author upon creation (PR #31)

v2.3.0

17 Nov 16:49
Compare
Choose a tag to compare

πŸš€ 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 to sass
  • Update dependencies

v2.2.0

21 Oct 09:52
Compare
Choose a tag to compare

πŸš€ 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

10 Oct 20:12
Compare
Choose a tag to compare

πŸš€ Features

  • Add Authors page template
  • Improve dark mode

🐞 Bugfixes

  • Use properly sized images
  • Fix header overflowing on small screens