Releases: Shazwazza/ClientDependency
v1.6.0.0
This release brings you many bug fixes and some new features
Install via Nuget:
PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
NOTE: this was originally released on CodePlex but the project has now been moved to GitHub. The bug fix links below still point to the CodePlex issues.
Supported versions
ClientDependency.Core 1.6 now requires .Net Framework 4.0
ClientDependency.Core.Mvc 1.6 now requires ASP.Net MVC 4.
New features
- Pre-defined bundles
- Folder dependencies
- Pre-defined paths (12956)
Bugs fixed
- Fix for CssMedia property (13214)
- Fix for RenderJsHere with no dependencies (13215)
- RenderJsHere, RenderCssHere to return IHtmlString (13216)
- CDF attribute css media issue (13207)
- Base64 Encoded Images break fix (13203)
- css @import directive fix (13204)
- Performance fixes for ensuring no duplicates
- natural ordering fix (13217)
- JSMin issue - re-ported latest c codebase to c# (13197)
- Fixes forced provideres with MVC
Breaking changes
Ensure you read the breaking changes for the previous release if you are upgrading from a release older than 1.5.1
The only breaking change for this release is that the Webforms PlaceholderProvider is now the default so if you are using the minimal CDF config then please note that the PlaceholderProvider is the default. You can easily change the default back to the LoaderControlProvider by changing the config.
Upgrading
Just copy over the DLLs. Ensure to read the upgrade instructions for the previous release if you are upgrading from a version older than 1.5.1.