Skip to content

Commit 2aa7d93

Browse files
committed
v2.1.6 released v2.1.6 18600f1
1 parent c14a397 commit 2aa7d93

11 files changed

+14
-14
lines changed

asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
33
"main.css": "/react-textarea-code-editor/static/css/main.9c5e4e20.css",
4-
"main.js": "/react-textarea-code-editor/static/js/main.9b03d928.js",
4+
"main.js": "/react-textarea-code-editor/static/js/main.77e1633d.js",
55
"code-example-vendor.js": "/react-textarea-code-editor/static/js/code-example-vendor.0a8466ed.chunk.js",
66
"refractor-vendor.js": "/react-textarea-code-editor/static/js/refractor-vendor.6c222c0e.js",
77
"react-vendor.js": "/react-textarea-code-editor/static/js/react-vendor.17a134cf.js",
88
"index.html": "/react-textarea-code-editor/index.html",
99
"main.9c5e4e20.css.map": "/react-textarea-code-editor/static/css/main.9c5e4e20.css.map",
10-
"main.9b03d928.js.map": "/react-textarea-code-editor/static/js/main.9b03d928.js.map",
10+
"main.77e1633d.js.map": "/react-textarea-code-editor/static/js/main.77e1633d.js.map",
1111
"code-example-vendor.0a8466ed.chunk.js.map": "/react-textarea-code-editor/static/js/code-example-vendor.0a8466ed.chunk.js.map",
1212
"refractor-vendor.6c222c0e.js.map": "/react-textarea-code-editor/static/js/refractor-vendor.6c222c0e.js.map",
1313
"react-vendor.17a134cf.js.map": "/react-textarea-code-editor/static/js/react-vendor.17a134cf.js.map"
@@ -16,6 +16,6 @@
1616
"static/js/refractor-vendor.6c222c0e.js",
1717
"static/js/react-vendor.17a134cf.js",
1818
"static/css/main.9c5e4e20.css",
19-
"static/js/main.9b03d928.js"
19+
"static/js/main.77e1633d.js"
2020
]
2121
}

coverage/lcov-report/SelectionText.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h1><a href="index.html">All files</a> SelectionText.ts</h1>
358358
<div class='footer quiet pad2 space-top1 center small'>
359359
Code coverage generated by
360360
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
361-
at 2023-06-11T09:35:41.780Z
361+
at 2023-06-11T09:36:47.237Z
362362
</div>
363363
<script src="prettify.js"></script>
364364
<script>

coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>All files</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2023-06-11T09:35:41.780Z
164+
at 2023-06-11T09:36:47.237Z
165165
</div>
166166
<script src="prettify.js"></script>
167167
<script>

coverage/lcov-report/index.tsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ <h1><a href="index.html">All files</a> index.tsx</h1>
445445
<div class='footer quiet pad2 space-top1 center small'>
446446
Code coverage generated by
447447
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
448-
at 2023-06-11T09:35:41.780Z
448+
at 2023-06-11T09:36:47.237Z
449449
</div>
450450
<script src="prettify.js"></script>
451451
<script>

coverage/lcov-report/shortcuts.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h1><a href="index.html">All files</a> shortcuts.ts</h1>
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2023-06-11T09:35:41.780Z
265+
at 2023-06-11T09:36:47.237Z
266266
</div>
267267
<script src="prettify.js"></script>
268268
<script>

coverage/lcov-report/styles.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="index.html">All files</a> styles.ts</h1>
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2023-06-11T09:35:41.780Z
214+
at 2023-06-11T09:36:47.237Z
215215
</div>
216216
<script src="prettify.js"></script>
217217
<script>

coverage/lcov-report/utils.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1><a href="index.html">All files</a> utils.ts</h1>
160160
<div class='footer quiet pad2 space-top1 center small'>
161161
Code coverage generated by
162162
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
163-
at 2023-06-11T09:35:41.780Z
163+
at 2023-06-11T09:36:47.237Z
164164
</div>
165165
<script src="prettify.js"></script>
166166
<script>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta name="description" content="A simple code editor with syntax highlighting. This library aims to provide a simple code editor with syntax highlighting support without any of the extra features, perfect for simple embeds and forms where users can submit code."/><meta name="keywords" content="react,component,textarea,js,css,html,preview,editor"/><link rel="shortcut icon" href="/react-textarea-code-editor/favicon.ico"><title>React Textarea Code Editor - A simple code editor with syntax highlighting.</title><script defer="defer" src="./static/js/refractor-vendor.6c222c0e.js"></script><script defer="defer" src="./static/js/react-vendor.17a134cf.js"></script><script defer="defer" src="./static/js/main.9b03d928.js"></script><link href="./static/css/main.9c5e4e20.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><meta name="description" content="A simple code editor with syntax highlighting. This library aims to provide a simple code editor with syntax highlighting support without any of the extra features, perfect for simple embeds and forms where users can submit code."/><meta name="keywords" content="react,component,textarea,js,css,html,preview,editor"/><link rel="shortcut icon" href="/react-textarea-code-editor/favicon.ico"><title>React Textarea Code Editor - A simple code editor with syntax highlighting.</title><script defer="defer" src="./static/js/refractor-vendor.6c222c0e.js"></script><script defer="defer" src="./static/js/react-vendor.17a134cf.js"></script><script defer="defer" src="./static/js/main.77e1633d.js"></script><link href="./static/css/main.9c5e4e20.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/js/main.9b03d928.js renamed to static/js/main.77e1633d.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.9b03d928.js.map renamed to static/js/main.77e1633d.js.map

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

0 commit comments

Comments
 (0)