@gridsheet/react-core 0.12.0-rc.6 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  ![unittest workflow](https://github.com/walkframe/gridsheet/actions/workflows/unittest.yaml/badge.svg?branch=master)
2
- [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwalkframe%2Freact-gridsheet.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwalkframe%2Freact-gridsheet?ref=badge_shield)
3
2
  [![NPM](https://nodei.co/npm/@gridsheet/react-core.png?mini=true)](https://www.npmjs.com/package/@gridsheet/react-core)
4
3
 
5
4
  ## Introduction
@@ -32,8 +31,8 @@ $ npm install @gridsheet/react-core --save
32
31
 
33
32
  ## Docs
34
33
 
35
- - [ReactGridsheet document](https://docs.walkframe.com/products/react-gridsheet/)
36
- - [Examples](https://docs.walkframe.com/products/react-gridsheet/examples/)
34
+ - [ReactGridsheet document](https://docs.walkframe.com/products/@gridsheet/react-core/)
35
+ - [Examples](https://docs.walkframe.com/products/gridsheet/examples/)
37
36
 
38
37
  ## History
39
38
 
@@ -78,7 +77,10 @@ $ npm install @gridsheet/react-core --save
78
77
  - Support Autofill.
79
78
  - Support renderer mixin and parser mixin.
80
79
  - Add TimeDelta class.
81
- - Rename to https://www.npmjs.com/package/@gridsheet/react-core
80
+ - Renaming to https://www.npmjs.com/package/@gridsheet/react-core
81
+
82
+ - 0.12.x
83
+ - Renamed from https://www.npmjs.com/package/react-gridsheet
82
84
 
83
85
  ## License
84
86
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwalkframe%2Freact-gridsheet.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwalkframe%2Freact-gridsheet?ref=badge_large)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsheet/react-core",
3
- "version": "0.12.0-rc.6",
3
+ "version": "0.12.0",
4
4
  "description": "Spreadsheet component for React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "bugs": {
34
34
  "url": "https://github.com/walkframe/gridsheet/issues"
35
35
  },
36
- "homepage": "https://docs.walkframe.com/products/react-gridsheet/",
36
+ "homepage": "https://docs.walkframe.com/products/gridsheet/react-core",
37
37
  "devDependencies": {
38
38
  "@storybook/addon-essentials": "^6.5.12",
39
39
  "@storybook/addon-links": "^6.5.12",