CHANGELOG.md 944 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

7.0.2 - 2021-10-11

Fixed

  • Some of the selection annotation attributes were not cleared if the Ephemera.selectedSelector attribute was not present.

7.0.0 - 2021-08-26

Added

  • Added new selectNode API to WindowBridge.

Changed

  • Upgraded to Katamari 8.0, which includes breaking changes to the Optional API used in this module.
  • Changed the MouseSelection and KeySelection fake selection logic to only apply if more than one cell of the same table is selected.

Fixed

  • Fixed incorrect type for single selections in the Selections and CellOpSelection modules.
  • MouseSelection fake selection did not apply to a single selected CEF cell.