Skip to content

Releases: Taritsyn/BundleTransformer

v1.13.2

27 Jan 17:59
Compare
Choose a tag to compare

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

NuGet Packages

Minifiers

v1.13.1

27 Dec 17:39
Compare
Choose a tag to compare

Version: 1.13.1
Published: 12/27/2022
Change Set: 8e7590d

In BundleTransformer.SassAndScss added support of the Dart Sass version 1.57.1.

NuGet Packages

Translators

v1.13.0

18 Dec 17:59
Compare
Choose a tag to compare

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 and SourceComments
    • In configuration settings of Sass and SCSS translator was added one new property - Severity (default 0)
    • VirtualFileManager class was made public
    • Conversion of the application-relative paths (starts with ~/) to an absolute virtual paths is no longer supported in the url() 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") or url('#{$icons-path}/computer.png')).

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

  1. Update the BundleTransformer.SassAndScss package to latest 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 “Edge” JsRT mode), JavaScriptEngineSwitcher.ChakraCore or JavaScriptEngineSwitcher.V8.
  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.
  7. 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") or url('#{$icons-path}/computer.png')).

NuGet Packages

Core
Translators

v1.12.55

15 Dec 11:44
Compare
Choose a tag to compare

Version: 1.12.55
Published: 12/15/2022
Change Set: 10cc65c

In BundleTransformer.NUglify added support of the NUglify version 1.20.4.

NuGet Packages

Minifiers

v1.12.54

10 Dec 17:14
Compare
Choose a tag to compare

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
Minifiers

v1.12.53

17 Nov 16:53
Compare
Choose a tag to compare

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

v1.12.52

31 Oct 16:17
Compare
Choose a tag to compare

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
Postprocessors

v1.12.51

06 Sep 17:45
Compare
Choose a tag to compare

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
Postprocessors

v1.12.50

23 Jul 17:19
Compare
Choose a tag to compare

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
Minifiers

v1.12.49

26 May 18:02
Compare
Choose a tag to compare

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
Postprocessors