Skip to content

v3.4.6

Compare
Choose a tag to compare
@webdiscus webdiscus released this 07 Jan 11:46
· 60 commits to master since this release
b7e2f37

Cumulative Release v3.2.0 - v3.4.6

Features

  • Added support for Twig templating engine.
  • Added support for the template function on the client-side for Eta templating engine.
  • Added support for the template function on the client-side for EJS templating engine.

Bug Fixes

  • Fixed the pathData.filename is undefined after changes when the js.filename is a function, #66.
  • Fixed extraction CSS from complex libs like MUI that leads to an infinity walk by circular dependency, #59
  • Fixed an error explaining when used the build-in favicon plugin and the template not included a link tag, #64.
  • Fixed watching changes in template function imported in JS, #60.
  • Fixed runtime error using template function in JS when external data is not defined, #60.