Skip to content
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

Bump wagtail from 2.5.1 to 2.6.2 #46

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps wagtail from 2.5.1 to 2.6.2.

Release notes

Sourced from wagtail's releases.

2.6.2

  • Prevent search indexing failures on Postgres 9.4 and Django >= 2.2.1 (Matt Westcott)

2.6.1

  • Fix: Prevent Javascript errors caused by unescaped quote characters in translation strings (Matt Westcott)

2.6

  • Removed support for Python 3.4
  • Added support for short_description for field labels in modeladmin's InspectView (Wesley van Lee)
  • Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
  • Added support for specifying cell alignment on TableBlock (Samuel Mendes)
  • Added more informative error when a non-image object is passed to the image template tag (Deniz Dogan)
  • Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies)
  • Added ButtonHelper examples in the modelAdmin primer page within documentation (Kalob Taulien)
  • Multiple clarifications, grammar and typo fixes throughout documentation (Dan Swain)
  • Use correct URL in API example in documentation (Michael Bunsen)
  • Move datetime widget initialiser JS into the widget's form media instead of page editor media (Matt Westcott)
  • Add form field prefixes for input forms in chooser modals (Matt Westcott)
  • Increase font-size across the whole admin (Beth Menzies, Katie Locke)
  • Improved text color contrast across the whole admin (Beth Menzies, Katie Locke)
  • Added consistent focus outline styles across the whole admin (Thibaud Colas)
  • Removed version number from the logo link’s title. The version can now be found under the Settings menu (Thibaud Colas)
  • Added "don't delete" option to confirmation screen when deleting images, documents and modeladmin models (Kevin Howbrook)
  • Added branding_title template block for the admin title prefix (Dillen Meijboom)
  • Add image dimensions in image gallery and image choosers for screen reader users (Helen Chapman)
  • Added support for custom search handler classes to modeladmin's IndexView, and added a class that uses the default Wagtail search backend for searching (Seb Brown, Andy Babic)
  • Improved heading structure for screen reader users navigating the CMS admin (Beth Menzies, Helen Chapman)
  • Updated group edit view to expose the Permission object for each checkbox (George Hickman)
  • Improve performance of Pages for Moderation panel (Fidel Ramos)
  • Add more contextual information for screen readers in the explorer menu’s links (Helen Chapman)
  • Added process_child_object and exclude_fields arguments to Page.copy() to make it easier for third-party apps to customise copy behavior (Karl Hobley)
  • Added Page.with_content_json(), allowing revision content loading behaviour to be customised on a per-model basis (Karl Hobley)
  • Improved screen-reader labels for action links in page listing (Helen Chapman, Katie Locke)
  • Added screen-reader labels for table headings in page listing (Helen Chapman, Katie Locke)
  • Added screen reader labels for page privacy toggle, edit lock, status tag in page explorer & edit views (Helen Chapman, Katie Locke)
  • Added screen-reader labels for dashboard summary cards (Helen Chapman, Katie Locke)
  • Added screen-reader labels for privacy toggle of collections (Helen Chapman, Katie Locke)
  • Added construct_settings_menu hook (Jordan Bauer, Quadric)
  • Fixed compatibility of date / time choosers with wagtail-react-streamfield (Mike Hearn)
  • Performance optimization of several admin functions, including breadcrumbs, home and index pages (Fidel Ramos)
  • Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
  • Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
  • Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate)
  • Fix: Revised test decorator to ensure TestPageEditHandlers test cases run correctly (Alex Tomkins)
  • Fix: Wagtail bird animation in admin now ends correctly on all browsers (Deniz Dogan)
  • Fix: Explorer menu no longer shows sibling pages for which the user does not have access (Mike Hearn)
  • Fix: Fixed occurences of invalid HTML across the CMS admin (Thibaud Colas)
  • Fix: Admin HTML now includes the correct dir attribute for the active language (Andreas Bernacca)
  • Fix: Fix type error when using --chunk_size argument on ./manage.py update_index (Seb Brown)
  • Fix: Avoid rendering entire form in EditHandler's repr method (Alex Tomkins)
... (truncated)
Changelog

Sourced from wagtail's changelog.

2.6.2 (19.09.2019)


 * Fix: Prevent search indexing failures on Postgres 9.4 and Django >= 2.2.1 (Matt Westcott)


2.6.1 (05.08.2019)
  • Fix: Prevent Javascript errors caused by unescaped quote characters in translation strings (Matt Westcott)

2.6 (01.08.2019)


 * Removed support for Python 3.4
 * Added support for `short_description` for field labels in modeladmin's `InspectView` (Wesley van Lee)
 * Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg)
 * Added support for specifying cell alignment on TableBlock (Samuel Mendes)
 * Added more informative error when a non-image object is passed to the `image` template tag (Deniz Dogan)
 * Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies)
 * Added ButtonHelper examples in the modelAdmin primer page within documentation (Kalob Taulien)
 * Multiple clarifications, grammar and typo fixes throughout documentation (Dan Swain)
 * Use correct URL in API example in documentation (Michael Bunsen)
 * Move datetime widget initialiser JS into the widget's form media instead of page editor media (Matt Westcott)
 * Add form field prefixes for input forms in chooser modals (Matt Westcott)
 * Increase font-size across the whole admin (Beth Menzies, Katie Locke)
 * Improved text color contrast across the whole admin (Beth Menzies, Katie Locke)
 * Added consistent focus outline styles across the whole admin (Thibaud Colas)
 * Removed version number from the logo link’s title. The version can now be found under the Settings menu (Thibaud Colas)
 * Added "don't delete" option to confirmation screen when deleting images, documents and modeladmin models (Kevin Howbrook)
 * Added `branding_title` template block for the admin title prefix (Dillen Meijboom)
 * Add image dimensions in image gallery and image choosers for screen reader users (Helen Chapman)
 * Added support for custom search handler classes to modeladmin's IndexView, and added a class that uses the default Wagtail search backend for searching (Seb Brown, Andy Babic)
 * Improved heading structure for screen reader users navigating the CMS admin (Beth Menzies, Helen Chapman)
 * Updated group edit view to expose the Permission object for each checkbox (George Hickman)
 * Improve performance of Pages for Moderation panel (Fidel Ramos)
 * Add more contextual information for screen readers in the explorer menu’s links (Helen Chapman)
 * Added `process_child_object` and `exclude_fields` arguments to ``Page.copy()`` to make it easier for third-party apps to customise copy behavior (Karl Hobley)
 * Added `Page.with_content_json()`, allowing revision content loading behaviour to be customised on a per-model basis (Karl Hobley)
 * Improved screen-reader labels for action links in page listing (Helen Chapman, Katie Locke)
 * Added screen-reader labels for table headings in page listing (Helen Chapman, Katie Locke)
 * Added screen reader labels for page privacy toggle, edit lock, status tag in page explorer & edit views (Helen Chapman, Katie Locke)
 * Added screen-reader labels for dashboard summary cards (Helen Chapman, Katie Locke)
 * Added screen-reader labels for privacy toggle of collections (Helen Chapman, Katie Locke)
 * Added `construct_settings_menu` hook (Jordan Bauer, Quadric)
 * Fixed compatibility of date / time choosers with wagtail-react-streamfield (Mike Hearn)
 * Performance optimization of several admin functions, including breadcrumbs, home and index pages (Fidel Ramos)
 * Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott)
 * Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook)
</tr></table> ... (truncated)
Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 20, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #48.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/develop/wagtail-2.6.2 branch October 23, 2019 04:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants