Changelog
New releases, improvements, fixes and notable changes for OnFlow theme. To update the theme, follow the steps in Updating Theme article.
v1.5.2 - Nov 15, 2024
- improved texts for Sign In and Sign Up pages when different membership registrations are enabled
- fixed hiding the Sign In link when membership is disabled
- fixed discount calculation in membership page pricing
- minor changes
v1.5.1 - Nov 9, 2024
- restored the possibility to hide “Published with…” section from footer copyright using custom CSS. Learn more in Footer article
v1.5.0 - Oct 28, 2024
!IMPORTANT: don’t forget to update routes.yaml file after updating the theme.
- added support for Featured Video in posts. Learn more
- added support for existing rel attributes on links when use custom external links feature to prevent overriding them
- added automatic language detection to code highlight. Learn more about supported languages
- added support for tags colors
- added aria-expanded attribute to toggle navigation button
- added excerpt to the post and project cards in posts and projects lists (not only support custom excerpts)
- added view transition between pages
- improved templates usage:
- added
home.hbs
template for the Home page for better template customization - improved possibility to add collections for posts
- various changes in templates
- added
- added possibility to insert HTML tags in footer copyright
- added possibility to customize and remove URLs for built-in pages: /docs/onflow/page-custom-urls
- added proper conditions for displaying the subscription form (only when membership is enabled)
- added example of using custom heading levels in TOC here: /docs/onflow/custom-table-of-contents/#custom-heading-levels
- improved TOC to properly work if heading levels is not in correct structure
- fixed dark mode for signin, signup and error pages
- fixed missing translations in some components
- fixed color for most of custom SVG icon packs
- fixed error page template status code and message
- fixed subscription form error message text
- fixed meta charset placement in head
- unified some code components and moved to the PVS framework
- changed featured post star icon to flame
- changed link underline effect to support tag colors
- changed routes root template from index to home (update routes.yaml file)
- removed padding from lightbox to maximize enlarged image size
- removed unused icons
- a lot of small fixes and changes
v1.4.1 - Sep 25, 2024
- added support for “Unlock full content” link in TOC of locked posts
- improved collapsed TOC styles
- fixed line breaks in long lines
- renamed ‘X/Twitter’ to ‘X’
- minor fixes
v1.4.0 - Aug 31, 2024
- added support for Table of Contents. Learn more
- added support for copy button, line numbers and language badge to the Code Syntax Highlight component. Learn more
- added empty CSS and JS files for user customizations. Learn more
- added styled success and error messages to subscription form
- added aria-label to all nav tags
- improved styles to use rem instead of pixels
- moved body tag from layout templates to default
- fixed styles of components updated in Ghost v5.90.0
- fixed dark mode background in Ghost portal and in comments iframes
- fixed paged page site title
- fixed form select control icon position
- fixed inputs zoom on iOS devices
- fixed scroll progress position on mobile devices
- a lot of minor changes in templates and styles
v1.3.0 - Jun 15, 2024
- added support for alphabetical order in tags lists. Learn more
- changed cursor to pointer in dark mode toggle button
- fixed slow page loading on large sites with a lot of posts
- removed projects count from the author card (also fixes slow page loading)
v1.2.0 - May 28, 2024
- added support for code syntax highlight. Learn more
- changed scroll progress size to 30px
- fixed iframe embeds automatic 16:9 aspect ratio. Use it for video embeds only
- fixed content CTA button link
- fixed post author avatar missing alt tag
- fixed scroll progress button overflowing footer on small screens
- fixed scroll progress icon is not displaying in Safari
- fixed form checkbox and radio in safari
- minor changes and fixes
v1.1.0 - Apr 26, 2024
- !IMPORTANT: there are breaking changes. Read this changelog to understand what exactly changed
- changed tags:
- changed tags sort from alphabetical to popular
- added settings for tags lists, learn more here: /docs/onflow/settings-sitewide/tags/, /docs/onflow/settings-homepage/sections/
- fixed rare problem when tags available, but nothing displayed in the tags list
- added a lot of style changes and improvements for content elements and cards
- added responsive table support
- added styles for checkbox and radio in forms
- improved secondary menu dropdown, dark mode and sharing dropdowns:
- opened by click
- WCAG compatible
- fixed invalid HTML in head section
- fixed displaying custom social links when there are no Facebook and X social links
- move comments section to
partials/post/comments.hbs
for simplify user customizations - a bunch of minor style improvements
v1.0.0 - Mar 22, 2024
- Initial release