-
Notifications
You must be signed in to change notification settings - Fork 61
fix: issue indenting list items (SD-1594) #1816
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
fix: issue indenting list items (SD-1594) #1816
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 713f2af94b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
713f2af to
41651d8
Compare
harbournick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## [1.8.2-next.5](v1.8.2-next.4...v1.8.2-next.5) (2026-01-23) ### Bug Fixes * issue indenting list items (SD-1594) ([#1816](#1816)) ([3f84beb](3f84beb))
|
🎉 This PR is included in version 1.8.2-next.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
## [1.8.3](v1.8.2...v1.8.3) (2026-01-23) ### Bug Fixes * add double click event for annotation ([#1803](#1803)) ([509c882](509c882)) * cursor delay when dragging over a document ([#1802](#1802)) ([58691f1](58691f1)) * handling absolute paths for relationships ([#1811](#1811)) ([8647358](8647358)) * header/footer double click to edit ([#1814](#1814)) ([b4041d5](b4041d5)) * issue indenting list items (SD-1594) ([#1816](#1816)) ([3f84beb](3f84beb)) * preserve original document namespace declarations during export ([#1812](#1812)) ([4a3da75](4a3da75)) * table background/width and marker color fixes ([#1795](#1795)) ([50fc3ad](50fc3ad)) * table indent ([#1794](#1794)) ([fb0563e](fb0563e))
|
🎉 This PR is included in version 1.8.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
editor.converter.translatedNumbering). The problem was that when a new list definition is created this new data structure was not being updated.editor.converter.numbering) for compatibility but this should be addressed later