-
Notifications
You must be signed in to change notification settings - Fork 342
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: migration guide #3045
feat: migration guide #3045
Conversation
"image": "Component was reworked. Suggest to check all places of usage.", | ||
"extensions": "Extensions", | ||
"aggrid_0": "Ag Grid", | ||
"aggrid_1": "Removed SCSS mixins for Vuestic UI theme customization.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They must be available with @vuestic/ag-grid/scss
import. @rustem-nasyrov?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This phrase was approved by him.
packages/docs/locales/en.json
Outdated
"extensions": "Extensions", | ||
"aggrid_0": "Ag Grid", | ||
"aggrid_1": "Removed SCSS mixins for Vuestic UI theme customization.", | ||
"tailwind": "Added {'@vuestic/tailwind'} package for config syncing between Vuestic UI and Tailwind CSS." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Deprecated grid. Use Tailwind instead. "
It is migration guide, not release log.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change, but imo migration guide should contain something like do it, or you'll face issues in this version
. Unlikely grid system in 1.6.0.
Description
Types of changes