* feat: added SpaceCollaborator database table
* feat: defined roles and permissions for space
* feat: implemented default space creation and role assignment upon user registration
* feat: defined database entity structures related to invitations
* feat: space station invitations
* chore: default use sqlite
* chore: limit yarn version
* feat: gen invitation migreation
* fix: collaborator unit test
* fix: unit test
* ci: remove package cache
* fix: type check
* fix: reset column statistics when switching views
* fix: bar chart and line chart style issues
* chore: remove silent option for unit-test runs
* refactor: remove the factory method and supplement field in the prepareField method
* fix: isMultipleCellValue for fields in lookup cases
* chore: the value of a boolean is undefined by default
* fix: use lookupField to get the info if it is lookup
* feat: added method for retrieving records in a standalone query view
* perf(backend-selection): improved query performance by replacing getRecords with getRecordsFields
* ci(ci-packages): included apps path in CI triggers
* fix: updated rowCount to ensure it reflects the correct value
* chore: update icons & script
* fix: field icon style
* fix: solve the warning of too many setState calls
* perf: optimize grid interactions
* fix: support for resizing outside the grid
* chore: update ci
* chore: rename table to table-list
* feat: new teable grid
* feat: add some cell editors
* feat: update grid date editor
* perf: add image manager & performance tracker
* feat: update grid cells by adding checkbox and attachment cells and styling other cells
* feat: update grid view logic
* feat: update cell renderer & base renderer
* refactor: optimize code
* refactor: remove konva and draw with native canvas
* chore: remove glide-data-grid
* feat: add record menu and remove unnecessary files
* feat: render row controls
* refactor: use activeCell to represent the cell activation state to prevent selection conflicts
* feat: the grid support for switching row heights
* perf: improve grid interaction events
* chore: add coordinate manager related unit test
* feat: the grid support drag row
* perf: optimize grid rendering
* refactor: row and column reorder related functions
* feat: click on the external element to reset the related state of the grid
* feat: add checkWithinBound to support cell range hovered
* chore: remove unnecessary files
* refactor: interface and code adjustments
* perf: improve the interactive performance of the grid
* chore: remove redundant files
* feat: add boolean editor for the grid
* chore: remove unnecessary code & dependency
* feat: shortcuts support cross-platform
* perf: easier grid coordinate acquisition
* chore: update .gitignore
* chore: update ci
* fix: handle lint error
* ci(ci-packages): adjust the execution order to build first
* chore: add dev and build scripts to openapi
* chore: add dev and build scripts to db-main-prisma
* chore: add scripts in icons and openapi
* fix: successfully run all hopefully successful single tests
* chore: sync dependencies
* fix: circular dependency
* fix: build error
* fix: test error
* ci: disabled part of the github workflow
* fix: db file