# v3.0.1
## 12/16/2021

1. [](#bugfix)
    * Various minor **ImageCompare** fixes

# v3.0.0
## 11/04/2020

1. [](#new)
    * Support for **NextGen Editor** integration with Shortcode UI custom blocks

# v2.4.2
## 04/27/2020

1. [](#bugfix)
    * Fix image compare shortcode regex [#34](https://github.com/getgrav/grav-plugin-shortcode-ui/pull/34)

# v2.4.1
## 02/14/2020

1. [](#new)
    * Updated code for shortcode-core plugin v4.2.1

# v2.4.0
## 02/11/2020

1. [](#new)
    * Pass phpstan level 1 tests
    * Requires shortcode-core plugin v4.2.0
    * Twig 2.0 compatibility
1. [](#improved)
    * Code cleanup

# v2.3.0
## 02/06/2019

1. [](#bugfix)
    * Resoled issue with fixed height of `Accordion` shortcode [#20](https://github.com/getgrav/grav-plugin-shortcode-ui/issues/20)
    * PHP 7.2 Fix for `AnimatedText` shortcode 

# v2.2.5
## 05/16/2017

1. [](#bugfix)
    * Resoled issue with fixed height of accordion [#20](https://github.com/getgrav/grav-plugin-shortcode-ui/issues/20)

# v2.2.4
## 04/25/2017

1. [](#improved)
    * Added the ability to set `class=""` on the `ui-callout` shortcode [#19](https://github.com/getgrav/grav-plugin-shortcode-ui/pull/19)
    * Allow the ability to set an `id="""` on tabs [#16](https://github.com/getgrav/grav-plugin-shortcode-ui/pull/16)

# v2.2.3
## 03/04/2017

1. [](#bugfix)
    * Fixed a `z-index` issue in `AccordionShortcode`
    
# v2.2.2
## 03/04/2017

1. [](#bugfix)
    * Renamed `AccordionShortcode` to avoid conflict with `GravStrap` plugin.

# v2.2.1
## 03/03/2017

1. [](#bugfix)
    * Typo! Renamed `accordian` to `accordion`

# v2.2.0
## 03/02/2017

1. [](#new)
    * Added new `accordian` shortcode

# v2.1.0
## 02/25/2017

1. [](#new)
    * Added new `polaroid` shortcode
1. [](#bugfix)
    * Add support for autoescaping in Twig

# v2.0.0
## 02/11/2016

1. [](#improved)
    * Refactored to work with `shortcode-core` v2.0.0

# v1.0.1
## 01/18/2016

1. [](#improved)
    * Added a 'shortcode-core' dependency

# v1.0.0
## 01/18/2016

1. [](#new)
    * ChangeLog started...
