1.4.1 • Published 8 years ago

fincanvas v1.4.1

Weekly downloads
31
License
MIT
Repository
github
Last release
8 years ago

fincanvas

Openfin's HTML canvas++ wrapper.

v1.4.1 - Polyfill for CustomEvent for IE11.

v1.4.0 - The event.details.identifier object passed to finKeyDown and finKeyUp events now reflects KeyboardEvent.key rather than the now-deprecated (as of Chromium M53) KeyboardEvent.keyIdentifier. The possible values in these two properties are similar but not identical. See the deprecated keyIdentifier list vs. the supported key list. (Note that neither fin-canvas itself nor fin-hypergrid seem to have any references to details.identifier.)

v1.3.0 - Removed gesture support; corrected clearRect dimensions on zoom.

v1.2.1 - Changed renderer "component" public interface method _paint() to paint() (breaking change).

v1.1.1 - Increased double-click polling delay from 250 to 325 msecs and made it an option (doubleClickDelay). Event fin-canvas-click will no longer fire on the first click of a double click; it will only fire once the polling delay has elapsed and there was no second click.

v1.1.0 - For the fin-canvas-keydown and fin-canvas-keyup events' parameter event.detail.char, added a new value 'BACKSPACE' to refer to the backspace key. ('DELETE' now refers to the actual delete key.) Also added new values 'F1'..'F12' for the function keys.

API

Demo

Stand-alone versions

If you prefer to include directly, reference one or the other of the following browserified versions in a <script> tag:

<script src='http://openfin.github.io/fincanvas/fincanvas.js'></script>
<script src='http://openfin.github.io/fincanvas/fincanvas.min.js'></script>
1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.9.9

8 years ago

0.9.8

8 years ago

0.9.7

8 years ago

0.9.6

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago