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
refactor: Simplify Alignment constants to Right/Left/Center/Default
- Renamed AlignRight/AlignLeft/AlignCenter/AlignDefault to Right/Left/Center/Default for Alignment type
- Updated all code, tests, examples, and documentation to use the new constant names
- Removes redundancy in API usage and improves code readability
- Old Align* constants are removed (breaking change)
BREAKING CHANGE: Align* constants have been replaced by Right/Left/Center/Default. Please update your code to use the
0 commit comments