Releases: textlint/editor
Releases · textlint/editor
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.range
for 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
v0.13.1
v0.13.0
What's Changed
Refactoring
Maintenance
- Update textlint13 by @azu in #62
- textlint v13.0.0 · textlint
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