-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated deferred.pipe() #1347
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR, thank you so much!
There's one debugging line left, and could you please not commit changes to dist/ and doc/annotated-source ?
663447a
to
df959eb
Compare
be582f9
to
655db5e
Compare
Remove the debugging-statement and revert dist/doc Remove deferred.pipe Remove the debugging-statement and revert dist/doc undo formatting
f4b4b15
to
ad76cf6
Compare
This is ready to merge 👍, but looks like the build is broken (again 😭). I'm sorry I'm not sure when I'll have time to look at that. |
@marcandre Hey, can you please check this PR once again? I am also waiting for this change ;) |
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347
This patch replaces deprecated jQuery methods in parsleyjs. It can be removed this when a fix is included in the package update. Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347 [MAILPOET-4485]
This patch replaces deprecated jQuery methods in parsleyjs. It can be removed this when a fix is included in the package update. Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347 [MAILPOET-4485]
This patch replaces deprecated jQuery methods in parsleyjs. It can be removed this when a fix is included in the package update. Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347 [MAILPOET-4485]
This patch replaces deprecated jQuery methods in parsleyjs. It can be removed this when a fix is included in the package update. Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347 [MAILPOET-4485]
This patch replaces deprecated jQuery methods in parsleyjs. It can be removed this when a fix is included in the package update. Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347 [MAILPOET-4485]
This patch replaces deprecated jQuery methods in parsleyjs. It can be removed this when a fix is included in the package update. Note: deferred.pipe() fix is not implemented yet, see guillaumepotier/Parsley.js#1347 [MAILPOET-4485]
Merge latest commits from guillaumepotier/Parsley.js
As demonstrated by #1226, Parsley.js still uses the deprecated function
deferred.pipe
There has been a fix before: #1253 That fix has been retracted because it doesn't pass the test suite. This fix removes
deferred.pipe
and still passes all the tests.