Fix package to include web artifacts, bump version to 1.3.1#34
Merged
jamesbconner merged 1 commit intomainfrom Feb 22, 2026
Merged
Fix package to include web artifacts, bump version to 1.3.1#34jamesbconner merged 1 commit intomainfrom
jamesbconner merged 1 commit intomainfrom
Conversation
- Update version from 1.3.0 to 1.3.1 in `__about__.py` - Fix web UI packaging by replacing `artifacts` with `force-include` in `pyproject.toml` for both wheel and sdist targets - Add explicit `packages` declaration and sdist `include` list to ensure proper distribution - Document fixes for data URI sanitization, case-insensitive element filtering, duplicate error handling, type safety, rename endpoint validation, icon names validation, and Next.js dev mode warning - Document changed default for "Inject CSS classes" checkbox from false to true
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
__about__.pyartifactswithforce-includeinpyproject.tomlfor both wheel and sdist targetspackagesdeclaration and sdistincludelist to ensure proper distributionNote
Low Risk
Packaging/config-only changes plus a version bump; main risk is unintended distribution contents or missing files in published artifacts.
Overview
Fixes Python packaging so the generated
src/SVG2DrawIOLib/web/static UI is reliably shipped in both wheels and sdists by switching hatchling config fromartifactstoforce-include, adding an explicit wheelpackageslist, and defining an sdistincludeset.Bumps the library version to
1.3.1and updatesCHANGELOG.mdwith the release notes for this patch release.Written by Cursor Bugbot for commit 84270a2. This will update automatically on new commits. Configure here.