You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
-
- Extended existing height and readOnly props from `CodeEditorProps` to `AutoSuggestionProps` & `ExtendedCodeEditorProps` to be configurable from `<CodeAutocompleteField />`
11
+
-`<ExtendedCodeEditor />`
12
+
-`height` and `readOnly` properties to forward them to `<CodeEditor/>`
12
13
-`<CodeAutocompleteField />`:
13
-
- outerDivAttributes parameter: Allows to set parameter of the container div element of the code complete field.
14
+
-`outerDivAttributes` property: allows to set parameter of the container element
15
+
-`height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
14
16
15
17
### Fixed
16
18
17
-
- <CodeMirror />:
18
-
- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
19
-
- <CodeAutocompleteField />:
20
-
- Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
21
-
-`<CodeEditor />`:
22
-
- Enter key handling (adding new line) broken when `onKeyDown` is defined.
23
-
-`<CodeAutocompleteField />`:
24
-
- First auto-completion item not marked as active when drop down first shown.
25
-
19
+
-`<CodeEditor />`
20
+
- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
21
+
- Enter key handling (adding new line) was broken when `onKeyDown` is defined.
22
+
-`<CodeAutocompleteField />`
23
+
- First auto-completion item not marked as active when drop down first shown.
24
+
- Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
0 commit comments