diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-16 20:23:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-16 20:23:07 +0300 |
| commit | b72aa9709819daabda2f4983968c0c10190950bb (patch) | |
| tree | 63e31aff3dcd44396b5ccc77d6541e3db75e760b | |
| parent | 6744396f82e1dd0ad7476fff20b4f2eabcdc0250 (diff) | |
fixup! Removed formattingOptionsEnabled in favor of relying on BE-provided list of accepted formatting options
| -rw-r--r-- | BREAKING_CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 505fec75..bc0f7b9d 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -1,7 +1,7 @@ # v1.0 ## Removed features/radically changed behavior ### formattingOptionsEnabled -as of !xxx `formattingOptionsEnabled` is no longer available and instead FE check for available post formatting options and enables formatting control if there's more than one option. +as of !833 `formattingOptionsEnabled` is no longer available and instead FE check for available post formatting options and enables formatting control if there's more than one option. ### minimalScopesMode As of !633, `scopeOptions` is no longer available and instead is changed for `minimalScopesMode` (default: `false`) |
