-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-115317: Rewrite changelog filter to use vanilla JavaScript #115324
New issu 8000 e
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 <tomas.roun8@gmail.com>
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
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 <1324225+hugovk@users.noreply.github.com> Co-authored-by: Tomas R <tomas.roun8@gmail.com>
GH-115372 is a backport of this pull requ 8000 est to the 3.12 branch. |
…ythonGH-115324) (cherry picked from commit 341d787) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Tomas R <tomas.roun8@gmail.com>
GH-115373 is a backport of this pull request to the 3.11 branch. |
…ython#115324) Co-authored-by: Tomas R <tomas.roun8@gmail.com>
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