- Feature: Added a published
remotion-bitsCLI and MCP server for finding and fetching live bits - Feature: Added a generated shared bit inventory and runtime catalog so published packages ship discoverable source-backed bit metadata
- Fix: Updated docs catalog, playground, and 3D bit references to use the shared catalog and corrected exported bit identifiers
- Docs: Refreshed README and skill guidance around CLI, MCP, and example-first bit workflows
- Feature: Added Fracture Reassemble and Mosaic Reframe bits for advanced staggered 3D layout transitions
- Fix: Added missing
Easingexport injection in BitPlayground runtime compilation context - Improvement: Updated
StaggeredMotionto pass resolved duration into motion interpolation for consistent timing - Docs: Added documentation pages for Fracture Reassemble and Mosaic Reframe and refreshed bit authoring guidance
- Feature: Added TypingCodeBlock bit - code block with typing animation effect
- Feature: Added Fireflies bit - animated particle fireflies effect using ParticleSystem
- Feature: Added Carousel3D bit - 3D carousel navigation using Scene3D
- Fix: Added missing ScrollingColumns export to BitPlayground
- Improvement: Refactored CodeBlock component with CodeLine sub-component and stagger direction support
- Feature: Added Terminal3D bit - animated 3D terminal display with Scene3D
- Feature: Added KenBurns bit - Ken Burns photo panning and zooming effect using Scene3D
- Improvement: Enhanced Scene3D and layout patterns in skill documentation
- Docs: Updated skill reference documentation for components, patterns, and utilities
- Feature: Added CounterConfetti bit - counter reaching 1000 with confetti particles bursting from sides
- Feature: Added CubeNavigation bit - navigate through faces of a 3D cube using Scene3D steps
- Feature: Added CursorFlyover bit - camera flies over screenshot with animated cursor highlighting areas
- Fix: Added missing utilities (isoDist, Matrix4, createRect) to BitPlayground exports
- Improvement: Improved theme compatibility by using currentColor instead of hardcoded white in examples
- Fix: Added missing component exports for TypeWriter and ScrollingColumns
- Docs: Updated README with new URL and removed splash image
- Docs: Added skill documentation to getting-started guide
- Improvement: General documentation and linting improvements
- Feature: Added CodeBlock component for syntax highlighting and animations
- Feature: Added TypeWriter component for typewriter text effects
- Feature: Added MatrixRain component for Matrix-style falling character effects
- Feature: Added GlitchCycle and GlitchIn components for glitch transition effects
- Feature: Added ShapeIcon component for animated shape icons
- Feature: Enhanced AnimatedCounter with step timing support
- Feature: Added hold functionality to interpolation utilities
- Feature: Added scaleZ support to Transform3D and Step components
- Feature: Enhanced Transform3D with ID management, random operations, and Vector3 support for translate method
- Feature: Enhanced StepResponsive with centered prop, style props, cumulative step property resolution, and transform key support
- Feature: Enhanced Scene3D components with duration support and centered transformations
- Feature: Enhanced AnimatedText with dynamic duration support
- Improvement: Enhanced BitPlayground to handle bit props and improve error handling
- Improvement: Updated dependencies and improved documentation for Bits
- Improvement: Added gradient backgrounds and enhanced FeatureShowcase component
- Docs: Completed showcase documentation
- Docs: Added transitions scene documentation
- Fix: Removed unused doFrame function causing TypeScript error
- Feature: Added duration prop to Step component for customizable step duration
- Feature: Enhanced interpolation functions to support Transform3D and Matrix4
- Feature: Added 3D interpolation utilities and transform handling
- Improvement: Updated easing function to use 'easeInOut' for smoother transitions
- Docs: Added Transform3D link to Bits sidebar in documentation
- Fix: Packaged version fix and added extensions script for better build tooling
- Improvement: Cleaned up 3D Elements example by removing unnecessary red triangle
- Feature: Added
StepResponsivecomponent for responsive 3D element transformations based on active step - Feature: Added
StepTimingContextanduseStepTiminghook for accessing Step timing information - Feature: Enhanced
useMotionTimingto auto-align with Step boundaries when used inside a Step - Improvement: Made
transitionprop optional inAnimatedTextandStaggeredMotioncomponents - Improvement: Enhanced
AnimatedTextsplit prop with predefined options ("none", "word", "character", "line") - Docs: Updated 3D Elements example with better formatting and showcase of new StepResponsive features
- Fix: StepResponsive animation logic to match Scene3D camera transition, preventing instant jumps
- Fix: StepResponsive now correctly respects
transition.durationandtransition.delayoverrides
- Feature: Added all component bits to the registry for easier installation
- Docs: Enhanced skill documentation with better examples and patterns
- Improvement: Cleaned up README documentation
- Docs: Added Scene3D examples reference to skill file
- Fix: Linter fixes and code quality improvements
- Improvement: Refined Scene3D mechanics and usage patterns
- Feature: Added skill maintenance to agent instructions
- Improvement: Landing page cleanups with squircle design elements
- Docs: Updated skill info related to 3D scenes
- Docs: CLAUDE.md now references AGENTS.md for better organization
- Feature: Added scrolling columns bit component
- Feature: Added better bento grid layout for docs
- Feature: Improved BitPlayground with action styles and custom scrollbars
- Feature: Enhanced catalog with proper tags and theme improvements
- Fix: Fixed radial gradient transitions
- Improvement: Normalized bit names for consistency
- Improvement: Playground and README fixes and tweaks
- Docs: Added jsrepo config and reference for existing components