doc/dev/plugins/highlight/CHANGELOG.md

71 lines
1.9 KiB
Markdown

# v1.5.0
## 02/24/2021
1. [](#improved)
* Updated `highlight.js` to version 10.5.0
* New themes: Agate, Android Studio, Arduino Light, Github Gist, Gradient Light, Stackoverflow Dark & Stackoverflow Light
1. [](#bugfix)
* Fixed some themes not working (mainly "Atelier" variants)
# v1.4.2
## 08/03/2020
1. [](#improved)
* Updated `highlight.js` to version 10.1.2
* Updated `highlightjs-line-numbers.js` plugin to version 2.8.0
# v1.4.1
## 09/20/2019
1. [](#improved)
* Updated core `hightlight.pack.js` to include `SCSS` and `Twig`
* Updated styles and fixed a couple that were missing from blueprint due to typos
* FlexObjects compatibility: changed references to `Page` class to use `PageInterface`
# v1.4.0
## 12/05/2017
1. [](#new)
* Updated `highlight.js` to version 9.12.0 (bariscelik) [#16](https://github.com/getgrav/grav-plugin-highlight/pull/16)
* Updated `line-numbers.js` to version 2.1.0 (bariscelik) [#16](https://github.com/getgrav/grav-plugin-highlight/pull/16)
* Added line numbers to blueprints for admin plugin control (bariscelik) [#16](https://github.com/getgrav/grav-plugin-highlight/pull/16)
* Removed JQuery dependency (bariscelik) [#16](https://github.com/getgrav/grav-plugin-highlight/pull/16)
# v1.3.2
## 10/22/2017
1. [](#new)
* Added option for line numbers [#12](https://github.com/getgrav/grav-plugin-highlight/pull/12)
# v1.3.1
## 07/14/2016
1. [](#bugfix)
* Fixed a typo in the Monokai theme name
# v1.3.0
## 01/22/2016
1. [](#new)
* Updated `highlight.js` to version 9.1.0
1. [](#improved)
* Use common language strings in blueprints
# v1.2.1
## 01/06/2016
1. [](#bugfix)
* Fixed the example listed in the README
# v1.2.0
## 07/20/2015
1. [](#new)
* Updated `highlight.js` to version 8.6.0
* Added new themes
# v1.1.0
## 11/30/2014
1. [](#new)
* ChangeLog started...