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

Releases: hostnet/webpack-bundle

marked webpack-bundle abandoned

Choose a tag to compare

@nutama nutama released this 23 Mar 08:12

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

Fixed profiler

Choose a tag to compare

@nutama nutama released this 23 Sep 10:27

Fixed the profiler

Resolved Symfony 4 deprecations

Choose a tag to compare

@ping-localhost ping-localhost released this 06 Jun 09:25
929b5e8

Resolved Symfony 4 deprecations (#90)

fix: incorrect path for webpack

Choose a tag to compare

@mvannes mvannes released this 26 Mar 10:36
2.0.5

fix: incorrect path for webpack

Replaced remaining deprecated Twig classes

Choose a tag to compare

@nutama nutama released this 25 Mar 14:10

Replaced remaining deprecated Twig classes

Replaced deprecated Twig classes with namespaced variant

Choose a tag to compare

@nutama nutama released this 25 Mar 13:11

Replaced deprecated Twig classes with namespaced variant

Updated twig/twig to prevent security issue

Choose a tag to compare

@ping-localhost ping-localhost released this 14 Mar 08:07
535fd7d
Merge pull request #85 from ping-localhost/twig-security-issue

Updated twig/twig to prevent security issues

Added support for Symfony 4.2

Choose a tag to compare

@ping-localhost ping-localhost released this 14 Dec 15:35

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

Choose a tag to compare

released this 12 Dec 13:12

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

Choose a tag to compare

@haroldiedema haroldiedema released this 22 Dec 15:32
  • Add support for include paths config option for node-sass