Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
• Removed font-size rule for pre's.
  • Loading branch information
Martinomagnifico committed Jun 30, 2023
1 parent 98b262e commit 50856c9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## [1.1.1] - 2023-06-xx
## [1.1.2] - 2023-06-30

### Changed
- Fixed a bug where plaintext codeblocks indents got removed.
- Removed font-size rule for pre's.

## [1.1.1] - 2023-06-08

### Changed
- Fixed a bug where plaintext codeblocks indents got removed.

## [1.1.0] - 2023-05-21

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal.js-copycode",
"version": "1.1.1",
"version": "1.1.2",
"main": "plugin/copycode/copycode.js",
"module": "plugin/copycode/copycode.esm.js",
"description": "A simple plugin for Reveal.js 4, that automatically shows a copy button in code blocks",
Expand Down
5 changes: 0 additions & 5 deletions plugin/copycode/copycode.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
.sourceCode .codeblock {
margin: 0;
}
.codeblock pre {
margin: 0;
width: 100%;
font-size: 1.5rem;
}
.codeblock pre .code-copy-button {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/copycode/copycode.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* https://github.com/Martinomagnifico
*
* CopyCode.js for Reveal.js
* Version 1.1.1
* Version 1.1.2
*
* @license
* MIT licensed
Expand Down
2 changes: 1 addition & 1 deletion plugin/copycode/copycode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* https://github.com/Martinomagnifico
*
* CopyCode.js for Reveal.js
* Version 1.1.1
* Version 1.1.2
*
* @license
* MIT licensed
Expand Down

0 comments on commit 50856c9

Please sign in to comment.