Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-animated

Package Overview
Dependencies
Maintainers
5
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-animated - npm Package Versions

1
7

0.10.0

Diff

Changelog

Source

0.10.0

  • BREAKING: drop support for Ember < 3.8
  • BREAKING: drop support for node 6.
  • BREAKING: Sprite#applyStyles no longer automatically corrects CSS property names from camel case to dasherized form. Always use the names as written in plain CSS.
  • BREAKING: Sprite#applyStyles no longer automatically adjusts non-string values to add units where appropriate. Always pass complete string values for your CSS properties.
  • BREAKING: Sprite#initialBounds, Sprite#finalBounds, and the bounds-returning test helpers are all now true DOMRect instances, as opposed to custom POJOs with the same fields. This can alter your results because the properties on DOMRect are non-enumerable.
  • BREAKING: we no longer export 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.
  • HOUSEKEEPING: the docs are now a totally standalone app in the /docs subdirectory, as opposed to using the addon's dummy app. This lets us be more strict in the addon's test suite without involving all the complexities of the docs app.
  • ENHANCEMENT: {{#animated-each}} now supports an {{else}} block just like Ember's normal {{#each}}. By @esbanarango.
  • BREAKING: AnimatedContainer no longer accepts @class=, use class= instead. This had already been deprecated since 0.5.0.
  • HOUSEKEEPING: the bulk of our internals are now implemented in TypeScript.
ef4
published 0.9.0 •

Changelog

Source

0.9.0

  • BUGFIX: fix a flicker when interpolating colors near alpha zero.
  • ENHANCEMENT: add a boxShadow motion for interpolating shadows.
  • ENHANCEMENT: track border-color property by @bagby.
ef4
published 0.8.1 •

Changelog

Source

0.8.1

  • ENHANCEMENT: add padding- and border-radius-related CSS properties to the list of ones we track automatically
  • BUGFIX: animated-value didn't respect the watch parameter, by @bagby
ef4
published 0.8.0 •

Changelog

Source

0.8.0

  • BUGFIX: the classlist-resetting feature in the previous release had a bug that would prevent legitimate permanent updates to classes.
  • ENHANCEMENT: track border-radius properties so adjustCSS can easily interpolate radii.
  • DOCS: updates by @samselikoff
  • HOUSEKEEPING: update angle bracket invocation polyfill by @ryanto
ef4
published 0.7.0 •

Changelog

Source

0.7.0

  • ENHANCEMENT: sprites now reset their classlist after animating, so any classes applied by motions will be safely cleared at the end of animation.
  • BUGFIX: the identity transform used to serialized as "none", which can lead to unexpected behavior.
  • ENHANCEMENT: AnimatedContainer now accepts a @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.
ef4
published 0.6.1 •

Changelog

Source

0.6.1

  • BUGFIX: polyfill Element.remove on IE11
  • BUGFIX: subpixel rounding could cause text wrapping during animation of inline elements
ef4
published 0.6.0 •

Changelog

Source

0.6.0

  • BUGFIX: we sometimes threw a "function expected" Exception on Microsoft Edge when using <AnimatedOrphans />
  • DOCS: @jenweber fixed a broken link
  • BUGFIX: there was a race condition if any animator component received two changes before the first could even begin running the user's transition
  • HOUSEKEEPING: issue template added by @samselikoff
  • HOUSEKEEPING: deleted unnecessary package-lock.json by @Turbo87
  • DOCS: refer to yarn instead of NPM in the CONTRIBUTING docs, by @outdoorsy
  • HOUSEKEEPING: upgrade to Ember 3.10 and fix deprecations, by @cibernox
  • DOCS: improved use of htmlSafe in examples to demonstrate safer patterns
  • ENHANCEMENT: added easing option support to the scale motion, by @nibynic
ef4
published 0.5.4 •

Changelog

Source

0.5.4

  • HOUSEKEEPING: switch to released version of ember-angle-bracket-invocation-polyfill, by @danwenzel
samselikoff
published 0.5.2 •

Changelog

Source

0.5.2

  • DOCS: major docs improvements by @samselikoff
samselikoff
published 0.5.3 •

Changelog

Source

0.5.3

  • HOUSEKEEPING: configure travis releases by @samselikoff
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc