openownership / openownership.org-wagtail

Open Ownership Wagtail site.
Other
1 stars 1 forks source link

Bump wagtail-autocomplete from 0.9.0 to 0.10.0 in /app #379

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

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.