diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc2bb23412e985788a608757c6df362a5113744..17fa77c0e7df9f8f62b31e9be9e4efb3121acd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## ### Added ### + - Possibility to configure custom CSS to be used in static HTML sites created by the crawler ### Changed ### +- The static HTML pages that are generated by the crawler now require the + webinterface to be built with `JS_DIST_BUNDLE=TRUE`, i.e. all js source files + bundled into one `webcaosdb.dist.js`. This is the default and highly + recommended for production systems in any case but it will break the display + of these static files in certain development corner cases. + ### Deprecated ### ### Removed ### ### Fixed ### + - Rendering of entities in static HTML sites created by the crawler. ### Security ###