Skip to content

Commit

Permalink
1. Updated a Can I Use data;
Browse files Browse the repository at this point in the history
2. Updated a Browserslist to version 4.22.2;
3. Updated a PostCSS to version 8.4.33.
  • Loading branch information
Taritsyn committed Jan 9, 2024
1 parent 0134af1 commit f48197b
Show file tree
Hide file tree
Showing 250 changed files with 743 additions and 540 deletions.
372 changes: 203 additions & 169 deletions licenses/js-engine-switcher-license.txt

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions licenses/regenerator-runtime-license.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"compress": {
"ecma": 5,
"hoist_funs": true,
"hoist_vars": true,
"passes": 2
},
"mangle": {},
"output": {
"ascii_only": true,
"comments": "/^!/"
}
}
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Autoprefixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public sealed class Autoprefixer : IDisposable
/// <summary>
/// Gets a version of the Autoprefixer library
/// </summary>
public string Version => "10.4.16.0";
public string Version => "10.4.16.1";


/// <summary>
Expand Down
12 changes: 5 additions & 7 deletions src/AutoprefixerHost/AutoprefixerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
<DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget>
<Title>$(Product)</Title>
<Authors>Andrey Taritsyn</Authors>
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 10.4.16.0.
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 10.4.16.1.

Since the original library is written in JavaScript, you will need a JS engine to run it. As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working, you need to install one of the following NuGet packages:

* JavaScriptEngineSwitcher.ChakraCore
* JavaScriptEngineSwitcher.Jint
* JavaScriptEngineSwitcher.V8
* JavaScriptEngineSwitcher.Msie (only in the Chakra JsRT modes)

Expand All @@ -33,7 +34,9 @@ After installing the packages, you will need to register the default JS engine (
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageTags>Autoprefixer;CSS</PackageTags>
<PackageReleaseNotes>Added support for the Autoprefixer version 10.4.16.0.</PackageReleaseNotes>
<PackageReleaseNotes>1. Updated a Can I Use data;
2. Updated a Browserslist to version 4.22.2;
3. Updated a PostCSS to version 8.4.33.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down Expand Up @@ -105,11 +108,6 @@ After installing the packages, you will need to register the default JS engine (
<Pack>true</Pack>
<Visible>false</Visible>
</None>
<None Include="../../licenses/regenerator-runtime-license.txt">
<PackagePath>regenerator-runtime-license.txt</PackagePath>
<Pack>true</Pack>
<Visible>false</Visible>
</None>

<Content Include="readme.txt">
<PackagePath>readme.txt</PackagePath>
Expand Down
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Resources/CountryStatistics/AD.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f48197b

Please sign in to comment.