Skip to content

Releases: ghiscoding/Angular-Slickgrid

v6.2.2

24 Sep 04:12
Compare
Choose a tag to compare

6.2.2 (2023-09-24)

Bug Fixes

  • bump Slickgrid-Universal w/auto-resize w/o container, fixes #1266 (c8a9317)

Installation

Please remember that all packages of @slickgrid-universal (v3.2.2) and Angular-Slickgrid (v6.2.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

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

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

v6.2.1 - Tree Data Totals with Aggregators

21 Aug 19:28
Compare
Choose a tag to compare

6.2.1 (2023-09-05)

Prior to this release, I always thought Tree Data was not quite feature complete, the missing piece was Tree Totals with Aggregators and this is exactly what this new release brings. We can now calculate totals on a tree by using the same existing Aggregators (note that they had to be modified to support Tree Data aggregations). Most Aggregators are supported, but not all, the ones that are available in a Tree Data grid are (avg, count, min, max and sum), for more information see:


Bug Fixes

  • adding dataset hierarchical item shouldn't cause scroll flickering (4c5864f)
  • common: Select Filter/Editor enableRenderHtml incorrect, fix #1240 (0b8b52b)

Features

  • TreeData: add optional Aggregators for Tree Data totals calc (236add4)

Installation

Please remember that all packages of @slickgrid-universal (v3.2.1) and Angular-Slickgrid (v6.2.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

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

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

v6.1.0

21 Jul 01:30
Compare
Choose a tag to compare

6.1.0 (2023-07-21)

Features

  • common: add scrollIntoView to GridService addItems, fix #1201 (f93f5bf)

Installation

Please remember that all packages of @slickgrid-universal (v3.1.0) and Angular-Slickgrid (v6.1.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

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

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

v6.0.1

01 Jul 01:22
Compare
Choose a tag to compare

6.0.1 (2023-07-01)

Bug Fixes

  • grouping: DraggableGrouping could throw when leaving page (6ff7f98)
  • using esbuild requires to specify type imports (e694a6b)

Installation

Please remember that all packages of @slickgrid-universal (v3.0.1) and Angular-Slickgrid (v6.0.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

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

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

v6.0.0 - jQuery removal

30 May 00:00
Compare
Choose a tag to compare

6.0.0 (2023-05-29)

New major official 6.0 release which removes jQuery requirement entirely 🚀🎉⭐

Note Also note that Bootstrap 4.0 still requires jQuery, so you might want to upgrade to Bootstrap 5 if you have not done that yet.

Quick Summary - SlickGrid is now native

Here is our new major (breaking change) version v6.0.0 release, it uses the new Slickgrid-Universal v3.0.0 which dropped jQuery requirement. Also in order to completely remove jQuery, it not only required SlickGrid to be jQuery free but also required us to rewrite the multiple-select 3rd party lib (jQuery based) into a brand new multiple-select-vanilla lib which is now native and has zero dependencies. Now the entire Angular-Slickgrid / Slickgrid-Universal no longer require jQuery (you can still use jQuery but it's now totally optional) and is now using native browser code, this should lower your build size and also improve the grid performance as well.

Follow the Migration 6.x Guide


⚠ BREAKING CHANGES

  • drop jQuery requirement & use ms-select-vanilla dependency (#1150)

Installation

Please remember that all packages of @slickgrid-universal (v3.0.0) and Angular-Slickgrid (v6.0.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

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

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

v5.6.4

20 May 00:50
Compare
Choose a tag to compare

5.6.4 (2023-05-20)

Bug Fixes

  • export: fix negative number exports to Excel, fixes #1135 (f52dc8a)

Installation

Please remember that all packages of @slickgrid-universal (v2.6.4) and Angular-Slickgrid (v5.6.4) 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

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

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

v5.6.3

23 Mar 03:32
Compare
Choose a tag to compare

5.6.3 (2023-03-23)

Bug Fixes

  • deps: update all non-major dependencies to ~2.6.3 (90a2ce2)
  • presets: dynamic columns should be auto-inserted with Grid Presets (8091790), closes #1092

Installation

Please remember that all packages of @slickgrid-universal (v2.6.3) and Angular-Slickgrid (v5.6.3) 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

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

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

v5.6.1

24 Feb 02:22
Compare
Choose a tag to compare

5.6.1 (2023-03-03)

Description

The new feature in this release was to move all TypeScript Types (d.ts) into a single dist/types folder under Slickgrid-Universal which should lower the size of npm download.

Bug Fixes

  • Edit cell mouseout should save & excel copy should work, fix #1103 (295c81c)
  • draggable grouping shouldn't throw error when dynamically changing columns (b0791ec)

Installation

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

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

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

v5.5.1

17 Feb 03:21
Compare
Choose a tag to compare

5.5.1 (2023-02-17)

Bug Fixes

  • RowDetail: Row Detail extension should work with editable grid (85cde68)

Installation

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

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

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

v5.4.1

04 Feb 21:33
Compare
Choose a tag to compare

5.4.1 (2023-02-04)

This new release brings a "Select All" across all pages when using Pagination on a local grid (that is when it's not using Backend Services).

Note: the "Select All" will not change its behavior when used with BackendServiceApi (OData, GraphQL) since these services don't know anything from the other pages and IDs, it only has knowledge of its current page. So in that case, it will continue to Select All on the current page only

Features

  • dataView: add option to apply row selection to all pages (e6335be)

Installation

Please remember that all packages of @slickgrid-universal (v2.4.1) and Angular-Slickgrid (v5.4.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

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

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