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
57

0.5.1

Diff

Changelog

Source

0.5.1

  • COMPATIBILITY: update for compatibility with internal change to Ember 3.10 decorators, by @geoffreyd.
samselikoff
published 0.5.0 •

Changelog

Source

0.5.0

  • BREAKING CHANGE: changes the default duration from 2000 to 500

  • DEPRECATION: AnimatedContainer's "class" argument is deprecated in favor of the class attribute. The old usage was

    {{!-- these are exactly equivalent to each other --}}
    {{#animated-container class=something}}
    <AnimatedContainer @class={{something}}>
    

    The new usage is

    <AnimatedContainer class={{something}}>
    
ef4
published 0.4.1 •

Changelog

Source

0.4.1

  • BUGFIX: previous style continuity feature was slightly too aggressive for line-height
  • BUGFIX: fix a crash when using SVGs as orphan sprites
ef4
published 0.4.0 •

Changelog

Source

0.4.0

  • ENHANCEMENT: improved style continuity for orphan sprites
  • DOCS: improved styling by @samselikoff
ef4
published 0.3.2 •

Changelog

Source

0.3.2

  • HOUSEKEEPING: compatibility with newer ember versions with help from @toovy and @cibernox
  • DOCS: sprite docs improvements by @samselikoff
ef4
published 0.3.1 •

Changelog

Source

0.3.1

  • ENHANCEMENT: new beacon API
  • DOCS: lots of new docs added, thanks @savvymas
ef4
published 0.3.0 •

Changelog

Source

0.3.0

  • ENHANCEMENT: now completely jQuery-free. Thanks to @cibernox and @mikoscz.
  • ENHANCEMENT: animated-each now yields an index variable, just like regular Ember each. Thanks @Cryrivers.
  • ENHANCEMENT: much progress on integrating ember-cli-addon-docs and beginning to document methods. Thanks @Oreoz, @Turbo87, @chrism. Deployed docs site coming very soon.
ef4
published 0.2.0 •

Changelog

Source

0.2.0

  • BREAKING: Sprite no longer has initialOpacity and finalOpacity. These are now covered by initialComputedStyle and finalComputedStyle, which are also extensible to track many other CSS properties.

  • BREAKING: orphaned transitions will no longer see removedSprites by default when the corresponding animator is being destroyed. It's usually not what you want. You can opt-in to animating removed sprites by setting finalRemoval=true on the animator (this is analogous to initialInsertion). None of this impacts an animator's ability to match against other animators, even when it's being destroyed (sentSprites are still always available).

ef4
published 0.1.0 •

Changelog

Source

0.1.0

  • BREAKING: removed waitForAnimations in favor of animationsSettled. It works better with new style async Ember tests.
  • BREAKING: transitions now received the TransitionContext as an argument instead of as this.
  • BREAKING: the TransitionContext no longer has an animate method. Instead, Motions are defined to export functions that automatically animate.
  • BREAKING: the signature for defining a Motion has changed. By convention, your default export should be function that creates and starts the motion, and you should also offer a named export for your Motion subclass so that others can extend from it.
  • BREAKING: rules functions get named arguments instead of positional arguments.
  • BREAKING: renamed animated-bind component to animated-value. "bind" made sense in the context of early Ember, it's not really a thing people say anymore.
  • BREAKING: we only provide insertedSprites at initial render if you set initialInsertion=true. Received sprites are always still provided, because that's what they're for.
  • BREAKING: moved around many internal modules to make it clear what things are publicly importable.
  • BREAKING: rename the default cosine-based easing function from inAndOut to easeInAndOut for consistency with easeIn and easeOut.
  • BREAKING: the built-in scale motion now adjusts initial scale correctly. Previously you needed to do it manually, but now we can make it automatic using Sprite's originalInitialBounds and originalFinalBounds.
ef4
published 0.0.1-alpha.0 •

Changelog

Source

v0.0.1-alpha.0

First tagged released

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