diff --git a/docs/G_UpgradeToV5.mdx b/docs/G_UpgradeToV5.mdx index 5f1968a..1c66bd5 100644 --- a/docs/G_UpgradeToV5.mdx +++ b/docs/G_UpgradeToV5.mdx @@ -57,7 +57,7 @@ The v5 release includes significant changes to the API. Here's a detailed compar | `customPremoveDarkSquareStyle` | Removed | Premove functionality should now be handled externally | | `customPremoveLightSquareStyle` | Removed | Premove functionality should now be handled externally | | `customSquare` | Renamed to `squareRenderer` with new type | See [API](../?path=/docs/how-to-use-options-api--docs#optionssquarerenderer) | -| `customSquareStyles` | Renamed to `squareStyle` | Same functionality, simplified name | +| `customSquareStyles` | Renamed to `squareStyles` | Same functionality, simplified name | | `dropOffBoardAction` | Removed | Functionality should now be handled externally | | `getPositionObject` | Removed | Removed until desired use case arises | | `id` | Unchanged | - |