feat: pixelPerfect html handling.#2642
Merged
Merged
Conversation
Solves subpixel bluring closes #2380
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
DennisSmolek
added a commit
that referenced
this pull request
Feb 3, 2026
* fix: bundle requires browser output in platform (#2608) * fix: bundle requires browser output in platform * fix: rolldown issues * fix: finalize rollup * chore: prettier * chore: prettier * fix: adjust root name for better local linking. Dist folder package confused pnpm * fix: update lockfile for ci * fix: update tests for unbuild * fix: simplified canary * fix: package name copying * feat: cleaned up docs, please god trigger a push * feat: actual push, I hate git * feat: prettier changes * feat: proper file endings (#2615) * feat: add case-insensitive commit type handling to semantic-release The commit analyzer was rejecting commits with capitalized types (Feat, Fix) which caused releases to silently fail. This adds explicit release rules for common case variations to prevent future release failures. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * V11 general fixes (#2640) * fix: sandbox starter. closes Bug report template starter is broken Fixes #2553 * feat: minor fixes to dragControls and portal closes #2097 * fix: fisheye events closes #2165 * feat: Multi-type instances objects closes: #2181 * feat: Native Eclusions List * feat: PivotControls Enhanced. Added object selection from old demo version. Added Webgpu support for lines Addded story for object attach mode * feat: Add Blur listener for keyboard events if the wondow is exited * Fix: transforms in html closes #2506 * feat: Canvas Resize bugs with safari * feat: onHover for PivotControls * fix: Update types for segments. closes: #2561 * chore: clean vanilla from webgpu * Fix parallel plane in rotatior of PivotControls closes #2406 * feat: add interactive priority * fix: Scroll Controls React 19 issues. Closes #2431 * feat: use external ktx loader * feat: fix html feat: fix reflector being crazy * chore: fix types * chore: linter * chore: allow for alt versions of r3f * chore: update lockfile * fix: odd CI bug * feat: pixelPerfect html handling. (#2642) Solves subpixel bluring closes #2380 --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.
Solves subpixel bluring
closes #2380