Skip to content

Releases: future-architect/cheetah-grid

0.14.2

15 Jan 06:37
05eb83c
Compare
Choose a tag to compare

🐛 Bugfixes

  • #190 Fixed a bug when a string was specified for colSpan

⚙️ Updates

  • #190 Added scrollTop and scrollLeft property to DrawGrid.

0.14.1

08 Jan 03:14
9ddd3c5
Compare
Choose a tag to compare

🐛 Bugfixes

  • #189 Fixed a bug where Vue component columns were not rendered.

0.14.0

07 Jan 08:44
f035462
Compare
Choose a tag to compare

💥 Breaking Changes

  • #177 APIs that cannot be implemented with TypeScript / ES6 export are abolished.

⭐ Features

  • #178 Supports multi-line layout.
  • #179 Supports pasting a range of values.
  • #182 Added highlightBgColor property to theme.
  • #183 Added visibleRowCount, visibleColCount, topRow and leftCol properties to grid.

🐛 Bugfixes

  • #185 #186 Fixed ligatures breaking.
  • #187 Change to ignore negative scrolling when using momentum-based scrolling.

⚙️ Chores

  • #177 Use TypeScript

0.13.9

27 Aug 00:47
88959b5
Compare
Choose a tag to compare

Source diff: 0.13.8->0.13.9

🐛 Bugfixes

  • #168 Fixed Custom sort function does not work

0.13.8

23 Jul 04:52
529c541
Compare
Choose a tag to compare

Source diff: 0.13.7->0.13.8

🐛 Bugfixes

  • #166 Fixed Cannot read property ... of undefined error on header refresh

0.13.7

28 Jun 03:53
bd7e27c
Compare
Choose a tag to compare

Source diff: 0.13.6->0.13.7

🐛 Bugfixes

  • #163 Fixed that getting defaultRowHeight property would be incorrect value

0.13.6

25 Jun 01:34
5f8e3a0
Compare
Choose a tag to compare

Source diff: 0.13.5->0.13.6

🐛 Bugfixes

  • #161 Fixed that calling makeVisibleCell multiple times would calculate to incorrect position.

0.13.5

21 Jun 01:25
06d8977
Compare
Choose a tag to compare

Source diff: 0.13.4->0.13.5

🐛 Bugfixes

  • #160 Fixed a cache behavior defect in CachedDataSource.

0.13.4

13 Jun 08:27
d89cddf
Compare
Choose a tag to compare

Source diff: 0.13.3->0.13.4

🐛 Bugfixes

  • #158 Fixed to hide focus message in grid focus out.

0.13.3

13 Jun 04:44
98c45a0
Compare
Choose a tag to compare

Source diff: 0.13.1->0.13.3

🐛 Bugfixes

  • #156/#157 Fixed: Unable to sort when the field is defined by {get, set}.