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
NB: This release contains migrations! NB: One of the migrations fixes organizations, that could be broken by previous features.
Additions
Application UI view is now visually more compact for non-handler users. State and members blocks are collapsed initially, and can be expanded to show more details. (Applicant's view of application is complicated #2871)
Default robots.txt has been included that indexes everything but the /api. NB: the bots are not able to index most pages as they are behind the login. (Serve a default robots.txt #2680)
HTTP/2 (and others) can be configured, see :jetty-extra-params in config-defaults.edn.
Consecutive save events are compacted into one. This does not affect old save events. This is turned off by default, until the whole autosave feature is finished. (Autosave in the background #2767)
Custom stylesheets can now be added using :extra-stylesheets configuration option. This can be used to include custom fonts, for example. Example stylesheet is included in config-defaults.edn and is located in example-theme/extra-styles.css. (Extra styles #2869)
Example custom stylesheet example-theme/extra-styles.css is included in Docker images built using Dockerfile and docker-compose-config.yml, so that default REMS fonts are automatically included when running REMS for the first time, for example. (Extra styles #2869)
Version number is shown again in browser console instead of message "Version information not available". This was due to change in build logic introduced by Shadow-CLJS. (Fix version numbering not showing #2984)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NB: This release contains migrations!
NB: One of the migrations fixes organizations, that could be broken by previous features.
Additions
:t.meta/description
,:t.meta/keywords
) (We could serve meta tags from translations for better SEO #2679)robots.txt
has been included that indexes everything but the/api
. NB: the bots are not able to index most pages as they are behind the login. (Serve a default robots.txt #2680):jetty-extra-params
inconfig-defaults.edn
.:extra-stylesheets
configuration option. This can be used to include custom fonts, for example. Example stylesheet is included inconfig-defaults.edn
and is located inexample-theme/extra-styles.css
. (Extra styles #2869)example-theme/extra-styles.css
is included in Docker images built usingDockerfile
anddocker-compose-config.yml
, so that default REMS fonts are automatically included when running REMS for the first time, for example. (Extra styles #2869)Fixes
This discussion was created from the release v.2.28 "Porkkalankatu".
Beta Was this translation helpful? Give feedback.
All reactions