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
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
+
-`<CardActions />`
12
+
-`noWrap` property to display them without wrapping its children on multiple lines
11
13
-`<ContentGroup />` component
12
14
- Manage display of a grouped content section.
13
15
- Add info, actions and context annotations by using its properties.
14
16
- Can be nested into each other.
15
17
-`<CodeEditor />`
16
18
- implemented support for linting which is enabled via `useLinting` prop
17
-
-`turtle` and `javascript` are currently supported languages for linting
19
+
-`turtle` and `javascript` are currently supported languages for linting
20
+
-`useToolbar` property to display toolbar if the `mode` is supported
21
+
- currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
18
22
- editor is focused on load if `autoFocus` prop is set to `true`
19
23
- implemented support for `disabled` state in code editor
20
24
- implemented support for `intent` states in code editor
21
25
-`<Label />`
22
26
-`additionalElements` property to display elements at the end of the label
23
27
-`inline` property to display the label component as inline block
24
-
-`<NodeContent />`
25
-
-`resizeDirections` to specifiy the axis that can be used to resize the node
26
-
-`resizeMaxDimensions` to add maximum values for resizing height/width
27
-
-`<CardActions />`
28
-
-`noWrap` property to display them without wrapping its children on multiple lines
29
-
-`<SimpleDialog />`
30
-
-`actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
31
28
-`<MenutItem />`
32
29
-`tooltip` property to dislay tooltip on menu item label
33
30
-`<NodeContent />`
34
31
-`resizeDirections` to specifiy the axis that can be used to resize the node
35
32
-`resizeMaxDimensions` to add maximum values for resizing height/width
36
-
-`<CodeEditor />`
37
-
-`useToolbar` property to display toolbar if the `mode` is supported
38
-
- currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
39
33
-`<OverviewItem />`
40
34
-`hasCardWrapper` property to use a `Card` component as wrapper around it, simplifies the process to put it in a box, use `cardProps` to forward basic properties to that `Card` wrapper
35
+
-`<SimpleDialog />`
36
+
-`actionsProps` property to forward `CardActions` properties, e.g. `noWrap`
41
37
- New icons:
42
38
-`artefact-task-concatenatetofile`
43
39
-`artefact-task-pivot`
@@ -55,34 +51,36 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
51
56
52
-`<CodeAutocompleteField />`:
57
53
- Code editor resets to initial value on every code editor instance re-init
54
+
-`<CodeEditor />`
55
+
- re-render the component if the `wrapLines` property is changed after the component's render
56
+
- only fire `onChange` event when the document has actually changed
58
57
-`<OverviewItem />`
59
58
- whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
60
59
-`<OverviewItemActions />`
61
60
-`hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
62
61
-`<TagList />`
63
62
- do not create empty list items
64
-
-`<CodeEditor />`
65
-
- re-render the component if the `wrapLines` property is changed after the component's render
66
-
- only fire `onChange` event when the document has actually changed
67
63
-`<SearchField />`
68
64
- allow to use `onClearanceHandler` and `rightElement` together
69
65
- fix display of `Icon` with `tooltipText` as direct child in `rightElement`
70
66
71
67
### Changed
72
68
69
+
-`<ActivityControlWidget />`
70
+
- display running time after label if there is an status info to prevent a third line
73
71
-`<ReactFlow />`
74
72
- property color for `graph` configuration was adjusted
73
+
-`<SearchField />`
74
+
- internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
75
75
-`<Switch />`
76
76
- use always `<Label/>` component for `label` value
77
77
-`<StickyNoteNode />`
78
78
- Refactored data structure position and dimension (breaking change)
79
-
-`<ActivityControlWidget />`
80
-
- display running time after label if there is an status info to prevent a third line
81
-
-`<SearchField />`
82
-
- internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
83
79
84
80
### Deprecated
85
81
82
+
-`<CodeEditor />`
83
+
- fallback of static test id is removed, need then always to be set if necessary
86
84
-`<OverflowText />`
87
85
- component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
0 commit comments