Releases: django-webpack/django-webpack-loader
Releases · django-webpack/django-webpack-loader
3.1.1
What's Changed
- Disable
dependabot
updates for old webpack 4 tests by @pamella in #403 - Update dependencies by @pamella in #404
- Support for Django 5.1 by @kimihito in #406
- Bump webpack from 5.92.0 to 5.94.0 in /tests_webpack5 by @dependabot in #407
- Update to v3.1.1 by @rvlb in #408
New Contributors
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Handle transformed assets URL by @batistadasilva in #397
New Contributors
- @batistadasilva made their first contribution in #397
Full Changelog: 3.0.1...3.1.0
3.0.1
3.0.0
- Fix support for
publicPath: auto
in Webpack config, check updated examples at https://github.com/django-webpack/django-webpack-loader/tree/master/examples - Add support for Python 3.12
- Add support for Django 5.0
2.0.1
2.0.0
- Update examples to use
[email protected]
API and keep version parity with it - Update Django to 3.2.19
- Add mocked
get_assets
method toFakeWebpackLoader
for usage in tests