Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Latest commit

 

History

History
73 lines (38 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

73 lines (38 loc) · 2.01 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.2 (2020-02-17)

0.8.1 (2020-02-07)

0.8.0 (2017-07-16)

Bug Fixes

  • 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)

Features

  • warnTags and warnTagAttrs (ada00d7)

0.6.1

  • Fixed a bug when using removingTagAttrs

0.6.0

  • Added classPrefix option (by @kinetifex)

0.5.0

  • Added removingTagAttrs option (by @iernie)

0.4.0

0.3.0

  • Isolate transfomration functions and make tag removal optional, add README
  • Added React svg icon tag

0.2.3

  • Tag removal is fixed (<defs />, <style />, <title />, ...) and test added

0.2.2

  • Added unittest

0.2.1

  • Regex expanding self-closing tags added due to simple-html-tokenizer's behavior (by @rondonjon)
  • Added README and CHANGELOG

0.2.0

  • Fixed Non-<svg> elements' width and height attributes gets removed
  • Uses simple-html-tokenizer to tokenize html tags

0.1.0

  • Initial implementation