Releases: payloadcms/payload
Releases · payloadcms/payload
Release 1.0.9
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
Release 1.0.8
Release 1.0.7
1.0.7 (2022-07-19)
Release 1.0.6
Release 1.0.5
Release 1.0.4
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
0.20.1 (2022-07-16)
Release 0.19.2
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
Release 0.19.0
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)