diff --git a/CHANGELOG.md b/CHANGELOG.md index f74ad3ca616e735e2645e548e591ccd8dcaa3644..a08df41984aecb0f2a0f32bb5f9b3b05da096e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed (for now removed features) +* `#subnav` element from navbar which was previously used for spacing +* `caosdb.form.ready` event + ### Fixed - #212 - form_elements: Drop-down menu shows wrong value after clicking "None" @@ -47,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security (in case of vulnerabilities) -## [0.3.1]- 2021-06-15 +## [v0.3.1]- 2021-06-15 This is the last Bootstrap-3 compatible release. @@ -62,7 +65,7 @@ This is the last Bootstrap-3 compatible release. the module documentation for more information. ### Changed (for changes in existing functionality) -- The heading attributes datatype, path, checksum and size are now placed +- The heading attributes datatype, path, checksum and size are now placed in a `details` html element. ### Deprecated (for soon-to-be removed features) @@ -75,8 +78,6 @@ This is the last Bootstrap-3 compatible release. used for versioning functionality before the native versioning was implemented. Also, the `BUILD_MODULE_EXT_REVISIONS` is no longer used and can be removed from the config files in `build.properties.d/` -* `#subnav` element from navbar which was previously used for spacing -* `caosdb.form.ready` event ### Fixed @@ -87,7 +88,7 @@ This is the last Bootstrap-3 compatible release. ### Security (in case of vulnerabilities) -## [0.3.0] - 2021-02-10 +## [v0.3.0] - 2021-02-10 ### Added (for new features, dependecies etc.) @@ -117,7 +118,7 @@ This is the last Bootstrap-3 compatible release. - enabled and enhanced autocompletion * Login form is hidden behind another button. -### Deprecated (for soon-to-be removed features) +### Deprecated (for soon-to-be removed features) ### Removed (for now removed features) @@ -142,7 +143,7 @@ This is the last Bootstrap-3 compatible release. ### Changed (for changes in existing functionality) -### Deprecated (for soon-to-be removed features) +### Deprecated (for soon-to-be removed features) ### Removed (for now removed features) @@ -180,7 +181,7 @@ This is the last Bootstrap-3 compatible release. See the doc string of that method for more information. - added a layout argument to the create_plot function of ext_bottom_line -### Deprecated (for soon-to-be removed features) +### Deprecated (for soon-to-be removed features) * css class `caosdb-property-text-value` is deprecated because different functionality interpreted it differently and most of the uses of this class @@ -270,20 +271,20 @@ This is the last Bootstrap-3 compatible release. * updated QUnit test framework to 2.9.2 -### Deprecated (for soon-to-be removed features) +### Deprecated (for soon-to-be removed features) * Image Preview in the FileSystem. The functionality is to be replaced by real thumbnails, which cover also non-image data-formats. The thumbnails resource is part of the new file system API of the CaosDB Server which is currently under development. -### Removed (for now removed features) +### Removed (for now removed features) * Removed non-informative tests for webcaosdb.css * Hard-coded image and video preview in the entity panel. The preview of images and videos is controlled by the `ext_bottom_line` module now. -### Fixed (for any bug fixes) +### Fixed (for any bug fixes) * #95 - Edit Mode removes property values of reference properties when server response for possible reference targets is empty.