invakid404 / payload-blurhash-plugin

Payload CMS plugin for automatic Blurhash encoding of images
The Unlicense
57 stars 5 forks source link

chore(deps-dev): bump payload from 1.2.5 to 1.6.17 #149

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps payload from 1.2.5 to 1.6.17.

Release notes

Sourced from payload's releases.

Release 1.6.17

1.6.17 (2023-03-06)

Bug Fixes

  • #2150, can now query on N number of levels deep (ac54b11)
  • #2179, async default values resetting form state (a4de51a)
  • allows empty objects to be retained in db (0247e2d)
  • clear relationship value (#2188) (387cec9)
  • conditionally renders draggable pill (#2224) (812ab9f)
  • ensures sorting on drafts works in all cases (c87fd2b)
  • globals publish after draft (44651e6)
  • minimize not set to false on all field type schemas (ace032e)
  • pass result of previous hook into next hook (c661ac2)
  • properly resizes animated images (#2181) (8c4f890)
  • properly set req.payload on forgotPassword in local API (#2194) (5ac436e)
  • redirects example (#2209) (5aa203d)
  • removes duplicative fields from table columns #2221 (#2226) (474a3cb)
  • renders rte upload drawer #2178 (523d9d4)
  • skips field validation on submit if skipValidation is set to true (cf17760)
  • Validate typescript signature (8d31ed6)
  • version comparison view errors on old select value (#2163) (a3cc3c3)
  • versions table (#2235) (066f5f6)
  • virtual fields example (#2214) (f6eb020)

Features

  • Add Hungarian Translations (#2169) (ebd16e8)
  • adds min and max options to relationship with hasMany (0f38a0d)
  • drag-and-drop columns (#2142) (e2c65e3)
  • improves ui performance with thousands of fields (0779f8d)

Release 1.6.16

1.6.16 (2023-02-28)

Bug Fixes

... (truncated)

Changelog

Sourced from payload's changelog.

1.6.17 (2023-03-06)

Bug Fixes

  • #2150, can now query on N number of levels deep (ac54b11)
  • #2179, async default values resetting form state (a4de51a)
  • allows empty objects to be retained in db (0247e2d)
  • clear relationship value (#2188) (387cec9)
  • conditionally renders draggable pill (#2224) (812ab9f)
  • ensures sorting on drafts works in all cases (c87fd2b)
  • globals publish after draft (44651e6)
  • minimize not set to false on all field type schemas (ace032e)
  • pass result of previous hook into next hook (c661ac2)
  • properly resizes animated images (#2181) (8c4f890)
  • properly set req.payload on forgotPassword in local API (#2194) (5ac436e)
  • redirects example (#2209) (5aa203d)
  • removes duplicative fields from table columns #2221 (#2226) (474a3cb)
  • renders rte upload drawer #2178 (523d9d4)
  • skips field validation on submit if skipValidation is set to true (cf17760)
  • Validate typescript signature (8d31ed6)
  • version comparison view errors on old select value (#2163) (a3cc3c3)
  • versions table (#2235) (066f5f6)
  • virtual fields example (#2214) (f6eb020)

Features

  • Add Hungarian Translations (#2169) (ebd16e8)
  • adds min and max options to relationship with hasMany (0f38a0d)
  • drag-and-drop columns (#2142) (e2c65e3)
  • improves ui performance with thousands of fields (0779f8d)

1.6.16 (2023-02-28)

Bug Fixes

  • #2150, can now query on N number of levels deep (ac54b11)
  • #2179, async default values resetting form state (a4de51a)
  • allows empty objects to be retained in db (0247e2d)
  • clear relationship value (#2188) (387cec9)
  • ensures sorting on drafts works in all cases (c87fd2b)
  • globals publish after draft (44651e6)
  • properly resizes animated images (#2181) (8c4f890)
  • properly set req.payload on forgotPassword in local API (#2194) (5ac436e)
  • redirects example (#2209) (5aa203d)
  • renders rte upload drawer #2178 (523d9d4)
  • skips field validation on submit if skipValidation is set to true (cf17760)
  • version comparison view errors on old select value (#2163) (a3cc3c3)

... (truncated)

Commits
  • bc7d4d8 chore(release): v1.6.17
  • 12c0e09 Merge pull request #2248 from payloadcms/fix/2218
  • c447421 chore: fixes outdated json field test
  • 0779f8d feat: improves ui performance with thousands of fields
  • ace032e fix: minimize not set to false on all field type schemas
  • c5f9fa0 chore: adds test to empty json objects REST api
  • ada9a89 Merge pull request #2237 from payloadcms/feat/relationship-min-max-validation
  • 27e538c Merge pull request #2216 from davidko604/versionsAllowDiskUse
  • 8bfe63d Merge pull request #2246 from payloadcms/fix/#2243
  • 65bbf54 Merge pull request #2223 from no-heroes/fix/chaining-hooks
  • 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 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 1 year ago

Superseded by #150.