AlbertLucianto / vue-text-highlight

Text highlighter library for Vue.js :lipstick:
https://albertlucianto.github.io/vue-text-highlight
MIT License
326 stars 35 forks source link

Added diacritics sensitive feautre. #18

Closed vicentenoriega closed 5 years ago

vicentenoriega commented 5 years ago

I added the diacritics sensitive option based on the npm module: [https://www.npmjs.com/package/diacritics]

Languages as German, French or Spanish have diacritics characters so I needed this option to highlight text diacritics insensitive.

I did the unit tests and I added case sensitive and diacritics senstive checkboxes on the app.vue to give the users an example of use from that options.

I changed vue-template-compiler to 2.5.22 version, same as vue version otherwise the project did not run.

Regards.

AlbertLucianto commented 5 years ago

Thanks for this PR, it's a great one!

Anyway, I made some changes to it that this new option should be in the same level, and not after the caseSensitive.

This feature will be included in v2.0.9. :tada: