2.3.3
Changelog
All notable changes to CalcCraft will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[2.2.9] - 2026-02-16
Added
- Configurable decimal separator (e.g., '.' or ',')
- Configurable grouping separator (e.g., ',', '.', or ' ')
- CHANGELOG.md
[2.3.1] - 2026-02-16
Added
- Escape character for literal equals signs: Use
'=prefix to display text starting with=without triggering formula evaluation. The apostrophe will be hidden in the display but preserved when editing.- Example:
'=valuedisplays as=valuebut is not treated as a formula
- Example:
[2.3.3] - 2026-02-16
Changed
- Label Display: Refactored table labels to use CSS pseudo-elements instead of adding physical rows and columns to the DOM
- Labels now displayed via
::beforeand::afterCSS pseudo-elements to avoid row/column switch when selecting a row or a column
- Labels now displayed via
- BUG fix: removing the "'" from the beginning of formula was not returning the cell to a formula