From 4e19672b2cb25ca7f36c2cfb6e9eedf186a02b2c Mon Sep 17 00:00:00 2001 From: Jona Andersen Date: Fri, 25 Sep 2020 14:53:13 +0200 Subject: [PATCH] Bump to v0.24.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d504e02..9c5b89bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.24.3 - 2020-09-25 + +### Fixed + +- Pasting single values into one or more cells did not emit the affected cells in the `afterpaste` event (mdebrauw, #308) + ## 0.24.2 - 2020-09-25 ### Fixed diff --git a/package.json b/package.json index 5e9a301b..ddfa8e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-datagrid", - "version": "0.24.2", + "version": "0.24.3", "description": "Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.", "main": "./dist/canvas-datagrid.js", "scripts": {