Changelog for
python311-django-webpack-loader-3.1.1-1.3.noarch.rpm :
* Sat Aug 31 2024 Dirk Müller
- update to 3.1.1:
* Add support for Django 5.1
* Sun Apr 07 2024 Dirk Müller - update to 3.1.0:
* Support `webpack_asset` template tag to render transformed assets URL: `{% webpack_asset \'path/to/original/file\' %} == \"/static/assets/resource-3c9e4020d3e3c7a09c68.txt\"`
* Thu Mar 28 2024 Max Lin - Add %{?sle15_python_module_pythons}
* Sat Jan 20 2024 Dirk Müller - update to 3.0.1:
* Added `skip_common_chunks` option to the `get_files()` template tag.
* Wed Dec 27 2023 Dirk Müller - update to 3.0.0:
* Fix support for `publicPath: auto` in Webpack config
* Add support for Python 3.12
* Add support for Django 5.0
* Tue Jun 20 2023 Dirk Müller - update to 2.0.1:
* Add support for Django 4.2
* Mon May 29 2023 Dirk Müller - update to 2.0.0:
* Update examples to use `webpack-bundle-trackerAATT2.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
* Fri Feb 10 2023 Dirk Müller - update to 1.8.1:
* Add a `FakeWebpackLoader` for running tests
* Fri Jan 20 2023 Dirk Müller - update to 1.8.0:
* Add compatibility for Django 4.1 and Python 3.10- update to 1.7.0:
* Bump django to 3.2.15- update to 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- update to 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- update to 1.4.1:
* Fixes #300, failsafe request checking #301- update to 1.4.0:
* Bump django from 3.2.4 to 3.2.5 #299
* Add issue templates #293
* Add skip_common_chunks functionality #297- update to 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- update to 1.1.0:
* Added compatibility with `webpack-bundle-trackerAATT1.1.0`
* Removes bower references in project
* Fix jinja configuration example in README.md- update to 1.0.0:
* Added support for custom loader classes
* Added compatibility with `webpack-bundle-trackerAATT1.0.0-alpha.1`
* Updated and corrected examples
* Updated Python and Django supported versions on tests
* Mon Jun 01 2020 pgajdosAATTsuse.com- do not require unittest2 for build, tests are currently not run