Skip to content

Commit

Permalink
DOC Call out ListboxField react component (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jul 4, 2023
1 parent cd758f5 commit 7f5ca7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/04_Changelogs/5.1.0.md
Expand Up @@ -54,6 +54,7 @@ See [choosing where the cache is stored](/developer_guides/graphql/getting_start
- You can change what `SearchFilter` the `TreeDropdownField` uses with yaml configuration - see [ORM Performance](/developer_guides/performance/orm/#treedropdownfield) for more information.
- The [`i18nTextCollector`](api:SilverStripe\i18n\TextCollection\i18nTextCollector) now collects strings for ORM properties (e.g. `$db` fields) in `DataObject` and `Extension` classes, and from themes. See [i18n - collecting text](/developer_guides/i18n/#collecting-text) for more details.
- Extensions which modify permissions for [`Group`](api:SilverStripe\Security\Group) records which return `true` will be respected, the same as when modifying permissions for any other `DataObject` record.
- The [`ListboxField`](api:SilverStripe\Forms\ListboxField) now has a react component, and can be used in react-powered contexts such as within elemental blocks

## API changes

Expand Down

0 comments on commit 7f5ca7c

Please sign in to comment.