Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin django-markdownx to latest version 4.0.7 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR pins django-markdownx to the latest release 4.0.7.

Changelog

4.0.7

Update height on focusin event

4.0.6

Fix for cursor position and multiline intendation

4.0.5

Admin styling fix for editor setHeight

4.0.4

Fix for editor setHeight – including border

4.0.3

Fixes:

- PIL v10 support
- proper editor set height
- editor resize init value

4.0.2

Fixes setting editor's height whenever the HTML preview is updated, ignoring the `MARKDOWNX_EDITOR_RESIZABLE` option

4.0.1

Fix for cookie read.

4.0.0

Added:

- Support for Django 4 (retains backward compatibility with Django 3)
- Support for Python 3.9 and 3.10

4.0.0beta.1

Added:
- Support for Django 4 (retains backward compatibility with Django 2 and 3)
- Support for Python 3.9 and 3.10

Changed:
- Minor correction in German translation

Removed:
- Built documentation assets, which are now built via the CI.

3.0.1

Fixed:
- django's internal db field type

3.0.0

Added:
- support for Django 2 and 3
- support for python 3.6, 3.7 and 3.8

Removed:
- support of Django < 2
- python 2.7 code

Fixed:
- minor compatibility issues

2.0.28

Fixed:

- AttributeError on invalid image upload

2.0.27

Fixed: missing compiled static files

2.0.26

Fixed:

- Missing custom attributes for markdownx widget
- Handle csrf stored in sessions

2.0.24

Django 2.1 support

2.0.23

Django 2.0 support

2.0.21

**Fixes**:
- Removed testapp package from the release

2.0.20

**New**:
- JS now ensures that the element is visible before attempting to resize it (files read as `binary` are not converted to `str`).
- Documentations compiled via `./create_docs.sh` now get `.nojekyll` files added in the root directory by default. 
- Added migrations for testapp

**Fixed**:
- Fixed JS monitoring in SVG file - again.
- Issue in `dev.py` preventing the installation of documentations dependencies is fixed.
- `package.json` is generated when using Vagrant or Docker environment

**Improved**:
- Contribution documentations are now even more comprehensive. 
- `dev.py` now deletes SQLite file created for the test.
- Support of minified css
- Static source files are now excluded from releases

2.0.19

* url(r'^upload/$', ImageUploadView.as_view(), name='markdownx_upload'),
* url(r'^markdownify/$', MarkdownifyView.as_view(), name='markdownx_markdownify'),

2.0.18

MARKDOWNX_IMAGE_MAX_SIZE not respected 65 issue fixed.

2.0.14

**Fixed**:
- Fixed the bug that caused non-SVG files being screened for JavaScript.

**Other**:
- Minor clean ups.
- Added documentations for [developers' environment](https://neutronx.github.io/django-markdownx/contribution.html).
- Updated module documentations.
- Made `dev.py -no-container` and `dev.py -c` compatible with Python 2.

2.0

**New**:
- Django 1.11 support
- Documentations
- Developers' environment
- Support for `ctrl/cmd + ]` and `ctrl/cmd + [` for indentations (line and block).
- Support for `Tab` and `Shift + Tab` (line, selection, and block).

**Improved**:
- Pure JavaScript front-end without external dependencies. 
- Additional settings for added flexibility.

1.8

JavaScript event listener were added to account for the progress during upload, enabling the usage of animation (e.g. spinner) or inform the user of failed attempts.

1.7.1

Fix for custom CSS classes in the widget

1.7

-    SVG file upload support
-    Multiwidget support

1.6.3

- Corrupted image upload exception

1.6.2

-  Runtest template fix

1.6

- Support for Django's `default_storage`
- Fix for missing MARKDOWNX_MARKDOWNIFY_FUNCTION in settings

1.5

- Possibility to customize image insertion code

1.4.3

- Markdown abstractable function fix

1.4.2

- Maintenance release

1.4.1

- Make rendering the markdown abstractable

1.4

- Added JS (jQuery) events
- Custom upload url path
- Fix when subclassing MarkdownxWidget

1.3

- Added Markdown extension configuration setting

1.2.1

- Fix by Eduard Sukharev: Fix accessing file length in python3

1.2

- Added custom url path setting MARKDOWNX_URLS_PATH to compile markdown with custom view (i.e. for pre/post altering markdown text)

1.1.3

- Setup tools fix

1.1.2

- Critical fix for image upload

1.1.1

- Package fix

1.1.0

- Python 3.3+ support
- Very simple test added just to test python 3 support

1.0.1

- Moved html logic from FormField to Widget to be able to override model objects other than included MarkdownxModel
- Fixed default value for `MARKDOWNX_EDITOR_RESIZABLE`

1.0.0

- Warning: no backward compatibility
- Admin, Model and Form custom objects
- Django admin styles for compiled markdown
- Settings variables changed:
- MARKDOWNX_MAX_SIZE => MARKDOWNX_IMAGE_MAX_SIZE
- MARKDOWNX_MARKDOWN_KWARGS => MARKDOWNX_MARKDOWN_EXTENSIONS
- MARKDOWNX_MAX_UPLOADSIZE => MARKDOWNX_UPLOAD_MAX_SIZE
- MARKDOWNX_CONTENT_TYPES => MARKDOWNX_UPLOAD_CONTENT_TYPES
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant