Skip to content

Commit 0b41d31

Browse files
committed
improve changelog, remove doubles
1 parent fb8f057 commit 0b41d31

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

CHANGELOG.md

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

99
### Added
1010

11+
- `<CardActions />`
12+
- `noWrap` property to display them without wrapping its children on multiple lines
1113
- `<ContentGroup />` component
1214
- Manage display of a grouped content section.
1315
- Add info, actions and context annotations by using its properties.
1416
- Can be nested into each other.
1517
- `<CodeEditor />`
1618
- 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
1822
- editor is focused on load if `autoFocus` prop is set to `true`
1923
- implemented support for `disabled` state in code editor
2024
- implemented support for `intent` states in code editor
2125
- `<Label />`
2226
- `additionalElements` property to display elements at the end of the label
2327
- `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`
3128
- `<MenutItem />`
3229
- `tooltip` property to dislay tooltip on menu item label
3330
- `<NodeContent />`
3431
- `resizeDirections` to specifiy the axis that can be used to resize the node
3532
- `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
3933
- `<OverviewItem />`
4034
- `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`
4137
- New icons:
4238
- `artefact-task-concatenatetofile`
4339
- `artefact-task-pivot`
@@ -55,34 +51,36 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5551

5652
- `<CodeAutocompleteField />`:
5753
- 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
5857
- `<OverviewItem />`
5958
- whitespace after `Depiction` element when the `OverviewItem` ist used with `densityHigh` and `hasSpacing`
6059
- `<OverviewItemActions />`
6160
- `hiddenInteractions` stay visible if they contain focused elements or opened overlays (e.g. context menus)
6261
- `<TagList />`
6362
- 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
6763
- `<SearchField />`
6864
- allow to use `onClearanceHandler` and `rightElement` together
6965
- fix display of `Icon` with `tooltipText` as direct child in `rightElement`
7066

7167
### Changed
7268

69+
- `<ActivityControlWidget />`
70+
- display running time after label if there is an status info to prevent a third line
7371
- `<ReactFlow />`
7472
- property color for `graph` configuration was adjusted
73+
- `<SearchField />`
74+
- internally forced to be managed controlled to keep `onClearanceHandler` independent from outer `value` property
7575
- `<Switch />`
7676
- use always `<Label/>` component for `label` value
7777
- `<StickyNoteNode />`
7878
- 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
8379

8480
### Deprecated
8581

82+
- `<CodeEditor />`
83+
- fallback of static test id is removed, need then always to be set if necessary
8684
- `<OverflowText />`
8785
- component won't accept properties of any name in future, only data attributes for test IDs and basic HTML element properties
8886
- `<OverviewItemList />`

0 commit comments

Comments
 (0)