Skip to content

Releases: glromeo/esbuild-sass-plugin

css imports

26 Feb 17:54
Compare
Choose a tag to compare
  • added cssImport option to enable css-loader style imports and solve #74

Touch up!

10 Feb 14:28
d25c296
Compare
Choose a tag to compare
  • Updated the scoped-url example
  • fixed a bug in passing the pathname to the precompile function

upside down

02 Feb 22:32
07a2c9f
Compare
Choose a tag to compare

bitmoji

  • Quick fix for issue #69 caused by the order of sourcemap sources being upside down at times
    (many thanks to Epskampie for reporting it with plenty of details)

sourcemap option

25 Jan 17:09
76163d4
Compare
Choose a tag to compare

bitmoji
hot fix for sourcemap option regression (issue #63)

インターナショナル

25 Jan 02:04
34c917a
Compare
Choose a tag to compare

bitmoji

  • Fixed #62 and the issues with not latin characters
  • Improved files to URLs and the other way around

New Year Resolution

24 Jan 22:35
ab26090
Compare
Choose a tag to compare

bitmoji

This release fixes #61 and makes a clean cut with the past
abandoning the custom onResolve and the namespaces
for a simpler and leaner approach in which the plugin
delegates more to esbuild hoping that soon sass/scss
file handling will be a first class citizen!

Doh!

08 Jan 23:01
b09ea18
Compare
Choose a tag to compare

bitmoji

  • added build to the github action (fix for #59)

ext fix!

07 Jan 23:07
ecaab99
Compare
Choose a tag to compare

Take back "sourceMap" control

04 Jan 20:24
Compare
Choose a tag to compare

In v2.0.0 SASS sourceMaps option follows what has been specified for esbuild.
With this change, if a value for options.sourceMaps is provided it overrides the automatic detection.

v2.x

24 Dec 03:48
84dd006
Compare
Choose a tag to compare

bitmoji

  • new Sass compile string API
  • new fully fledged importer
  • precompile
  • url rewrite
  • additional data / globals
  • sourcemaps
  • code clean up
  • simpler options
  • multiple plugin for different types