Skip to content

Bump wagtail from 7.0.1 to 7.1 #76

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

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps wagtail from 7.0.1 to 7.1.

Release notes

Sourced from wagtail's releases.

7.1

  • Allow configuring permissions for site settings on a per-site basis (Matt Westcott)
  • Add iHeart oEmbed provider (Storm Heg)
  • Add locale-aware NumberColumn to display numbers in universal listings (Baptiste Mispelon)
  • Add ability for the header breadcrumbs to save their open/closed state across navigation & refresh (Srishti Jaiswal)
  • Update Twitter oEmbed provider to recognize x.com links (manu)
  • Render listing buttons as template components (Sage Abdullah)
  • Define default GenericRelations for RevisionMixin and WorkflowMixin, to avoid issues with deletion cascades (Sage Abdullah)
  • Document and relocate the init_new_page signal (Maciek Baron)
  • Use requests to access oEmbed endpoints, for more robust SSL certificate handling (Matt Westcott)
  • Ensure that bulk deletion views respect protected foreign keys (Sage Abdullah)
  • Add minimum length validation for RichTextBlock and RichTextField (Alec Baron)
  • Allow SnippetChooserBlock's icon to take precedence over SnippetViewSet.icon (Matt Westcott)
  • Allow searching the users index on custom fields (Paul Craciunoiu, Sage Abdullah)
  • Support preserve-svg in Jinja2 image tags (Vishesh Garg)
  • Recognize preserve-svg as a filter when calling Image.get_rendition directly (Richard Allen)
  • Add support for preserve-svg for Image.get_renditions, picture, and srcset_image tags (Matt Westcott)
  • Include TypedTableBlock content when indexing for search (Charan T M)
  • Preserve query parameters when redirecting from the API find view to the detail view (Andrew Hosgood)
  • Add 'Edit' button to success message after copying page (Dhruvi Patel)
  • Restrict file dialog in multiple image uploader to the allowed image file types (Mustopha Mubarak O)
  • Raise clear error when non-StreamBlock is used as top-level block in StreamField (Clifford Gama)
  • Refactor user bar rendering to better support headless websites (Sage Abdullah)
  • Add type-to-confirm step when deleting large numbers of pages through bulk actions (Rachel Smith)
  • Add NoFutureDateValidator to validate against dates in the future (Talha Rizwan)
  • Extract separate background_position_x and background_position_y properties from AbstractRendition.background_position_style (Chiemezuo Akujobi)
  • Add support for translated string concatenation in the locale selector when switching between a model's language in the admin (Matt Westcott, Ellie Walsh-O'Neill)
  • Switch to check / cross icons for users’ active state in users listing (Sage Abdullah)
  • Add a keyboard shortcut to easily toggle the visibility of the minimap side panel (Dhruvi Patel)
  • Add a new user profile setting to disable Wagtail’s custom keyboard shortcuts (Dhruvi Patel)
  • Add API for extracting preview page content (Sage Abdullah)
  • Add toggle from grid to list layout for image listings (Joel William)
  • Add UsageCountColumn to document and image listings (Joel William, Sage Abdullah)
  • Make StructBlocks collapsible when nested to support block settings (Sage Abdullah)
  • Improve label_format support for more widget types in StreamField (Sage Abdullah)
  • Add form_attrs support to all StreamField blocks (Sage Abdullah)
  • Update project template documentation to include testing instructions and include starting test file in template (Aditya (megatrron))
  • Add support for preview_value and default in Block meta options as callables for dynamic previews within StreamField (Ziyao Yan, Sage Abdullah)
  • Add previews support for generic and site settings (Sébastien Corbin, Sage Abdullah)
  • Provide client-side access to the editing form panel structure (Matt Westcott)
  • Make transliteration of titles to slugs locale-aware, and provide further customisation options (LB (Ben) Johnston)
  • Add a keyboard shortcut to easily toggle the visibility of the main menu (Dhruvi Patel)
  • Fix: Handle lazy translation strings as preview_value for RichTextBlock (Seb Corbin)
  • Fix: Fix handling of newline-separated choices in form builder when using non-windows newline characters (Baptiste Mispelon)
  • Fix: Ensure WAGTAILADMIN_LOGIN_URL is respected when logging out of the admin (Antoine Rodriguez, Ramon de Jezus)
  • Fix: Fix behavior of ViewSet.inject_view_methods with multiple methods (Gorlik)
  • Fix: Preserve query strings in URLs submitted to CloudFront for invalidation (Jigyasu Rajput)
  • Fix: Handle non-JSON-safe fields in exclude_fields_in_copy (Matt Westcott)
  • Fix: Allow upload of AVIF images through image chooser on Firefox (Matt Westcott)
  • Fix: Accept any string beginning with 'y' as confirmation for import_redirects command (Matt Westcott)

... (truncated)

Changelog

Sourced from wagtail's changelog.

7.1 (04.08.2025)


 * Allow configuring permissions for site settings on a per-site basis (Matt Westcott)
 * Add iHeart oEmbed provider (Storm Heg)
 * Add locale-aware `NumberColumn` to display numbers in universal listings (Baptiste Mispelon)
 * Add ability for the header breadcrumbs to save their open/closed state across navigation & refresh (Srishti Jaiswal)
 * Update Twitter oEmbed provider to recognize x.com links (manu)
 * Render listing buttons as template components (Sage Abdullah)
 * Define default `GenericRelations` for `RevisionMixin` and `WorkflowMixin`, to avoid issues with deletion cascades (Sage Abdullah)
 * Document and relocate the `init_new_page` signal (Maciek Baron)
 * Use `requests` to access oEmbed endpoints, for more robust SSL certificate handling (Matt Westcott)
 * Ensure that bulk deletion views respect protected foreign keys (Sage Abdullah)
 * Add minimum length validation for `RichTextBlock` and `RichTextField` (Alec Baron)
 * Allow `SnippetChooserBlock`'s `icon` to take precedence over `SnippetViewSet.icon` (Matt Westcott)
 * Allow searching the users index on custom fields (Paul Craciunoiu, Sage Abdullah)
 * Support `preserve-svg` in Jinja2 image tags (Vishesh Garg)
 * Recognize `preserve-svg` as a filter when calling `Image.get_rendition` directly (Richard Allen)
 * Add support for `preserve-svg` for `Image.get_renditions`, picture, and srcset_image tags (Matt Westcott)
 * Include `TypedTableBlock` content when indexing for search (Charan T M)
 * Preserve query parameters when redirecting from the API `find` view to the `detail` view (Andrew Hosgood)
 * Add 'Edit' button to success message after copying page (Dhruvi Patel)
 * Restrict file dialog in multiple image uploader to the allowed image file types (Mustopha Mubarak O)
 * Raise clear error when non-StreamBlock is used as top-level block in StreamField (Clifford Gama)
 * Refactor user bar rendering to better support headless websites (Sage Abdullah)
 * Add type-to-confirm step when deleting large numbers of pages through bulk actions (Rachel Smith)
 * Add `NoFutureDateValidator` to validate against dates in the future (Talha Rizwan)
 * Extract separate `background_position_x` and `background_position_y` properties from `AbstractRendition.background_position_style` (Chiemezuo Akujobi)
 * Add support for translated string concatenation in the locale selector when switching between a model's language in the admin (Matt Westcott, Ellie Walsh-O'Neill)
 * Switch to check / cross icons for users’ active state in users listing (Sage Abdullah)
 * Add a keyboard shortcut to easily toggle the visibility of the minimap side panel (Dhruvi Patel)
 * Add a new user profile setting to disable Wagtail’s custom keyboard shortcuts (Dhruvi Patel)
 * Add API for extracting preview page content (Sage Abdullah)
 * Add toggle from grid to list layout for image listings (Joel William)
 * Add `UsageCountColumn` to document and image listings (Joel William, Sage Abdullah)
 * Make `StructBlock`s collapsible when nested to support block settings (Sage Abdullah)
 * Improve `label_format` support for more widget types in StreamField (Sage Abdullah)
 * Add `form_attrs` support to all StreamField blocks (Sage Abdullah)
 * Update project template documentation to include testing instructions and include starting test file in template (Aditya (megatrron))
 * Add support for `preview_value` and `default` in `Block` meta options as callables for dynamic previews within StreamField (Ziyao Yan, Sage Abdullah)
 * Add previews support for generic and site settings (Sébastien Corbin, Sage Abdullah)
 * Provide client-side access to the editing form panel structure (Matt Westcott)
 * Make transliteration of titles to slugs locale-aware, and provide further customisation options (LB (Ben) Johnston)
 * Add a keyboard shortcut to easily toggle the visibility of the main menu (Dhruvi Patel)
 * Fix: Handle lazy translation strings as `preview_value` for `RichTextBlock` (Seb Corbin)
 * Fix: Fix handling of newline-separated choices in form builder when using non-windows newline characters (Baptiste Mispelon)
 * Fix: Ensure `WAGTAILADMIN_LOGIN_URL` is respected when logging out of the admin (Antoine Rodriguez, Ramon de Jezus)
 * Fix: Fix behavior of `ViewSet.inject_view_methods` with multiple methods (Gorlik)
 * Fix: Preserve query strings in URLs submitted to CloudFront for invalidation (Jigyasu Rajput)
 * Fix: Handle non-JSON-safe fields in `exclude_fields_in_copy` (Matt Westcott)
</tr></table> 

... (truncated)

Commits
  • cf8c53e Replace myst_url_schemes links with relative external links (#13301)
  • f0e8d4c Fill in release date for 7.1 final
  • 1f6a3e7 Version bump to 7.1 final
  • 9a84f07 Fetch new translations from Transifex
  • 5d8d11f Add versionadded note to client-side panels docs
  • 5a4bd08 Documentation for client-side panels API (#13300)
  • b1d65e0 Update release notes to mention new UI components page
  • 1426caa Add docs for Fragment
  • 19555be Add docs for Dropdown
  • 2292fe4 Add intro paragraphs to UI components section
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wagtail](https://github.com/wagtail/wagtail) from 7.0.1 to 7.1.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v7.0.1...v7.1)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-version: '7.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 11, 2025
@ArneTR ArneTR merged commit 8c54747 into gmt-pinned-versions Aug 12, 2025
@ArneTR ArneTR deleted the dependabot/pip/gmt-pinned-versions/wagtail-7.1 branch August 12, 2025 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant