Releases: payloadcms/payload
Releases · payloadcms/payload
Release 0.6.4
0.6.4 (2021-04-21)
Bug Fixes
- allows _verificationToken to come back via showHiddenFields (74430ea)
Release 0.6.3
0.6.3 (2021-04-21)
Bug Fixes
- make admin field properties in joi schema match TS types (519c021)
- properly label arrays/blocks with plural and singular (fa49811)
- safely parses incoming stringified richtext json (9c95c75)
Release 0.6.2
0.6.2 (2021-04-19)
Features
- modifies relationship field to react to changing relationTo (ddf25fb)
Release 0.6.1
0.6.1 (2021-04-19)
Bug Fixes
- cleans up duplicative columns (5f2073a)
- graphql localized relationship bugs (280f809)
- moves enableRichTextRelationship to proper spot (16ca22b)
Features
- sets enableRichTextRelationship to true by default (9970470)
Release 0.6.0
0.6.0 (2021-04-19)
Bug Fixes
- clears richtext element on enter, refocuses on toolbar button click (4b19795)
- ensures api keys are properly populated in admin (4359a70)
- ensures first options are loaded only once (75a5b04)
- searching on relationship fields properly fetches results (b86c3da)
- upload useAsTitle set to filename by default (7db23f8)
Features
- autolabel fields when label is omitted (#42) (b383eb6)
- dynamically populates richtext relationships (3530424)
- improve uniqueness error handling (21b2bd4)
- improves margins in rich text (20d7a01)
Release 0.5.10
0.5.10 (2021-04-14)
Bug Fixes
- feeds collectionSlug through me auth for graphql resolver (9ee2f9c)
Release 0.5.8
0.5.8 (2021-04-13)
Bug Fixes
- revises graphql import syntax (20f1e6c)
Release 0.5.7
0.5.7 (2021-04-13)
Bug Fixes
- clears verificationToken when _verified is true (e58b152)
- custom query / mutation types (a78fc97)
- ensures email is still prefilled in auth configs (31c41c2)
- ensures failed conditions send path to form (dff72fb)
- handle add/remove labels for all usage of Array field type (ddf5df2)
- make upload cell mimetype inline (414bc01)
- pagination calculation for current range (000dee8)
- updates config schema for graphQL mutations and queries (afc9454)
Features
- auto verifies first user registration (8f720c0)
- optimize save within Edit (91d37fb)
- prevents DraggableSections from re-mounting on doc save (0094837)
- remembers conditional field values after removing / readding (988d0a4)
- remove mimetype from upload cell type (776b9c9)
Release 0.5.5
0.5.5 (2021-04-02)
Features
- allows soft breaks in rich text (ecd277d)