Skip to content

GridSheet 1.x.x

  • #100
    • Fix: Formulas not processed correctly when renderer is specified
  • #99
    • Support: HTML format in clipboard
  • #95
    • Support: onKeyUp event handler
    • Fix: Range selection across sheets
  • #86
    • Refactor: System architecture changes for plugin support
  • #83
    • Fix: evaluates option not working properly
  • #79
    • Drop: date-fns and date-fns-timezone, migrate to dayjs
    • Fix: eq function not working
  • #77
    • Support: PluginBase
  • Support: Syntax highlighting for the editor. #72

    • Drop: The editor no longer applies custom styles to cells.
  • Support: pluginbase

  • Fix: ^1.1.0 version Cells not aligning in sheet (left,center,right) #68

  • #70

    • Improve: cell label style
    • Fix: When editing, if I click on the header of the same column at the top, the content disappears.
  • #67

    • Support for % at end of token in formulas.
    • Fixed a bug that caused cells to be slightly misaligned.
    • Fixed a bug that caused focus to be lost after auto-filling.
    • Fixed bug that lastChangedAt was null.
    • Set max-width to not exceed outer elements.
  • Support: Inserting ref by clicking on the cell. #64

  • Bugfix: Lines are broken at the end of the line regardless of the cursor position. #55, #56
  • Bugfix: Autofill does not work when multiple cells are selected.
  • Bugfix: FormulaBar style.
  • Bugfix: AutoFill overwrites protected cells.
  • Bugfix: Cells referenced by formulas do not revert to their original state with undo.
  • It is now possible to refer to another sheet. #49
  • Formula bar. #49
  • Add E2E tests. #48