diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-16 20:16:52 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-16 20:16:52 +0300 |
| commit | e3638af031abbd091f504611270c4545b98926c5 (patch) | |
| tree | 0542923e7a2240fb7b1abd650dc2b3c869d7aa4a /BREAKING_CHANGES.md | |
| parent | 1db3c785d805bfe1e7bb09f2d85875448cb03f9a (diff) | |
Removed formattingOptionsEnabled in favor of relying on BE-provided list of
accepted formatting options
Diffstat (limited to 'BREAKING_CHANGES.md')
| -rw-r--r-- | BREAKING_CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 924c38da..505fec75 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -1,5 +1,8 @@ # 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. + ### minimalScopesMode As of !633, `scopeOptions` is no longer available and instead is changed for `minimalScopesMode` (default: `false`) |
