Skip to content

Releases: ghiscoding/aurelia-slickgrid

v8.13.2

29 Mar 18:26
Compare
Choose a tag to compare

8.13.2 (2025-03-29)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.13.2) and Aurelia-Slickgrid (v8.13.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.13.1

19 Mar 02:47
Compare
Choose a tag to compare

8.13.1 (2025-03-19)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.13.1) and Aurelia-Slickgrid (v8.13.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.13.0 - Row Detail with inner Grid

01 Mar 21:48
Compare
Choose a tag to compare

8.13.0 (2025-03-01)

You can now add a grid inside a Row Detail, however there are a few things to be aware. Any time a Row Detail is falling outside the main grid viewport, it will be unmounted and until it comes back into the viewport it will then be remounted & re-rendered. The process of unmounting and remounting means that Row Detail previous shape & states aren't preserved, however you could use Grid State & Presets (as shown in the demo) to overcome this problem. Also note that the logic to calculate in/out of viewport was completely re-implemented and should (hopefully) work better and should re-render a lot less often and only when necessary. It also now properly dispose row detail components before being removed from the viewport, this wasn't done properly in previous versions and it leaked components/elements in the DOM.

New example

Features

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.13.0) and Aurelia-Slickgrid (v8.13.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.12.2

08 Feb 18:48
Compare
Choose a tag to compare

8.12.2 (2025-02-08)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.12.2) and Aurelia-Slickgrid (v8.12.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.12.1

25 Jan 19:05
Compare
Choose a tag to compare

8.12.1 (2025-01-25)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.12.1) and Aurelia-Slickgrid (v8.12.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.12.0 - Rowspan feature 📢

21 Jan 03:56
Compare
Choose a tag to compare

8.12.0 (2025-01-21)

Rowspan feature

We already had colspan supported, via DataView ItemMetadataProvider, and now we're also adding support for rowspan as well (which is partially reusing the code from @GerHobbelt's fork that had rowspan). However please be aware that both of these features come with special constraints, any side effects (i.e. Filtering/Sorting/Paging/ColumnReorder/ColumnHidding) will require you to add your own logic to deal with these side effects (this was also true for colspan, so there's nothing new here). In other words the lib doesn't know and cannot guess how and what you want to do with the spanning when a side effect occurs, because colspan/rowspan are, and will always be, based on row indexes and the question arise when a side effect occurs what do you want to do? Do you want to keep the spanning on the same row or do you want to only keep half of it or remove it all? The system cannot guess what you want to do when these side effects happens unless you tell it what to do... so use this new feature with some due diligence.

You can see these 2 new examples demoing rowspan below and also read the Column/Row Spanning documentation

Note: please note that rowspan does not currently work well with Excel/CSV Export and it will be looked into in the near future.


Features

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.12.0) and Aurelia-Slickgrid (v8.12.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.11.0

14 Dec 21:04
Compare
Choose a tag to compare

8.11.0 (2024-12-14)

A new Example 43 was added to demo how to dynamically create a grid from a CSV file import (Excel import is also achievable)

Features

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.11.0) and Aurelia-Slickgrid (v8.11.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.10.2

30 Nov 22:24
Compare
Choose a tag to compare

8.10.2 (2024-11-30)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.10.2) and Aurelia-Slickgrid (v8.10.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)

v8.10.1

09 Nov 20:40
Compare
Choose a tag to compare

8.10.1 (2024-11-09)

Bug Fixes

v8.10.0

02 Nov 20:33
Compare
Choose a tag to compare

8.10.0 (2024-11-02)

This release fixes all recent SASS (dart-sass) warnings for their upcoming major version 2.0 and even fixes next 3.0 warnings. Note that external libraries like Bootstrap, Bulma and others still have to fix their own warnings as well but as far as SlickGrid goes, all warnings were fixed.

Features

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.10.0) and Aurelia-Slickgrid (v8.10.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)