NouanceLabs / payload-better-fields-plugin

This plugin aims to provide you with very specific and improved fields for the Payload admin panel.
MIT License
124 stars 2 forks source link

Bump payload from 1.15.6 to 2.0.14 #35

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps payload from 1.15.6 to 2.0.14.

Release notes

Sourced from payload's releases.

Release v2.0.14

2.0.14 (2023-10-30)

Bug Fixes

  • adds null to non-required field unions (#3870) (7e919aa)
  • checks for user before accessing properties in preferences update operation(#3844) (24eab3a)
  • db-mongodb: improve find query performance (#3836) (56e58e9), closes #3904
  • db-mongodb: versions pagination (#3875) (4f2b080)
  • disable webpack hot reload on production (#3891) (422c803)
  • duplicate document copying to incorrect locale (#3874) (89f273b)
  • enables nested AND/OR queries (#3834) (237eebd)
  • ensure serverURL has string value for getBaseUploadFields function (#3900) (c564a83)
  • ensures compare-version select field cannot be cleared (#3901) (42d8d11)
  • error handling when duplicating documents fails (#3873) (435eb62)
  • generate new block ids on create (#3871) (3404bab)
  • global permissions for live preview (#3854) (3032e0b)
  • handles null & undefined relationship field values in versions view (#3609) (115e592)
  • incorrect duplication of data in admin ui (#3907) (46fc41c)
  • only apply focal manipulation when necessary (#3902) (a4f36aa)
  • graphql query errors transaction race condition (#3795) (dc13b10)
  • removes conditional return of formattedEmails in sendEmail hook #26 (#28) (e8458f8)
  • resize image if no aspect ratio change (#3859) (f53b713)
  • richtext-*: type issues with typescript strict mode enabled (dac9514)
  • richtext-lexical: Blocks node incorrectly marked as client module (35f00fa)
  • richtext-lexical: remove unnecessary dependencies (fixes #3889) (760565f)
  • set date to 12UTC for default, dayOnly and monthOnly fields (#3887) (d393225)
  • store resized image on req or tempFilePath (#3883) (6c5d525)
  • unique field error handling (#3888) (4d8d4c2)

New Contributors

Release v2.0.13

2.0.13 (2023-10-24)

Bug Fixes

  • adjusts props to accept components for before and after fields instead of functions (#3820) (c476d01)
  • alignment of collapsible within row (#3822) (eaef0e7)
  • named tabs not appearing in the gql mutation input type (#3835) (a0019d0)
  • only parses live preview ready message when same origin (#3791) (e8f2377)
  • prevent storing duplicate user preferences (#3833) (7eee0ec)
  • prevents document sidebar from collapsing (71a3e5b)
  • renders live preview for globals (#3801) (a13ec2e)
  • reverting localized versions (#3831) (5a0d0db)

... (truncated)

Changelog

Sourced from payload's changelog.

2.0.14 (2023-10-30)

Bug Fixes

  • adds null to non-required field unions (#3870) (7e919aa)
  • checks for user before accessing properties in preferences update operation(#3844) (24eab3a)
  • db-mongodb: improve find query performance (#3836) (56e58e9), closes #3904
  • db-mongodb: versions pagination (#3875) (4f2b080)
  • disable webpack hot reload on production (#3891) (422c803)
  • duplicate document copying to incorrect locale (#3874) (89f273b)
  • enables nested AND/OR queries (#3834) (237eebd)
  • ensure serverURL has string value for getBaseUploadFields function (#3900) (c564a83)
  • ensures compare-version select field cannot be cleared (#3901) (42d8d11)
  • error handling when duplicating documents fails (#3873) (435eb62)
  • generate new block ids on create (#3871) (3404bab)
  • global permissions for live preview (#3854) (3032e0b)
  • handles null & undefined relationship field values in versions view (#3609) (115e592)
  • incorrect duplication of data in admin ui (#3907) (46fc41c)
  • only apply focal manipulation when necessary (#3902) (a4f36aa)
  • graphql query errors transaction race condition (#3795) (dc13b10)
  • removes conditional return of formattedEmails in sendEmail hook #26 (#28) (e8458f8)
  • resize image if no aspect ratio change (#3859) (f53b713)
  • richtext-*: type issues with typescript strict mode enabled (dac9514)
  • richtext-lexical: Blocks node incorrectly marked as client module (35f00fa)
  • richtext-lexical: remove unnecessary dependencies (fixes #3889) (760565f)
  • set date to 12UTC for default, dayOnly and monthOnly fields (#3887) (d393225)
  • store resized image on req or tempFilePath (#3883) (6c5d525)
  • unique field error handling (#3888) (4d8d4c2)

2.0.13 (2023-10-24)

Bug Fixes

  • adjusts props to accept components for before and after fields instead of functions (#3820) (c476d01)
  • alignment of collapsible within row (#3822) (eaef0e7)
  • named tabs not appearing in the gql mutation input type (#3835) (a0019d0)
  • only parses live preview ready message when same origin (#3791) (e8f2377)
  • prevent storing duplicate user preferences (#3833) (7eee0ec)
  • prevents document sidebar from collapsing (71a3e5b)
  • renders live preview for globals (#3801) (a13ec2e)
  • reverting localized versions (#3831) (5a0d0db)

2.0.12 (2023-10-23)

Features

  • collection, global and field props for hooks, fix request context initialization, add context to global hooks (#3780)
  • richtext-lexical: HTML Serializer (#3685)

... (truncated)

Commits
  • d6ff8e3 chore(release): payload/2.0.14 [skip ci]
  • 2037390 chore: adds e2e tests for versions tab and route (#3908)
  • 6d94e57 docs: adds Props import to cell-component example (#3931)
  • a14b152 chore: add save prop to docs custom save button example
  • 0da3b59 docs: fix broken link to Microsoft's Monaco Docs (#3921)
  • 46fc41c fix: incorrect duplication of data in admin ui (#3907)
  • 237eebd fix: enables nested AND/OR queries (#3834)
  • 422c803 fix: disable webpack hot reload on production (#3891)
  • 7e919aa fix: adds null to non-required field unions (#3870)
  • d393225 fix: set date to 12UTC for default, dayOnly and monthOnly fields (#3887)
  • 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 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)
dependabot[bot] commented 8 months ago

Looks like payload is up-to-date now, so this is no longer needed.