Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/extend/update-2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ There have been many changes to the core frontend codebase, including renamed or
* A `Form` component has been added to ensure consistent styling across forms. You should use this component in your extension if you are creating a form.
* An API for frontend gambits has been introduced, [checkout the full documentation](./search#gambits).
* A `FormGroup` component has been added that allows you to add any supported type of input similar to the admin panel's settings registration. [checkout the documentation for more details](./forms).
* `WelcomeHero.prototype.viewItems` has been moved to `WelcomeHero.prototype.bodyItems`.

## Backend

Expand Down