Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit c50b765

Browse files
fix: clean zero width spaces on copy
1 parent 41832c1 commit c50b765

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.1.0 (2021-12-01)
2+
3+
### Fix
4+
5+
- clean zero width spaces from clipboard when code is copied (to do so, the `copy` event is intercepted and processed only if the target is the component)
6+
17
# 3.0.2 (2021-11-13)
28

39
### Fix

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-highlight-code",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Adds stylish cards and syntax highlighting to code blocks in markdown files",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
},
1515
"peerDependencies": {
1616
"gatsby": "^3.0.0",
17-
"@deckdeckgo/highlight-code": "^3.5.0"
17+
"@deckdeckgo/highlight-code": "^3.6.0"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)