diff --git a/CHANGELOG.md b/CHANGELOG.md index 518f02481..284f5d9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,38 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### Added + +- ``: + - `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. +- `` + - `dropzoneFor` property can be used to mark react flow canvas as matching area to drop dragged elements. +- ``, `` + - `whitespaceSize` property to define how much whitespace is used on top and bottom inside the header and content of an accordion item. + - `separationSize` property defines how much space is used for the separation between an accordion item and the next one. +- class name prefixes are now available by variables with more readable names: + - BlueprintJS: `$prefix-blueprintjs` (current value is `bp5`) + - Carbon Design System: `$prefix-carbon` (current value is `cds`) + - eccenca GUI elements: `$prefix-eccgui` (current value is `eccgui`) + +### Fixed + +- `` + - negative values are not shown (e.g. in case server and browser clocks are apart) + +### Changed + +- `