Skip to content

v1.13.0 Preview 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 24 Jul 18:44
· 151 commits to master since this release

Version: 1.13.0 Preview 1
Published: 7/24/2021
Change Set: 2f79ee0

  • In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of Sass and SCSS translator
  • In BundleTransformer.SassAndScss:
    • Now the Dart Sass Host library (requires installation and registration of the JS engine) is used instead of the LibSass Host
    • In configuration settings of Sass and SCSS translator was added one new property - JsEngine
    • From configuration settings of Sass and SCSS translator was removed two properties: Precision and SourceComments

Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:

  1. Update the BundleTransformer.SassAndScss package to latest preview version.
  2. Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
  3. Remove the precision and sourceComments attributes from the /configuration/bundleTransformer/sassAndScss configuration element in the Web.config file.
  4. Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes) or JavaScriptEngineSwitcher.ChakraCore.
  5. Register a JS engine.
  6. Set a name of JS engine (for example, MsieJsEngine) to the name attribute of /configuration/bundleTransformer/sassAndScss/jsEngine configuration element in the Web.config file.

NuGet Packages

Core
Translators