Skip to content

v3.16.1

Choose a tag to compare

@58bits 58bits released this 08 Jul 10:07

Bug Fixes

  • @byline/admin — Nested file and image upload fields now render their upload widget correctly when nested inside array or group fields (including a group-in-array). Previously ArrayField and GroupField dropped collectionPath when rendering child fields, and because FileField / ImageField gate the upload widget on a truthy collectionPath, nested upload fields fell back to their empty placeholder instead of the uploader — only top-level upload fields worked. collectionPath is now threaded through FieldRenderer into both container fields and on into their child renderers.

All other @byline/* packages bumped to 3.16.1 in lockstep with no behavioural changes this cycle.