mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-08 11:47:38 +08:00
v0.5.6
This commit is contained in:
parent
4d2a308367
commit
5c1d4ec1db
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
_Changes marked with a :warning: contain potential breaking changes depending on your use of the package._
|
_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
|
## v0.5.5
|
||||||
|
|
||||||
- Add support for cells sorting.
|
- Add support for cells sorting.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fortune-sheet/core",
|
"name": "@fortune-sheet/core",
|
||||||
"version": "0.5.5",
|
"version": "0.5.6",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.esm.js",
|
"module": "dist/index.esm.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fortune-sheet/react",
|
"name": "@fortune-sheet/react",
|
||||||
"version": "0.5.5",
|
"version": "0.5.6",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"module": "dist/index.esm.js",
|
"module": "dist/index.esm.js",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"tsc": "tsc"
|
"tsc": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortune-sheet/core": "^0.5.5",
|
"@fortune-sheet/core": "^0.5.6",
|
||||||
"immer": "^9.0.12",
|
"immer": "^9.0.12",
|
||||||
"lodash": "^4.17.21"
|
"lodash": "^4.17.21"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user