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: re-export renamed v1 APIs as deprecated aliases (#1758)
Code written against v1 breaks on v2 for a set of APIs that were only
renamed, not changed — the import fails with "no exported member" and
gives no hint at the new name. This adds deprecated aliases for those,
so v1 code keeps compiling and the IDE points at the current name via
`@deprecated`.
0 commit comments