Skip to content

Releases: revolist/react-datagrid

Release 4.0.22

30 Jun 16:10
Compare
Choose a tag to compare
Release 4.0.22 Pre-release
Pre-release

4.0.13 (2024-06-27)

test

test

test

test

test

test

test

test

v4.0.14

What's Changed

  • Breaking Changes:

    • Redesigned type support:
      • Removed deprecated namespaces:
        • Before:
        • Now: ;
      • Improved type import:
        • Before:
        • Now: .
    • Updated event naming convention. Review your event usage. Event names are all lowercase now and are aligned with modern event naming conventions. For example, -> .
  • 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 for templates and editors. 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.

v4.0.14

What's Changed

  • Breaking Changes:

    • Redesigned type support:
      • Removed deprecated namespaces:
        • Before:
        • Now: ;
      • Improved type import:
        • Before:
        • Now: .
    • Updated event naming convention. Review your event usage. Event names are all lowercase now and are aligned with modern event naming conventions. For example, -> .
  • 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 for templates and editors. 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.

v4.0.15

What's Changed

  • Breaking Changes:

    • Redesigned type support:
      • Removed deprecated namespaces:
        • Before:
        • Now: ;
      • Improved type import:
        • Before:
        • Now: .
    • Updated event naming convention. Review your event usage. Event names are all lowercase now and are aligned with modern event naming conventions. For example, -> .
  • 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 for templates and editors. 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.

v4.0.15

What's Changed

  • Breaking Changes:

    • Redesigned type support:
      • Removed deprecated namespaces:
        • Before:
        • Now: ;
      • Improved type import:
        • Before:
        • Now: .
    • Updated event naming convention. Review your event usage. Event names are all lowercase now and are aligned with modern event naming conventions. For example, -> .
  • 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 for templates and editors. 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.

v4.0.16

What's Changed

  • Breaking Changes:

    • Redesigned type support:
      • Removed deprecated namespaces:
        • Before:
        • Now: ;
      • Improved type import:
        • Before:
        • Now: .
    • Updated event naming convention. Review your event usage. Event names are all lowercase now and are aligned with modern event naming conventions. For example, -> .
  • 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 for templates and editors. 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.

v4.0.17

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.17

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: revolist/revogrid@v3.5.2...v4.0.18

v4.0.18

What's Changed

New Contributors

Full Changelog: https://...

Read more

Release 3.7.0

20 Oct 11:18
47ca6f2
Compare
Choose a tag to compare
v3.7.0

Update package.json

Release 3.6.17

01 Aug 17:08
1b7e82c
Compare
Choose a tag to compare
v3.6.17

Update publish.yml

v3.0.52

08 Apr 13:08
Compare
Choose a tag to compare
version up

v3.0.0

26 Mar 18:49
Compare
Choose a tag to compare

Updates for version 3.0

Version 3.0 introduces breaking changes:

  • Removed viewport component, this extra layer was redundant;
  • Changed classes to complex names in order to support bootstrap and other libraries:
    • row -> rgRow;
    • col -> rgCol;
    • data-cell -> rgCell;
    • data-header-cell -> rgHeaderCell;
  • All methods migrated to lowercase in order to support the modern approach of event naming. It means events name migration: afterEdit -> afteredit for all events. Check api for details;
  • Added pure esm modules support in order to use the grid in all modern frontend tooling like vitejs, parcel etc, now you can import custom-elements without lazy loading, just keep in mind you are responsible for polifills.

Version up

15 Feb 15:42
2f10e6e
Compare
Choose a tag to compare

Minor fixes

v2.9.5

11 Feb 15:10
Compare
Choose a tag to compare
version up

v2.9.4

11 Feb 05:19
3779277
Compare
Choose a tag to compare
Update package.json

Multiple updates and syncs with grid

05 Feb 02:46
Compare
Choose a tag to compare

v1.6.17

11 Oct 12:44
Compare
Choose a tag to compare
updates