Skip to content

Releases: john-psina/django-monaco-editor

v1.1.5

29 Oct 13:18

Choose a tag to compare

v1.1.5 (2025-10-29)

This release is published under the MIT License.


Detailed Changes: v1.1.4...v1.1.5

v1.1.4

29 Oct 11:01

Choose a tag to compare

v1.1.4 (2025-10-29)

This release is published under the MIT License.


Detailed Changes: v1.1.3...v1.1.4

v1.1.3

28 Oct 16:13

Choose a tag to compare

v1.1.3 (2025-10-28)

This release is published under the MIT License.


Detailed Changes: v1.1.2...v1.1.3

v1.1.2

28 Oct 16:07

Choose a tag to compare

v1.1.2 (2025-10-28)

This release is published under the MIT License.

Bug Fixes

  • Update release workflow to check version changes (9884daa)

Detailed Changes: v1.1.1...v1.1.2

v1.1.1

28 Oct 15:58

Choose a tag to compare

v1.1.1 (2025-10-28)

This release is published under the MIT License.

Bug Fixes

  • Enhance release workflow and configuration (d9022c4)

Detailed Changes: v1.1.0...v1.1.1

v1.1.0

28 Oct 15:53

Choose a tag to compare

v1.1.0 (2025-10-28)

This release is published under the MIT License.


Detailed Changes: v1.0.4...v1.1.0

v1.0.4

28 Oct 15:11

Choose a tag to compare

v1.0.4 (2025-10-28)

This release is published under the MIT License.


Detailed Changes: v1.0.3...v1.0.4

v1.0.3

28 Oct 14:58

Choose a tag to compare

v1.0.3 (2025-10-28)

This release is published under the MIT License.


Detailed Changes: v1.0.2...v1.0.3

v1.0.2

28 Oct 14:48

Choose a tag to compare

v1.0.2 (2025-10-28)

This release is published under the MIT License.

Bug Fixes

  • Update package name and clean up whitespace in README.md (a61b57d)

Detailed Changes: v1.0.1...v1.0.2

Django Monaco Editor v1.0.1

28 Oct 14:45

Choose a tag to compare

Django Monaco Editor v1.0.1

🎉 Initial Release

Monaco Editor integration for Django forms and admin.

Features

  • Monaco Editor widget for Django forms
  • Support for multiple programming languages
  • Customizable themes (vs, vs-dark, hc-black)
  • Flexible configuration via settings.py
  • Django Admin integration
  • Support for inline forms
  • Automatic layout adjustment

Installation

pip install django-admin-monaco-editor

See README.md for full documentation.