Skip to content

Releases: octue/django-svelte-jsoneditor

Fix documentation builds

22 Jan 14:57
049f248
Compare
Choose a tag to compare

Contents (#28)

Fixes

  • Install doc dependencies using poetry

Operations

  • Use postattach instead of postcreate for more powerful devcontainer
  • Update devcontainer settings an extensions

Minor fixes

22 Jan 14:05
2b688f9
Compare
Choose a tag to compare

Contents (#26)

Fixes

  • django 4.x dependency range
  • crash after edit in text mode
  • whitenoise collectstatic source map

Operations

  • Update version

Uncategorised!

  • Bump jinja2 from 3.0.3 to 3.1.3
  • Merge pull request #25 from octue/fix/whitenoise-collectstatic-source-map
  • Merge pull request #24 from octue/fix/text-edit-mode
  • Merge pull request #23 from octue/fix/django4-deps-range
  • Merge pull request #21 from octue/dependabot/pip/jinja2-3.1.3

Update documentation and refactor settings

07 Jan 09:02
d5fa16e
Compare
Choose a tag to compare

Contents (#19)

IMPORTANT: There is 1 breaking change.

New features

  • Add 'escapeUnicodeCharacters' option to props

Enhancements

  • Raise exception on incorrect props

Fixes

  • Correct 'indentations' to 'indentation' per svelte-jsoneditor props

Operations

  • Update version

Refactoring

  • 💥 BREAKING CHANGE: Simplify settings for alternate props

Testing

  • Fix test trailing from previous refactor

Other

  • Add CodeQL Status badge
  • Update and restructure documentation

Upgrade instructions

💥 Simplify settings for alternate props

The 'SVELTE_JSONEDITOR' setting has been removed. You should move the contents of SVELTE_JSONEDITOR['PROPS'] to the replacement setting SVELTE_JSONEDITOR_PROPS.

Widget settings

06 Jan 19:58
2f877d3
Compare
Choose a tag to compare

Contents (#18)

New features

  • widget settings

Fixes

  • minor version
  • django 5.0 deps
  • Correct version range specification for django 5

Operations

  • Update workflows to use standardised reusable ones
  • Version bump
  • Avoid django python conflict in testing matrix
  • Add copilot to devcontainer

Dependencies

  • supported django versions

Chores

  • django 5.0 tox

Style

  • Make contributions comply with precommit standards

Other

  • Update html help basename

Uncategorised!

  • Merge pull request #17 from octue/fea/settings

Svelte editor widget

16 Dec 13:12
09b36ec
Compare
Choose a tag to compare

Contents (#12)

Chores

  • version bump

Other

  • svelte editor widget

Added note about conventional commits to developer readme

30 Nov 15:35
4df3cfa
Compare
Choose a tag to compare

Contents (#11)

Other

  • Added note about conventional commits to developer readme

Update workflow names

24 Oct 11:16
759ee17
Compare
Choose a tag to compare

Contents (#8)

Operations

  • Make ci names uniform
  • Bump version
  • Fix test settings module
  • Update test matrix to django LTS

Chores

  • Fix license term

Other

  • Remove invalid badge

Fix distribution build

24 Oct 10:27
4fa7141
Compare
Choose a tag to compare

Contents (#7)

Operations

  • Fix distribution build