Skip to content

Remove OldSparkRenderer and related classes#322

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

Remove OldSparkRenderer and related classes#322
mrxz wants to merge 2 commits intosparkjsdev: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';

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.

1 participant