Releases: textlint/editor
Releases · textlint/editor
v0.12.0
v0.11.3
0.11.3 (2021-05-15)
🆕 inlining prh.yml automatically
If you use textlint-rule-prh, textlint-editor-compiler inline the prh.yml to configration automatic!
It can be work on your browser!
{
"rules": {
"prh": {
"rulePaths": [
"./prh.yml"
]
}
}
}
Example:
Bug Fixes
- use dirname (8bf1119)
Features
v0.11.2
v0.11.1
v0.11.0
0.11.0 (2021-05-02)
Bug Fixes
- fix web url (90248dd)
- webextension: use tabs instead of webRequest (#45) (0a710fa)
- improve stability (#44) (270b400)
- webextension: add worker-src: self blob to CSP (#39) (adccedd)
- webextension: do not expose background object to website (#43) (3ee2a87), closes #40
- webextension: remove tabs permission (8fd47b4)
- use website (37523f2)
Features
- webextension: support to update Script (339cf6f)