fixed issues with some theme plugins

This commit is contained in:
antelle 2019-10-11 20:56:35 +02:00
parent 3eca440e0c
commit 29c3e98c05
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,7 @@
import { Color } from 'util/data/color'; import { Color } from 'util/data/color';
const ThemeVarsScss = require('raw-loader!../../styles/base/_theme-vars.scss').default; import ThemeVarsScss from '!!raw-loader!../../styles/base/_theme-vars.scss';
// eslint-disable-next-line import/no-commonjs import ThemeDefaults from '!!raw-loader!../../styles/themes/_theme-defaults.scss';
const ThemeDefaults = require('../../styles/themes/_theme-defaults.scss');
const ThemeVars = { const ThemeVars = {
themeDefaults: null, themeDefaults: null,

View File

@ -3,6 +3,7 @@ Release notes
##### v1.11.8 (2019-10-10) ##### v1.11.8 (2019-10-10)
`-` fix #1292: macOS app notarization `-` fix #1292: macOS app notarization
`-` fix #1296: search in auto-type `-` fix #1296: search in auto-type
`-` fixed issues with some theme plugins
##### v1.11.7 (2019-10-08) ##### v1.11.7 (2019-10-08)
`-` fix #1289: crash on Auto sorting mode `-` fix #1289: crash on Auto sorting mode