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
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
-
### Changed
9
+
### Added
10
10
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
12
17
13
18
### Fixed
14
19
15
20
-`MultiSelect`:
16
21
- Old suggestions might be shown for a very short time when typing in a new search query.
17
22
23
+
### Changed
24
+
25
+
-`eslint` libraries were upgraded to v9, so `node` v18.18 or higher is required
26
+
18
27
## [24.0.0] - 2024-12-17
19
28
20
29
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
64
73
-`htmlContentBlockProps` can now be used to configure the wrapper around the Markdown content
65
74
-`$eccgui-selector-text-spot-highlight` SCSS config variable to specify selector that is used to create shortly highlighted spots
66
75
- 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
0 commit comments