Releases: Specro/Philter
Releases · Specro/Philter
v1.5.0
Added
Changed
- Moved SVG files in the browser plugin into JS to remove unneeded requests
Fixed
- Custom filter paths resolving wrong
v1.4.1
Added
- Experimental anaglyph filter
Fixed
- Custom filter directory not recognizing relative paths
- CLI nesting self closing tags when injecting SVG into HTML
v1.4.0
Added
Fixed
- Color filter not merging with source graphic
- Uploading browser dist to npm
v1.3.1
Added
- Error if first argument is not an array or a string
- Tests
Changed
- Compressed SVG filters to one line
Fixed
- Default SVG filter generating wrong CSS
- Empty SVG element returned if no SVG was generated
- CLI: Saving SVG when no SVG was generated
v1.3.0
Added
Removed
- jQuery version
- CSS class version
v1.2.0
Added
- 6 new vintage SVG filters (vanilla JS version only).
Changed
- Transition CSS rules are now applied only to Philter elements.
Fixed
- Inconsistent height on SVG filters.
- CSS rules being applied to the first selector of the element and breaking on elements with same selectors.
- SVG adding to body height.
- Filter count increasing faster than data is being returned from the server causing wrong filter ids.
v.1.1.1
Added
- Plugin version in vanilla JavaScript.
- Option to remove 'philter' from data attributes to make markup shorter.
Fixed
- False element width or height being set on custom SVG filters.