All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
1 May 2026
3 April 2026
- Fixed index.d.ts path.
eed7df2
30 March 2026
- Add AI instructions.
75fecba - Fixed warnings output during the build process.
4721a8d - Update Dependencies.
c8c3d2a
5 March 2026
- Replace eslint-plugin-import to eslint-plugin-x.
e46491a - Add Japanese Readme.
e279cc0 - Update ChangeLog/
8648633
17 February 2026
- Move the contents of Codemirror.ts to index.ts.
d9a624b - Fixed dark mode in demo program.
dd54015 - Add oxilint.
abb115e
17 October 2025
- fix: full example link
#58 - Update dependencies.
985f36f - Reviewed dependencies. Moved them to peerDependencies and relaxed the version requirements.
1ffab22 - Update vue, codemirror.
bfbd153
31 March 2025
- Rewrite to eslint.config.ts
841f686 - Fixed types path.
2b86b2c - Update @codemirror/language, @codemirror/lint, @codemirror/state, @codemirror/view.
916fa98
22 November 2024
- Fix sample code syntax error
#47 - chore: demo docs
#43 - fix: editor not update content when
modelValuechange and selection is out of range#44 - chore: props and readme doc
#31 - Reduce unnecessary updates
#22 - fix: coalescing-operator
#20 - Migrate to pnpm.
6d83aec - Update dependencies.
992f209 - Update dependencies.
b839a33
18 March 2023
- Expose
view. #16daf3e6b - Fixed Maximum call stack size exceeded error.
f10eaae - Partially fixed the problem that the values defined in props disappeared under certain conditions.
1cc4468
13 March 2023
- Changed minimum Vue version requirement to 2.7.14.
5b8b255 - Add allow-multiple-selections prop.
ced91ed - Update CHANGELOG.md
51d30e2
10 March 2023
- chore(CODEOWNERS): CODEOWNERS.com Bot, at your service!
#14 - Update demo code. (Replaced @codemirror/html to @codemirror/vue.)
8da1a8a - Changed implementation to generate *.d.ts with vite-plugin-dts.
1caaa20 - Update README.md.
f8dd493
4 February 2023
- [SECURITY FIX] CWE-1333: Inefficient Regular Expression Complexity #13
fc63a9f - Fix for #11
c634b55 - Add forceReconfigure() function.
bbfa8ad
9 January 2023
- Bump json5 from 1.0.1 to 1.0.2
#10 - Consolidated demo code generation settings into a single vite.config.ts
7fe3ad2 - Update dependencies.
75b984e
24 December 2022
7 November 2022
- Fixed Markdown demo.
399f32c - Fix cross-binding not works.
137765b - Fixed taking URL class from other than node when building docs.
fbf1d56
31 October 2022
- Rewrite the demo code with Vue3 setup.
fdc7e3c - Fixed wrong typing of computed value.
9b5a572 - Add CHANGELOG.md.
1de388f
12 October 2022
15 September 2022
- Enabled to specify HTML tags used in components.
9b9eecd
8 September 2022
20 August 2022
1 August 2022
- Unify props monitoring process.
15b8a17 - Fixed an error around linter.
b2fe3db - Fixed dispatch may be executed multiple times when the value of prop is changed.
2e19316
4 July 2022
- Remove banner from source code.
043e0ed - Delete unnecessary cursor movement processing and assignment processing.
c89fd00
28 June 2022
- Fixed a bug that the cursor may move to a strange place when inputting.
9977976 - Changed the logic when assigning text values to CodeMirror.
313e701 - Fixed the problem that the definition file was omitted because the binary output by analyze was given to npm.
503a52e
9 June 2022
- Added minimal prop.
d454d25 - Migrate to CodeMirror 6.0.0.
50cb696 - Add methods jsdoc and manual.
44975eb
8 June 2022
- Urgent release.
7db9007
31 May 2022
- Fixed a bug that the cursor goes to a strange place when inputting.
81af5b2
31 May 2022
- Fixed an issue where parent-to-child binding did not work properly.
d355f2c - Changed the implementation to call the extension directly with a function.
98d338f - The initial value of linter is set to simple undefined.
6cec8b0
30 May 2022
- Simplify extension processing.
cd875ff - Since lintGutter is displayed even for components for which linter is not specified, lintGutter is made an option.
ab16cbb - Fixed innerText is undefined error.
6466784
28 May 2022
- Fixed linter bug.
03013b4
27 May 2022
- The output program is compatible with both Vue2 and Vue3.☺
7571423
26 May 2022
19 May 2022
- Rename serve.vue to DemoPage.vue.
3ba582b - Fixed an issue where CodeMirror may not work properly during initial display.
8092b64 - Add basic and tab props.
54eace6
6 April 2022
- When building with vue3, it doesn't work with vue2, so build with vue2.
87be702 - Rewrite the wrapper part.
1e77661 - Update sample.
f7ed0a5
29 March 2022
26 May 2022
- Change Lint settings.
89558c1
19 May 2022
- Follow changes in the master branch
d7a9e3f - Follow Vue3 version.
1867c6c - Since past values may be included, nextTick processing was added to onMouted.
dac2bdd
6 April 2022
- Squashed commit of the following:
db4abdd - When building with vue3, it doesn't work with vue2, so build with vue2.
87be702 - Rewrite the wrapper part.
1e77661
18 March 2022
17 March 2022
- Fixed d.ts file destination.
2cd9cdf
17 March 2022
- Fixed a bug that the cursor position may be at the top when entering a key.
e7f5407
16 February 2022
- Update demo code.
599fa5f - Removed code that depends on other libraries from the output code.
7d9e383 - Add demo code.
3e06ef7
14 February 2022
- Update package.json. Fixed typing settings.
12ead23
10 February 2022
- Initial commit.
b410884