Browse Source

Update version, changelog

Denis K 8 years ago
parent
commit
1e1ea92ea9
2 changed files with 15 additions and 1 deletions
  1. 14 0
      CHANGELOG.rst
  2. 1 1
      jet/__init__.py

+ 14 - 0
CHANGELOG.rst

@@ -1,6 +1,20 @@
 Changelog
 =========
 
+1.0.6
+-----
+* PR-191: Added sidebar pinning functionality (thanks to grigory51 for PR)
+* Issue-199: Fixed Django 1.11 context issue (thanks to gileadslostson for report)
+* Issue-202: Fixed inline-group-row:added event (thanks to a1Gupta for report)
+* Issue-188: Make testing use latest major Django versions and Python 3.5, 3.6 (thanks to liminspace for report)
+* Added new flexible menu customizing setting JET_SIDE_MENU_ITEMS
+* Added labels to sibling buttons
+* Fixed django.jQuery select change events
+* Fixed sidebar "Search..." label localization
+* Added select disabled style
+* Fixed initial value for select2 ajax fields when POST request
+
+
 1.0.5
 -----
 * PR-167: Added fallback to window.opener to support old Django popups (thanks to michaelkuty for PR)

+ 1 - 1
jet/__init__.py

@@ -1 +1 @@
-VERSION = '1.0.5'
+VERSION = '1.0.6'