v1.13.0 Preview 1
Pre-release
Pre-release
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
andSourceComments
Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:
- Update the BundleTransformer.SassAndScss package to latest preview version.
- Uninstall the LibSassHost and LibSassHost.Native.* packages if necessary.
- Remove the
precision
andsourceComments
attributes from the/configuration/bundleTransformer/sassAndScss
configuration element in theWeb.config
file. - Install one of the following packages: JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes) or JavaScriptEngineSwitcher.ChakraCore.
- Register a JS engine.
- Set a name of JS engine (for example,
MsieJsEngine
) to thename
attribute of/configuration/bundleTransformer/sassAndScss/jsEngine
configuration element in theWeb.config
file.
NuGet Packages
Core
Translators
- Bundle Transformer: Sass and SCSS contains adapter for the Dart Sass version 1.35.1