-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: prepare for v4 #539
Conversation
✅ Deploy Preview for sefirot-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for sefirot-story ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Removed utils
vue-tsc will pick these |
Removed components and props
enable case sensitive mode for regexes in this section vue-tsc will NOT pick these. manually find and refactor usage |
Removed composables
vue-tsc will pick these |
Added utils
|
Table changesRewrite everything if using legacy code 🫠
|
Stricter typesSome types were lax like this: - unitBefore?: any
- unitAfter?: any
+ unitBefore?: Component | string
+ unitAfter?: Component | string Might need to adjust props in such cases. vue-tsc will pick these |
closes #538
closes #424
closes #541