v3.0.0-beta.13
·
346 commits
to main
since this release
- JSON Preview: Added JSON preview tab to entities, providing a raw data view. Can be disabled with
disableJsonTabprop. - TextField Enhancements: Added
maxRowsandminRowsprops to TextField component for better control of multiline inputs. - AuthController in PropertyBuilder: Added
authControllerto PropertyBuilder callback, allowing access to authentication context. - Storage Improvements: Added
processFileto storage properties for pre-processing files before upload. - Secondary Forms: Secondary forms are now always rendered, even if disabled, for better consistency.
- UI Improvements:
- Adjusted small and smallest field sizes for better visual hierarchy
- Updated Button neutral color styling
- Improved layout for long entity IDs
- Various minor layout tweaks
- Fixes:
- Fixed array reference field with incorrect add button
- Fixed subcollections not resolving path correctly
- Fixed complex subcollection with alias navigation bug
- Fixed export functionality when flatten arrays is false (double quotes are now escaped correctly)
- Fixed CollectionDetailsForm enum select issues
- Fixed entity creation bug
- Fixed URL update for entities with default selected view
- Fixed values not resetting correctly
- Fixed read-only entity views missing tabs
- Fixed camel case related bug
- Demo: Added MultiSelect component demonstration