@bhsd/codemirror-mediawiki 2.2.1 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/main.min.js +1 -1
- package/dist/main.min.js.map +2 -2
- package/dist/mw.min.js +1 -1
- package/dist/mw.min.js.map +3 -3
- package/i18n/en.json +21 -0
- package/i18n/zh-hans.json +21 -0
- package/i18n/zh-hant.json +21 -0
- package/mw/base.ts +2 -2
- package/mw/msg.ts +8 -3
- package/mw/preference.ts +1 -1
- package/package.json +2 -1
- package/src/mediawiki.ts +4 -1
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ Whether the editor is visible, read-only.
|
|
|
123
123
|
<details>
|
|
124
124
|
<summary>Expand</summary>
|
|
125
125
|
|
|
126
|
-
*version added: 2.2.
|
|
126
|
+
*version added: 2.2.2*
|
|
127
127
|
|
|
128
128
|
**param**: [`KeyBinding[]`](https://codemirror.net/docs/ref/#view.KeyBinding) the extra key bindings
|
|
129
129
|
Add extra key bindings.
|
|
@@ -301,7 +301,7 @@ Refresh linting immediately.
|
|
|
301
301
|
<details>
|
|
302
302
|
<summary>Expand</summary>
|
|
303
303
|
|
|
304
|
-
*version added: 2.2.
|
|
304
|
+
*version added: 2.2.2*
|
|
305
305
|
|
|
306
306
|
**param**: [`EditorView`](https://codemirror.net/6/docs/ref/#view.EditorView) the CodeMirror EditorView instance
|
|
307
307
|
**param**: `(str: string) => string` the replacement function
|