Releases: textlint/editor
Releases · textlint/editor
v0.18.5
v0.18.0
v0.17.1
What's Changed
Bug Fixes
This fix follwing compiler error.
> node ./bin/cmd.js --outputDir ./example/ --metadataName test --metadataNamespace example.com
[
{
moduleIdentifier: 'javascript/dynamic|/home/runner/work/editor/editor/node_modules/textlint-rule-preset-ja-technical-writing/node_modules/@textlint/module-interop/module/src/index.js',
moduleName: '../../../node_modules/textlint-rule-preset-ja-technical-writing/node_modules/@textlint/module-interop/module/src/index.js',
loc: '1:0',
message: "Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (1:0)\n" +
'You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders\n' +
'> export function moduleInterop(moduleExports) {\n' +
'| return moduleExports && moduleExports.__esModule ? moduleExports.default : moduleExports;\n' +
'| }',
moduleId: 645,
moduleTrace: [ [Object], [Object] ],
details: undefined,
stack: "ModuleParseError: Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (1:0)\n" +
'You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders\n' +
'> export function moduleInterop(moduleExports) {\n' +
'| return moduleExports && moduleExports.__esModule ? moduleExports.default : moduleExports;\n' +
'| }\n' +
' at handleParseError (/home/runner/work/editor/editor/node_modules/webpack/lib/NormalModule.js:1165:19)\n' +
' at /home/runner/work/editor/editor/node_modules/webpack/lib/NormalModule.js:[130](https://github.com/otariidae/editor/actions/runs/15798191627/job/44532992767#step:5:131)7:5\n' +
' at processResult (/home/runner/work/editor/editor/node_modules/webpack/lib/NormalModule.js:933:11)\n' +
' at /home/runner/work/editor/editor/node_modules/webpack/lib/NormalModule.js:1026:5\n' +
' at /home/runner/work/editor/editor/node_modules/loader-runner/lib/LoaderRunner.js:406:3\n' +
' at iterateNormalLoaders (/home/runner/work/editor/editor/node_modules/loader-runner/lib/LoaderRunner.js:232:10)\n' +
' at /home/runner/work/editor/editor/node_modules/loader-runner/lib/LoaderRunner.js:223:4\n' +
' at /home/runner/work/editor/editor/node_modules/webpack/lib/NormalModule.js:980:15\n' +
' at Array.eval (eval at create (/home/runner/work/editor/editor/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:12:1)\n' +
' at runCallbacks (/home/runner/work/editor/editor/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:45:15)',
compilerPath: undefined
}
]
Refactoring
- fix: remove "v" from .node-version by @massongit in #91
- Update actions by @massongit in #92
- Update webextension's packages and fix code for Node.js 16 by @massongit in #96
- Update packages by @massongit in #100
- docs: downloaed -> downloaded by @massongit in #102
- fix: remove a unused attribute from install-dialog.html by @massongit in #103
- Update mocha and nanoid by @massongit in #104
- fix: peer dependencies in webextension by @massongit in #105
CI
- fix: add Node.js 22 to CI test by @massongit in #93
- fix: fix steps in CI test by @massongit in #99
Dependency Updates
- Update webextension's packages and fix code for Linux and Node.js 18 and after by @massongit in #97
- Update packages by @massongit in #98
New Contributors
- @massongit made their first contribution in #91
Full Changelog: v0.17.0...v0.17.1
v0.17.0
v0.16.2
What's Changed
Bug Fixes
Previously, If package.json has type=module, @textlint/script-compiler does not build correctly.
This release fix the issue.
Full Changelog: v0.16.1...v0.16.2
v0.16.1
v0.16.0
What's Changed
Breaking Changes
This release improves website-generator.
- Use bundled template/textchecker-element.esm.js instead of skypack
- fix #78
- Move template script to website-generator package
- Update Vite
- Use
message.rangefor showing error- It allow to show more detail positions about that error
- https://github.com/textlint/textlint/releases/tag/v12.2.0
- Update website design
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
Features
- feat(script-compiler): add error responses by @otariidae in #75
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
Features
- feat(script-compiler): add id property in lint and fix messages by @otariidae in #73
Full Changelog: v0.13.2...v0.14.0
v0.13.2
What's Changed
Bug Fixes
- fix(script-compiler): require ext in TextlintWorkerCommandLint by @otariidae in #70
New Contributors
- @otariidae made their first contribution in #70
Full Changelog: v0.13.1...v0.13.2