# v3.0.0
## 08/23/2022

1. [](#new)
    * Added support for custom-built JS, CSS, and Theme files
    * Instructions on how to modify/build/use custom-built JS and CSS files
    * Upgraded to latest PrismJS `1.29.0`
    * Added 7 new themes: `gruvbox-light`, `holi-theme`, `laserwave`, `one-dark`, `one-light`, `soloarized-dark-atom`, and `z-touch`
    * Changed default theme to `prism-one-light.css`

# v2.0.6
## 02/22/2022

1. [](#bugfix)
    * Fixed issue with Twig templating
    
# v2.0.5
## 02/18/2022

1. [](#bugfix)
   * Fixed bad page header tag `prism:` should be `prism-highlight:`

# v2.0.4
## 01/27/2022

1. [](#new)
   * Added `bbcode`/`shortcode` language, compatible with Grav's Shortcodes plugin
 
# v2.0.3
## 01/26/2022

1. [](#improved)
    * Upgraded to latest 1.26.0 Prism.JS version (with fixes)
    * Added `C`, `C#`, and `C++` languages

# v2.0.2
## 11/23/2021

1. [](#bugfix)
   * Fixed a CSS issue causing "Copy" button to have double styling
   * Fixed a security issue that allowed the `git` param of shortcode to load local files (thanks xmco.fr)

# v2.0.1
## 05/28/2021

1. [](#new)
    * Added support for `cl-filter-output` and provided examples in the README.md
    * Added 35 new themes
    * Added support for custom `EcScript`  

# v2.0.0
## 02/23/2021

1. [](#new)
    * Added Support for Git URLs to grab and embed git files
    * Support for `linkable-line-numbers` but does require a unique `id` to be set on the element.
1. [](#improved)
    * Upgraded to latest 1.23.0 Prism.JS version (with fixes)

# v1.0.2
## 06/22/2019

1. [](#bugfix)
    * Removed xdebug statement

# v1.0.1
## 06/20/2019

1. [](#improved)
    * Moved away from jQuery syntax and converted to VanillaJS
    * Fixed typos
    * Added extra syntax highlighting format

# v1.0.0
## 04/16/2019

1. [](#new)
    * Initial Version