Skip to content

Commit 8e19597

Browse files
committed
improve changelog messages
1 parent 56e4c5d commit 8e19597

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

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/>`
1213
- `<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/>`
1416

1517
### Fixed
1618

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.
2625

2726
## [24.3.0] - 2025-06-05
2827

0 commit comments

Comments
 (0)