From 29c3e98c05f8afe3fd1308ad3182bb100a5a9ebf Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 11 Oct 2019 20:56:35 +0200 Subject: [PATCH] fixed issues with some theme plugins --- app/scripts/plugins/theme-vars.js | 5 ++--- release-notes.md | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/plugins/theme-vars.js b/app/scripts/plugins/theme-vars.js index b4db4f6b..d6c65a33 100644 --- a/app/scripts/plugins/theme-vars.js +++ b/app/scripts/plugins/theme-vars.js @@ -1,8 +1,7 @@ import { Color } from 'util/data/color'; -const ThemeVarsScss = require('raw-loader!../../styles/base/_theme-vars.scss').default; -// eslint-disable-next-line import/no-commonjs -const ThemeDefaults = require('../../styles/themes/_theme-defaults.scss'); +import ThemeVarsScss from '!!raw-loader!../../styles/base/_theme-vars.scss'; +import ThemeDefaults from '!!raw-loader!../../styles/themes/_theme-defaults.scss'; const ThemeVars = { themeDefaults: null, diff --git a/release-notes.md b/release-notes.md index 20a0ce0f..82e199f4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,7 @@ Release notes ##### v1.11.8 (2019-10-10) `-` fix #1292: macOS app notarization `-` fix #1296: search in auto-type +`-` fixed issues with some theme plugins ##### v1.11.7 (2019-10-08) `-` fix #1289: crash on Auto sorting mode