Skip to content

14.0.0-alpha.42

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 13 Dec 18:45
· 3504 commits to main since this release
534b41e

Breaking

  • Removed pagination in vocabularies widgets (SelectWidget, ArrayWidget, TokenWidget) and introduced subrequest to vocabulary action. @giuliaghisini

Feature

  • Add autocomplete Widget component - It holds off the vocabulary endpoint pull until you search (more than 2 chars). Useful when dealing with huge vocabularies @sneridagh @reebalazs

Bugfix

  • Add missing layout view for document_view @MarcoCouto