betterself
betterself copied to clipboard
Update django-webpack-loader to 3.1.1
trafficstars
This PR updates django-webpack-loader from 0.6.0 to 3.1.1.
Changelog
3.1.1
- Add support for Django 5.1
3.1.0
Support `webpack_asset` template tag to render transformed assets URL: `{% webpack_asset 'path/to/original/file' %} == "/static/assets/resource-3c9e4020d3e3c7a09c68.txt"`
3.0.1
Added `skip_common_chunks` option to the `get_files()` template tag.
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
- Add support for Django 4.2
2.0.0
- Update examples to use `webpack-bundle-tracker2.0.0` API and keep version parity with it
- Update Django to 3.2.19
- Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests
1.8.1
- Add a `FakeWebpackLoader` for running tests
1.8.0
- Add compatibility for Django 4.1 and Python 3.10
1.7.0
- Bump django to 3.2.15
1.6.0
- Add a setting to configure skip common chunks behaviour globally
- Bump django from 3.2.12 to 3.2.13
- Add support for Django 4.0
1.5.0
- Added support for Subresource Integrity
- Bump django from 3.2.7 to 3.2.12
- Fix get_files on readme
- Use r-prefixed strings in IGNORE
- Fix small typo in README.md
- Use assertNotEqual instead of assertNotEquals for Python 3.11 compatibility
- Readme revamp
1.4.1
- Fixes 300, failsafe request checking 301
1.4.0
- Bump django from 3.2.4 to 3.2.5 299
- Add issue templates 293
- Add skip_common_chunks functionality 297
1.3.0
- Add option for rel="preload" in JS/CSS tags 203
- Add option for extension appending in the url files 135
- Fixes RemovedInDjango41Warning 290
- Applies IGNORE setting before checking assets 286
- Removed type from link and script tags per 152
NOTE: Skipped version 1.2.0 to match `webpack-bundle-tracker` version
1.1.0
- Added compatibility with `webpack-bundle-tracker1.1.0`
- Removes bower references in project
- Fix jinja configuration example in README.md
1.0.0
- Added support for custom loader classes
- Added compatibility with `webpack-bundle-tracker1.0.0-alpha.1`
- Updated and corrected examples
- Updated Python and Django supported versions on tests
Links
- PyPI: https://pypi.org/project/django-webpack-loader
- Changelog: https://data.safetycli.com/changelogs/django-webpack-loader/
- Repo: https://github.com/django-webpack/django-webpack-loader/tarball/3.1.1