Skip to content

Releases: payloadcms/payload

Release 1.0.9

21 Jul 23:47
Compare
Choose a tag to compare

1.0.9 (2022-07-21)

Bug Fixes

  • avoid assuming Email will be present on JWT token. Using ID instead as email might not be in if using disableLocalStrategy (#789) (3b4d5af)
  • doc: corrects doc to match underlying Access type (#792) (6f8b8d0)
  • enable index creation from schema (#791) (2a1f387)
  • graphql gen logging output (#795) (8a81d0b)
  • sharpens radio input edges by replacing box-shadow trick with border property (#768) (e2c366f)

Features

  • pass payload and names to custom auth strategies (#781) (3a3026c)
  • use provided auth strategy name or strategy.name (#797) (f22f56e)

Release 1.0.8

20 Jul 23:53
Compare
Choose a tag to compare

1.0.8 (2022-07-20)

Bug Fixes

Features

  • export PayloadRequest (66c820c)
  • improves generated types by removing unnecessary optional properties (#784) (6f748f1)

Release 1.0.7

19 Jul 18:45
Compare
Choose a tag to compare

1.0.7 (2022-07-19)

Release 1.0.6

19 Jul 08:46
Compare
Choose a tag to compare

1.0.6 (2022-07-19)

Features

  • improves initAsync pattern (428edb0)

Release 1.0.5

19 Jul 08:34
Compare
Choose a tag to compare

1.0.5 (2022-07-19)

Features

Release 1.0.4

19 Jul 06:54
Compare
Choose a tag to compare

1.0.4 (2022-07-19)

Features

  • Updated UI: Dark Mode
  • Updated UI: Collapsibles (60bfb1c)
  • Updated UI: Tabs field (68e7c41)
  • Updated UI: Styling Revamp and responsive improvements
  • More maintainable colors via CSS vars
  • Improved test coverage through granular Payload configs
  • Introduction of E2E tests through Playwright
  • allow clear select value (#735) (3132d35)

BREAKING CHANGES

We have removed our reliance on SCSS variables like color and font, replacing them instead with CSS variables wherever possible.

Due to this change, the admin.scss functionality has become obsolete, and overriding SCSS variables is not longer needed or supported. If you want to customize CSS, you can still do so, but via the admin.css property instead.

Release 0.20.1

16 Jul 17:58
Compare
Choose a tag to compare

0.20.1 (2022-07-16)

Release 0.19.2

11 Jul 18:50
Compare
Choose a tag to compare

0.19.2 (2022-07-11)

Bug Fixes

  • ensures anonymous passport strategy is loaded last (df76f60)
  • ensures router switch only contains top-level route components (91c4ef2)
  • removes reliance on auth email (d68bb8c)

Features

  • add afterMe afterLogout and afterRefresh (4055908)
  • add preMiddleware and postMiddleware, deprecate middleware (e806437)
  • add res to token hooks (166bd31)
  • adds cookie-parser (5858752)
  • begins extensible auth strategies (6d02f7d)
  • better types useAuth and custom provider components (38b52bf)
  • ensures auth component doesn't render if disabled (03f28a4)
  • ensures only plain objects are merged within incoming configs (2c66ad8)
  • extends strategies with more properties (6016e23)
  • only adds email if local strategy enabled (56cdd94)

Release 0.19.1

09 Jul 16:04
Compare
Choose a tag to compare

0.19.1 (2022-07-09)

Bug Fixes

  • ensures duplicative relationship options are not present (#732) (ce1c99b)

Release 0.19.0

08 Jul 18:07
Compare
Choose a tag to compare

0.19.0 (2022-07-08)

Bug Fixes

  • allow passing of autoIndex mongoose connectionOptions (#722) (567d8c1)
  • copyfiles cross platform (#712) (67331eb)
  • ensures auth/me relations in gql can be queried (01bc1fe)
  • ensures old data from arrays is not persisted (d9ef803)
  • relationship field disabled from access control in related collections (#644) (91e33d1)

Features