v1.0.2
- Bugfix: row-col ops refreshes formula cache by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/663
- build(deps-dev): bump @babel/preset-react from 7.22.5 to 7.26.3 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/661
- build(deps-dev): bump fs-extra from 9.1.0 to 11.3.0 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/664
- chore(deps-dev): bump jest-canvas-mock from 2.4.0 to 2.5.2 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/437
- build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.31.0 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/670
- added fallback for clipboard copy and context menu paste by @bgareth in https://github.com/ruilisi/fortune-sheet/pull/673
- feat: add optional sheetId param to addSheet by @sanchit3008 in https://github.com/ruilisi/fortune-sheet/pull/677
- build(deps): bump @types/regenerator-runtime from 0.13.6 to 0.13.8 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/678
- build(deps-dev): bump babel-jest from 29.3.1 to 29.7.0 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/669
- build(deps-dev): bump ws from 8.11.0 to 8.18.0 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/681
- build(deps-dev): bump @babel/core from 7.17.5 to 7.26.9 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/680
- Keyboard and Screenreader a11y improvements by @bgareth in https://github.com/ruilisi/fortune-sheet/pull/666
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v1.0.1...v1.0.2
v1.0.1
- Revert "Feature: Hyperformula" by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/662
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v1.0.0...v1.0.1
v1.0.0
- Feature: Hyperformula by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/655
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.22.0...v1.0.0
v0.22.0
- added: batch API, calculateFormula API improvements by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/658
- fixed: calculate formula args by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/659
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.21.0...v0.22.0
v0.21.0
- fix: null check for freeze handles by @sanchit3008 in https://github.com/ruilisi/fortune-sheet/pull/648
- Optimisation: edit operation takes 4.5s in large sheets by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/649
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0 by @dependabot in https://github.com/ruilisi/fortune-sheet/pull/651
- @dependabot made their first contribution in https://github.com/ruilisi/fortune-sheet/pull/651
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.20.2...v0.21.0
v0.20.2
- Optimize textbreak processing by @sanchit3008 in https://github.com/ruilisi/fortune-sheet/pull/647
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.20.1...v0.20.2
v0.20.1
- Optimize inline textwrap processing by @sanchit3008 in https://github.com/ruilisi/fortune-sheet/pull/646
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.20.0...v0.20.1
v0.20.0
- Do not import isPlainObject directly by @Kreijstal in https://github.com/ruilisi/fortune-sheet/pull/627
- added: 12hr format support by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/630
- fixed #633: 'select cell range' does not scroll by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/635
- check for globalThis. by @Kreijstal in https://github.com/ruilisi/fortune-sheet/pull/636
- removed: redundant default value, fixes cell range issue by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/634
- added: number format support - Volts, ampere, ohms by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/631
- Fix typescript error by @Kreijstal in https://github.com/ruilisi/fortune-sheet/pull/637
- fixed: tsc, lint errors by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/639
- @Kreijstal made their first contribution in https://github.com/ruilisi/fortune-sheet/pull/627
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.19.18...v0.20.0
v0.19.18
- fixed #578: performance improvement on filltext() by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/615
- Bugfix: scroll restricted to a single axis by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/617
- Bugfix/data verification message by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/625
- fixed #622: font family not included in css by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/623
- added: updated features and roadmap in readme by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/624
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.19.17...v0.19.18
v0.19.17
- Fixed: display value incorrect on pasting by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/604
- null check for parent element of leftPar by @sanchit3008 in https://github.com/ruilisi/fortune-sheet/pull/608
- fixed #588: cellmainWidth value corrected by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/613
- #605 fixed: copy ignores hidden rows, columns in all cases + linter issues by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/612
- fixed: reverted getContainer change by @Corbe30 in https://github.com/ruilisi/fortune-sheet/pull/614
- @Corbe30 made their first contribution in https://github.com/ruilisi/fortune-sheet/pull/604
Full Changelog: https://github.com/ruilisi/fortune-sheet/compare/v0.19.16...v0.19.17