Skip to content

Releases: Shazwazza/ClientDependency

v1.8.4

03 Jul 09:32
Compare
Choose a tag to compare

See milestone for all fixes/enhancements for this release:

https://github.com/Shazwazza/ClientDependency/issues?q=milestone%3A1.8.4

Install via Nuget

 Install-Package ClientDependency

https://www.nuget.org/packages/ClientDependency/1.8.4

v1.8.3

20 Feb 09:51
Compare
Choose a tag to compare

v1.8.2

03 Feb 01:40
Compare
Choose a tag to compare

This is a Core release of CDF and fixes a security issue and a few bugs:

  • Wrong JS minification of number method invocation after comment #48
  • Could not parse the type set in the request #46
  • minimising engine funks up url in css for svg #45

It is strongly advised to upgrade your CDF core library to this latest version asap. The installation should be seamless and not have any breaking changes.

It is also advised that once you upgrade you clear out all files in ~/App_Data/TEMP/ClientDependency (or wherever you have your CDF temp files configured) and bump your CDF version.

All previous versions of CDF are vulnerable. The details about this security vulnerability will be released in the coming weeks once everyone has performed an upgrade.

Install via nuget:

https://www.nuget.org/packages/ClientDependency/1.8.2.1

For older .Net versions here's download links:

.Net 4.0: http://umbracoreleases.blob.core.windows.net/securitypatches/ClientDependency.Core.1.8.2.1-net40.zip

.Net 3.5: http://umbracoreleases.blob.core.windows.net/securitypatches/ClientDependency.Core.1.8.2.1-net35.zip

v1.8.1

17 Nov 07:56
Compare
Choose a tag to compare
  • Fixes url handling with hashes: #38
  • Fixes protocol-relative urls: #40

Install via nuget:

https://www.nuget.org/packages/ClientDependency/1.8.1

v1.8.0.0

07 Jul 06:06
Compare
Choose a tag to compare

Description of this release can be found on my blog:

http://shazwazza.com/post/clientdependency-18-released/

v1.8.0 Beta

30 Apr 04:07
Compare
Choose a tag to compare
v1.8.0 Beta Pre-release
Pre-release

A beta release which enables support for MVC 4+ including MVC 5.

  • Fixes issue #23
  • Fixes issue #33

Install with Nuget:

PM> Install-Package ClientDependency -Pre
PM> Install-Package ClientDependency-Mvc -Pre

v1.7.1.2

30 Apr 04:02
Compare
Choose a tag to compare

Fixes an issue with determining if a URI is a local one, this may also slightly improve performance in some installs.

Adds an event to the ClientDependencyModule named ApplyingResponseFilter which can be used to cancel any applied filter based on any information provided in the event. This can be helpful if CDF is trying to apply a filter to a response that already has a filter applied and that shouldn't be processed by CDF. An example could be an already compressed resource output by an MVC action that shouldn't be processed by CDF.

Install with Nuget:

PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
PM> Install-Package ClientDependency-Less
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-Sass
PM> Install-Package ClientDependency-Coffee

v1.7.1.1

09 Jan 04:42
Compare
Choose a tag to compare

Fixes an issue with max query/url length calculation

Fixes: #27

Install with Nuget:

PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
PM> Install-Package ClientDependency-Less
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-Sass
PM> Install-Package ClientDependency-Coffee

v1.7.1.0

07 Jan 02:11
Compare
Choose a tag to compare

Fixes a few core issues and updates to sass version 3.2.12 which now works to compile the inuit framework for sass.

Fixes:

Install with Nuget:

PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
PM> Install-Package ClientDependency-Less
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-Sass
PM> Install-Package ClientDependency-Coffee

v1.7.0.4

30 Apr 03:59
Compare
Choose a tag to compare

This release brings new features for native support for 3rd party libraries

Install with Nuget:

PM> Install-Package ClientDependency
PM> Install-Package ClientDependency-Mvc
PM> Install-Package ClientDependency-Less
PM> Install-Package ClientDependency-TypeScript
PM> Install-Package ClientDependency-Sass
PM> Install-Package ClientDependency-Coffee

Supported versions

ClientDependency.Core 2.0 requires .Net Framework 4.0

ClientDependency.Core.Mvc 2.0 requires ASP.Net MVC 4.

New features

  • Native suport for .Less, TypeScript, Sass and CoffeeScript

Breaking changes

Ensure you read the breaking changes for this previous release if you are upgrading from a release older than 1.5.1

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.