Skip to content

Commit 55491bf

Browse files
authored
fix changelog and move CodeEditor block to correct release section
1 parent 0c0c983 commit 55491bf

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
### Changed
9+
### Added
1010

11-
- `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
11+
- `<CodeEditor />`
12+
- implemented support for linting which is enabled via `useLinting` prop
13+
- `turtle` and `javascript` are currently supported languages for linting
14+
- editor is focused on load if `autoFocus` prop is set to `true`
15+
- implemented support for `disabled` state in code editor
16+
- implemented support for `intent` states in code editor
1217

1318
### Fixed
1419

1520
- `MultiSelect`:
1621
- Old suggestions might be shown for a very short time when typing in a new search query.
1722

23+
### Changed
24+
25+
- `eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
26+
1827
## [24.0.0] - 2024-12-17
1928

2029
This is a major release, and it might be not compatible with your current usage of our library. Please read about the necessary changes in the section about how to migrate.
@@ -64,12 +73,6 @@ This is a major release, and it might be not compatible with your current usage
6473
- `htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
6574
- `$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
6675
- it is highlighted when the selector is also active local anchor target or if it has the `.eccgui-typography--spothighlight` class attached to it
67-
- `<CodeEditor />`
68-
- implemented support for linting which is enabled via `useLinting` prop
69-
- `turtle` and `javascript` are currently supported languages for linting
70-
- editor is focused on load if `autoFocus` prop is set to `true`
71-
- implemented support for `disabled` state in code editor
72-
- implemented support for `intent` states in code editor
7376

7477
### Fixed
7578

0 commit comments

Comments
 (0)