Skip to content

Releases: textlint/editor

v0.12.0

24 May 13:23
@azu azu
Compare
Choose a tag to compare

0.12.0 (2021-05-24)

Features

v0.11.3

15 May 08:51
@azu azu
Compare
Choose a tag to compare

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

Features

  • support @textlint/config-inliner in compiler (630fd1e)
  • compiler: support to inline prh.yml (#47) (b06e3b2)

v0.11.2

02 May 09:10
@azu azu
Compare
Choose a tag to compare

0.11.2 (2021-05-02)

Bug Fixes

v0.11.1

02 May 08:26
@azu azu
Compare
Choose a tag to compare

0.11.1 (2021-05-02)

Note: Version bump only for package @textlint/editor

v0.11.0

02 May 08:25
@azu azu
Compare
Choose a tag to compare

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)

v0.10.5

19 Apr 14:44
@azu azu
Compare
Choose a tag to compare

0.10.5 (2021-04-19)

Bug Fixes

  • website-generator: prefer command line flag than package.json (bd59e3f)

v0.10.3

19 Apr 13:28
@azu azu
Compare
Choose a tag to compare

0.10.3 (2021-04-19)

Bug Fixes

  • textchecker-element: remove dot (371d4cf)
  • webextension: fix to install (61b92fe)
  • webextension: remove activeTab (c89a759)
  • uuid (6376a7f)
  • webextension: use react in install-dialog (09befb6)

v0.10.1

18 Apr 09:35
@azu azu
Compare
Choose a tag to compare

0.10.1 (2021-04-18)

Bug Fixes

  • add build:public before publish (7c5413f)

v0.10.0

18 Apr 09:28
@azu azu
Compare
Choose a tag to compare

0.10.0 (2021-04-18)

Bug Fixes

  • script-parser: fix script banner format (166694c)

Features

  • add data-textlint-editor-embedded (252b594)

v0.9.3

18 Apr 08:25
@azu azu
Compare
Choose a tag to compare

0.9.3 (2021-04-18)

Bug Fixes

  • rename textlint.js to textlint-worker.js (5e9e677), closes #27
  • rename textlint.js to textlint-worker.js (3a82df9), closes #27
  • rename textlint.js to textlint-worker.js (d9d2f3f), closes #27