Skip to content
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!: unified-exports-suffix-pmndrs-effects #154

Merged
merged 5 commits into from
Jan 3, 2025

Conversation

alvarosabu
Copy link
Member

@alvarosabu alvarosabu commented Dec 31, 2024

This PR fixes the name collision and type issues:

  • Consolidates post-processing effects under a unified namespace (@tresjs/post-processing). Pmndrs EffectComposer is now EffectComposerPmndrs, same for all the effects and composables under src/core/pmndrs to avoid name collisions
  • Removes local nuxt playground
  • Update docs

Closes #147

BREAKING CHANGE: Consolidated post-processing effects under a unified namespace (`@tresjs/post-processing`). Pmndrs `EffectComposer` is now `EffectComposerPmndrs`, same for all the effects and composables under `src/core/pmndrs`  to avoid name collisions
Copy link

pkg-pr-new bot commented Dec 31, 2024

Open in Stackblitz

npm i https://pkg.pr.new/@tresjs/post-processing@154

commit: cdef9ed

@alvarosabu alvarosabu added p5-urgent-bug Fix build-breaking bugs affecting most users, should be released ASAP (priority) breaking-change labels Dec 31, 2024
@alvarosabu alvarosabu requested a review from Tinoooo December 31, 2024 15:16
docs/.vitepress/config.ts Outdated Show resolved Hide resolved
@Tinoooo Tinoooo force-pushed the bugfix/unified-exports-suffix-pmndrs-effects branch from ff69040 to cdef9ed Compare January 2, 2025 19:41
@alvarosabu alvarosabu merged commit 3a2ec97 into main Jan 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change p5-urgent-bug Fix build-breaking bugs affecting most users, should be released ASAP (priority)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Broken imports in v1.0.0 w/ Nuxt
2 participants