Skip to content

Releases: elycruz/rollup-plugin-sass

v1.15.2 - Version Fix

16 Jan 20:51
10a14d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.15.1...v1.15.2

Maintenance Release

10 Jan 12:32
6712bd2
Compare
Choose a tag to compare

What's Changed

  • chore + refactor: add eslint and async generate bundle func. by @marcalexiei in #179

Full Changelog: v1.15.0...v1.15.1

v1.15.0

07 Jan 00:17
cf9a133
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.15.0

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