RevoGrid Version 4! 🎉 #456
revolist
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 Announcing
Hello everyone! 👋
We are thrilled to announce the release of RevoGrid version 4! After more than two years of dedicated work, we are finally here. We initially planned to release it a year ago, but our focus on the RevoSheets project delayed our timeline. Nevertheless, we are bringing you this major update with a host of new features, improvements, and breaking changes.
🚨 Breaking Changes
Redesigned Type Support
RevoGrid.ColumnDataSchemaRegular
ColumnDataSchemaRegular
import { RevoGrid } from '@revolist/revogrid/dist/types/interfaces'
import { ColumnDataSchemaRegular } from '@revolist/revogrid'
rowDefinitions: [{ type: "row", index: 0, size: 145 }]
rowDefinitions: [{ type: "rgRow", index: 0, size: 145 }]
Updated Event Naming Convention
afterEdit
->afteredit
.🌟 Major Improvements
additionalData
for templates and editors. Theprop
gives access to the parent/root app context.We are proud of the improvements and new features in this release. Thank you for your patience and continued support 🚀
If you have any questions or feedback, feel free to share them in this discussion.
Happy coding! 🖥️💻
Best,
The RevoGrid Team
Beta Was this translation helpful? Give feedback.
All reactions