Skip to content

3.0.0

Compare
Choose a tag to compare
@LouisBarranqueiro LouisBarranqueiro released this 09 Jul 01:32

Breaking changes

Update Font Awesome to v5

Tranquilpeak now uses Font Awesome v5. In this new version, Font Awesome has separated web fonts in 3 categories: regular, solid and brands. Because of that, you now have to update your icons in the sidebar configuration and sharing options in the theme configuration to tell Font Awesome in which web fonts your icons are:

  • fa: for regular and solid icon
  • fab: for brand icons

Some icon names have also changed, so if at the end of the process, some icons are not displayed, make sure they still exist here: Font Awesome v5 - icons

Here is an example to help you upgrade to the new version:

Before (Tranquilpeak v2.0.0):
author_links:
    github:
        title: global.github
        url: https://github.com/LouisBarranqueiro
        icon: github
    mail:
        title: global.mail
        url: mailto
        icon: envelope-o
After (Tranquilpeak v3.0.0):
author_links:
    github:
        title: global.github
        url: https://github.com/LouisBarranqueiro
        icon: fab fa-github
    mail:
        title: global.mail
        url: mailto
        icon: fa fa-envelope

Improvements

  • Update Font Awesome to v5 (79d5c7c)
  • Add Clojure and Lisp highlight.js color syntax (be5da65)

Fixes

  • Update grunt-sync package (2548973)
  • Break words in alert components (00f47b3)

Changelog

  • Update Font Awesome to v5 (79d5c7c)
  • Update grunt-sync package (2548973)
  • Add Clojure and Lisp highlight.js color syntax (be5da65)
  • Break words in alert components (00f47b3)

Thanks to all contributors for their work! 👍 😄