Skip to content

Releases: textlint/editor

v0.18.5

12 Oct 10:46
03a535d

Choose a tag to compare

What's Changed

CI

  • CI: fix release workflow by @azu in #132

Full Changelog: v0.18.4...v0.18.5

v0.18.0

24 Jun 23:31
@azu azu
d590063

Choose a tag to compare

What's Changed

Breaking Changes

  • BREAKING CHANGE: drop support Node.js 18/20 by @azu in #112

Dependency Updates

  • fix(deps): update to textlint@15 and webpack by @azu in #109

Full Changelog: v0.17.1...v0.18.0

v0.17.1

23 Jun 00:03
@azu azu
30a1f45

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(script-compiler): add "mainFields" resolution to fix module parsing issue by @azu in #110

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

CI

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

Full Changelog: v0.17.0...v0.17.1

v0.17.0

03 Apr 15:14
@azu azu
2a37e6c

Choose a tag to compare

What's Changed

Breaking Changes

  • Drop Node.js 16 support
  • fix(script-compiler): support node: prefix by @azu in #89

Full Changelog: v0.16.2...v0.17.0

v0.16.2

02 Jan 15:09
@azu azu
293f24b

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(script-compiler): use static import instead of require for template by @azu in #85

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

17 Jul 08:01
@azu azu
45b0c83

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(website-generator): copy textchecker-element.esm.js to outputDir by @azu in #81

Full Changelog: v0.16.0...v0.16.1

v0.16.0

17 Jul 07:49
@azu azu
164fb82

Choose a tag to compare

What's Changed

Breaking Changes

  • fix: make website-generator more stable by @azu in #79

This release improves website-generator.

Full Changelog: v0.15.0...v0.16.0

v0.15.0

22 Jun 13:39
@azu azu
68a6bee

Choose a tag to compare

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

18 Jun 07:20
@azu azu
868685c

Choose a tag to compare

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

13 Jun 22:36
@azu azu
b32d016

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(script-compiler): require ext in TextlintWorkerCommandLint by @otariidae in #70

New Contributors

Full Changelog: v0.13.1...v0.13.2