Conversation
| const Util = { | ||
|
|
||
| TRANSITION_END: 'bsTransitionEnd', | ||
| TRANSITION_END: transition.end, |
There was a problem hiding this comment.
Breaking change here, before that modification folks was able to listen to bsTransitionEnd event
Now they have to listen to their browser transition end event for example : webkitTransitionEnd
There was a problem hiding this comment.
See why I insisted on doing this after v4? :)
There was a problem hiding this comment.
I'll find a solution 😉
and that's better to do it now instead of when we will have a stable release because we're still in beta so breaking change can happen and must happen now
There was a problem hiding this comment.
I don't agree... No breaking change should happen from now until v4 stable IMO.
d51ac3d to
f9abf33
Compare
fc2c24b to
e5a0138
Compare
|
Close because I'll open a huge PR to track the removal of jQuery |
|
@Johann-S: just make PRs against a new branch not v4-dev. |
That's the first try to remove jQuery from our source, with this PR no more jQuery in Util.js and other plugins will follow the move 😄
I added a new folder
domwhich will allow us to make some usefull functions to replace jQuery