Add pyxle-mail to the plugin catalog and update examples to React 19#4
Merged
Conversation
pyxle-mail (email over SMTP/Resend, shipped 0.1.0) was missing from the README package table, PyPI badge row, install snippet, layout diagram, and dev-install, from the SECURITY.md supported-versions table, and from the CLAUDE.md structure — which also still marked pyxle-auth and pyxle-db as '(planned)' though both ship. List all three official plugins consistently.
Both example apps pinned React 18.3.1 / Vite 5, lagging the framework's React 19 runtime and the scaffold. Bump react/react-dom to ^19.1.0, Vite to ^7.1.0, @vitejs/plugin-react to ^5.0.0, add the Node 20.19+ engines floor, and run via 'pyxle dev'/'pyxle build'.
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.
The
pyxle-mailplugin (email over SMTP / Resend, released 0.1.0) shipped a whileback but the repo's own docs still described a two-plugin catalog, and the example
apps lagged the framework's React version.
pyxle-mail now listed everywhere it belongs:
pyxle-authandpyxle-dbas "(planned)" although both ship.Examples updated to the current runtime:
pyxle-auth/examples/auth-appandpyxle-db/examples/crud-notespinned React 18.3.1 / Vite 5; bumped to React 19 / Vite 7 /@vitejs/plugin-react5 with a Node 20.19+ engines floor, matching the framework scaffold. Lockfiles regenerated.