@plone/client 2.0.0-alpha.3
Pre-release
Pre-release
·
698 commits
to main
since this release
2.0.0-alpha.3 (2026-04-16)
Breaking
- Normalize client login arguments to follow all non-get argument shape, nesting them under a data argument. @sneridagh #8111
- Fixed inconsistent use of username argument instead of login in the login API client. @sneridagh #8112
- Align REST client path argument names with REST API semantics, using canonical keys like
id,type,name, andin_reply_toacross affected endpoints. @sneridagh
Feature
- Better zod support for upload files/images. @sneridagh #7921
Bugfix
- Fix
getUsersto handle the updated@usersresponse format inplone.restapi10. @davisagli - Fixed create and update content validation @pnicolli