Skip to content

Latest commit

 

History

History
90 lines (46 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

90 lines (46 loc) · 2.93 KB

0.4.0 (2024-12-08)

🚀 Features

  • Set default access control (read, update and delete own user) (edaf753)

🩹 Fixes

  • PayloadAdapter: Check account provider in getUserByAccount method (75b88c0)

🏡 Chore

  • Migrate to payload 3 stable version (2db3139)
  • Update dependencies (d7338aa)

0.3.4 (2024-11-03)

🩹 Fixes

  • getPayloadUser: Throw no serverURL error after cookie statement (#5)
  • getPayloadUser: Improved type (9866498)

📖 Documentation

0.3.3 (2024-10-30)

🩹 Fixes

🏡 Chore

  • Migrate to @payloadcms/eslint-config 3 beta (7d0ec8d)
  • dev: Update payload files (e4a6282)

0.3.2 (2024-10-29)

🩹 Fixes

🏡 Chore

0.3.1 (2024-10-06)

🩹 Fixes

  • Replace middleware by overwriting payload logout endpoint to destroy authjs session (82b71c8)

🏡 Chore

  • Update dependencies (4ad020d)
  • Update nx configuration for conventional commits (7ac9c78)

0.3.0 (2024-09-12)

🚀 Features

  • Add sign in with auth.js button to admin login page (c24eb72)

🩹 Fixes

  • middleware: Middleware implementation (47911bf)

0.2.1 (2024-09-11)

🩹 Fixes

  • payload-adapter: Allow user registration when using magic link (#2)

0.2.0 (2024-09-05)

🚀 Features

  • Fist implementation (bf0680a)
  • nx-cloud: setup nx cloud workspace (d616991)

🩹 Fixes

  • Fix types of getPayloadUser (ef516b6)
  • Fix eslint config and fix eslint errors (388f0a8)