[go: up one dir, main page]

Skip to content

Releases: Specro/Philter

v1.5.0

03 Jun 12:02
Compare
Choose a tag to compare

Added

  • Duotone filter

Changed

  • Moved SVG files in the browser plugin into JS to remove unneeded requests

Fixed

  • Custom filter paths resolving wrong

v1.4.1

05 Jul 10:51
Compare
Choose a tag to compare

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

08 Nov 08:59
Compare
Choose a tag to compare

Added

  • Custom filters

Fixed

  • Color filter not merging with source graphic
  • Uploading browser dist to npm

v1.3.1

26 Oct 09:10
Compare
Choose a tag to compare

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

26 Oct 07:31
Compare
Choose a tag to compare

Added

  • Node module
  • CLI

Removed

  • jQuery version
  • CSS class version

v1.2.0

03 Mar 13:09
Compare
Choose a tag to compare

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.

v1.1.2

28 Feb 15:56
Compare
Choose a tag to compare

Added

  • Bower compatibility

v.1.1.1

15 Dec 07:54
Compare
Choose a tag to compare

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.