Releases: martpie/react-slugify
Releases · martpie/react-slugify
2.0.1
2.0.0
The API is unchanged, but the behavior is different for special characters.
- Special characters are now removed from the Node content:
slugify(
<div>mail [email protected]</div>
);
used to return "[email protected]"
, it now returns "mail-dev-test-com"