Releases: ruilisi/fortune-sheet
Releases · ruilisi/fortune-sheet
v1.0.2
What's Changed
- Bugfix: row-col ops refreshes formula cache by @Corbe30 in #663
- build(deps-dev): bump @babel/preset-react from 7.22.5 to 7.26.3 by @dependabot in #661
- build(deps-dev): bump fs-extra from 9.1.0 to 11.3.0 by @dependabot in #664
- chore(deps-dev): bump jest-canvas-mock from 2.4.0 to 2.5.2 by @dependabot in #437
- build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.31.0 by @dependabot in #670
- added fallback for clipboard copy and context menu paste by @bgareth in #673
- feat: add optional sheetId param to addSheet by @sanchit3008 in #677
- build(deps): bump @types/regenerator-runtime from 0.13.6 to 0.13.8 by @dependabot in #678
- build(deps-dev): bump babel-jest from 29.3.1 to 29.7.0 by @dependabot in #669
- build(deps-dev): bump ws from 8.11.0 to 8.18.0 by @dependabot in #681
- build(deps-dev): bump @babel/core from 7.17.5 to 7.26.9 by @dependabot in #680
- Keyboard and Screenreader a11y improvements by @bgareth in #666
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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