Skip to content

Latest commit

 

History

History
323 lines (114 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

323 lines (114 loc) · 10.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.12.1 (2021-05-27)

Note: Version bump only for package textchecker-element

0.12.0 (2021-05-24)

Features

0.11.3 (2021-05-15)

Note: Version bump only for package textchecker-element

0.11.2 (2021-05-02)

Bug Fixes

0.11.0 (2021-05-02)

Bug Fixes

0.10.5 (2021-04-19)

Note: Version bump only for package textchecker-element

0.10.4 (2021-04-19)

Note: Version bump only for package textchecker-element

0.10.3 (2021-04-19)

Bug Fixes

  • textchecker-element: remove dot (371d4cf)

0.10.2 (2021-04-18)

Note: Version bump only for package textchecker-element

0.10.1 (2021-04-18)

Bug Fixes

  • add build:public before publish (7c5413f)

0.10.0 (2021-04-18)

Features

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

0.9.3 (2021-04-18)

Bug Fixes

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

0.9.1 (2021-04-17)

Note: Version bump only for package textchecker-element

0.9.0 (2021-04-17)

Bug Fixes

  • textchecker-element: fix to click fix (1fb2b47)
  • dot not attach readonly textarea (236c050), closes #26
  • fix Cannot read property 'targetElement' of undefined (247b236), closes #25
  • fix hide popup when no hovering item (d4cbea6)
  • mouse handling (4238396)

Features

  • support "ignore" feature (ef14d33)
  • textchecker-element: hide after 500ms delay (18927bc)

0.8.1 (2021-01-21)

Bug Fixes

  • fix textlint worker management (83ccaa6)
  • support Mutation Observer (dfdc815)

0.8.0 (2020-10-27)

Bug Fixes

Features

0.7.0 (2020-08-05)

Bug Fixes

  • text-checker-element: remove console.log (6625de3)
  • textchecker-element: add style to rule name (e885db5)
  • textchecker-element: fix popup bug (650b1d0)
  • textchecker-element: remove unused code (040724d)
  • textchecker-element: use id for search element (7d4b9b8)
  • textchecker-element: when scroll and resize, update annotations (b49c608)
  • webextension: fix fixAll and fixRule (291ac1d)
  • webextension: support Firefox (ddfc020)

Features

  • script-editor: add metadata to script (569ef53)

Performance Improvements

  • textchecker-element: drop non-visible annotation (8590b90)

0.6.0 (2020-08-02)

Note: Version bump only for package textchecker-element

0.5.0 (2020-08-02)

Note: Version bump only for package textchecker-element

0.4.1 (2020-08-02)

Note: Version bump only for package textchecker-element

0.4.0 (2020-08-02)

Bug Fixes

  • compiler: change way that is applying patch for kuromoji (de26db2)

Features

  • textchecker-element: implement LintEngine API (8cd5b1a)

0.3.0 (2020-07-31)

Features

  • @textlint/website-generator: add website generator (4c500a5)

0.2.2 (2020-07-31)

Note: Version bump only for package textchecker-element

0.2.1 (2020-07-30)

Bug Fixes

  • textchecker-element: use import (99bbaec)

0.2.0 (2020-07-30)

Features

  • fixText command should respect ruleId (#10) (69e68f1)
  • stop lint on composition event (036f1c1)

0.1.2 (2020-07-29)

Note: Version bump only for package textchecker-element

0.1.1 (2020-07-29)

Bug Fixes

  • textchecker-element: add status (9a49605)
  • textchecker-element: fix design (4eeb1fc)
  • textchecker-element: fix position issue (e53d031)
  • webextension: support fix it (386b994)
  • add multiple request handler (0ed4a4a)

Features

  • textchecker-element: implement design (d8a1529), closes #1
  • textchecker-element: support "Fix it!" (c516c19)
  • webextension: add webextension (24737b4)
  • implement config loader (ed9ca27)
  • support popup position (42aa2f8)
  • support textlint rough (b99bd82)
  • text-checker: add text-checker-popup-element.ts (48f0f8f)