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-autocomplete from 0.9.0 to 0.10.0 in /app #379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps wagtail-autocomplete from 0.9.0 to 0.10.0.

Release notes

Sourced from wagtail-autocomplete's releases.

Version 0.10.0

  • Change the search view to use the HTTP POST method, which can prevent the request URI from becoming too long.
  • New feature: add the possibility of a custom filter function.
Changelog

Sourced from wagtail-autocomplete's changelog.

========= Changelog

0.10 Release

  • Change the search view to use the HTTP POST method, which can prevent the request URI from becoming too long.
  • New feature: add the possibility of a custom filter function.

0.9 Release

  • Add Wagtail 3.x compatibility

0.8.1 Release

  • Change in behavior: the autocomplete endpoint will return a 404 response if no objects are found.
  • Update Javascript dependencies to remove security vulnerabilities.

0.7 Release

  • Breaking change: Drop deprecated page_type and is_single arguments from AutocompletePanel.
  • Update the panel and widget codes based on panels of wagtail.admin.edit_handlers -- mainly PageChooserPanel.
  • Update Javascript dependencies to remove security vulnerabilities.
  • Update use of deprecated django.conf.urls.url function.

0.6.3 Release

  • Remove native browser autocomplete form field.

0.6 Release

  • Add Wagtail 2.8 support

0.5 Release

  • Add Django 3.0 support
  • Remove Wagtail 1.x support (Wagtail 2.3 or later now required)
  • Documentation fixes

0.4 Release

  • Deprecate is_single option, make target_model optional. AutocompletePanel will now automatically derive these attributes from the field. ([#48](https://github.com/wagtail/wagtail-autocomplete/issues/48) <https://github.com/wagtail/wagtail-autocomplete/pull/48>_)

... (truncated)

Commits
  • c16d917 Merge pull request #146 from wagtail/release-prep
  • 2ad7f84 Increment version for release
  • e8529b7 Update changelog
  • 86fd940 Merge pull request #145 from wagtail/dependabot/npm_and_yarn/webpack-5.76.0
  • d2232b4 Bump webpack from 5.72.1 to 5.76.0
  • 20a45c4 Merge pull request #139 from simon-retsch/feature/138-add-possibility-to-repl...
  • 607a09e Add documentation
  • fa79773 Format code to full fill restrictions
  • 453e129 Add possibility for custom filter function #138
  • 9e605eb Merge pull request #137 from wagtail/upgrade-json5
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [wagtail-autocomplete](https://github.com/wagtail/wagtail-autocomplete) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/wagtail/wagtail-autocomplete/releases)
- [Changelog](https://github.com/wagtail/wagtail-autocomplete/blob/main/docs/changelog.rst)
- [Commits](wagtail/wagtail-autocomplete@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: wagtail-autocomplete
  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 1, 2023
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.

0 participants