Skip to content

Releases: antoniolucasnobar/ckeditor5-find-replace

Fix search highlight with Inline Widgets

09 Jun 22:00
Compare
Choose a tag to compare
  • Fix matchCase CSS on Chrome
  • Fix matchCase option in replace and replaceAll options
  • update docs
  • using editingDowncast

commits:

  • [#9] refactor code: 845eafb
  • [#3] replace was not respecting matchCase option 69b7ad7
  • Merge pull request #9 from wisewrong/wise.wrong_master 3fc88d7
  • [#3] align center match case checkbox and label 584a6be
  • [#9] Group text in textNodes togheter 9e027bb
  • Merge branch 'master' into wise.wrong_master 39ace86
  • [#7] update docs and images 368ea40
  • [#7] no need to use Array.from: 623a55f
  • [#7] copy first selection to find field: e5da100
    1. convert with editingDowncast; 2. get correct position of inline widget; 4bd4d44

v0.3.0...v0.3.1

Case Sensitive Search

21 Apr 01:36
Compare
Choose a tag to compare

Support for Case Sensitive/Match Case Search.
Added github actions to lint js files.

  • Merge pull request #8 from antoniolucasnobar/case-sensitive-search f74a4a3
  • [#3] fix error when try to find without any text in UI: 8053524
  • [#3] remove comments and lint --fix 4471a79
  • [#3] case sensitive search: 3f0af8a
  • [#6] lint .eslintrc.js (didn't think it was necessary) d9cc86a
  • [#6] add package-lock.json to use with npm ci: 7da4c93
  • [#6] add github actions b332326
  • [#6] lint support 7455c6f

v0.2.1...v0.3.0

Fix Find: words with formatted Text

16 Apr 00:22
Compare
Choose a tag to compare

Find now can find words like Hello. Thanks @YueHui !

v0.2.0...v0.2.1

Support for findReplace Command

14 Apr 00:30
Compare
Choose a tag to compare
  • Support of findReplaceCommand out of editor (thanks to @YueHui)
  • zh-CN translation (thanks to @YueHui)
  • Better plugin Structure
  • reduce svg icon size (and inherit ckeditor color)
  • better compatibility (CKEditor >= 21.0.0)

v0.1.1...v0.2.0

Minor Layout changes

10 Dec 14:54
Compare
Choose a tag to compare

v0.1.0...v0.1.1