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 payload from 2.0.14 to 2.16.0 #100

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps payload from 2.0.14 to 2.16.0.

Release notes

Sourced from payload's releases.

v2.16.0

2.16.0 (2024-05-06)

Features

  • adds disableListColumn, disableListFilter to fields admin props (#6188) (db4aace)

Bug Fixes

  • graphql upload relations returning null (#6233) (cac52da)
  • hide drag handles when admin.isSortable: false (#6225) (622cdb0)
  • plugin-form-builder: hook overrides not working as intended (#6203) (b735d6a)

v2.15.0

2.15.0 (2024-05-03)

Features

Bug Fixes

  • bulk publish from collection list (#6063) (84570e6)
  • cascade draft arg in nested GraphQL relationship queries (#6141) (a8ac8b4)
  • GraphQL nested relationships not respecting req locale (#6117) (3fccd34)
  • hide unusable fields from collection filter select (#6135) (2be5ad0)
  • incorrect localesNotSaved translation (#5996) (af67749)
  • plugin-cloud: purge cache for all sizes (#5301) (831f1ff)
  • properly adds readonly styles to disabled radio fields (#6176) (9b7e62d)
  • resets filter state when param state change within route (#6169) (6e38cc2)
  • richtext-lexical: drag and add block handles disappear too quickly for smaller screen sizes. (#6145) (24f6972)
  • richtext-lexical: floating toolbar caret positioned incorrectly for some line heights (#6151) (36b1f5a)
  • sanitizes fields in default edit view for drawer content (#6175) (43dab5c)
  • version restoration (#6039) (91bac9c)

v2.14.2

2.14.2 (2024-04-26)

Bug Fixes

v2.14.1

2.14.1 (2024-04-25)

... (truncated)

Changelog

Sourced from payload's changelog.

2.16.0 (2024-05-06)

Features

  • adds disableListColumn, disableListFilter to fields admin props (#6188) (db4aace)

Bug Fixes

  • graphql upload relations returning null (#6233) (cac52da)
  • hide drag handles when admin.isSortable: false (#6225) (622cdb0)
  • plugin-form-builder: hook overrides not working as intended (#6203) (b735d6a)

2.15.0 (2024-05-03)

Features

Bug Fixes

  • bulk publish from collection list (#6063) (84570e6)
  • cascade draft arg in nested GraphQL relationship queries (#6141) (a8ac8b4)
  • GraphQL nested relationships not respecting req locale (#6117) (3fccd34)
  • hide unusable fields from collection filter select (#6135) (2be5ad0)
  • incorrect localesNotSaved translation (#5996) (af67749)
  • plugin-cloud: purge cache for all sizes (#5301) (831f1ff)
  • properly adds readonly styles to disabled radio fields (#6176) (9b7e62d)
  • resets filter state when param state change within route (#6169) (6e38cc2)
  • richtext-lexical: drag and add block handles disappear too quickly for smaller screen sizes. (#6145) (24f6972)
  • richtext-lexical: floating toolbar caret positioned incorrectly for some line heights (#6151) (36b1f5a)
  • sanitizes fields in default edit view for drawer content (#6175) (43dab5c)
  • version restoration (#6039) (91bac9c)

2.14.2 (2024-04-26)

Bug Fixes

2.14.1 (2024-04-25)

Bug Fixes

... (truncated)

Commits
  • 6ae6826 chore(release): payload/2.16.0 [skip ci]
  • 622cdb0 fix: hide drag handles when admin.isSortable: false (#6225)
  • cac52da fix: graphql upload relations returning null (#6233)
  • db4aace feat: adds disableListColumn, disableListFilter to fields admin props (#6188)
  • 20f1ece chore(release): payload/2.15.0 [skip ci]
  • 2be5ad0 fix: hide unusable fields from collection filter select (#6135)
  • 5c58bd3 feat: add isSortable to arrays and blocks (#5962)
  • 23f3eb1 feat: use filterOptions in list relationship filter (#6156)
  • af67749 fix: incorrect localesNotSaved translation (#5996)
  • 43dab5c fix: sanitizes fields in default edit view for drawer content (#6175)
  • 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 [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) from 2.0.14 to 2.16.0.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/payloadcms/payload/commits/payload/2.16.0/packages/payload)

---
updated-dependencies:
- dependency-name: payload
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2024

Superseded by #103.

@dependabot dependabot bot closed this May 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/payload-2.16.0 branch May 7, 2024 22:48
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants