Web Photo Filter Versions Save

A Web Component to apply Instagram-like WebGL filters to photos

v3.1.1

3 years ago

Fix

  • on src change

v3.1.0

3 years ago

Features

  • multiple filters support
  • new filter "desaturate"

v3.0.0

3 years ago

Breaking changes

  • drop support of IE11, Edge 16-18 and Safari 10
  • component is now shadowed and therefore is a proper Web Components
  • feature keep removed
  • both shadowed image and canvas role set as img and to aria-hidden. for a11y, provide information on the host component.

Features

  • update dependencies (Stencil v2)
  • component exposes two parts, img and canvas, for styling purpose
  • supports image from https (source image crossorigin set to anonymous) (#14)
  • add React bindings

Chore

  • use prettier to format code

v2.3.0

3 years ago

Chore

  • update dependencies (Stencil v1.17.x)
  • add GitHub actions to deploy to Firebase
  • prerender the demo webapp
  • repo move to my personal GitHub account

v2.2.1

5 years ago

Fix

v2.2.0

5 years ago

Fixes

  • there was a typo in the filter's name "violen_tomato" fixed with "violent_tomato" (#7)

v2.1.0

5 years ago

Libs

  • update Stencil (#5)
  • target ES2017 (#6)

v2.0.0

5 years ago

Features

  • breaking changes: Update the component in order to be compatible with Ionic v4 and Angular v6

Important note

I did not gave a try but this version might no be suitable anymore for Ionic v3 and Angular v5. If you are using the web-photo-filter component in such apps, you might better not upgrade and stick to the component version v1.1.1

v1.1.1

5 years ago

Till https://github.com/ionic-team/stencil/issues/852 will be solved, stencil core need to be downgraded to v0.8.2

v1.1.0

5 years ago

v1.1.0 introduces a fix to export the generated canvas to a data url, see PR https://github.com/peterpeterparker/web-photo-filter/pull/2

Furthermore this version bump up the Stencil version to v0.9.7 too