Creating a changelog

    Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

    Timeline changelog

    Timeline changelog can be added to a page using an include and its data is pulled from a _data/changelog.yml data file. This changelog is suitable for simple lists of changes.

    Add changelog to a page using the following include:

    {% include changelog.html %}
    

    Changelog enties are added in _data/changelog.yml:

    - title: Version 0.6.0
      date: Aug 15, 2017
      list:
      - Added style support for radio and checkbox in Firefox
      - Removed class from Section component
    

    Related Articles


    Didn't find an answer to your question, we are here to help