Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 2.56 KB

Fixes:

9b938ee - moved insertStyle test to correct file b940849 - insertStyle no longer throws a fatal error when window is undefined

Other:

c9332d0 - #88 - Added 'master' branch to 'dev-build-and-test' git workflow file.

Fixes:

  • Reverted rollup-pluginutils version back to recently upgraded @rollup/pluginutils version, minus one major version from latest version - The version is set to one major behind to ensure backwards compatibility with existing projects.
    We also upgraded to this version, of @rollup/pluginutils, to allow users, who have started to use rollup-plugin-sass@1.2.5, to continue supplying RegExp | string | string[] for include and exclude properties (rollup-pluginutils doesn't accept RegExp for these props).
  • Updated plugin's source to ensure that include and exclude always have a default when their incoming values are directly set to undefined - previous update had removed these default, since they were set in options merge call, however merging in undefined prop. values weren't taken into account in that update - this update fixes that change.

New Features

  • support rollup@1.x (#61)
  • output options only works with bundle.write()

Bug Fixes

  • allow options.exclude to be empty string

Bug Fixes

  • fix ci error
  • remove node-sass in devDependencies

New Features

  • switch default sass compiler to sass from node-sass (#56)

Bug Fixes

  • async resolve hangs in edge case #55

New Features

  • add options.runtime support different sass compiler runtime

Bug Fixes

  • can not resolve file id start with ~ (#38)

New Features

  • the processor support object result