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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,38 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
-`<ApplicationContainer />`:
12
+
-`monitorDropzonesFor` property can be used to monitor application wide dropzones for dragged elements via data attributes attached to body element containing the data transfer type of drag over events.
13
+
-`<ReactFlow />`
14
+
-`dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements.
15
+
-`<Accordion />`, `<AccordionItem />`
16
+
-`whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item.
17
+
-`separationSize` property defines how much space is used for the separation between an accordion item and the next one.
18
+
- class name prefixes are now available by variables with more readable names:
19
+
- BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`)
20
+
- Carbon Design System: `$prefix-carbon` (current value is `cds`)
21
+
- eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`)
22
+
23
+
### Fixed
24
+
25
+
-`<ElapsedDateTimeDisplay />`
26
+
- negative values are not shown (e.g. in case server and browser clocks are apart)
27
+
28
+
### Changed
29
+
30
+
-`<TextArea />`
31
+
- improve visual alignment to `TextField` regarding whitespace and colors
32
+
- basic styles for Uppy widget were improved and moved to its own component folder
33
+
34
+
### Deprecated
35
+
36
+
-`<Accordion />`
37
+
-`size` property in favour of `whitespaceSize`
38
+
-`<AccordionItem />`
39
+
-`condensed` property in favour of `whitespaceSize="none"`
0 commit comments