Skip to content

Commit

Permalink
Upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 23, 2024
1 parent 7ae9bd1 commit 7c3e69d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,22 @@ In your add-ons and projects, we advise you to always use the public components

This change improves UX of the Babel view (translation form) since a disabled field cannot be selected to be copied over.

### `volto-slate` Cypress helpers moved to its own module

There were some Cypress helpers for `volto-slate` along with the other definition of Cypress commands.
The Cypress command definitions are intended to be only loaded once, and the helpers can be imported a number of times.
Therefore, we moved the helpers to its own module:

```
import { slateBeforeEach } from '@plone/volto/cypress/support/commands';
```

becomes:

```
import { slateBeforeEach } from '@plone/volto/cypress/support/helpers';
```

(volto-upgrade-guide-17.x.x)=

## Upgrading to Volto 17.x.x
Expand Down

0 comments on commit 7c3e69d

Please sign in to comment.