Skip to content

Releases: MrBin99/django-vite

2.0.2

15 Mar 20:06
Compare
Choose a tag to compare
  • Make sure DJANGO_VITE_STATIC_URL finish with a trailing '/'

2.0.1

15 Mar 17:37
Compare
Choose a tag to compare
  • Add trailing '/' in DJANGO_VITE_STATIC_URL

2.0.0

14 Mar 17:49
Compare
Choose a tag to compare
  • Use pathlib.path to handle paths.
  • Remove async and defer as default attributes.
  • Add crossorigin default attribute.
  • Cusomize attributes using Python kwargs.

1.4.0

22 Feb 17:29
Compare
Choose a tag to compare

What's Changed

  • fix error message in case DJANGO_VITE_STATIC_URL_PREFIX is set wrong by @PetrDlouhy in #29
  • Adding note about whitenoise immutable_file_test by @gone in #31
  • Fix the manifest path related to STATIC_ROOT by @batisteo in #32

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

29 Dec 15:41
Compare
Choose a tag to compare

What's Changed

  • docs(README): add modulepreload-polyfill by @gnuletik in #22
  • feat(config): add DJANGO_VITE_STATIC_URL_PREFIX by @gnuletik in #23

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

27 Sep 14:26
Compare
Choose a tag to compare
Merge branch 'dev'

1.2

24 Sep 16:54
Compare
Choose a tag to compare
1.2

Add the support of @vitejs/plugin-legacy

1.1.1

30 Aug 17:43
Compare
Choose a tag to compare
  • Switch license from GPL to Apache 2.0

1.1.0

16 Apr 17:26
Compare
Choose a tag to compare
  • Generates all script tags as modules
  • Generate automatically all script tags dependants

1.0.3

07 Apr 16:36
Compare
Choose a tag to compare
Bump version name