-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-115317: Rewrite changelog filter to use vanilla JavaScript #115324
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
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.
Just noticed some minor style things ;)
Doc/tools/static/changelog_search.js
Outdated
} | ||
else { |
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.
I think this is the more common formatting for blocks in js
} | |
else { | |
} else { |
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.
Yeah, I'm going to just run Prettier on this :)
Co-authored-by: Tomas R <[email protected]>
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ythonGH-115324) (cherry picked from commit 341d787) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Tomas R <[email protected]>
GH-115372 is a backport of this pull request to the 3.12 branch. |
…ythonGH-115324) (cherry picked from commit 341d787) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Tomas R <[email protected]>
GH-115373 is a backport of this pull request to the 3.11 branch. |
…H-115324) (#115372) gh-115317: Rewrite changelog filter to use vanilla JavaScript (GH-115324) (cherry picked from commit 341d787) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Tomas R <[email protected]>
…H-115324) (#115373) gh-115317: Rewrite changelog filter to use vanilla JavaScript (GH-115324) (cherry picked from commit 341d787) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Tomas R <[email protected]>
…ython#115324) Co-authored-by: Tomas R <[email protected]>
Sphinx removed the jQuery library to improve performance, but the changelog filter was still using it. This PR rewrites it to use basic JavaScript.
Demo
https://cpython-previews--115324.org.readthedocs.build/en/115324/whatsnew/changelog.html