Releases: crucialfelix/django-ajax-selects
3.0.3
v3.0.2
What's Changed
- fix #311 - Django's ManifestStaticFilesStorage fails if there are css urls in the comments by @crucialfelix in #312
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- feature/fix dismissAddRelatedObjectPopup by @crucialfelix in #309
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- feature/fixes and updates by @crucialfelix in #303
- fix #299 : trash icon is invisible in dark mode by @crucialfelix in #304
- feature/misc fixes by @crucialfelix in #305
This release supports Django 5, retaining support back to Django 3.2
The jquery and jquery-ui assets are now included and served from your Django static domain just like all other admin or Django assets. Previously this used CDN urls, which were trendy back in the twenty teens. You can now customize the jquery-ui theme by setting:
AJAX_SELECT_JQUERYUI_THEME = "/static/path-to-your-theme/jquery-ui-min.css"
It also supports dark mode now, for all the goths out there.
Full Changelog: 2.1.0...v3.0.0
2.2.0
What's Changed
- Fix Django 3.2 and 4.0 deprecation warnings by @andyzickler in #289
- Add github workflow to run tox by @crucialfelix in #292
New Contributors
- @andyzickler made their first contribution in #289
Full Changelog: 2.1.0...v2.2.0
2.1.0
2.0.0
Dropped support for older versions of Django and Python.
Supported:
- Django >= 2.2
- Python >= 3.6
Updates default frontend libraries to:
- //ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'
- //code.jquery.com/ui/1.12.1/jquery-ui.js
- //code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css
(These can still be customized if you need to run a different version or use different default css)
Many thanks to @Cabilist and @teelee7133
1.9.1
What's Changed
- Fix #247 CSS classes for jQuery click binding do not work for Django 2.1.3 by @nwp90 in #257
- Feature/fix six py2 import by @crucialfelix in #259
New Contributors
Full Changelog: v1.9.0...v1.9.1
1.9.0
What's Changed
- Django 3 by @theunraveler in #255
New Contributors
- @theunraveler made their first contribution in #255
Full Changelog: v1.8.0...v1.9.0
1.8.0
Added/fixed support for Django 2.2
What's Changed
- fix travis tests: explicitly install pyenv version by @crucialfelix in #252
- Apply Django2.2 fix from jsm296 by @Cabalist in #253
- General Flake8 fixes by @Cabalist in #254
Full Changelog: 1.7.1...v1.8.0