Skip to content

Latest commit

 

History

History
69 lines (30 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

69 lines (30 loc) · 3.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2022-09-13)

Features

  • update-value-in-editable-ranges: this method is modified as per the suggestion in the issue (798471d), closes #8

Bug Fixes

1.2.0 (2022-03-24)

Features

  • update-value-in-editable-ranges: this method is modified as per the suggestion in the issue (798471d), closes #8

1.1.0 (2022-01-09)

Features

  • update-value-in-editable-ranges: this method is modified as per the suggestion in the issue (798471d), closes #8

1.0.6 (2021-12-09)

Bug Fixes

  • sort-issue-in-firefox: sorting won't work the same in all browsers (32bcc2b), closes #7

1.0.5 (2021-11-23)

Bug Fixes

  • highlight-areas-mismatch: the decorations are updated on undo with the previous state (f07f6a4), closes #4

1.0.4 (2021-11-03)

Bug Fixes

  • fixed issue in docs playground (d8290e9)

1.0.3 (2021-10-16)

Bug Fixes

  • improper-type-check-removed: mispelled type instead of typeof (c178285)

1.0.2 (2021-10-10)

Features

  • initial-source-files: added the src files for restricted editor (e3e82f6)

Bug Fixes

  • final-column-tab-freezing: tabs on final Column was throwing errors , it is fixed (b80165b)