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.0.15 #38

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps payload from 2.0.14 to 2.0.15.

Release notes

Sourced from payload's releases.

Release v2.0.15

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)
  • exclude files from dev bundle if aliased (#3957) (7966692)
  • field paths being mutated if they ended with the req.locale (#3936) (36576f1)
  • findVersions pagination (#3906) (1f8f173)
  • global autosave and relevant e2e test (a9d96b1)
  • i18n: polish translations (#3934) (e4881bb)
  • passes correct data to buildStateFromSchema on account page (#3984) (c7a315a)
  • prevent sort from saving a new version in version list view (#3944) (900a9ea)
  • properly load temp files into buffer (#3996) (d1a0822)
  • sort document tabs by order (#3968) (06cd52b)
  • vertical alignment in step nav when using larger logos (#3955) (b6d9a20)

New Contributors

Changelog

Sourced from payload's changelog.

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)
  • exclude files from dev bundle if aliased (#3957) (7966692)
  • field paths being mutated if they ended with the req.locale (#3936) (36576f1)
  • findVersions pagination (#3906) (1f8f173)
  • global autosave and relevant e2e test (a9d96b1)
  • i18n: polish translations (#3934) (e4881bb)
  • passes correct data to buildStateFromSchema on account page (#3984) (c7a315a)
  • prevent sort from saving a new version in version list view (#3944) (900a9ea)
  • properly load temp files into buffer (#3996) (d1a0822)
  • sort document tabs by order (#3968) (06cd52b)
  • vertical alignment in step nav when using larger logos (#3955) (b6d9a20)
Commits
  • f320a87 chore(release): payload/2.0.15 [skip ci]
  • d1a0822 fix: properly load temp files into buffer (#3996)
  • da533d6 Merge pull request #3981 from payloadcms/fix/autosave
  • fb3b95e docs: update default autosave interval
  • a9d96b1 fix: global autosave and relevant e2e test
  • ea7ce6f test: adds autosave test
  • 354b73c Merge branch 'main' into fix/autosave
  • 96fc3df chore: ellipse long error messages, add title attribute (#3812)
  • c7a315a fix: passes correct data to buildStateFromSchema on account page (#3984)
  • b722f20 fix: autosave updating data in unrelated docs
  • 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

Superseded by #41.