*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit ea1de41f authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Release: v2024.2.10

parent 4b49c0e1
No related branches found
No related tags found
1 merge request!152Fix login page styling
......@@ -8,7 +8,7 @@
Changes
=======
Version 2024.2 (released 2024-06-24, updated 2024-09-12)
Version 2024.2 (released 2024-06-24, updated 2024-09-17)
- v12 compat: Update frontend build project
- v12 compat: Replace Flask-BabelEx with Invenio-i18n
......@@ -31,6 +31,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-09-12)
- Add admin page with response texts for permission requests
- Render missing administration menu items in the settings menu
- Redirect user to draft preview page if they are allowed to preview but not to edit
- Fix styling of the login page in case it ever gets rendered again
Version 2024.1 (released 2024-03-01, updated 2024-05-29)
......
......@@ -9,7 +9,7 @@
from .ext import InvenioThemeTUW
__version__ = "2024.2.9"
__version__ = "2024.2.10"
__all__ = (
"__version__",
......
......@@ -128,13 +128,10 @@ var webpackConfig = {
exclude: [/node_modules/, /@babel(?:\/|\\{1,2})runtime/],
use: [
{
loader: "babel-loader",
loader: "esbuild-loader",
options: {
presets: ["@babel/preset-env", "@babel/preset-react"],
plugins: [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime",
],
target: "es2015",
loader: "jsx",
},
},
],
......
......@@ -30,7 +30,7 @@
"@babel/runtime": "^7.18.0",
"@inveniosoftware/eslint-config-invenio": "^2.0.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.0.0",
"esbuild-loader": "^4.2.0",
"chalk": "^5.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment