ember-animated
Advanced tools
Changelog
0.10.0
Promise
from "ember-animated". In the environments where Ember Animated actually works, we always exported the native Promise
anyway. We just used this as a place to check for native Promise
support. This is awkward for TypeScript users, because the compiler reserves the name Promise
in any file that has async functions.{{#animated-each}}
now supports an {{else}}
block just like Ember's normal {{#each}}
. By @esbanarango.@class=
, use class=
instead. This had already been deprecated since 0.5.0.Changelog
0.9.0
Changelog
0.8.1
watch
parameter, by @bagbyChangelog
0.8.0
Changelog
0.7.0
@tag
argument so you can customize which HTML Element it will render, by @ryanto. With this feature, users now have control over 100% of the DOM emitted by ember-animated.Changelog
0.6.1
Changelog
0.6.0
htmlSafe
in examples to demonstrate safer patternsChangelog
0.5.4
Changelog
0.5.3