From c5c64bee2058ccf0f7b349db3dfe6eaad5d679ac Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 20 Aug 2019 20:18:16 +0200 Subject: [PATCH] fix #1235: custom themes loading --- .eslintrc | 2 +- app/scripts/plugins/theme-vars.js | 2 +- release-notes.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 2b29bd37..bb8a027f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -45,7 +45,7 @@ "message": "Prefer named exports" } ], - "import/no-webpack-loader-syntax": "error", + "import/no-webpack-loader-syntax": "off", "import/no-relative-parent-imports": "error", "import/first": "error", "import/no-namespace": "error", diff --git a/app/scripts/plugins/theme-vars.js b/app/scripts/plugins/theme-vars.js index 18e64817..cd7143b8 100644 --- a/app/scripts/plugins/theme-vars.js +++ b/app/scripts/plugins/theme-vars.js @@ -1,4 +1,4 @@ -const ThemeVarsScss = require('../../styles/base/_theme-vars.scss'); +const ThemeVarsScss = require('raw-loader!../../styles/base/_theme-vars.scss').default; const ThemeDefaults = require('../../styles/themes/_theme-defaults.scss'); const Color = require('../util/color'); diff --git a/release-notes.md b/release-notes.md index 4569b46f..ce8f9dad 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,8 @@ Release notes ------------- +##### v1.9.1 (2019-08-20) +`-` fix #1235: custom themes loading + ##### v1.9.1 (2019-08-19) `-` fix #1231: tooltip arrow positioning `+` improved ranking search