You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.23.1 (2018-10-08)
Bug Fixes
- addStyles: support exports of transpiled transforms (
options.transform
) (#333) (33aebed)
0.23.0 (2018-08-27)
Features
- useable: add
insertInto
support (options.insertInto
) (#341) (2588aca)
0.22.1 (2018-08-08)
Bug Fixes
- addStyles: use
var
instead of const
(IE fix) (#338) (1ca12ab)
0.22.0 (2018-08-07)
Bug Fixes
Features
0.21.0 (2018-04-18)
Features
0.20.3 (2018-03-09)
Bug Fixes
- package: update
schema-utils
v0.4.3...0.4.5 (dependencies
) (#308) (9455888)
0.20.2 (2018-02-15)
Bug Fixes
0.20.1 (2018-01-26)
Bug Fixes
0.20.0 (2018-01-26)
Bug Fixes
- addStyles: check if
HTMLIFrameElement
exist (#296) (9b46128)
- index: enable HMR in case
locals
(css-modules
) are unchanged (#298) (3a4cb53)
- options: add
transform
option validation ({String}
) (23c3567)
- options: support passing a
{Function}
(options.insertInto
) (e0c4b19)
Features
- support passing a
{Function}
(options.insertInto
) (#279) (0eb8fe7)
0.19.1 (2017-12-14)
Bug Fixes
- addStyles: correctly check
singleton
behavior when {Boolean}
(options.singleton
) (#285) (2bfc93e)
0.19.0 (2017-10-03)
Features
- add option to enable/disable HMR (
options.hmr
) (#264) (378e906)
- add support for iframes (
options.insertInto
) (#248) (25e8e89)
- support 'before' insertions (
options.insertAt
) (#253) (67120f8)
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)