Skip to content

Commit

Permalink
0.11.8
Browse files Browse the repository at this point in the history
Dropped support for the easeBack and easeElastic easings. They are
rarely used, look stupid, and take up a bunch of lines.

Sped up bezier curve easing performance. Thanks, @gre.

The display option now gets browser-prefixed if necessary. This
inherently adds cross-browser support for the ‘flex’ value. Closes #257.

Fixed bug where slideDown/up left excess inline styles on elements.
Closes #260. cc @kpeatt, @scalvert.

Allow passing an empty string to `display` to remove the inline style
from the element. Closes #184.

Shimmed version of jQuery’s $.dequeue() now accepts a raw DOM element
*set* instead of just a single element.

You can now stop custom queues individually. Closes #262.
  • Loading branch information
julianshapiro authored and Rycochet committed Aug 2, 2020
1 parent 0221ea9 commit 8704b5b
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 656 deletions.
4 changes: 2 additions & 2 deletions packages/velocity/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity",
"version": "0.11.7",
"version": "0.11.8",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
Expand Down Expand Up @@ -34,4 +34,4 @@
"type" : "git",
"url" : "http://github.com/julianshapiro/velocity.git"
}
}
}
Loading

2 comments on commit 8704b5b

@gre
Copy link

@gre gre commented on 8704b5b Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm always happy to help =)

@Rycochet
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm always happy to help =)

In the midst of a huge refactor / improvement for v2 - among other things moved over to lerna, so did it from the root up and reimported everything to keep the history - this is actually many years ago :-P

Please sign in to comment.