Releases: antoniolucasnobar/ckeditor5-find-replace
Releases · antoniolucasnobar/ckeditor5-find-replace
Fix search highlight with Inline Widgets
- 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
-
- convert with editingDowncast; 2. get correct position of inline widget; 4bd4d44
Case Sensitive Search
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