Releases: Lombiq/Combinator
Releases · Lombiq/Combinator
2.0
- Image sprite generation support (work item #15) with exclude features and partially automatic detection whether an image is suitable for sprite generation (backgrounds with a size, position other than top-left, and repetition other than no-repeat are excluded)
- Ability to set custom resource domain (work item #37)
- Exposing resource processing events: this way e.g. a LESS compiler can be plugged into Combinator, so compiled stylesheets are still processed (combined and minified)
- LESS and SASS preprocessors, contribution of Onestop Internet, Inc.
- Better CSS processing with a real CSS parser (ExCSS)
- Adding info comment to bundled resources (#49)
- Displaying notification after cache clearing (work item #45)
- Fixing problems introduced with Orchard 1.6 where the order of excluded scripts was wrong. Now scripts are handled as overridable resources like stylesheets.
- Command line command for emptying cache
- Validation for regexes configurable from the admin UI (no more erroneous regexes saved)
- Working on Azure blob compatibility (#46 and #47)
- Static cache files are now stored under Modules/Piedone/... instead of Media root
- Refactoring and plenty of minor fixes
- Updated YUI Compressor
- Updating to VS 2012 project file
2.0a7: Updating version number
- Fixing problems introduced with Orchard 1.6 where the order of excluded scripts was wrong. Now scripts are handled as overridable resources like stylesheets.
- Adding info comment to bundled resources (#49)
- Working on Azure blob compatibility (#46 and #47)
- Updated YUI Compressor
- Refactoring and plenty of simple fixes
- Updating to VS 2012 project file
2.0a6: Updating version number
- Image sprite generation gets partially automatic detection whether an image is suitable for sprite generation (backgrounds with a size, position other than top-left, and repetition other than no-repeat are excluded)
- LESS and SASS preprocessors, contribution of Onestop Internet, Inc.
- Displaying notification after cache clearing (work item #45)
- Many minor improvements
2.0a5: Updating version number
- Ability to set custom resource domain (work item #37)
- Ability to exclude images from sprite generation also with adding the .no-sprite css class to the selectors
2.0a4: Updating version number
- Exposing resource processing events: this way e.g. a LESS compiler can be plugged into Combinator, so compiled stylesheets are still processed (combined and minified)
- Better CSS processing with a real CSS parser (ExCSS)
2.0a3: Updating version number
- Fixing that images in the result could be mixed up
- Refactoring
2.0a2: Updating version number
- Fixing exceptions when there were no images to generate a sprite from
2.0a: Merge with default
- Partial image sprite generation support on the base of Sprite Generator: http://spritegenerator.codeplex.com/