-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f55d58
commit dc2c6a4
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
Add fixes to the form component for the Volto-Form block. @robgietema | ||
Add hidden widget. @robgietema | ||
Add static text widget. @robgietema | ||
Add time widget. @robgietema | ||
Add radio group widget. @robgietema | ||
Add checkbox group widget. @robgietema | ||
Add taken slugs to slugify helper. @robgietema | ||
Add filter choices, additional choices and sort to select widget. @robgietema | ||
Add max size and accept type checks to file widget. @robgietema | ||
Fix bug with pressing enter in blocks form. @robgietema | ||
Add option to pass custom widget config to field component. @robgietema | ||
Add optional widgets config to form component. @robgietema | ||
Add option to override the form component and the buttons in the form component. @robgietema | ||
Add option to override cancel label in form. @robgietema | ||
Add option to choose bewteen icon and text buttons in the form component. @robgietema | ||
Add option to change form data from outside of the form in the modal form. @robgietema | ||
Move field factory properties per field to a utility so it can be registered from other packages. @robgietema | ||
Move field factory initial data per field to a utility so it can be registered from other packages. @robgietema | ||
Add filter factory option to schema widget. @robgietema | ||
Add additional factory option to schema widget. @robgietema | ||
Add option to allow editing the id of the fields in the schema widget. @robgietema | ||
Fix bug when multiple fields were added with the same id in the schema widget. @robgietema | ||
Add option to select the shortname as initial data for a new field in the schema widget. @robgietema | ||
Change properties form on the fly in the add field modal when changing the factory. @robgietema |