Skip to content

v5.4.0

Compare
Choose a tag to compare
@pnikolov pnikolov released this 08 Mar 20:55
· 451 commits to master since this release

Updates

  • Note Remove the src/templates directory and place the templates directly in src to keep assets files path sycned between src and dist paths for better development UX.
  • Update loading priority - compromise in favor of loading SVG background images in SASS/PostCSS instead of SVG Fonts.
    • To configure loading SVG fonts instead of SVG background add svg extension in url-loader for fonts extensions.
  • Update demo HTML template
    • Document <title/>
    • Base font size
    • Deleted .svg font file.

Packages Versions Update

  • @babel/core@7.13.8 change log can be found on the official release notes.
  • @babel/preset-env@7.13.9 change log can be found on the official release notes.
  • autoprefixer@10.2.5 change log can be found on the official release notes.
  • ajv@7.2.1 change log can be found on the official release notes.
  • css-loader@5.1.1 change log can be found on the official release notes.
  • eslint@7.21.0 change log can be found on the official release notes.
  • html-webpack-plugin@5.3.0 change log can be found on the official release notes.
  • mini-css-extract-plugin@1.3.9 change log can be found on the official release notes.
  • postcss@8.2.7 change log can be found on the official release notes.
  • postcss-loader@5.1.0 change log can be found on the official release notes.
  • sass@1.32.8 change log can be found on the official release notes.
  • webpack@5.24.4 change log can be found on the official release notes.