Skip to content

Releases: grid-js/gridjs

6.2.0

03 Mar 17:05
9a6a53e
Compare
Choose a tag to compare

6.2.0 (2024-03-03)

🚀 New Feature

🐛 Bug Fix

Committers: 11

6.1.1

15 Jan 23:57
2d337e6
Compare
Choose a tag to compare

6.1.1 (2024-01-15)

🚀 New Feature

🐛 Bug Fix

Committers: 2

6.1.0

14 Jan 16:31
0ebdebf
Compare
Choose a tag to compare

6.1.0 (2024-01-14)

🐛 Bug Fix

  • #1410 remove unnecessary structuredClone() call, simplify SortActions (@afshinm)
  • #1409 Fix the throttle function and upgrade to v6.1 (@afshinm)
  • #1408 Fix the multiple server-side requests bug (@afshinm)

🏃‍♀️ Performance

  • #1410 remove unnecessary structuredClone() call, simplify SortActions (@afshinm)

Committers: 1

6.0.6

29 Jan 14:23
6275e01
Compare
Choose a tag to compare

6.0.6 (2023-01-29)

🚀 New Feature

Committers: 1

6.0.5

18 Jan 07:51
72b0498
Compare
Choose a tag to compare

6.0.5 (2023-01-18)

🐛 Bug Fix

Committers: 1

6.0.4

17 Jan 22:00
3e613c6
Compare
Choose a tag to compare

6.0.4 (2023-01-17)

🐛 Bug Fix

💅 Polish

  • #1287 fix(plugins/selection): remove the props.id and other unused props (@afshinm)

Committers: 1

6.0.1

16 Jan 14:44
Compare
Choose a tag to compare

6.0.1 (2023-01-16)

IMPORTANT NOTE:

There are a lot of breaking changes in the version, including how the state management is done internally and how plugins are written. However, if you don't use any internal APIs (like the EventEmitter, Store, etc) and you don't have any custom plugins, this version shouldn't impact you much. Otherwise, please make sure your plugins and custom integrations are thoroughly tested before upgrading to Grid.js 6.x.

🚀 New Feature

💥 Breaking Change

🐛 Bug Fix

🏃‍♀️ Performance

Committers: 4

Full Changelog: 6.0.0...6.0.1

5.1.0

20 Aug 12:35
Compare
Choose a tag to compare

5.1.0 (2022-08-20)

🚀 New Feature

🐛 Bug Fix

🏠 Internal

Committers: 18

5.0.1

07 Jun 11:54
Compare
Choose a tag to compare

5.0.1 (2021-06-07)

BREAKING CHANGES: This release contains some breaking changes. Make sure you double check your import/requires before migrating to v5:

🚀 New Feature

🏠 Internal

Committers: 5

4.0.0

23 Apr 10:58
Compare
Choose a tag to compare

4.0.0 (2021-04-23)

Bug Fixes

  • updating rollup and adding the lang file (15a1c26)
  • resize: adding missing stopPropagation (03034f5)
  • resize: adding touch event support (880e48d)
  • resize: removing left and right classes (067b57e)
  • gridjs-temp must be position relative in order to calculate the cells width correctly (87de41f)
  • removing getWidth (57d887b)

Features

  • resizable: adding resizable module + changing the ShadowTable algorithm (d91922d)