Skip to content

Releases: elycruz/rollup-plugin-sass

v1.14.0

30 Oct 22:36
Compare
Choose a tag to compare

Hi all, most changes in this release are development related, less one bugfix and one feature improvement:

  • @marcalexiei submitted an insertStyle module feature improvement to allow the module (when using the insert option) to not need special handling due to it's path including the "node_modules" name (e.g., 'dist/node_modules/...') - the module is now output to 'dist/_virtual' (based on your config), thanks to rollup's plugin API features (resolveId, and load).

Additionally, @hamflx provided a fix for the 'insertStyle' module path getting erroneously output on MS Windows (e.g., wrong OS path separator, etc), though the fix is no longer required due to feature @marcalexiei contribution above.

What's Changed

Feature improvements

Bug fixes

  • Fix the compatibility issue of import statements on Windows. by @hamflx in #168

Development related

New Contributors

Full Changelog: v1.13.2...v1.14.0

v1.13.2

18 Aug 21:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.1...v1.13.2

v1.13.1 - Bug, and npm audit, fixes

02 Jul 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.13.1

Enjoy!
-Maintainers

v1.13.0

25 Jun 13:03
Compare
Choose a tag to compare

What's Changed

  • issue-#131 - Added '*.css' file support in default sass file importer.
  • issue-#29 - Added test for rollup watch feature by @elycruz in #129

Full Changelog: 1.12.22...v1.13.0

Enjoy,
Maintainer

Maintenance Release

16 Apr 22:24
061ed45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.21...1.12.22

Enjoy!

1.12.21

07 Oct 17:32
d39d25c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.20...1.12.21

Maintenance Release

19 Jul 20:09
011eb65
Compare
Choose a tag to compare

What's Changed

  • Bump (third-party dev-dep) word-wrap from 1.2.3 to 1.2.4 by @dependabot in #115
  • General CI/CD Maintenance, and Dev Dependency, Updates by @elycruz in #116
    • Coveralls integration update to ensure commits are being reported to coveralls service, via github actions.
    • Addressed one (dev-dep) security vulnerability warning.

Full Changelog: 1.12.19...1.12.20

1.12.19

05 Mar 17:43
9e0aca0
Compare
Choose a tag to compare

What's Changed

  • maintenance: (node fs module) deprecation warnings removal and annotations by @elycruz in #111
  • fix: rollup, and @rollup/pluginutils, version ranges update. by @elycruz in #113
  • fix: rollup, and @rollup/pluginutils, version ranges update by @elycruz in #114

Full Changelog: 1.12.18...1.12.19

Maintenance Release

26 Feb 17:52
Compare
Choose a tag to compare

What's Changed

Maintenance updates:

  • Patched index.test, and scripts/*-downlevel-dts script, to use fs.rm method, if available (later versions of node v18, etc.), else use fs.rmdir one - The latter is deprecated in later versions of node, and will throw errors when removed (in later versions of node).
  • Annotated some @ts-ignores.
  • Added notes on dart-sass legacy API, and legacy importer functions.

Depedabot security updates:

Full Changelog: 1.12.17...1.12.18

Enjoy!

1.12.15

17 Sep 18:32
195176c
Compare
Choose a tag to compare

Hi all,

In this release we provide one bug fix (to a recently unnoticed duplicate css bug), and a test suite where we test out, and show, how to extract sass variables to resulting *.js modules.

What's Changed

  • Issue #72 exports sass vars feature by @elycruz in #104
  • issue-#72 Tests, example fix/approach, to issue #72, and a patch to uncaught 'duplicate css' bug by @elycruz in #105

Full Changelog: 1.12.14...1.12.15

Thank you, and
Happy Coding!

  • rollup-plugin-sass admins