Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Releases: hostnet/webpack-bundle

marked webpack-bundle abandoned

23 Mar 08:12
Compare
Choose a tag to compare

The webpack-bundle is abandoned. Use alternative sollutions as described in the README.md.

Fixed profiler

23 Sep 10:27
Compare
Choose a tag to compare

Fixed the profiler

Resolved Symfony 4 deprecations

06 Jun 09:25
929b5e8
Compare
Choose a tag to compare

Resolved Symfony 4 deprecations (#90)

fix: incorrect path for webpack

26 Mar 10:36
Compare
Choose a tag to compare
2.0.5

fix: incorrect path for webpack

Replaced remaining deprecated Twig classes

25 Mar 14:10
Compare
Choose a tag to compare

Replaced remaining deprecated Twig classes

Replaced deprecated Twig classes with namespaced variant

25 Mar 13:11
Compare
Choose a tag to compare

Replaced deprecated Twig classes with namespaced variant

Updated twig/twig to prevent security issue

14 Mar 08:07
535fd7d
Compare
Choose a tag to compare
Merge pull request #85 from ping-localhost/twig-security-issue

Updated twig/twig to prevent security issues

Added support for Symfony 4.2

14 Dec 15:35
Compare
Choose a tag to compare

This release contains deprecation fixes, codestyle updates and compatibility changes so that the bundle will continue to work for Symfony 3.3 and up.

Major: Symfony (3.)4 support and Twig namespaces

12 Dec 13:12
Compare
Choose a tag to compare

Due to some breaking changes in Twig, webpack-bundle 2.0 has been released to be made compatible with the new Twig version. To ensure a smooth upgrade, please ensure that you have the following in your project:

  • PHP 7.1 or higher
  • Symfony 3.3.0 or higher
  • Twig 2.4.0 or higher

There are no configuration changes made in this version. If your project uses the package versions as mentioned above, you should not run into any issues when upgrading webpack-bundle to 2.0.

The following additional changes were made in this version:

  • Use PHP 7 strict type declaration
  • Use namespaced Twig classes, which are introduced in Twig 2.4 for future compatibility (e.g. \Twig\Environment instead of \Twig_Environment)
  • Enforce code style using phpcs and enforcing the extra ruleset specified by Hostnet.
  • The class CSSLoader was renamed to CssLoader because our code style rules enforce this.
  • Generated file names for inline javascript/css source are now coming from TokenStream->getSourceContext()->getName() instead of TokenStream->getFilename(). The latter function was removed from Twig.
  • Created FCQN services and added aliases to ensure BC.
  • Made the bundle compatible with Symfony (3.)4

Add support for include paths config option for node-sass

22 Dec 15:32
Compare
Choose a tag to compare
  • Add support for include paths config option for node-sass