Skip to content

v0.7.19

Compare
Choose a tag to compare
@paulsmirnov paulsmirnov released this 18 Jun 12:24
· 552 commits to main since this release

http://miew.opensource.epam.com/v0.7.19/

Changed

  • Demo app uses deferred scripts loading and the stylesheet is extracted to a separate file.
  • Finishing transparent background mode: fog affects transparency now, FXAA and SSAO effects support transparency too. Transparent materials are not fully supported in this mode due to limitations in rendering pipeline. See the transparent background example for details on proper setup.

Fixed

  • Fix broken spinner after unnoticed package upgrade.
  • Pin broken jquery.terminal to version 1.14, will investigate CSS issues later.

Internal

  • Use PostCSS instead of node-sass to get rid of issues with binaries and to make processing faster.