Releases: billdami/ember-spin-box
Releases · billdami/ember-spin-box
v0.0.4
Major refactor of the component's implementation for increased performance.
- Now uses CSS transitions and
translateY
for much smoother transitions, especially on mobile - Spinning is no longer throttled to allow much faster traversal of long lists
- Selection update is now delayed until the user stops spinning
- An
Ember.ContainerView
is now used internally to manage the list rows, enabling cleaner HTML output and DOM reuse