Replies: 2 comments 1 reply
-
Tried to get more data from Twitter, but hard to get a signal. Might need to reach out to specific consumers directly to get some input. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think for now I'll keep removed, and if someone comes up with a need for it we can backreference the old source and bring in legacy compatibility. I'm only one person, so don't want to create unnecessary work for the sake of completeness. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Transitions were a top level API that allowed developers to hook into and halt lifecycle changes in the DOM. For instance if you are closing a menu, you could halt the removeChild, and animate it away smoothly first. I have recently merged in a change that fully backs this API out of the project. I haven't released any new versions yet with this change, but I suspect this will be permanent.
I'm going to dig into all the current known usage of diffhtml which is ~200 projects and find out if this breaks any existing users.
Problems with this API:
Benefits of the API:
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions