# Change Log
# v2.6.0
22/07/2024
- Added French locale translations (thanks to Nabil)
- Fixed an issue where social links in author page didn't work on mobile devices
- Updated Docker image (development only)
- Bump version number
Added files:
+ github/workflows/deploy-theme.yml
+ locales/fr.json
+ src/.env.example
+ src/.gitignore
+ src/deploy/index.js
Modified files:
* package.json
* src/docker-compose.yml
* src/package-lock.json
* src/package.json
* src/sass/components/author/_author-header.scss
# v2.5.0
28/08/2023
- Support for better landing pages (opens new window)
- Support for Header card improvements (opens new window)
- Updated Ghost image version (development only)
- Bump version number
Modified files:
* custom-hero.hbs
* custom-no-newsletter.hbs
* custom-toc.hbs
* package.json
* page.hbs
* src/docker-compose.yml
* src/js/lightbox.js
* src/sass/components/post/_post-content.scss
* src/sass/components/post/_post-share.scss
# v2.4.0
01/08/2023
- Signup cards (opens new window) support
- Fixed an issue where the time information wasn't correctly aligned when posts were written by multiple authors
- Updated Ghost image version (development only)
- Bump version number
Modified files:
* package.json
* partials/post-header.hbs
* src/docker-compose.yml
* src/js/lightbox.js
* src/sass/components/post/_post-content.scss
* src/sass/components/post/_post-header.scss
# v2.3.0
05/06/2023
- Native support for Announcement bar (opens new window)
- Introduced a new custom setting to use only Portal for Members instead of the related features provided by the theme (learn more)
- Implemented the Lightgbox gallery from scratch to fix different issues and allow for more advanced customization and enable the use of plugins to add additional features (learn more)
- Removed custom setting "Use Normal Size For The First Letter"
- Sort "Related posts" by recently published
- Updated Ghost image version (development only)
- Bump version number
Added files:
+ partials/post-lightbox.hbs
+ src/js/lightbox.js
+ src/sass/components/header/_announcement-bar.scss
+ src/vendor/lightgallery/css/lg-transitions.css
+ src/vendor/lightgallery/css/lightgallery-bundle.min.css
+ src/vendor/lightgallery/fonts/lg.svg
+ src/vendor/lightgallery/fonts/lg.ttf
+ src/vendor/lightgallery/fonts/lg.woff
+ src/vendor/lightgallery/fonts/lg.woff2
+ src/vendor/lightgallery/images/loading.gif
+ src/vendor/lightgallery/js/lightgallery.min.js
+ src/vendor/lightgallery/js/plugins/lg-autoplay.min.js
+ src/vendor/lightgallery/js/plugins/lg-comment.min.js
+ src/vendor/lightgallery/js/plugins/lg-fullscreen.min.js
+ src/vendor/lightgallery/js/plugins/lg-hash.min.js
+ src/vendor/lightgallery/js/plugins/lg-medium-zoom.min.js
+ src/vendor/lightgallery/js/plugins/lg-pager.min.js
+ src/vendor/lightgallery/js/plugins/lg-relative-caption.min.js
+ src/vendor/lightgallery/js/plugins/lg-rotate.min.js
+ src/vendor/lightgallery/js/plugins/lg-share.min.js
+ src/vendor/lightgallery/js/plugins/lg-thumbnail.min.js
+ src/vendor/lightgallery/js/plugins/lg-video.min.js
+ src/vendor/lightgallery/js/plugins/lg-vimeo-thumbnail.min.js
+ src/vendor/lightgallery/js/plugins/lg-zoom.min.js
Modified files:
* custom-hero.hbs
* custom-no-newsletter.hbs
* custom-toc.hbs
* default.hbs
* package.json
* page.hbs
* partials/footer.hbs
* partials/home-hero.hbs
* partials/home-slider.hbs
* partials/membership.hbs
* partials/menu.hbs
* partials/post-lightbox.hbs
* partials/post-paywall.hbs
* partials/related-posts.hbs
* post.hbs
* src/docker-compose.yml
* src/js/app.js
* src/js/lightbox.js
* src/js/post.js
* src/package-lock.json
* src/package.json
* src/sass/app.scss
* src/sass/common/_global.scss
* src/sass/components/post/_post-content.scss
* src/sass/hero.scss
* src/sass/post.scss
* src/webpack.mix.js
Deleted files:
- src/sass/vendor/lightgallery/_lg-fonts.scss
- src/sass/vendor/lightgallery/_lg-mixins.scss
- src/sass/vendor/lightgallery/_lg-theme-default.scss
- src/sass/vendor/lightgallery/_lg-variables.scss
- src/sass/vendor/lightgallery/lg-fullscreen.scss
- src/sass/vendor/lightgallery/lg-transitions.scss
- src/sass/vendor/lightgallery/lg-zoom.scss
- src/sass/vendor/lightgallery/lightgallery-core.scss
- src/sass/vendor/lightgallery/lightgallery.scss
- src/sass/vendor/lightgallery/transitions/_lg-lollipop-rev.scss
- src/sass/vendor/lightgallery/transitions/_lg-lollipop.scss
- src/sass/vendor/lightgallery/transitions/_lg-scale-up.scss
- src/sass/vendor/lightgallery/transitions/_lg-slide-circular-vertical.scss
- src/sass/vendor/lightgallery/transitions/_lg-slide-circular.scss
- src/sass/vendor/lightgallery/transitions/_lg-slide-vertical-growth.scss
- src/sass/vendor/lightgallery/transitions/_lg-slide-vertical.scss
- src/sass/vendor/lightgallery/transitions/_lg-soft-zoom.scss
- src/sass/vendor/lightgallery/transitions/_lg-zoom-in-big.scss
- src/sass/vendor/lightgallery/transitions/_lg-zoom-in-out.scss
- src/sass/vendor/lightgallery/transitions/_lg-zoom-in.scss
- src/sass/vendor/lightgallery/transitions/_lg-zoom-out-big.scss
- src/sass/vendor/lightgallery/transitions/_lg-zoom-out-in.scss
- src/sass/vendor/lightgallery/transitions/_lg-zoom-out.scss
# v2.2.0
13/03/2023
- Added support for excerpt in post tiles: essentials/theme-options.html#show-post-excerpt
- The Newsletter form at the bottom of the page is now hidden when the user is logged-in
- Added support for Name field in the sign up form
- New icons added: Paypal, Spotify
- Added a fading effect in the public preview of posts to make it more noticeable that more content is available
- Updated Ghost image version (development only)
- Bump version
Modified files:
* locales/en.json
* locales/es.json
* members/signup.hbs
* package.json
* partials/loop.hbs
* partials/newsletter-form.hbs
* partials/post-card.hbs
* src/docker-compose.yml
* src/js/app.js
* src/sass/common/_icons.scss
* src/sass/common/_variables.scss
* src/sass/components/auth/_auth-form.scss
* src/sass/components/common/_posts-grid.scss
* src/sass/components/post/_post-paywall.scss
* src/sass/components/posts/_post-card.scss
* src/sass/fonts/galerie/Galerie.eot
* src/sass/fonts/galerie/Galerie.svg
* src/sass/fonts/galerie/Galerie.ttf
* src/sass/fonts/galerie/Galerie.woff
* src/sass/fonts/galerie/Galerie.woff2
# v2.1.3
12/12/2022
- Improve performance by preventing custom search requests when native search is enabled
- Update Ghost Docker image version (development only)
- Bump version
Modified files:
* default.hbs
* package.json
* src/docker-compose.yml
* src/js/app.js
# v2.1.2
16/11/2022
- Fixed an issue where transition between images in lightbox gallery didn't work properly
- Bump version
Modified files:
* package.json
* src/sass/post.scss
# v2.1.1
02/11/2022
- Fixed an issue where images were not centered after pressing the zoom button in the lightbox gallery
- Fixed an issue where uploaded images didn't fill the full width in full-wide mode
- Update Ghost image version (development only)
- Bump version
Added files:
+ src/sass/fonts/lightgallery/lg.woff2
+ src/sass/vendor/lightgallery/transitions/_lg-lollipop-rev.scss
Modified files:
* package.json
* src/package-lock.json
* src/docker-compose.yml
* src/package.json
* src/sass/components/post/_post-content.scss
* src/sass/hero.scss
* src/sass/vendor/lightgallery/_lg-fonts.scss
* src/sass/vendor/lightgallery/_lg-theme-default.scss
* src/sass/vendor/lightgallery/_lg-variables.scss
* src/sass/vendor/lightgallery/lg-transitions.scss
* src/sass/vendor/lightgallery/lg-zoom.scss
* src/sass/vendor/lightgallery/lightgallery-core.scss
* src/sass/vendor/lightgallery/lightgallery.scss
# v2.1.0
01/09/2022
- Native Search support: ghost.org/changelog/search/ (opens new window)
- Native Comments support: ghost.org/changelog/native-comments/ (opens new window)
- Fix theme mode flickering when page loads
- Fix Docker development environment
- Update Docker Ghost image (development only)
- Update dependencies
Modified files:
* README.md
* default.hbs
* package.json
* partials/comments.hbs
* partials/footer.hbs
* partials/header.hbs
* partials/menu.hbs
* src/docker-compose.yml
* src/package-lock.json
* src/package.json
* src/sass/components/post/_post-comments.scss
* src/webpack.mix.js
# v2.0.0
07/06/2022
- Ghost 5 support 🎉
- Membership Tiers support: ghost.org/help/tiers/ (opens new window)
- New icons added: Behance, Pinterest, Discord, Stackoverflow, Podcast
- Hero template now includes comments, related posts and posts navigation
- Search is now way faster and more efficient
- Fixed an issue where lists inside a toggle card had a wrong font size
Added files:
src/sass/components/membership/_plan-switcher.scss
Modified files:
README.md
custom-hero.hbs
locales/en.json
locales/es.json
package.json
partials/footer.hbs
partials/home-hero.hbs
partials/home-slider.hbs
partials/membership.hbs
partials/menu.hbs
partials/newsletter-form.hbs
src/docker-compose.yml
src/js/app.js
src/js/post.js
src/package-lock.json
src/package.json
src/sass/common/_icons.scss
src/sass/components/membership/_tier-card.scss
src/sass/components/membership/_tiers-container.scss
src/sass/components/post/_post-content.scss
src/sass/fonts/galerie/Galerie.eot
src/sass/fonts/galerie/Galerie.svg
src/sass/fonts/galerie/Galerie.ttf
src/sass/fonts/galerie/Galerie.woff
src/sass/fonts/galerie/Galerie.woff2
src/sass/hero.scss
src/sass/membership.scss
# v1.1.3
17/05/2022
- Some small style issues with
mark
tags and social icons were fixed - Table Of Contents now ignores non-wanted headings such as the new Headers cards (fixed again due some Ghost updates)
- The lightgallery plugin was updated to fix a couple of small issues
Modified files:
package.json
src/docker-compose.yml
src/js/post.js
src/package-lock.json
src/package.json
src/sass/components/common/_social-list.scss
src/sass/components/post/_post-content.scss
# v1.1.1
28/02/2022
- Footnote override is now applied in the main menu as well
- Table Of Contents now ignores non-wanted headings such as the new Headers cards
- Small improvements in the way plans and subscriptions prices are displayed
Modified files:
members/account.hbs
package.json
partials/membership.hbs
partials/menu.hbs
src/js/post.js
# v1.1.0
31/01/2022
- Add support for new content cards: https://ghost.org/changelog/cardmas/ (opens new window)
- Custom settings support: https://ghost.org/changelog/custom-design-settings/ (opens new window)
- New Hero page template: additional-notes/post-page-templates.html#hero
- Add more icons: additional-notes/icon-pack.html
- Update Docker Ghost image (development only)
- Bug fixes and improvements
Added files:
custom-hero.hbs
src/sass/hero.scss
Modified files:
README.md
default.hbs
index.hbs
package.json
partials/footer.hbs
partials/home-hero.hbs
partials/home-slider.hbs
partials/logo.hbs
partials/loop.hbs
src/docker-compose.yml
src/js/app.js
src/js/helpers.js
src/js/post.js
src/sass/common/_icons.scss
src/sass/common/_theme.scss
src/sass/components/common/_logo.scss
src/sass/components/post/_post-content.scss
src/sass/fonts/galerie/Galerie.eot
src/sass/fonts/galerie/Galerie.svg
src/sass/fonts/galerie/Galerie.ttf
src/sass/fonts/galerie/Galerie.woff
src/sass/fonts/galerie/Galerie.woff2
src/sass/post.scss
src/webpack.mix.js
Renamed files:
custom-post-no-newsletter.hbs → custom-no-newsletter.hbs
custom-post-toc.hbs → custom-toc.hbs
Removed files:
custom-page-no-newsletter.hbs
custom-page-toc.hbs
# v1.0.5
27/11/2021
- Uses the proper translations for the sharing buttons
- Renames the font files in
woff2
format so that they can be loaded correctly by the browser.
Modified files:
package.json
partials/post-share.hbs
Renamed files:
src/sass/fonts/atkinson/Atkinson-Hyperlegible-Bold-102a.woff2 --> src/sass/fonts/atkinson/Atkinson-Hyperlegible-Bold-102.woff2
src/sass/fonts/atkinson/Atkinson-Hyperlegible-BoldItalic-102a.woff2 --> src/sass/fonts/atkinson/Atkinson-Hyperlegible-BoldItalic-102.woff2
src/sass/fonts/atkinson/Atkinson-Hyperlegible-Italic-102a.woff2 --> src/sass/fonts/atkinson/Atkinson-Hyperlegible-Italic-102.woff2
src/sass/fonts/atkinson/Atkinson-Hyperlegible-Regular-102a.woff2 --> src/sass/fonts/atkinson/Atkinson-Hyperlegible-Regular-102.woff2
# v1.0.4
20/11/2021
- Support for multiple authors in posts
Modified files:
locales/en.json
locales/es.json
package.json
partials/post-header.hbs
src/sass/components/post/_post-header.scss
# v1.0.3
23/10/2021
Correctly loads posts after pressing the "Load More" button when they don't have a tag assigned to them.
Correctly displays the featured image of each post after pressing the "Load More" button when they come directly from Unsplash.
Modified files:
package.json
partials/loop.hbs
partials/post-card.hbs
# v1.0.2
22/10/2021
- Fixes an issue in Safari where the gradient styling of tag cards was displayed incorrectly.
Modified files:
package.json
src/sass/common/_theme.scss
src/sass/components/tags/_tag-card.scss
# v1.0.1
13/10/2021
- Remove Newsletter link in the first slide of the featured slider when Members is disabled in the Ghost Admin.
Modified files:
package.json
partials/home-slide.hbs
partials/home-slider.hbs
# v1.0.0
07/10/2021
- First release 🎉