All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.8.0 (2017-07-16)
- add missing idPrefix as default value to config, close #36 (ba7738d)
- corrupted css properties in style tag (2d28c42)
- don't transform webpack2 query objects (9373e3e)
- multiple classes in class string fix (2024e06)
- warnTags and warnTagAttrs (ada00d7)
- Fixed a bug when using
removingTagAttrs
- Added
classPrefix
option (by @kinetifex)
- Added
removingTagAttrs
option (by @iernie)
- Deprecated
<IconSVG />
and moved to another package (svg-inline-react
)
- Isolate transfomration functions and make tag removal optional, add README
- Added React svg icon tag
- Tag removal is fixed (
<defs />
,<style />
,<title />
, ...) and test added
- Added unittest
- Regex expanding self-closing tags added due to
simple-html-tokenizer
's behavior (by @rondonjon) - Added README and CHANGELOG
- Fixed Non-
<svg>
elements' width and height attributes gets removed - Uses
simple-html-tokenizer
to tokenize html tags
- Initial implementation