Skip to content

Releases: revolist/vue-datagrid

Release 4.8.10

19 Jul 23:25
Compare
Choose a tag to compare

Release 4.8.9

19 Jul 18:39
Compare
Choose a tag to compare

Release 4.8.8

19 Jul 18:34
Compare
Choose a tag to compare

Release 4.8.7

19 Jul 16:29
Compare
Choose a tag to compare

What's Changed

Breaking change

Full Changelog: revolist/revogrid@v4.8.6...v4.8.7

Release 4.8.6

19 Jul 14:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: revolist/revogrid@v4.8.5...v4.8.6

Release 4.8.5

19 Jul 12:06
Compare
Choose a tag to compare
  • Package update and improvements

Release 4.8.2

17 Jul 15:13
Compare
Choose a tag to compare

Release 4.8.1

11 Jul 12:26
Compare
Choose a tag to compare

Release 4.8.0

11 Jul 11:47
Compare
Choose a tag to compare
  • Breaking Changes:

    • Redesigned type support:
      • Removed deprecated namespaces:
        • Before: RevoGrid.ColumnDataSchemaRegular
        • Now: ColumnDataSchemaRegular;
      • Improved type import:
        • Before: import { RevoGrid } from '@revolist/revogrid/dist/types/interfaces'
        • Now: import { ColumnDataSchemaRegular } from '@revolist/revogrid'.
      • Changed viewport type names everywhere. For example, before: rowDefinitions: [{ type: "row", index: 0, size: 145 }], after: rowDefinitions: [{ type: "rgRow", index: 0, size: 145 }].
    • Updated event naming convention. Review your event usage. Event names are all lowercase now and are aligned with modern event naming conventions. For example, afterEdit -> afteredit.
  • Major improvements:

    • Rethought the entire framework approach. Introduced Pro version with advance support and pro features.
    • Introduced slot support.
    • Updated scrolling system for better mobile support.
    • Advance template support. Introduced additionalData for templates and editors. Prop gives access to parent/root app context.
    • Redesigned the documentation.
    • Fixed major issues and significantly improved overall performance, making the grid multiple time faster.
    • Enhanced plugin support - now with full access to grid providers.
    • Updated documentation.
    • Provided full framework support and native render for Angular, React, and Vue, with partial support for Ember and Svelte.

Release 4.0.51

10 Jul 14:26
Compare
Choose a tag to compare
Release 4.0.51 Pre-release
Pre-release

fix: type compilation vue2