mooxl / astroad

A pre-configured setup for easy website development with Astro and Payload CMS using Docker.
MIT License
92 stars 8 forks source link

Bump payload from 1.15.6 to 2.1.0 in /payload #137

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps payload from 1.15.6 to 2.1.0.

Release notes

Sourced from payload's releases.

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)

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)

... (truncated)

Changelog

Sourced from payload's changelog.

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)
  • 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)

2.0.14 (2023-10-30)

Bug Fixes

... (truncated)

Commits
  • 0e682a3 chore(release): payload/2.1.0 [skip ci]
  • 266c327 feat: Custom Error, Label, and before/after field components (#3747)
  • 67b3baa fix: vite not replacing env vars correctly when building
  • 55659c7 chore(docs): imporoves usability of useAuth and exports useTableColumns
  • 6a0a859 feat: add internationalization (i18n) to locales (#4005)
  • 57da3c9 fix: error on graphql multiple queries (#3985)
  • 6114381 ci: split e2e tests into 8 parts
  • d068ef7 fix: injects array and block ids into fieldSchemaToJSON (#4043)
  • 7a9af44 fix: polymorphic hasMany relationships missing in postgres admin (#4053)
  • 8d14c21 fix: resets list filter row when the filter on field is changed (#3956)
  • 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 11 months ago

Superseded by #138.