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 2.0.14 to 2.1.1 #41

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps payload from 2.0.14 to 2.1.1.

Release notes

Sourced from payload's releases.

Release v2.1.1

2.1.1 (2023-11-10)

Bug Fixes

  • conditionally hide dot menu in DocumentControls (#4075) (cef4cbb)
  • disable editing option for svg image types (#4071) (949e265)
  • fixes creation of related documents within a transaction if filterOptions is used (#4087) (acad288)
  • hide empty image sizes from the preview drawer (#3946) (687f485)
  • live-preview: ensures field schema exists before traversing fields (#4074) (7059a71)
  • live-preview: field recursion and relationship population (#4045) (2ad7340)
  • live-preview: properly handles apiRoute (#4076) (1f851f2)
  • possible issue with access control not using req (#4086) (348a70c)
  • richtext-lexical: Blocks: unnecessary saving node value when initially opening a document & new lexical tests (#4059) (fff377a)
  • richtext-lexical: floating select toolbar caret not positioned correctly if first line is selected (#4062) (c462df3)

Release v2.1.0

2.1.0 (2023-11-08)

Features

  • add internationalization (i18n) to locales (#4005) (6a0a859)
  • Custom Error, Label, and before/after field components (#3747) (266c327)

Bug Fixes

  • error on graphql multiple queries (#3985) (57da3c9)
  • focal and cropping issues, adds test (#4039) (acba5e4)
  • handle invalid tokens in refresh token operation (#3647) (131d89c)
  • hasMany number and select fields unable to save within arrays (#4047) (182c57b)
  • injects array and block ids into fieldSchemaToJSON (#4043) (d068ef7)
  • parse predefined migrations via file arg or name prefix (#4001) (eb42c03)
  • polymorphic hasMany relationships missing in postgres admin (#4053) (7a9af44)
  • resets list filter row when the filter on field is changed (#3956) (8d14c21)
  • Update API Views (b008b6c)
  • vite not replacing env vars correctly when building (67b3baa)

New Contributors

Release v2.0.15

2.0.15 (2023-11-03)

... (truncated)

Changelog

Sourced from payload's changelog.

2.1.1 (2023-11-10)

Bug Fixes

  • conditionally hide dot menu in DocumentControls (#4075) (cef4cbb)
  • disable editing option for svg image types (#4071) (949e265)
  • fixes creation of related documents within a transaction if filterOptions is used (#4087) (acad288)
  • hide empty image sizes from the preview drawer (#3946) (687f485)
  • live-preview: ensures field schema exists before traversing fields (#4074) (7059a71)
  • live-preview: field recursion and relationship population (#4045) (2ad7340)
  • live-preview: properly handles apiRoute (#4076) (1f851f2)
  • plugin-nested-docs: sync write transaction errors (#4084) (47efd3b)
  • possible issue with access control not using req (#4086) (348a70c)
  • richtext-lexical: Blocks: unnecessary saving node value when initially opening a document & new lexical tests (#4059) (fff377a)
  • richtext-lexical: floating select toolbar caret not positioned correctly if first line is selected (#4062) (c462df3)

2.1.0 (2023-11-08)

Features

  • add internationalization (i18n) to locales (#4005) (6a0a859)
  • Custom Error, Label, and before/after field components (#3747) (266c327)

Bug Fixes

  • error on graphql multiple queries (#3985) (57da3c9)
  • focal and cropping issues, adds test (#4039) (acba5e4)
  • handle invalid tokens in refresh token operation (#3647) (131d89c)
  • hasMany number and select fields unable to save within arrays (#4047) (182c57b)
  • injects array and block ids into fieldSchemaToJSON (#4043) (d068ef7)
  • parse predefined migrations via file arg or name prefix (#4001) (eb42c03)
  • polymorphic hasMany relationships missing in postgres admin (#4053) (7a9af44)
  • resets list filter row when the filter on field is changed (#3956) (8d14c21)
  • Update API Views (b008b6c)
  • vite not replacing env vars correctly when building (67b3baa)

2.0.15 (2023-11-03)

Bug Fixes

  • autosave updating data in unrelated docs (b722f20)
  • better error handling within parseCookies (#3720) (6b1b4ff)
  • block row removal w/ db-postgres adapter (#3951) (5ea88bb)
  • deeply merges view configs (#3954) (a5b2333)
  • do not display field if read permission is false - admin panel ui (#3949) (cdc10be)
  • ensures dataloader does not run requests in parallel (4607dbf)

... (truncated)

Commits
  • 47bd389 chore(release): payload/2.1.1 [skip ci]
  • a57c68c chore(plugin-sentry): set version to latest instead of beta for release notes
  • acad288 fix: fixes creation of related documents within a transaction if filterOption...
  • db2da71 Merge pull request #4097 from payloadcms/docs/disableIndexHints
  • cbb4ce2 docs: document disableIndexHints property
  • 47efd3b fix(plugin-nested-docs): sync write transaction errors (#4084)
  • 348a70c fix: possible issue with access control not using req (#4086)
  • 9f873f8 chore(db-mongodb): add option to disable index hint optimization, which break...
  • 949e265 fix: disable editing option for svg image types (#4071)
  • 687f485 fix: hide empty image sizes from the preview drawer (#3946)
  • 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 7 months ago

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