Releases: octue/django-svelte-jsoneditor
Releases · octue/django-svelte-jsoneditor
Fix documentation builds
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
Contents (#26)
Fixes
- django 4.x dependency range
- crash after edit in text mode
- whitenoise collectstatic source map
Operations
- Update version
Uncategorised!
Update documentation and refactor settings
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
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
Added note about conventional commits to developer readme
Update workflow names
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