All Versions
24
Latest Version
Avg Release Cycle
88 days
Latest Release
1347 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.9.0 Changes
- Almost complete layout rewrite with only 3 template overrides
- ๐ฑ Responsive layout for mobile devices
- ๐ป Reorganized scripts (Browserify + gulp)
- ๐ Updated table sortable headers style
- ๐ Fixed related object popups bugs
- โ Added check for JS language files existence before load
- ๐จ Refactored locale files
- ๐ Fixed admin permissions checks
- ๐ Fixed compatibility issue with Django 1.10
-
v0.1.5 Changes
- โ Add inlines.min.js
- Specify IE compatibility version
- โ Add previous/next buttons to change form
- โ Add preserving filters when returning to changelist
- โ Add opened tab remembering
- ๐ Fix breadcrumbs text overflow
- ๐ PR-65: Fixed Django 1.8+ compatibility issues (thanks to hanuprateek, SalahAdDin, cdrx for pull requests)
- PR-73: Added missing safe template tag on the change password page (thanks to JensAstrup for pull request)
-
v0.1.4 Changes
- [Feature] Side bar compact mode (lists all models without opening second menu)
- [Feature] Custom side bar menu applications and models content and ordering
- [Feature] Related objects actions in nice-looking popup instead of new window
- [Feature] Add changelist row selection on row background click
- ๐ [Fix] Better 3rd party applications template compatibility
- ๐ [Fix] JET and Django js translation conflicts
- [Fix] Hide empty model form labels
- [Fix] Wrong positioning for 0 column
- [Fix] Issue-21: Init label wrapped checkboxes
- [Improvement] Add top bar arrow transition
-
v0.1.3 Changes
- [Feature] Add theme choosing ability
- [Feature] New color themes
- ๐จ [Fix] Refactor themes
- ๐ง [Fix] Rename JET_THEME configuration option to JET_DEFAULT_OPTION
- ๐ [Fix] Fixed scrolling to top when side menu opens
- ๐ [Fix] Fixed read only fields paddings
- ๐ [Fix] Issue-18: Remove unused resources which may brake static processing (thanks to DheerendraRathor for the report)
- ๐ [Fix] Issue-19: Fixed datetime today button (thanks to carlosfvieira for the report)
-
v0.1.2 Changes
- ๐ [Fix] Issue-14: Fixed ajax fields choices being rendered in page (thanks to dnmellen for the report)
- ๐ [Fix] Issue-15: Fixed textarea text wrapping in Firefox
- [Feature] PR-16: Allow usage of select2_lookups filter in ModelForms outside of Admin (thansk to dnmellen for pull request)
- ๐ [Fix] Fixed select2_lookups for posted data
- [Feature] Issue-14: Added ajax related field filters
- ๐ป [Fix] Made booleanfield icons cross browser compatible
- [Fix] Issue-13: Added zh-hans i18n
- ๐ป [Feature] Separate static browser cache for each jet version
-
v0.1.1 Changes
- [Feature] Added fade animation to sidebar application popup
- ๐ [Fix] Issue-10: Fixed ability to display multiple admin form fields on the same line (thanks to blueicefield for the report)
- ๐ [Fix] Fixed broken auth page layout for some translations
- ๐ [Fix] Issue-11: Fixed setup.py open file in case utf-8 path (thanks to edvm for the report)
-
v0.1.0 Changes
- ๐ [Fix] Issue-9: Fixed dashboard application templates not being loaded because of bad manifest (thanks to blueicefield for the report)
- [Fix] Added missing localization for django 1.6
- [Fix] Added importlib requirement for python 2.6
- โ [Fix] Added python 2.6 test
- ๐ [Fix] Fixed coveralls 1.0 failing for python 3.2
- [Improvement] Expand non dashboard sidebar width
-
v0.0.9 Changes
- [Feature] Replace sidemenu scrollbars with Mac-like ones
- [Feature] Added dashboard reset button
- โก๏ธ [Feature] Updated sidebar links ui
- ๐ [Fix] Fixed filter submit block text alignment
- ๐ [Fix] Made boolean field icon style global
- ๐ [Fix] Fixed metrics requests timezone to be TIME_ZONE from settings
-
v0.0.8 Changes
- ๐ Change license to GPLv2
-
v0.0.7 Changes
- ๐ [Feature] Added Google Analytics visitors totals dashboard widget
- ๐ [Feature] Added Google Analytics visitors chart dashboard widget
- ๐ [Feature] Added Google Analytics period visitors dashboard widget
- [Feature] Added Yandex Metrika visitors totals dashboard widget
- [Feature] Added Yandex Metrika visitors chart dashboard widget
- [Feature] Added Yandex Metrika period visitors dashboard widget
- [Feature] Animated ajax loaded modules height on load
- ๐ [Feature] Added initial docs
- ๐ [Feature] Added ability to use custom checkboxes without labels styled
- [Feature] Added ability to specify optional modules urls
- โก๏ธ [Feature] Added pop/update module settings methods
- ๐ [Feature] Added module contrast style
- ๐ [Feature] Added module custom style property
- [Feature] Pass module to module settings form
- [Feature] Set dashboard widgets minimum width
- [Feature] Added dashboard widgets class helpers
- ๐ [Fix] Fixed toggle all checkbox
- ๐ [Fix] Fixed 500 when module class cannot be loaded
- ๐ [Fix] Fixed datetime json encoder
- ๐ [Fix] Fixed double shadow for tables in dashboard modules
- ๐ [Fix] Fixed tables forced alignment
- ๐ [Fix] Fixed dashboard ul layout
- ๐ [Fix] Fixed language code formatting for js
- ๐ [Fix] Fixed 500 when adding module if no module type specified