fortune-sheet/CHANGELOG.md
2022-05-18 15:19:06 +08:00

86 lines
1.7 KiB
Markdown

# Changelog
_Changes marked with a :warning: contain potential breaking changes depending on your use of the package._
## v0.5.6
- Refine collabrator box style.
- Fix an editing bug in collabration.
- Fix wrong formula calculation when filling cell.
## v0.5.5
- Add support for cells sorting.
- Add support for text wrapping and text rotation.
- Add support for showing collabrators' presence.
- Add support for hooks.
- Add move sheet in context menu.
- Add API docs.
- Merge alignment toolbar buttons.
- Fix crash on cells filling.
## v0.5.2
- Add formula search dialog.
- Make format dropdown list work.
- Fix crash on React 16.
- Fix multi-instance usage.
## v0.5.0
- :warning: The `index` field of sheet is renamed to `id` globally, including other related fields.
- Add support for touch gestures in mobile devices.
- Add support for fill handle.
- Expose APIs for developers.
- Fix multi-instance usage.
- Fix compilation issue related to `formulajs`.
## v0.4.2
- Fix crash
## v0.4.1
- Fix dragging in a strict environment.
## v0.4.0
- Add support for inserting image.
- Add support for sheet tab ordering.
- Made more settings work.
- Fix formula calculation.
- Fix scrollbar style.
## v0.3.5
- Add support for formula range selection.
- Implement toolbar 'More' button.
## v0.3.0
- Add support for row / column freezing.
- Implement sheet tab scrolling.
## v0.2.3
- Bug fixes.
## v0.2.2
- Bug fixes.
## v0.2.0
- Add support for collabration with backend demo.
- Add support for redo / undo.
- Add support for comment.
- Add support for server-side rendering.
- Add more toolbar buttons.
- Add locale.
- Implment toolbar tooltip.
- Implment cell multi selection.
- Bug fixes.
## v0.1.0
- :sparkles: First release!