mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-04 11:34:42 +00:00
v0.3.1
This commit is contained in:
parent
a7e2678da8
commit
09db8cdf16
3 changed files with 6 additions and 2 deletions
|
|
@ -133,6 +133,10 @@ It is easy customizable, i.e. when you want to use Bootstrap 3 and "real" side-b
|
|||
|
||||
# Changelog
|
||||
|
||||
### v0.3.1
|
||||
|
||||
* JS event fix
|
||||
|
||||
### v0.3.0
|
||||
|
||||
* version bump
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ $.fn.extend({
|
|||
updateScroll();
|
||||
});
|
||||
|
||||
$markdownx_editor.on('keyup change', function() {
|
||||
$markdownx_editor.on('keyup', function() {
|
||||
markdownify();
|
||||
});
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ if 'vagrant' in str(os.environ):
|
|||
|
||||
setup(
|
||||
name='django-markdownx',
|
||||
version='0.3.0',
|
||||
version='0.3.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description='Simple markdown editor (with live preview and images uploads) built for Django',
|
||||
|
|
|
|||
Loading…
Reference in a new issue