Releases: ruilisi/fortune-sheet
Releases · ruilisi/fortune-sheet
v0.22.0
v0.21.0
What's Changed
- fix: null check for freeze handles by @sanchit3008 in #648
- Optimisation: edit operation takes 4.5s in large sheets by @Corbe30 in #649
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0 by @dependabot in #651
New Contributors
- @dependabot made their first contribution in #651
Full Changelog: v0.20.2...v0.21.0
v0.20.2
What's Changed
- Optimize textbreak processing by @sanchit3008 in #647
Full Changelog: v0.20.1...v0.20.2
v0.20.1
What's Changed
- Optimize inline textwrap processing by @sanchit3008 in #646
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- Do not import isPlainObject directly by @Kreijstal in #627
- added: 12hr format support by @Corbe30 in #630
- fixed #633: 'select cell range' does not scroll by @Corbe30 in #635
- check for globalThis. by @Kreijstal in #636
- removed: redundant default value, fixes cell range issue by @Corbe30 in #634
- added: number format support - Volts, ampere, ohms by @Corbe30 in #631
- Fix typescript error by @Kreijstal in #637
- fixed: tsc, lint errors by @Corbe30 in #639
New Contributors
- @Kreijstal made their first contribution in #627
Full Changelog: v0.19.18...v0.20.0
v0.19.18
What's Changed
- fixed #578: performance improvement on filltext() by @Corbe30 in #615
- Bugfix: scroll restricted to a single axis by @Corbe30 in #617
- Bugfix/data verification message by @Corbe30 in #625
- fixed #622: font family not included in css by @Corbe30 in #623
- added: updated features and roadmap in readme by @Corbe30 in #624
Full Changelog: v0.19.17...v0.19.18
v0.19.17
What's Changed
- Fixed: display value incorrect on pasting by @Corbe30 in #604
- null check for parent element of leftPar by @sanchit3008 in #608
- fixed #588: cellmainWidth value corrected by @Corbe30 in #613
- #605 fixed: copy ignores hidden rows, columns in all cases + linter issues by @Corbe30 in #612
- fixed: reverted getContainer change by @Corbe30 in #614
New Contributors
Full Changelog: v0.19.16...v0.19.17
v0.19.16
What's Changed
- Add handleFormulaStringPaste method by @sanchit3008 in #598
- Dont clear formula class on input by @sanchit3008 in #600
- feat: api for hide/show rows and cols by @sanchit3008 in #603
Full Changelog: v0.19.15...v0.19.16
v0.19.15
What's Changed
- Handle cell range selection for autocompleted formulae by @sanchit3008 in #596
- call beforePaste hook for ctx menu paste option by @sanchit3008 in #594
Full Changelog: v0.19.14...v0.19.15
v0.19.14
What's Changed
- feat: add support for custom currency symbols by @sanchit3008 in #590
Full Changelog: v0.19.13...v0.19.14