Skip to content

Commit

Permalink
DOC Elemental versioned badge
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 11, 2024
1 parent d3690d8 commit 330a83d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions en/08_Changelogs/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title: 5.2.0 (unreleased)
- [New ORM features](#new-orm-features)
- [GridField components now work with arbitrary data](#gridfield-arbitrary-data)
- [ErrorPage allowed codes configuration](#errorpage-allowed-codes-configuration)
- [Versioned status badges for elemental](#elemental-badges)
- [Create random passwords for new users](#create-random-passwords-for-new-users)
- [Buttons to select all files and deselect all files](#bulk-action-buttons)
- [Support for validation using `symfony/validator`](#symfony-validator)
Expand Down Expand Up @@ -215,6 +216,12 @@ SilverStripe\ErrorPage\ErrorPage:
- 500
```
### Versioned status badges for elemental {#elemental-badges}
Elemental content blocks now feature versioned status badges, indicating whether the block is in draft and/or a modified state. This functionality is provided by the [`Versioned`](api:SilverStripe\Versioned\Versioned) extension, which is enabled on the block by default.

To streamline the user experience, the blue dot icon, which previously indicated an unsaved state, has been removed, ensuring consistency across the CMS interface.

### Create random passwords for new users

If a new user is created in the security section of the CMS with an empty password, then a strong random password will now be automatically assigned to the user which will not be visible to the person creating the user. The user will need to click the "I've forgotten my password" link in order to receive a password reset email so they can then enter a new password.
Expand Down

0 comments on commit 330a83d

Please sign in to comment.