Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

74 lines (48 loc) · 1.97 KB

v2.0.0

Features

  • Add custom direction (rhanb)
  • Add support for other color types: rgb, rgba, hsl, hsla
  • Add custom color positions
  • Remove opacity property, use rgba or hsla alpha color channel if you want to use opacity in the colors

Improvements

  • Add image.strecthMode property 'none' to allow strecthMode on only one axis
  • Add ESLint for better code consistency
  • Add tests and doc updates for all the new feature

Miscellaneous

  • Update local server config to latest Hapi version
  • Add multiple API versions page

v1.1.1

Miscellaneous

  • Update dependencies
  • Update gulpfile with latest gulp version
  • Update node versions on for Travis CI tests

v1.1.0

Features

  • Add blending mode with image and image position handling
  • Add scrollDebounceThreshold option
  • Add changeDirection method
  • Add changeBlendingMode method
  • Add destroy method (fix #34)

Improvements

  • Refactor and optimisations
  • Add tests
  • Doc addition and improvements

v1.0.6 (from v1.0.0)

Bug Fixes

  • Fix animation resuming when paused manually then canvas back in view if isPausedWhenNotInView=true
  • Fix animation not starting at init when isPausedWhenNotInView=true and canvas is in view

Features

  • Add Radial gradients

Improvements

  • Reduce CPU footprint for Chrome
  • Add option to change default state name
  • Add Karma / Jasmine tests (pranaygp)
  • Add Code coverage (pranaygp)
  • Can set HTMLCanvasElement directly instead of CSS selector (suhaotian)

Miscellaneous

  • Add to NPM and Bower registry
  • Add CONTRIBUTING.md (pranaygp)
  • Add CHANGELOG.md
  • Updated README.md
  • Docs fixes and improvements (howdy39, M-arcus and YLiohenki)
  • Create a Gitter Channel