Releases: KevinBatdorf/code-block-pro
Releases · KevinBatdorf/code-block-pro
1.27.7
1.27.6
- Fixes a bug where shortcodes with attributes would not be properly escaped.
1.27.5
- Changes the default value for escaping wp shortcodes to true. Can't see why anyone would want this any other way by default.
- Prevents shortcodes from rendering in the copy button
1.27.4
- Prevents wp_texturize from affecting copied code snippets. You will see a block update for this change as I had to wrap the code in a pre tag.
1.27.3
- Prevents smart quotes, typographic dashes, and other non-ASCII characters from affecting copied code snippets.
1.27.2
- Refactors the copy button to use a textarea for copying
- Removed the WP outline style on the copy button and pre (now only when tab focused)
1.27.1
- Now scolls back into view after a max height collapse
- Disables scroll while the container is expanding
- Fixes a bug where collapsing doesn't account for headers
1.27.0
- Adds support for collapsing code blocks after expanding
- Tweaks the blur effect for better readability
- Fixes a bug where the controls were overflowing the toolbar
1.26.8
Fixes an rtl issue
1.26.7
- Removes .gitignore from the plugin distribution
- Updates tests