Skip to content

Releases: elycruz/rollup-plugin-sass

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

Dependency Updates and Watch Feature

21 Jul 14:47
Compare
Choose a tag to compare

In this Release

  • dev-deps - Upgraded packages reported to having vulnerabilities to their safe versions.
  • dev-deps - Updated 'ava' version to allow builds on certain versions (there was a "moderate" vulnerability in ava that was blocking our package from being built on *nix systems see #97 ).
  • dev-deps - Updated typescript version and added 'downlevel-dts' version of the project's '*.d.ts' files (the whole typescript backward compatibility setup is now in place).
  • plugin - Updated our plugin's custom 'sass file' importer to enforce file load order in the defined 'async' importer - the async importer can sometimes load files out of order, which could result in sass content being compiled in incorrect order (when using the plugin's output (as a function) feature) - This enforces the load order by chaining each legacy importer done call to a promise (which chained, and awaited for, on subsequent importer calls).
  • plugin - Merged in changes related to #96 "Add sass files to rollup watch list" - forces files to be added to rollup's watch list, when rollup is running in 'watch' mode.

Merged PRs

Thank you to our Contributers!

New Contributors

Full Changelog: 1.2.12...1.12.13