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.12 #32

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps payload from 1.15.6 to 2.0.12.

Release notes

Sourced from payload's releases.

Release v2.0.12

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)

Bug Fixes

  • remove duplicate removal of temp upload file (#3818)
  • simplify how the search input and query params are connected (#3797)
  • standardizes layout of document fields (#3798)
  • issue where dragging unsortable item would crash the page (#3789)
  • richtext-lexical: defaultValue property didn't fit into field schema (b5c7bbed9)
  • richtext-*: hasMany relationships not populated correctly (e197e0316)

Release v2.0.11

2.0.11 (2023-10-19)

Features

  • add ability to opt out of type gen declare statement (#3765)

Bug Fixes

  • corrects versions collection casing (#3739)

  • updates req after file resize (#3754)

  • correctly renders focal point when crop is set to false (#3759)

  • account for many slug types in generate types (#3698)

  • handle graphQL: false on globals when building policy type (#3729)

  • renders id as fallback title in DeleteDocument (#3745)

  • properly handles hideAPIURL (#3721)

  • filesRequiredOnCreate typing, tests, linting (#3737)

  • webpack-bundler: corrects payload alias (#3769)

  • bundler-webpack: better node_modules resolution (#3744)

  • db-postgres: block and array inserts error (#3714)

  • live-preview: properly handles uploads and hasOne monomorphic relationships (#3719)

Release v2.0.10

2.0.10 (2023-10-17)

Features

Bug Fixes

  • Register first user verify update missing transaction id / req (#3665) (68c5a5751)

... (truncated)

Changelog

Sourced from payload's changelog.

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)

Bug Fixes

  • remove duplicate removal of temp upload file (#3818)
  • simplify how the search input and query params are connected (#3797)
  • standardizes layout of document fields (#3798)
  • issue where dragging unsortable item would crash the page (#3789)
  • richtext-lexical: defaultValue property didn't fit into field schema (b5c7bbed9)
  • richtext-*: hasMany relationships not populated correctly (e197e0316)

2.0.11 (2023-10-19)

Features

  • add ability to opt out of type gen declare statement (#3765)

Bug Fixes

  • corrects versions collection casing (#3739)

  • updates req after file resize (#3754)

  • correctly renders focal point when crop is set to false (#3759)

  • account for many slug types in generate types (#3698)

  • handle graphQL: false on globals when building policy type (#3729)

  • renders id as fallback title in DeleteDocument (#3745)

  • properly handles hideAPIURL (#3721)

  • filesRequiredOnCreate typing, tests, linting (#3737)

  • webpack-bundler: corrects payload alias (#3769)

  • bundler-webpack: better node_modules resolution (#3744)

  • db-postgres: block and array inserts error (#3714)

  • live-preview: properly handles uploads and hasOne monomorphic relationships (#3719)

2.0.10 (2023-10-17)

Features

Bug Fixes

  • Register first user verify update missing transaction id / req (#3665) (68c5a5751)

2.0.8 (2023-10-17)

... (truncated)

Commits
  • cac33ac chore(release): payload/2.0.12 [skip ci]
  • 219aa3b fix: remove duplicate removal of temp upload file (#3818)
  • dd0ff50 chore: sync pnpm-lock.yaml
  • 591c0a0 Merge pull request #3677 from payloadcms/chore/plugin-stripe
  • a197161 chore: sync pnpm-lock.yaml
  • ae5b397 test(plugin-stripe): stub tests
  • e6b2d3d chore(plugin-stripe): format
  • 6b19525 chore(plugin-stripe): eslint fix
  • c86ae0a chore(plugin-stripe): cleanup after import
  • 9277b30 fix(richtext-lexical): infinite re-rendering after draft save (#3709)
  • 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)
tyteen4a03 commented 8 months ago

Hi @paulpopus , can this be merged please? The current peerDepedency on Payload 1 is causing bun install to fail on my Payload 2 project.

paulpopus commented 8 months ago

@tyteen4a03 I'll cut a release tomorrow with this and other changes and to ensure 2.0 compatibility, apologies for the delays!

dependabot[bot] commented 8 months ago

Superseded by #35.