8000 Update version, changelog · socketpy/django-jet@1e1ea92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e1ea92

Browse files
committed
Update version, changelog
1 parent 4ff473e commit 1e1ea92

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

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

jet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.0.5'
1+
VERSION = '1.0.6'

0 commit comments

Comments
 (0)
0