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
- all react flow components are now be able to process test ids as data attributes, e.g. `data-test-id` and `data-testid`, sometimes as direct property, in other cases as part of properties routed to the wrapper elements
13
+
- storybook documentation was enhanced by demonstration the usage of test ids
14
+
-`<Markdown />`
15
+
- Do syntax highlighting when a class name is set in the form `language-<LANGUAGE_NAME>`.
16
+
-`<StickyTarget/>`
17
+
- Element wraps the content that need to be displayed sticky.
18
+
-`utils`
19
+
-`getScrollParent`: method to find the scroll parent of an element
20
+
-`<AutoCompleteField />`
21
+
- Support loading more results when scrolling to the end of the result list.
22
+
-`<TextArea />`
23
+
-`intent` property to set the state, formerly used `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties are now deprecated
24
+
-`leftIcon`: set the left aligned icon
25
+
-`rightElement`: renders on right side
26
+
-`<Depiction />`
27
+
-`disabled` property could be used if the element is used inside a disabled interactive element or form control but the state is not adapted automatically to the depiction
28
+
- new icons: `navigation-extern`, `toggler-list`, `toggler-table`, `data-boolean`
29
+
30
+
### Fixed
31
+
32
+
-`<MultiSuggestField />`
33
+
- Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
34
+
- Fixed deferred `selectedItems` setting.
35
+
-`<StickyNoteModal/>`
36
+
- static test id `data-test-id="sticky-note-modal"` will be removed with next major version
37
+
-`<BreadcrumbsList />`
38
+
-`onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
39
+
-`<Depiction />`
40
+
- position fixed when element is used as icon in `<Button />`
41
+
-`<Tooltip />`
42
+
- fix font sizes and background colors
43
+
-`<NodeContent />`
44
+
- node introduction is only processed one time even if a node update still provides a `introductionTime` property
45
+
46
+
### Changed
47
+
48
+
-`<BreadcrumbsList />`
49
+
-`onItemClick` handler is only executed when the breadcrumb has no own `onClick` handler defined
50
+
-`<Card />`
51
+
-`elevation` allows now `-1` as value, the card is borderless then
52
+
-`<MultiSuggestField />`
53
+
- use "Search for item, or enter term to create new one..." as default `placeholder` if `createNewItemFromQuery` is given
54
+
-`<SilkActivityControl />`
55
+
- interface of `initialStatus` property has been updated with the so far missing `lastUpdateTime` property. If you run in problems because of that you could use `Date.now()` as fix. Or consider to use `<ActivityControlWidget />` directly, what is probably even better.
56
+
-`<Depiction />`
57
+
- opcaity is reduced automatically when element is used as icon in a disabled `<Button />`
58
+
59
+
### Deprecated
60
+
61
+
-`<TextArea />`
62
+
-`hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
data-test-id={(simpleDialogProps??{})["data-test-id"]??"sticky-note-modal"}// @deprecated we remove this automatically set testid with the next major release
0 commit comments