Skip to content

Tags: dankuck/vue-easeljs

Tags

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reduce jitter (#39)

Reduce jitter by making the element temporarily invisible until we can align it properly

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Filters (#38)

Provides a system for applying filters to post-process an element as well as a mechanism for registering new filters

v0.1.9

Toggle v0.1.9's commit message
Bump version

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Data driven init (#25)

Make components smoother by using reactivity instead of imperative code for initialization

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow resize of internal viewport (#20)

* Allow resize of the internal viewport

Allows the client to specify a pixel width and height internal to the canvas, independent of the canvas's size on the page

v0.1.6

Toggle v0.1.6's commit message
New version

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix layer order (#10)

Ensure that children of a container are arranged in easeljs the same way they are in the DOM.

The new way of adding children allows us to avoid unnecessary operations by waiting a tick and doing all add operations at once.

Resolves #8

v0.1.1

Toggle v0.1.1's commit message
New version so I can publish the README fix.

v0.1.0

Toggle v0.1.0's commit message
Vue.use is the way