Skip to content

Latest commit

 

History

History
115 lines (50 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

115 lines (50 loc) · 4.16 KB

Change Log

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

0.18.2 (2017-06-05)

Bug Fixes

  • url: use loaderUtils.stringifyRequest to avoid invalidating hashes due to absolute paths (#242) (97508ec)
  • Add null check to removeStyleElement (#245) (0a4845c)

0.18.1 (2017-05-23)

Bug Fixes

0.18.0 (2017-05-22)

Bug Fixes

  • stringify the options.transform request (#230) (5888095)

Features

0.17.0 (2017-05-01)

Features

0.16.1 (2017-03-28)

Bug Fixes

0.16.0 (2017-03-22)

Bug Fixes

  • addStyles: update for test for old IE versions (#196) (1f68495)

Features

  • Set custom attributes for tag in url mode (#198) (2c4f427)

0.15.0 (2017-03-21)

Bug Fixes

  • match parens recursively on URLs to not fix embeded calls (#192) (71e0908)

Features

0.14.1 (2017-03-15)

Bug Fixes

  • syntax error in IE10 and below because of const keyword (#190) (01080cf)

0.14.0 (2017-03-15)

Bug Fixes

  • Adds type attr. to the generated link element (2a2f261)
  • fixUrls: add param to fix relative urls (#186) (19959ee)
  • usable: Export locals if available(#128) (e280cb6)

Features

  • tag-attribute: Add support for custom tag attribute (995f3de)