Skip to content

Releases: textlint/editor

v0.17.0

03 Apr 15:14
@azu azu
2a37e6c
Compare
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
Compare
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
Compare
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
Compare
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.

  • Use bundled template/textchecker-element.esm.js instead of skypack
  • Move template script to website-generator package
  • Update Vite
  • Use message.range for showing error
  • Update website design

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

v0.15.0

22 Jun 13:39
@azu azu
68a6bee
Compare
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
Compare
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
Compare
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

v0.13.1

04 Jun 00:20
@azu azu
e77217f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(script-compiler): fix build error on Windows by @azu in #68

Full Changelog: v0.13.0...v0.13.1

v0.13.0

12 Feb 11:30
@azu azu
11e7ba2
Compare
Choose a tag to compare

What's Changed

Refactoring

  • refactor: use lerna + nx by @azu in #64

Maintenance

This Releases will fix webpack error on website-generator.

textlint-website-generator --output-dir ./dist --metadataVersion=7.0.0

node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported

It means that support Node.js 18.

📝 textlint-script-compiler does not ESM rules support yet #63

Full Changelog: v0.12.6...v0.13.0

v0.12.1

27 May 06:14
@azu azu
Compare
Choose a tag to compare

0.12.1 (2021-05-27)

Bug Fixes

  • script-compiler: add deps for script-comppiler (#51) (85cca5f)