You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: The class prop accepts objects and arrays — all components (Code, Embed, Presentation, Slide, Transition) now accept class as a ClassValue, enabling conditional classes with objects and arrays
feat: improved code replace method — <Code> component got a smarter replace implementation with better handling of content updates
feat: multiline code insert support — the insert method on the <Code> component now supports inserting multiline strings correctly
refactor: adopted CSS @layer for style organization in app.css