Releases: elycruz/rollup-plugin-sass
v1.14.0
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 theinsert
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
- feat: output insertStyle as part of rollup bundle by @marcalexiei in #163
Bug fixes
Development related
- test: use snapshot by @marcalexiei in #151
- Use snapshots for tests by @elycruz in #155
- chore(deps-dev): update typescript to 5.5.4 and enable strict mode by @marcalexiei in #156
- Bump rollup from 3.29.4 to 3.29.5 by @dependabot in #160
- feat: issue-#158 - insert feat docs by @elycruz in #161
- chore: add prettier as formatter by @marcalexiei in #162
- test(insertStyle): ensures that tests are run in sequence by @marcalexiei in #165
- Issue #158 insertstyle node modules export docs by @elycruz in #164
New Contributors
Full Changelog: v1.13.2...v1.14.0
v1.13.2
v1.13.1 - Bug, and npm audit, fixes
What's Changed
- issue-#131 - *.css files support by @elycruz in #135
- Bump ws from 8.16.0 to 8.17.1 by @dependabot in #134
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #133
- issue-#131 - npm audit --fix by @elycruz in #136
- maint: Version bump 1.13.0 by @elycruz in #137
- issue-132 - dedupe insertStyle in output files by @marcalexiei in #139
New Contributors
- @marcalexiei made their first contribution in #139
Full Changelog: v1.13.0...v1.13.1
Enjoy!
-Maintainers
v1.13.0
Maintenance Release
What's Changed
- Bump @babel/traverse from 7.16.3 to 7.23.2 by @dependabot in #124
- issue-#125 - Replaced 'coveralls' dep. by @elycruz in #126
- issue-#123 - Replaced usages of 'master' with 'main' by @elycruz in #127
- issue-#123 - Replace occurences of 'master' with 'main' by @elycruz in #128
Full Changelog: 1.12.21...1.12.22
Enjoy!
1.12.21
What's Changed
- Bump postcss from 8.4.16 to 8.4.31 by @dependabot in #117
- issue-#119 - Updated 'SassOptions' type to use the 'sass' package's one. by @elycruz in #120
Full Changelog: 1.12.20...1.12.21
Maintenance Release
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
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
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 usefs.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-ignore
s. - Added notes on dart-sass legacy API, and legacy importer functions.
Depedabot security updates:
- Merged dependabot security update #107 by @elycruz in #108
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #109
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #110
Full Changelog: 1.12.17...1.12.18
Enjoy!
1.12.15
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