Skip to content

Releases: ghiscoding/aurelia-slickgrid

v8.7.0

14 Sep 18:31
Compare
Choose a tag to compare

8.7.0 (2024-09-14)

This release brings a couple of perf contributions brought by an external user, you should be able to see the benefit. Take a look at the Slickgrid-Universal release for more info. Enjoy... 🎉

Bug Fixes

Performance Improvements


Installation

Please remember that all packages of @slickgrid-universal (v5.7.0) and Aurelia-Slickgrid (v8.7.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.6.2

14 Sep 17:13
Compare
Choose a tag to compare

8.6.2 (2024-09-14)

This release brings a couple of perf contributions brought by an external user, you should be able to see the benefit. Take a look at the Slickgrid-Universal release for more info. Enjoy... 🎉

Bug Fixes

Performance Improvements


Installation

Please remember that all packages of @slickgrid-universal (v5.7.0) and Aurelia-Slickgrid (v8.6.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.6.1

31 Aug 16:26
Compare
Choose a tag to compare

8.6.1 (2024-08-31)

Bug Fixes

v8.6.0

24 Aug 21:21
Compare
Choose a tag to compare

8.6.0 (2024-08-24)

Release Info

With this release, we are migrating to the original Vanilla-Calendar-Pro project and dropping the vanilla-calendar-picker temporary fork and that is because all features & bug fixes I had in my fork were all merged recently to the original project (the fork was always meant to be a temporary thing).

There's also a new rowTopOffsetRenderType grid option that might be of interest, the default is top but if you set it to transform then all rows of the grid will use transform: translateY({offset}px) to position each row in the grid and the transform might actually improve perf as per this article: Why Moving Elements With Translate() Is Better Than Pos:abs Top/left

Features

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.6.0) and Aurelia-Slickgrid (v8.6.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.5.2

17 Aug 15:59
Compare
Choose a tag to compare

8.5.2 (2024-08-17)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.5.2) and Aurelia-Slickgrid (v8.5.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.5.1

17 Aug 04:07
Compare
Choose a tag to compare

8.5.1 (2024-08-17)

Bug Fixes

v8.5.0 - Infinite Scroll

07 Aug 01:22
Compare
Choose a tag to compare

8.5.0 (2024-08-07)

Release Info

This new release adds the Infinite Scroll feature and with it adds not just 1 but 3 new examples to cover all use cases (read the new Infinite Scroll docs for more info)

  1. Example 38 - with OData Backend
  2. Example 39 - with GraphQL Backend
  3. Example 40 - with JSON data (local)

Infinite scrolling allows the grid to lazy-load rows from the server when reaching the scroll bottom (end) position. In its simplest form, the more the user scrolls down, the more rows get loaded. If we reached the end of the dataset and there is no more data to load, then we'll assume to have the entire dataset loaded in memory. This contrast with the regular Pagination approach which will only hold a single page data at a time.

Features


Installation

Please remember that all packages of @slickgrid-universal (v5.5.0) and Aurelia-Slickgrid (v8.5.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.4.0

20 Jul 18:20
Compare
Choose a tag to compare

8.4.0 (2024-07-20)

Features

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.4.0) and Aurelia-Slickgrid (v8.4.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.3.2

13 Jul 18:55
Compare
Choose a tag to compare

8.3.2 (2024-07-13)

Bug Fixes


Installation

Please remember that all packages of @slickgrid-universal (v5.3.4) and Aurelia-Slickgrid (v8.3.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.3.1

06 Jul 00:55
Compare
Choose a tag to compare

8.3.1 (2024-07-06)

Bug Fixes