Skip to content

Releases: revolist/revogrid

v4.15.7

23 Apr 17:41
8ab186c

Choose a tag to compare

What's Changed

  • fix: #740 - recalculate viewport size on header and footer change by @m2a2x in #741

Full Changelog: v4.15.6...v4.15.7

v4.15.6

22 Apr 14:58
e4de590

Choose a tag to compare

What's Changed

Full Changelog: v4.15.5...v4.15.6

v4.15.5

17 Apr 13:50

Choose a tag to compare

Full Changelog: v4.15.4...v4.15.5

v4.15.4

15 Apr 22:49

Choose a tag to compare

Full Changelog: v4.15.3...v4.15.4

v4.15.3

10 Apr 15:15
30cfedc

Choose a tag to compare

What's Changed

Full Changelog: v4.15.2...v4.15.3

v4.15.2

09 Apr 10:22
9d06c9d

Choose a tag to compare

What's Changed

Full Changelog: v4.15.1...v4.15.2

v4.15.1

08 Apr 15:43

Choose a tag to compare

Full Changelog: v4.15.0...v4.15.1

v4.15.0

01 Apr 22:28
fdfe81f

Choose a tag to compare

What's Changed

  • breaking change: advance grouping template by @revolist in #729
  • grouping templates now applied to all dimensions not to the one with expand only, users will have to update their templates accordingly
  grid.grouping = {
    props,
    expandedAll,
    prevExpanded: { 'a': true, 'a,c': true },
    groupLabelTemplate(createElement, { name, depth, expanded, providers }) {
      if (providers.colType !== 'rgCol') return;
      return createElement('span', null, `${expanded ? '-' : '+'} ${props[depth]}: ${name}`);
    },
  };

Full Changelog: v4.14.14...v4.15.0

v4.14.14

01 Apr 21:18
4eff160

Choose a tag to compare

What's Changed

Full Changelog: v4.14.13...v4.14.14

v4.14.13

01 Apr 20:53
ee1081d

Choose a tag to compare

What's Changed

Full Changelog: v4.14.12...v4.14.13