Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2023-11-03)

### Bug Fixes

* cell padding and icon hit area ([#446](#446)) ([a0c1f50](a0c1f50))
* column adjuster handle  ([#447](#447)) ([c14eb2d](c14eb2d))
* dont render columnadjuster when interactions.active is false ([#452](#452)) ([68a82c0](68a82c0))
* grid out of sync ([#439](#439)) ([a40e151](a40e151))
* handle failed selections ([#427](#427)) ([d51b97b](d51b97b))
* last column cannot be expanded ([#451](#451)) ([0f78e15](0f78e15))
* lock bg issue ([#433](#433)) ([847b18e](847b18e))
* overlay scrollbars on data ([#417](#417)) ([07482f7](07482f7))
* plus minus icon size ([#429](#429)) ([4dd3d15](4dd3d15))
* proplery check for adjuster class to block selections ([#435](#435)) ([b07fd42](b07fd42))
* react border color warning ([#436](#436)) ([7942066](7942066))
* sort columns after pseudo dim in left grid ([#437](#437)) ([1e79b78](1e79b78))
* text line clamp for expanded cell ([#445](#445)) ([8d9223e](8d9223e))
* text margin top ([#448](#448)) ([5c85bdf](5c85bdf))
* totals cell line clamp ([#423](#423)) ([47e6304](47e6304))
* unexpected scroll ([#441](#441)) ([5417891](5417891))

### Features

* dimension info index ([#438](#438)) ([283ad6b](283ad6b))
* drag to resize columns in the header grid ([#430](#430)) ([212d75e](212d75e))
* update left side as you resize column ([#443](#443)) ([f877c5f](f877c5f))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent f877c5f commit bcc3188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-specifications/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/sn-pivot-table:properties",
"description": "Pivot Table generic object definition",
"version": "2.3.0",
"version": "2.4.0",
"license": "MIT",
"stability": "experimental",
"x-qlik-visibility": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-pivot-table",
"version": "2.3.0",
"version": "2.4.0",
"description": "Pivot table supernova",
"keywords": [
"qlik",
Expand Down

0 comments on commit bcc3188

Please sign in to comment.