Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.39 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.

Unreleased

Added

Changed

Fixed

Removed

2.1.0 - 2023-03-16

Changed

  • Replace deprecated initHighlightingOnLoad function call with highlightAll.

2.0.0 - 2023-02-12

Changed

  • Update Highlight.js JavaScript bundle to version 11, including the most relevant languages.
  • Update Highlight.js theme bundle to StackOverflow Dark.
  • Update and improve readme.
  • Update and improve Composer config.
  • Update plugin to load by default only for single posts that include at least one core/code block.

Removed

  • Remove obsolete GitHub templates.

1.1.0 - 2017-07-25

Added

  • Add filter, tfrommen\HighlightJs\FILTER_SHOULD_LOAD, for the condition for the plugin to load.

1.0.0 - 2017-07-16

Initial release.