Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.89 KB

File metadata and controls

78 lines (49 loc) · 1.89 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.0 - 2020-07-18

Added

  • custom style for featured posts

1.3.0 - 2020-07-16

Added

  • demo URL to package.json
  • developer keyword to package.json

Changed

  • rewrite in vanilla JS what FitVids did (adding a responsive container to embeds)

Removed

  • jQuery dependency
  • FitVids dependency

Fixed

  • author's URL in package.json

1.2.0 - 2020-05-28

Changed

  • no more "hamburger" menu on mobile, just a responsive basic header
  • no more infinite scrolling to see all posts, just a basic pagination
  • fixed repository's URLs
  • fixed margin bottom on first element in a post's content

Removed

  • GitHub action for deploying theme

1.1.0 - 2020-05-25

Added

  • responsive content
  • responsive font-size
  • golden ratio typography (spaces, font sizes)

1.0.0 - 2020-05-22

Added

  • dark theme
  • styling for specific tags : JavaScript, PHP, CSS, HTML, React, NodeJS
  • style for links and hover
  • footer with links to Ghost and Noir theme
  • code highlight with Prism
  • Prism dark theme
  • add default badge colors when a post's main tag is not in the list (JavaScript, PHP...)

Changed

  • fix main tag badge colors on posts when posts have multiple tags