diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c72c28e9..7e7d773d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,23 +123,6 @@ - Fix a bug: fix non-blocking js error when there was not payment gateway set - [TODO DEPLOY] `rails fablab:maintenance:regenerate_statistics[2020,04]` -### v5.3.4 2022 March 01 - -- Fix line break on home events' cards -- Fix typo "projets" => "projects" -- Removes dead code about OpenAPI (open_api_calls_count_tracings) -- Fix a bug: unable to modify OpenLab url for production - -## v5.3.3 2022 February 08 - -- Updated german translations -- Fix a bug: unable to rebuild the statistics -- Fix a bug/regresion: $sce.getTrustedHtml removes all dangerous html like iframe (youtube players, ect), replaced by $sce.trustAsHtml which trusts the content, it creates a security breach but all contents are created by users to we trust them -- Fix a bug: in SubscriptionPolicy#show?, was causing an error notice, making user think that the payment was not done, but it was -- Fix a bug: destroying a project was impossible -- Fix a bug: fix non-blocking js error when there was not payment gateway set -- [TODO DEPLOY] `rails fablab:maintenance:regenerate_statistics[2020,04]` - ## v5.3.2 2022 January 19 - Add a test for statistics generation diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js index 16cb74a71..f4a533c26 100644 --- a/config/webpack/webpack.config.js +++ b/config/webpack/webpack.config.js @@ -33,7 +33,7 @@ const customConfig = { }), isDevelopment && new (require('@pmmmwh/react-refresh-webpack-plugin'))(), isDevelopment && new (require('eslint-webpack-plugin'))({ - extensions: ['js', 'ts', 'tsx'], + extensions: ['js', 'ts', 'tsx'] }) ].filter(Boolean), module: {