Releases: Taritsyn/BundleTransformer
Releases · Taritsyn/BundleTransformer
v1.13.2
Version: 1.13.2
Published: 1/27/2023
Change Set: 1c0768d
- In BundleTransformer.Autoprefixer was updated the Autoprefixer Host to version 3.0.27
- In BundleTransformer.NUglify added support of the NUglify version 1.20.5
Postprocessors
- Bundle Transformer: Autoprefixer contains adapter for the Andrey Sitnik's Autoprefixer version 10.4.13.0
NuGet Packages
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.20.5
v1.13.1
v1.13.0
Version: 1.13.0
Published: 12/18/2022
Change Set: 0ff7371
- 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
- In configuration settings of Sass and SCSS translator was added one new property -
Severity
(default0
) VirtualFileManager
class was made public- Conversion of the application-relative paths (starts with
~/
) to an absolute virtual paths is no longer supported in theurl()
functions if its value contains an interpolation and unquoted (for example,url(#{$icons-path}/computer.png)
). For normal working, such values should be quoted (for example,url("#{$icons-path}/computer.png")
orurl('#{$icons-path}/computer.png')
).
Steps required to update the BundleTransformer.SassAndScss module to version 1.13.X:
- Update the BundleTransformer.SassAndScss package to latest 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 “Edge” JsRT mode), JavaScriptEngineSwitcher.ChakraCore or JavaScriptEngineSwitcher.V8.
- 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. - In Sass and SCSS code convert a unquoted values with interpolation in the
url()
functions (for example,url(#{$icons-path}/computer.png)
) to quoted values (for example,url("#{$icons-path}/computer.png")
orurl('#{$icons-path}/computer.png')
).
NuGet Packages
Core
Translators
- Bundle Transformer: Sass and SCSS contains adapter for the Dart Sass version 1.56.1
v1.12.55
v1.12.54
Version: 1.12.54
Published: 12/10/2022
Change Set: 8f994d3
- In BundleTransformer.TypeScript added support of the TypeScript version 4.9.4
- In BundleTransformer.NUglify added support of the NUglify version 1.20.3
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.9.4
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.20.3
v1.12.53
Version: 1.12.53
Published: 11/17/2022
Change Set: 6641c5d
In BundleTransformer.TypeScript added support of the TypeScript version 4.9 RTM (please note: The 4.9 RTM release is also called '4.9.3').
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.9 RTM
v1.12.52
Version: 1.12.52
Published: 10/31/2022
Change Set: 6db750c
- In BundleTransformer.TypeScript added support of the TypeScript version 4.8.4
- In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.4.13.0
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.8.4
Postprocessors
- Bundle Transformer: Autoprefixer contains adapter for the Andrey Sitnik's Autoprefixer version 10.4.13.0
v1.12.51
Version: 1.12.51
Published: 9/6/2022
Change Set: 8197966
- In BundleTransformer.TypeScript added support of the TypeScript version 4.8 RTM (please note: The 4.8 RTM release is also called '4.8.2')
- In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.4.8.0
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.8 RTM
Postprocessors
- Bundle Transformer: Autoprefixer contains adapter for the Andrey Sitnik's Autoprefixer version 10.4.8.0
v1.12.50
Version: 1.12.50
Published: 7/23/2022
Change Set: 8d16ca1
- In BundleTransformer.TypeScript added support of the TypeScript version 4.7.4
- In BundleTransformer.NUglify added support of the NUglify version 1.20.2
NuGet Packages
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.7.4
Minifiers
- Bundle Transformer: NUglify contains adapters for the NUglify version 1.20.2
v1.12.49
Version: 1.12.49
Published: 5/26/2022
Change Set: 1aeb486
- In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of TypeScript translator
- In BundleTransformer.TypeScript added support of the TypeScript version 4.7 RTM (please note: The 4.7 RTM release is also called '4.7.2')
- In BundleTransformer.Autoprefixer added support of the Autoprefixer version 10.4.7.0
NuGet Packages
Core
Translators
- Bundle Transformer: TypeScript contains adapter for the TypeScript version 4.7 RTM
Postprocessors
- Bundle Transformer: Autoprefixer contains adapter for the Andrey Sitnik's Autoprefixer version 10.4.7.0