v1.6.0
25 Oct 2024
Changes:
- 🐛 fixed editor card colors on dark backgrounds
- 🐛 fixed some long links causing horizontal scrollbar
- ☀️ updated the dependencies
Changed files:
[*] assets/css/components/_ghost-components.css
[*] assets/css/components/_post.css
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
[*] package-lock.json
v1.5.0
22 Aug 2024
Changes:
- ✨ added support for HTML in hero description
- ✨ improved hero image performance (no lazyloading)
- ✨ added smooth scroll behavior for filter clicks on the home page
- ✨ added an external link on resource cards for posts with a
canonical_url
- ✨ added star ratings to resource posts using internal tags
- ☀️ updated the dependencies
Changed files:
[+] partials/icons/bolt.hbs
[+] partials/icons/external-link.hbs
[*] assets/css/components/_hero.css
[*] assets/css/components/_resources.css
[*] partials/hero.hbs
[*] partials/image.hbs
[*] partials/post-hero.hbs
[*] partials/resource-card.hbs
[*] partials/theme-settings.hbs
[*] gulpfile.js
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.4.0
13 Mar 2023
Changes:
- ✨ added
tag_page_feed_style
custom setting (more details in the docs) - ✨ added directory with main topic page template (more details in the docs)
- ✨ improved header card rendering in Safari
- ☀️ updated the dependencies
Changed files:
[+] custom-directory-with-main-topic.hbs
[*] tag.hbs
[+] assets/css/components/_ghost-components.css
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.3.0
15 Nov 2023
Changes:
- ✨ added support for the new recommendations feature
- ✨ added directory page content (after the resources section)
- ✨ updated twitter icon
- 🐛 removed filter on dark theme images
- ☀️ updated the dependencies
Changed files:
[*] routes.yaml
[*] author.hbs
[*] custom-directory.hbs
[+] recommend.hbs
[*] partials/author-card.hbs
[*] partials/social-links.hbs
[*] partials/social-share.hbs
[*] partials/icons/twitter-x.hbs
[*] assets/css/app.css
[+] assets/css/components/_recommend.css
[*] assets/css/elements/_image.css
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.2.0
10 Sep 2023
Changes:
- ✨ added a new directory template to make it easy to create multiple directory pages
- ✨ added support for the new version of "Header cards"
- ✨ added post template author bio at the end of the articles (primary author)
- ✨ improve tag template (when there is no feature image)
- ✨ improved mobile navigation (added submenus like on desktop)
- 🐛 fixed the cta section form input color
- ☀️ updated the dependencies
Changed files:
[+] custom-directory.hbs
[*] custom-with-background-image.hbs
[*] custom-with-full-width-background-image.hbs
[*] custom-with-sidebar.hbs
[*] custom-with-table-of-contents-and-sidebar.hbs
[*] custom-with-wide-image.hbs
[*] post.hbs
[*] tag.hbs
[+] partials/author-card.hbs
[*] partials/header.hbs
[*] partials/menu.hbs
[*] assets/css/components/_author.css
[*] assets/css/components/_cta.css
[*] assets/css/components/_ghost-components.css
[*] assets/css/components/_menu.css
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.1.3
05 Aug 2023
Changes:
- ✨ added support for "Toggle the page title & feature image off" in pages (requires Ghost v5.54.1 or later)
- 🐛 fixed color scheme selector function (to avoid error when color selector element is removed)
- ☀️ updated the dependencies
Changed files:
[*] default.hbs
[*] partials/post-hero.hbs
[*] assets/css/components/_ghost-components.css
[*] assets/js/script.js
[*] package.json
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
v1.1.2
18 Jul 2023
Changes:
- ✨ added signup card support
- ☀️ updated the dependencies
Changed files:
[*] assets/css/components/_ghost-components.css
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.1.1
23 Jun 2023
Changes:
- ✨ added autoloadResources param in theme settings
- ✨ improved read next section
- ☀️ updated the dependencies
- ✨ changed footer link to brightthemes.com
Changed files:
[*] custom-with-background-image.hbs
[*] custom-with-full-background-image.hbs
[*] custom-with-sidebar.hbs
[*] custom-with-table-of-contents-and-sidebar.hbs
[*] custom-with-wide-image.hbs
[*] post.hbs
[*] partials/comments.hbs
[*] partials/related.hbs
[*] partials/footer.hbs
[*] partials/theme-settings.hbs
[*] assets/css/components/_cta.css
[*] assets/css/components/_post-card.css
[*] assets/css/components/_toc.css
[*] assets/js/script.js
[*] assets/dist/app.min.js (generated file)
[*] assets/dist/app.min.css (generated file)
[*] package.json
v1.1.0
01 May 2023
Changes:
- ✨ added async load more function for the possibility to auto load resources (see the last code snippet from the docs)
- ✨ added resource card external links via canonical URL meta setting (Post settings > Meta data > Canonical URL)
- 🐛 fixed post title size (on large devices)
- 🐛 fixed footer resources limit
- 🐛 fixed membership tier discounts when values with decimals are used (on the custom membership page)
Changed files:
[*] membership.hbs
[*] partials/resource-card.hbs
[*] partials/footer.hbs
[*] assets/css/components/_post.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.3
07 Mar 2023
Changes:
- 🐛 fixed filtering tags with similar name
- 🐛 fixed resources anchor margin when header is sticky
- 🐛 fixed resources filter limit
- ☀️ updated the dependencies
Changed files:
[*] partials/resources-filter.hbs
[*] assets/css/components/_header.css
[*] assets/css/components/_member-menu.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.2
02 Jan 2023
Changes:
- 🐛 improved positioning when a filter is pressed (after scrolling)
- 🐛 fixed js error when filter bar is hidden (or not used)
- ✨ added tags to posts (above the share buttons)
Changed files:
[*] custom-with-background-image.hbs
[*] custom-with-full-background-image.hbs
[*] custom-with-sidebar.hbs
[*] custom-with-table-of-contents-and-sidebar.hbs
[*] custom-with-wide-image.hbs
[*] post.hbs
[*] partials/theme-settings.hbs
[+] partials/post-tags.hbs
[*] assets/css/components/_resources.css
[*] assets/css/components/_post.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.1
18 Dec 2022
Changes:
- 🐛 fixed missing translation ("More resources")
- 🐛 fixed hero content alignment
- 🐛 fixed load more function on the index page
- 🐛 fixed post hero content width (limited max width to 768px)
Changed files:
[*] locales/de.json
[*] locales/en.json
[*] locales/es.json
[*] locales/fr.json
[*] locales/it.json
[*] locales/nl.json
[*] locales/pt.json
[*] locales/tr.json
[*] partials/theme-settings.hbs
[*] partials/pagination.hbs
[*] assets/css/components/_hero.css
[*] assets/css/components/_pagination.css
[*] assets/css/components/_post.css
[*] assets/css/components/_tag.css
[*] assets/js/script.js
[*] assets/dist/app.min.css (generated file)
[*] assets/dist/app.min.js (generated file)
[*] package.json
v1.0.0
05 Dec 2022