Skip to content

Remove OldSparkRenderer and related classes#322

Open
mrxz wants to merge 2 commits into
sparkjsdev:mainfrom
mrxz:remove-old-spark
Open

Remove OldSparkRenderer and related classes#322
mrxz wants to merge 2 commits into
sparkjsdev:mainfrom
mrxz:remove-old-spark

Conversation

@mrxz
Copy link
Copy Markdown
Collaborator

@mrxz mrxz commented Apr 24, 2026

Related to #321. The bundle effectively included two versions of Spark, the "new" and the "old" one. Since most users are expected to only ever use the new one, the old one should simply be removed. As a consequence two examples showcasing features that are no longer part of Spark have been removed as well. These were already excluded from the example page listing.

If absolutely needed to keep the old files around and distributed through npm, we should really split them off into separate entry points. For example, make them accessible through something like:

import {SparkRenderer} from '@sparkjsdev/spark/old';

@mrxz mrxz force-pushed the remove-old-spark branch 2 times, most recently from 21d50ac to f25150e Compare May 6, 2026 12:24
@dmarcos
Copy link
Copy Markdown
Contributor

dmarcos commented May 20, 2026

needs rebase

@mrxz mrxz force-pushed the remove-old-spark branch from f25150e to c8c912e Compare May 20, 2026 15:31
@mrxz
Copy link
Copy Markdown
Collaborator Author

mrxz commented May 20, 2026

needs rebase

Done, rebased this PR as well as the follow-up #335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants